TSTP Solution File: GEO034-3 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : GEO034-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s

% Computer : n014.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:11:36 EDT 2022

% Result   : Unsatisfiable 2.16s 0.67s
% Output   : Refutation 2.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    8
% Syntax   : Number of formulae    :   18 (  10 unt;   0 def)
%            Number of atoms       :   41 (   3 equ)
%            Maximal formula atoms :    7 (   2 avg)
%            Number of connectives :   47 (  24   ~;  23   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   4 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-4 aty)
%            Number of functors    :    4 (   4 usr;   4 con; 0-0 aty)
%            Number of variables   :   29 (  29   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1040,plain,
    $false,
    inference(subsumption_resolution,[],[f1030,f72]) ).

fof(f72,axiom,
    v != x,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_v_is_x) ).

fof(f1030,plain,
    v = x,
    inference(resolution,[],[f1019,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(f1019,plain,
    equidistant(v,x,v,v),
    inference(subsumption_resolution,[],[f1018,f94]) ).

fof(f94,plain,
    equidistant(u,x,u,v),
    inference(resolution,[],[f21,f70]) ).

fof(f70,axiom,
    equidistant(u,v,u,x),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',u_to_v_equals_u_to_x) ).

fof(f21,axiom,
    ! [X3,X10,X0,X5] :
      ( ~ equidistant(X10,X3,X5,X0)
      | equidistant(X5,X0,X10,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d2) ).

fof(f1018,plain,
    ( equidistant(v,x,v,v)
    | ~ equidistant(u,x,u,v) ),
    inference(resolution,[],[f986,f95]) ).

fof(f95,plain,
    equidistant(w,x,w,v),
    inference(resolution,[],[f21,f71]) ).

fof(f71,axiom,
    equidistant(w,v,w,x),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',w_to_v_equals_w_to_x) ).

fof(f986,plain,
    ! [X0,X1] :
      ( ~ equidistant(w,X0,w,X1)
      | equidistant(v,X0,v,X1)
      | ~ equidistant(u,X0,u,X1) ),
    inference(subsumption_resolution,[],[f976,f69]) ).

fof(f69,axiom,
    between(u,v,w),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',v_between_u_and_w) ).

fof(f976,plain,
    ! [X0,X1] :
      ( ~ between(u,v,w)
      | ~ equidistant(w,X0,w,X1)
      | ~ equidistant(u,X0,u,X1)
      | equidistant(v,X0,v,X1) ),
    inference(resolution,[],[f786,f20]) ).

fof(f20,axiom,
    ! [X3,X10] : equidistant(X10,X3,X10,X3),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d1) ).

fof(f786,plain,
    ! [X3,X4,X5] :
      ( ~ equidistant(u,X5,u,v)
      | ~ between(u,X5,w)
      | ~ equidistant(u,X3,u,X4)
      | ~ equidistant(w,X3,w,X4)
      | equidistant(X5,X3,v,X4) ),
    inference(resolution,[],[f626,f20]) ).

fof(f626,plain,
    ! [X18,X16,X14,X17,X15] :
      ( ~ equidistant(X18,X17,u,w)
      | ~ equidistant(X18,X15,u,X16)
      | ~ equidistant(X18,X14,u,v)
      | ~ between(X18,X14,X17)
      | equidistant(X14,X15,v,X16)
      | ~ equidistant(X17,X15,w,X16) ),
    inference(resolution,[],[f66,f69]) ).

fof(f66,axiom,
    ! [X3,X10,X0,X11,X6,X9,X5,X12] :
      ( ~ between(X11,X9,X12)
      | equidistant(X3,X0,X9,X6)
      | ~ equidistant(X5,X0,X12,X6)
      | ~ equidistant(X10,X3,X11,X9)
      | ~ equidistant(X10,X5,X11,X12)
      | ~ between(X10,X3,X5)
      | ~ equidistant(X10,X0,X11,X6) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d12) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem    : GEO034-3 : TPTP v8.1.0. Bugfixed v1.2.1.
% 0.06/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.13/0.34  % Computer : n014.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 Aug 29 21:01:18 EDT 2022
% 0.13/0.35  % CPUTime    : 
% 0.20/0.50  % (21899)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.20/0.51  % (21913)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.20/0.51  % (21897)ott+4_1:1_av=off:bd=off:nwc=5.0:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/37Mi)
% 0.20/0.51  % (21896)ott+10_1:32_abs=on:br=off:urr=ec_only:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.20/0.51  % (21914)ott+4_1:1_av=off:bd=off:nwc=5.0:rp=on:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.20/0.51  % (21902)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.20/0.51  % (21903)dis+2_1:64_add=large:bce=on:bd=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.20/0.52  % (21904)ott-1_1:6_av=off:cond=on:fsr=off:nwc=3.0:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.20/0.52  % (21905)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.20/0.52  % (21898)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.20/0.52  % (21906)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.20/0.53  % (21916)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 1.38/0.53  % (21895)fmb+10_1:1_bce=on:fmbsr=1.5:nm=4:skr=on:i=191324:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/191324Mi)
% 1.38/0.53  % (21900)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=48:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/48Mi)
% 1.38/0.53  % (21924)ott+10_7:2_awrs=decay:awrsf=8:bd=preordered:drc=off:fd=preordered:fde=unused:fsr=off:slsq=on:slsqc=2:slsqr=5,8:sp=const_min:spb=units:to=lpo:i=355:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/355Mi)
% 1.38/0.53  % (21917)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=498:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/498Mi)
% 1.38/0.53  % (21903)Instruction limit reached!
% 1.38/0.53  % (21903)------------------------------
% 1.38/0.53  % (21903)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.38/0.53  % (21903)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.38/0.53  % (21903)Termination reason: Unknown
% 1.38/0.53  % (21903)Termination phase: Blocked clause elimination
% 1.38/0.53  
% 1.38/0.53  % (21903)Memory used [KB]: 1023
% 1.38/0.53  % (21903)Time elapsed: 0.003 s
% 1.38/0.53  % (21903)Instructions burned: 3 (million)
% 1.38/0.53  % (21903)------------------------------
% 1.38/0.53  % (21903)------------------------------
% 1.38/0.54  % (21912)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59Mi)
% 1.38/0.54  % (21921)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/68Mi)
% 1.38/0.54  % (21902)Instruction limit reached!
% 1.38/0.54  % (21902)------------------------------
% 1.38/0.54  % (21902)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.38/0.54  % (21902)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.38/0.54  % (21902)Termination reason: Unknown
% 1.38/0.54  % (21902)Termination phase: Saturation
% 1.38/0.54  
% 1.38/0.54  % (21902)Memory used [KB]: 5500
% 1.38/0.54  % (21902)Time elapsed: 0.138 s
% 1.38/0.54  % (21902)Instructions burned: 7 (million)
% 1.38/0.54  % (21902)------------------------------
% 1.38/0.54  % (21902)------------------------------
% 1.38/0.54  % (21908)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 1.38/0.54  % (21915)ott+10_1:8_bsd=on:fsd=on:lcm=predicate:nwc=5.0:s2a=on:s2at=1.5:spb=goal_then_units:i=176:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/176Mi)
% 1.38/0.54  % (21909)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/68Mi)
% 1.38/0.54  % (21919)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/482Mi)
% 1.38/0.54  % (21922)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=177:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/177Mi)
% 1.38/0.54  % (21907)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/101Mi)
% 1.38/0.54  % (21920)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 1.38/0.55  % (21911)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 1.56/0.55  % (21918)ott+11_1:1_drc=off:nwc=5.0:slsq=on:slsqc=1:spb=goal_then_units:to=lpo:i=467:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/467Mi)
% 1.56/0.55  % (21923)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 1.56/0.55  % (21910)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=75:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/75Mi)
% 1.56/0.55  TRYING [3]
% 1.56/0.55  % (21901)fmb+10_1:1_fmbsr=2.0:nm=4:skr=on:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 1.56/0.56  TRYING [3]
% 1.56/0.58  TRYING [3]
% 1.56/0.58  % (21897)Instruction limit reached!
% 1.56/0.58  % (21897)------------------------------
% 1.56/0.58  % (21897)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.58  % (21897)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.58  % (21897)Termination reason: Unknown
% 1.56/0.58  % (21897)Termination phase: Saturation
% 1.56/0.58  
% 1.56/0.58  % (21897)Memory used [KB]: 1151
% 1.56/0.58  % (21897)Time elapsed: 0.162 s
% 1.56/0.58  % (21897)Instructions burned: 37 (million)
% 1.56/0.58  % (21897)------------------------------
% 1.56/0.58  % (21897)------------------------------
% 1.56/0.59  % (21899)Instruction limit reached!
% 1.56/0.59  % (21899)------------------------------
% 1.56/0.59  % (21899)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.60  % (21896)Instruction limit reached!
% 1.56/0.60  % (21896)------------------------------
% 1.56/0.60  % (21896)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.60  % (21896)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.60  % (21896)Termination reason: Unknown
% 1.56/0.60  % (21896)Termination phase: Saturation
% 1.56/0.60  
% 1.56/0.60  % (21896)Memory used [KB]: 6012
% 1.56/0.60  % (21896)Time elapsed: 0.180 s
% 1.56/0.60  % (21896)Instructions burned: 50 (million)
% 1.56/0.60  % (21896)------------------------------
% 1.56/0.60  % (21896)------------------------------
% 1.56/0.61  % (21899)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.61  % (21899)Termination reason: Unknown
% 1.56/0.61  % (21899)Termination phase: Saturation
% 1.56/0.61  
% 1.56/0.61  % (21899)Memory used [KB]: 5756
% 1.56/0.61  % (21899)Time elapsed: 0.167 s
% 1.56/0.61  % (21899)Instructions burned: 52 (million)
% 1.56/0.61  % (21899)------------------------------
% 1.56/0.61  % (21899)------------------------------
% 1.56/0.61  % (21901)Instruction limit reached!
% 1.56/0.61  % (21901)------------------------------
% 1.56/0.61  % (21901)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.61  % (21901)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.61  % (21901)Termination reason: Unknown
% 1.56/0.61  % (21901)Termination phase: Finite model building constraint generation
% 1.56/0.61  
% 1.56/0.61  % (21901)Memory used [KB]: 10362
% 1.56/0.61  % (21901)Time elapsed: 0.150 s
% 1.56/0.61  % (21901)Instructions burned: 52 (million)
% 1.56/0.61  % (21901)------------------------------
% 1.56/0.61  % (21901)------------------------------
% 1.56/0.61  % (21921)Instruction limit reached!
% 1.56/0.61  % (21921)------------------------------
% 1.56/0.61  % (21921)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.61  % (21921)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.61  % (21921)Termination reason: Unknown
% 1.56/0.61  % (21921)Termination phase: Saturation
% 1.56/0.61  
% 1.56/0.61  % (21921)Memory used [KB]: 6268
% 1.56/0.61  % (21921)Time elapsed: 0.059 s
% 1.56/0.61  % (21921)Instructions burned: 70 (million)
% 1.56/0.61  % (21921)------------------------------
% 1.56/0.61  % (21921)------------------------------
% 1.56/0.61  % (21912)Instruction limit reached!
% 1.56/0.61  % (21912)------------------------------
% 1.56/0.61  % (21912)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.61  % (21912)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.61  % (21912)Termination reason: Unknown
% 1.56/0.61  % (21912)Termination phase: Finite model building constraint generation
% 1.56/0.61  
% 1.56/0.61  % (21912)Memory used [KB]: 11513
% 1.56/0.61  % (21912)Time elapsed: 0.182 s
% 1.56/0.61  % (21912)Instructions burned: 59 (million)
% 1.56/0.61  % (21912)------------------------------
% 1.56/0.61  % (21912)------------------------------
% 1.56/0.61  % (21900)Instruction limit reached!
% 1.56/0.61  % (21900)------------------------------
% 1.56/0.61  % (21900)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.61  % (21900)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.61  % (21900)Termination reason: Unknown
% 1.56/0.61  % (21900)Termination phase: Saturation
% 1.56/0.61  
% 1.56/0.61  % (21900)Memory used [KB]: 5756
% 1.56/0.61  % (21900)Time elapsed: 0.215 s
% 1.56/0.61  % (21900)Instructions burned: 48 (million)
% 1.56/0.61  % (21900)------------------------------
% 1.56/0.61  % (21900)------------------------------
% 1.56/0.62  % (21904)Instruction limit reached!
% 1.56/0.62  % (21904)------------------------------
% 1.56/0.62  % (21904)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.62  % (21904)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.62  % (21904)Termination reason: Unknown
% 1.56/0.62  % (21904)Termination phase: Saturation
% 1.56/0.62  
% 1.56/0.62  % (21904)Memory used [KB]: 1407
% 1.56/0.62  % (21904)Time elapsed: 0.203 s
% 1.56/0.62  % (21904)Instructions burned: 53 (million)
% 1.56/0.62  % (21904)------------------------------
% 1.56/0.62  % (21904)------------------------------
% 1.56/0.62  % (21898)Instruction limit reached!
% 1.56/0.62  % (21898)------------------------------
% 1.56/0.62  % (21898)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.62  % (21898)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.62  % (21898)Termination reason: Unknown
% 1.56/0.62  % (21898)Termination phase: Saturation
% 1.56/0.62  
% 1.56/0.62  % (21898)Memory used [KB]: 6012
% 1.56/0.62  % (21898)Time elapsed: 0.217 s
% 1.56/0.62  % (21898)Instructions burned: 51 (million)
% 1.56/0.62  % (21898)------------------------------
% 1.56/0.62  % (21898)------------------------------
% 1.56/0.62  % (21905)Instruction limit reached!
% 1.56/0.62  % (21905)------------------------------
% 1.56/0.62  % (21905)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.62  % (21905)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.62  % (21905)Termination reason: Unknown
% 1.56/0.62  % (21905)Termination phase: Saturation
% 1.56/0.62  
% 1.56/0.62  % (21905)Memory used [KB]: 6012
% 1.56/0.62  % (21905)Time elapsed: 0.213 s
% 1.56/0.62  % (21905)Instructions burned: 50 (million)
% 1.56/0.62  % (21905)------------------------------
% 1.56/0.62  % (21905)------------------------------
% 1.56/0.62  % (21909)Instruction limit reached!
% 1.56/0.62  % (21909)------------------------------
% 1.56/0.62  % (21909)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.62  % (21909)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.62  % (21909)Termination reason: Unknown
% 1.56/0.62  % (21909)Termination phase: Saturation
% 1.56/0.62  
% 1.56/0.62  % (21909)Memory used [KB]: 6268
% 1.56/0.62  % (21909)Time elapsed: 0.032 s
% 1.56/0.62  % (21909)Instructions burned: 69 (million)
% 1.56/0.62  % (21909)------------------------------
% 1.56/0.62  % (21909)------------------------------
% 2.16/0.64  % (21927)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=388:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/388Mi)
% 2.16/0.65  % (21918)First to succeed.
% 2.16/0.66  % (21913)Instruction limit reached!
% 2.16/0.66  % (21913)------------------------------
% 2.16/0.66  % (21913)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.16/0.66  % (21913)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.16/0.66  % (21913)Termination reason: Unknown
% 2.16/0.66  % (21913)Termination phase: Saturation
% 2.16/0.66  
% 2.16/0.66  % (21913)Memory used [KB]: 6012
% 2.16/0.66  % (21913)Time elapsed: 0.252 s
% 2.16/0.66  % (21913)Instructions burned: 101 (million)
% 2.16/0.66  % (21913)------------------------------
% 2.16/0.66  % (21913)------------------------------
% 2.16/0.66  % (21910)Instruction limit reached!
% 2.16/0.66  % (21910)------------------------------
% 2.16/0.66  % (21910)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.16/0.66  % (21910)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.16/0.66  % (21910)Termination reason: Unknown
% 2.16/0.66  % (21910)Termination phase: Saturation
% 2.16/0.66  
% 2.16/0.66  % (21910)Memory used [KB]: 1663
% 2.16/0.66  % (21910)Time elapsed: 0.242 s
% 2.16/0.66  % (21910)Instructions burned: 76 (million)
% 2.16/0.66  % (21910)------------------------------
% 2.16/0.66  % (21910)------------------------------
% 2.16/0.67  % (21918)Refutation found. Thanks to Tanya!
% 2.16/0.67  % SZS status Unsatisfiable for theBenchmark
% 2.16/0.67  % SZS output start Proof for theBenchmark
% See solution above
% 2.16/0.67  % (21918)------------------------------
% 2.16/0.67  % (21918)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.16/0.67  % (21918)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.16/0.67  % (21918)Termination reason: Refutation
% 2.16/0.67  
% 2.16/0.67  % (21918)Memory used [KB]: 5756
% 2.16/0.67  % (21918)Time elapsed: 0.208 s
% 2.16/0.67  % (21918)Instructions burned: 75 (million)
% 2.16/0.67  % (21918)------------------------------
% 2.16/0.67  % (21918)------------------------------
% 2.16/0.67  % (21892)Success in time 0.31 s
%------------------------------------------------------------------------------