TSTP Solution File: GEO024-2 by Vampire-SAT---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire-SAT---4.8
% Problem  : GEO024-2 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s

% Computer : n018.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 : Tue Apr 30 11:12:46 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
fof(f25,plain,
    $false,
    inference(resolution,[],[f22,f19]) ).

fof(f19,axiom,
    ~ equidistant(u,u,v,v),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_congruence) ).

fof(f22,plain,
    ! [X2,X1] : equidistant(X1,X1,X2,X2),
    inference(superposition,[],[f5,f21]) ).

fof(f21,plain,
    ! [X2,X0,X1] : extension(X1,X0,X2,X2) = X0,
    inference(resolution,[],[f5,f3]) ).

fof(f3,axiom,
    ! [X2,X0,X1] :
      ( ~ equidistant(X0,X1,X2,X2)
      | X0 = X1 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',identity_for_equidistance) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : GEO024-2 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.14  % Command    : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s
% 0.14/0.35  % Computer : n018.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit   : 300
% 0.14/0.35  % WCLimit    : 300
% 0.14/0.35  % DateTime   : Tue Apr 30 05:52:13 EDT 2024
% 0.14/0.35  % CPUTime    : 
% 0.14/0.35  % (978)Running in auto input_syntax mode. Trying TPTP
% 0.14/0.36  % (981)WARNING: value z3 for option sas not known
% 0.14/0.37  % (981)dis+2_11_add=large:afr=on:amm=off:bd=off:bce=on:fsd=off:fde=none:gs=on:gsaa=full_model:gsem=off:irw=on:msp=off:nm=4:nwc=1.3:sas=z3:sims=off:sac=on:sp=reverse_arity_569 on theBenchmark for (569ds/0Mi)
% 0.14/0.37  % (981)First to succeed.
% 0.14/0.37  % (981)Refutation found. Thanks to Tanya!
% 0.14/0.37  % SZS status Unsatisfiable for theBenchmark
% 0.14/0.37  % SZS output start Proof for theBenchmark
% See solution above
% 0.14/0.37  % (981)------------------------------
% 0.14/0.37  % (981)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.14/0.37  % (981)Termination reason: Refutation
% 0.14/0.37  
% 0.14/0.37  % (981)Memory used [KB]: 770
% 0.14/0.37  % (981)Time elapsed: 0.004 s
% 0.14/0.37  % (981)Instructions burned: 3 (million)
% 0.14/0.37  % (981)------------------------------
% 0.14/0.37  % (981)------------------------------
% 0.14/0.37  % (978)Success in time 0.014 s
%------------------------------------------------------------------------------