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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire-SAT---4.8
% Problem  : COL086-1 : TPTP v8.1.2. Released v2.6.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s

% Computer : n006.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 : Sun May  5 04:45:51 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
fof(f3,plain,
    $false,
    inference(equality_resolution,[],[f2]) ).

fof(f2,axiom,
    ! [X0,X1] : response(a,X0) != X1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_happiness_2) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.08  % Problem    : COL086-1 : TPTP v8.1.2. Released v2.6.0.
% 0.04/0.10  % Command    : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s
% 0.09/0.29  % Computer : n006.cluster.edu
% 0.09/0.29  % Model    : x86_64 x86_64
% 0.09/0.29  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.29  % Memory   : 8042.1875MB
% 0.09/0.29  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.29  % CPULimit   : 300
% 0.09/0.29  % WCLimit    : 300
% 0.09/0.29  % DateTime   : Fri May  3 18:31:53 EDT 2024
% 0.09/0.29  % CPUTime    : 
% 0.09/0.29  % (19920)Running in auto input_syntax mode. Trying TPTP
% 0.09/0.31  % (19923)WARNING: value z3 for option sas not known
% 0.09/0.31  % (19924)fmb+10_1_bce=on:fmbsr=1.5:nm=32_533 on theBenchmark for (533ds/0Mi)
% 0.09/0.31  % (19921)fmb+10_1_bce=on:fmbas=function:fmbsr=1.2:fde=unused:nm=0_846 on theBenchmark for (846ds/0Mi)
% 0.09/0.31  % (19923)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.09/0.31  % (19925)ott+10_10:1_add=off:afr=on:amm=off:anc=all:bd=off:bs=on:fsr=off:irw=on:lma=on:msp=off:nm=4:nwc=4.0:sac=on:sp=reverse_frequency_531 on theBenchmark for (531ds/0Mi)
% 0.09/0.31  % (19924)First to succeed.
% 0.14/0.31  % (19925)Also succeeded, but the first one will report.
% 0.14/0.31  % (19924)Solution written to "/export/starexec/sandbox2/tmp/vampire-proof-19920"
% 0.14/0.31  % (19923)Also succeeded, but the first one will report.
% 0.14/0.31  % (19924)Refutation found. Thanks to Tanya!
% 0.14/0.31  % SZS status Unsatisfiable for theBenchmark
% 0.14/0.31  % SZS output start Proof for theBenchmark
% See solution above
% 0.14/0.31  % (19924)------------------------------
% 0.14/0.31  % (19924)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.14/0.31  % (19924)Termination reason: Refutation
% 0.14/0.31  
% 0.14/0.31  % (19924)Memory used [KB]: 727
% 0.14/0.31  % (19924)Time elapsed: 0.002 s
% 0.14/0.31  % (19924)Instructions burned: 2 (million)
% 0.14/0.31  % (19920)Success in time 0.014 s
%------------------------------------------------------------------------------