TSTP Solution File: GEO054-2 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : GEO054-2 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s

% Computer : n010.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Aug 31 16:07:52 EDT 2022

% Result   : Unsatisfiable 0.18s 0.44s
% Output   : Refutation 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :    3
% Syntax   : Number of formulae    :    5 (   5 unt;   0 def)
%            Number of atoms       :    5 (   1 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    2 (   2   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   2 con; 0-4 aty)
%            Number of variables   :    6 (   6   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f31,plain,
    $false,
    inference(subsumption_resolution,[],[f21,f4]) ).

fof(f4,axiom,
    ! [X3,X0,X1,X5] : between(X0,X1,extension(X0,X1,X5,X3)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',segment_construction1) ).

fof(f21,plain,
    ~ between(u,v,extension(u,v,u,v)),
    inference(definition_unfolding,[],[f20,f19]) ).

fof(f19,axiom,
    ! [X3,X10] : reflection(X10,X3) = extension(X10,X3,X10,X3),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',reflection) ).

fof(f20,axiom,
    ~ between(u,v,reflection(u,v)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_v_between_u_and_reflection) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem    : GEO054-2 : TPTP v8.1.0. Released v1.0.0.
% 0.11/0.12  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.11/0.33  % Computer : n010.cluster.edu
% 0.11/0.33  % Model    : x86_64 x86_64
% 0.11/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.33  % Memory   : 8042.1875MB
% 0.11/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit   : 300
% 0.11/0.33  % WCLimit    : 300
% 0.11/0.33  % DateTime   : Mon Aug 29 20:55:59 EDT 2022
% 0.11/0.33  % CPUTime    : 
% 0.18/0.43  % (26714)lrs+1011_1:1_aac=none:bsr=unit_only:ep=R:sac=on:sos=all:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/37Mi)
% 0.18/0.44  % (26714)First to succeed.
% 0.18/0.44  % (26706)fmb+10_1:1_fmbes=contour:fmbsr=2.0:fmbsso=input_usage:i=6:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/6Mi)
% 0.18/0.44  % (26714)Refutation found. Thanks to Tanya!
% 0.18/0.44  % SZS status Unsatisfiable for theBenchmark
% 0.18/0.44  % SZS output start Proof for theBenchmark
% See solution above
% 0.18/0.44  % (26714)------------------------------
% 0.18/0.44  % (26714)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.18/0.44  % (26714)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.18/0.44  % (26714)Termination reason: Refutation
% 0.18/0.44  
% 0.18/0.44  % (26714)Memory used [KB]: 5884
% 0.18/0.44  % (26714)Time elapsed: 0.004 s
% 0.18/0.44  % (26714)Instructions burned: 2 (million)
% 0.18/0.44  % (26714)------------------------------
% 0.18/0.44  % (26714)------------------------------
% 0.18/0.44  % (26690)Success in time 0.106 s
%------------------------------------------------------------------------------