TSTP Solution File: SYN000-1 by Vampire---4.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.9
% Problem  : SYN000-1 : TPTP v8.2.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_vampire %s %d THM

% Computer : n022.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 : Mon Jun 24 20:00:38 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
fof(f21,plain,
    $false,
    inference(resolution,[],[f6,f7]) ).

fof(f7,axiom,
    ! [X0] : ~ p(X0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unknown) ).

fof(f6,axiom,
    p(h),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unknown) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem    : SYN000-1 : TPTP v8.2.0. Released v4.0.0.
% 0.11/0.12  % Command    : run_vampire %s %d THM
% 0.12/0.33  % Computer : n022.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit   : 300
% 0.12/0.33  % WCLimit    : 300
% 0.12/0.33  % DateTime   : Sun Jun 23 19:40:24 EDT 2024
% 0.12/0.34  % CPUTime    : 
% 0.12/0.35  This is a CNF_UNS_RFO_SEQ_NHN problem
% 0.12/0.36  Running first-order theorem proving
% 0.12/0.36  Running /export/starexec/sandbox2/solver/bin/vampire --mode casc -m 16384 --cores 7 -t 300 /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.21/0.42  % (14309)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.42  % (14314)dis-1002_1:2_sil=4000:i=110:nm=2:ins=3:bd=off:fsr=off:rp=on:to=lpo:nwc=5.0:fd=off:sfv=off:fs=off_0 on theBenchmark for (2999ds/110Mi)
% 0.21/0.42  % (14314)First to succeed.
% 0.21/0.42  % (14314)Solution written to "/export/starexec/sandbox2/tmp/vampire-proof-14309"
% 0.21/0.42  % (14309)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.42  % (14314)Refutation found. Thanks to Tanya!
% 0.21/0.42  % SZS status Unsatisfiable for theBenchmark
% 0.21/0.42  % SZS output start Proof for theBenchmark
% See solution above
% 0.21/0.42  % (14314)------------------------------
% 0.21/0.42  % (14314)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.42  % (14314)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.42  % (14314)Termination reason: Refutation
% 0.21/0.42  
% 0.21/0.42  % (14314)Memory used [KB]: 1069
% 0.21/0.42  % (14314)Time elapsed: 0.002 s
% 0.21/0.42  % (14314)Instructions burned: 1 (million)
% 0.21/0.42  % (14314)------------------------------
% 0.21/0.42  % (14314)------------------------------
% 0.21/0.42  % (14309)Success in time 0.057 s
%------------------------------------------------------------------------------