TSTP Solution File: SYN000-1 by Vampire-SAT---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire-SAT---4.8
% Problem  : SYN000-1 : TPTP v8.2.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s

% Computer : n007.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 May 21 08:33:37 EDT 2024

% Result   : Unsatisfiable 0.20s 0.36s
% Output   : Refutation 0.20s
% 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(f11,plain,
    $false,
    inference(subsumption_resolution,[],[f6,f7]) ).

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem    : SYN000-1 : TPTP v8.2.0. Released v4.0.0.
% 0.12/0.13  % Command    : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s
% 0.13/0.34  % Computer : n007.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Mon May 20 14:11:08 EDT 2024
% 0.13/0.34  % CPUTime    : 
% 0.20/0.35  % (25557)Running in auto input_syntax mode. Trying TPTP
% 0.20/0.36  % (25560)WARNING: value z3 for option sas not known
% 0.20/0.36  % (25558)fmb+10_1_bce=on:fmbas=function:fmbsr=1.2:fde=unused:nm=0_846 on theBenchmark for (846ds/0Mi)
% 0.20/0.36  % (25560)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.20/0.36  TRYING [1]
% 0.20/0.36  TRYING [2]
% 0.20/0.36  TRYING [3]
% 0.20/0.36  % (25560)First to succeed.
% 0.20/0.36  % (25560)Solution written to "/export/starexec/sandbox/tmp/vampire-proof-25557"
% 0.20/0.36  TRYING [4]
% 0.20/0.36  % (25560)Refutation found. Thanks to Tanya!
% 0.20/0.36  % SZS status Unsatisfiable for theBenchmark
% 0.20/0.36  % SZS output start Proof for theBenchmark
% See solution above
% 0.20/0.36  % (25560)------------------------------
% 0.20/0.36  % (25560)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.20/0.36  % (25560)Termination reason: Refutation
% 0.20/0.36  
% 0.20/0.36  % (25560)Memory used [KB]: 753
% 0.20/0.36  % (25560)Time elapsed: 0.003 s
% 0.20/0.36  % (25560)Instructions burned: 2 (million)
% 0.20/0.36  % (25557)Success in time 0.013 s
%------------------------------------------------------------------------------