TSTP Solution File: RNG037-1 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : RNG037-1 : TPTP v8.1.0. Released v1.0.0.
% 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 : n025.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 18:15:29 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
fof(f1683,plain,
    $false,
    inference(subsumption_resolution,[],[f1668,f20]) ).

fof(f20,axiom,
    ~ sum(c,d,additive_identity),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_sum_is_additive_identity) ).

fof(f1668,plain,
    sum(c,d,additive_identity),
    inference(resolution,[],[f1662,f9]) ).

fof(f9,axiom,
    ! [X3,X0,X1] :
      ( ~ sum(X0,X1,X3)
      | sum(X1,X0,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',commutativity_of_addition) ).

fof(f1662,plain,
    sum(d,c,additive_identity),
    inference(forward_demodulation,[],[f1661,f131]) ).

fof(f131,plain,
    c = multiply(a,additive_inverse(b)),
    inference(resolution,[],[f63,f3]) ).

fof(f3,axiom,
    ! [X0,X1] : product(X0,X1,multiply(X0,X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',closure_of_multiplication) ).

fof(f63,plain,
    ! [X1] :
      ( ~ product(a,additive_inverse(b),X1)
      | c = X1 ),
    inference(resolution,[],[f17,f19]) ).

fof(f19,axiom,
    product(a,additive_inverse(b),c),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_inverse_times_b) ).

fof(f17,axiom,
    ! [X2,X0,X1,X4] :
      ( ~ product(X0,X1,X4)
      | X2 = X4
      | ~ product(X0,X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',multiplication_is_well_defined) ).

fof(f1661,plain,
    sum(d,multiply(a,additive_inverse(b)),additive_identity),
    inference(forward_demodulation,[],[f1655,f1141]) ).

fof(f1141,plain,
    additive_identity = multiply(a,additive_identity),
    inference(resolution,[],[f929,f51]) ).

fof(f51,plain,
    ! [X2,X3] :
      ( ~ sum(X3,additive_identity,X2)
      | X2 = X3 ),
    inference(resolution,[],[f16,f2]) ).

fof(f2,axiom,
    ! [X0] : sum(X0,additive_identity,X0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_identity2) ).

fof(f16,axiom,
    ! [X2,X0,X1,X4] :
      ( ~ sum(X0,X1,X4)
      | X2 = X4
      | ~ sum(X0,X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',addition_is_well_defined) ).

fof(f929,plain,
    sum(multiply(a,additive_identity),additive_identity,additive_identity),
    inference(resolution,[],[f885,f328]) ).

fof(f328,plain,
    ! [X0,X1] :
      ( ~ sum(X0,X1,X1)
      | sum(X0,additive_identity,additive_identity) ),
    inference(resolution,[],[f127,f121]) ).

fof(f121,plain,
    ! [X10,X11,X9] :
      ( sP7(additive_inverse(X9),X10,additive_identity,X11)
      | ~ sum(X10,X11,X9) ),
    inference(resolution,[],[f35,f6]) ).

fof(f6,axiom,
    ! [X0] : sum(X0,additive_inverse(X0),additive_identity),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',right_inverse) ).

fof(f35,plain,
    ! [X2,X3,X0,X1,X5] :
      ( ~ sum(X2,X3,X5)
      | sP7(X3,X0,X5,X1)
      | ~ sum(X0,X1,X2) ),
    inference(cnf_transformation,[],[f35_D]) ).

fof(f35_D,plain,
    ! [X1,X5,X0,X3] :
      ( ! [X2] :
          ( ~ sum(X2,X3,X5)
          | ~ sum(X0,X1,X2) )
    <=> ~ sP7(X3,X0,X5,X1) ),
    introduced(general_splitting_component_introduction,[new_symbols(naming,[sP7])]) ).

fof(f127,plain,
    ! [X10,X11,X9] :
      ( ~ sP7(additive_inverse(X11),X9,X10,X11)
      | sum(X9,additive_identity,X10) ),
    inference(resolution,[],[f36,f6]) ).

fof(f36,plain,
    ! [X3,X0,X1,X4,X5] :
      ( ~ sum(X1,X3,X4)
      | sum(X0,X4,X5)
      | ~ sP7(X3,X0,X5,X1) ),
    inference(general_splitting,[],[f7,f35_D]) ).

fof(f7,axiom,
    ! [X2,X3,X0,X1,X4,X5] :
      ( ~ sum(X2,X3,X5)
      | ~ sum(X1,X3,X4)
      | ~ sum(X0,X1,X2)
      | sum(X0,X4,X5) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_addition1) ).

fof(f885,plain,
    sum(multiply(a,additive_identity),d,d),
    inference(resolution,[],[f850,f9]) ).

fof(f850,plain,
    sum(d,multiply(a,additive_identity),d),
    inference(resolution,[],[f276,f553]) ).

fof(f553,plain,
    ! [X2,X3] : sP10(X2,multiply(X3,additive_identity),X3,X2),
    inference(resolution,[],[f143,f2]) ).

fof(f143,plain,
    ! [X6,X7,X4,X5] :
      ( ~ sum(X7,X6,X4)
      | sP10(X4,multiply(X5,X6),X5,X7) ),
    inference(resolution,[],[f41,f3]) ).

fof(f41,plain,
    ! [X3,X0,X1,X8,X7] :
      ( ~ product(X0,X3,X7)
      | sP10(X8,X7,X0,X1)
      | ~ sum(X1,X3,X8) ),
    inference(cnf_transformation,[],[f41_D]) ).

fof(f41_D,plain,
    ! [X1,X0,X7,X8] :
      ( ! [X3] :
          ( ~ product(X0,X3,X7)
          | ~ sum(X1,X3,X8) )
    <=> ~ sP10(X8,X7,X0,X1) ),
    introduced(general_splitting_component_introduction,[new_symbols(naming,[sP10])]) ).

fof(f276,plain,
    ! [X0] :
      ( ~ sP10(b,X0,a,b)
      | sum(d,X0,d) ),
    inference(resolution,[],[f172,f144]) ).

fof(f144,plain,
    ! [X0,X1] :
      ( ~ sP11(a,X0,b,X1)
      | sum(X0,X1,d) ),
    inference(resolution,[],[f44,f18]) ).

fof(f18,axiom,
    product(a,b,d),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_times_b) ).

fof(f44,plain,
    ! [X0,X8,X6,X9,X7] :
      ( ~ product(X0,X8,X9)
      | sum(X6,X7,X9)
      | ~ sP11(X0,X6,X8,X7) ),
    inference(general_splitting,[],[f42,f43_D]) ).

fof(f43,plain,
    ! [X0,X1,X8,X6,X7] :
      ( ~ product(X0,X1,X6)
      | ~ sP10(X8,X7,X0,X1)
      | sP11(X0,X6,X8,X7) ),
    inference(cnf_transformation,[],[f43_D]) ).

fof(f43_D,plain,
    ! [X7,X8,X6,X0] :
      ( ! [X1] :
          ( ~ product(X0,X1,X6)
          | ~ sP10(X8,X7,X0,X1) )
    <=> ~ sP11(X0,X6,X8,X7) ),
    introduced(general_splitting_component_introduction,[new_symbols(naming,[sP11])]) ).

fof(f42,plain,
    ! [X0,X1,X8,X6,X9,X7] :
      ( sum(X6,X7,X9)
      | ~ product(X0,X8,X9)
      | ~ product(X0,X1,X6)
      | ~ sP10(X8,X7,X0,X1) ),
    inference(general_splitting,[],[f12,f41_D]) ).

fof(f12,axiom,
    ! [X3,X0,X1,X8,X6,X9,X7] :
      ( sum(X6,X7,X9)
      | ~ product(X0,X3,X7)
      | ~ sum(X1,X3,X8)
      | ~ product(X0,X8,X9)
      | ~ product(X0,X1,X6) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',distributivity1) ).

fof(f172,plain,
    ! [X0,X1] :
      ( sP11(a,d,X0,X1)
      | ~ sP10(X0,X1,a,b) ),
    inference(resolution,[],[f43,f18]) ).

fof(f1655,plain,
    sum(d,multiply(a,additive_inverse(b)),multiply(a,additive_identity)),
    inference(resolution,[],[f560,f555]) ).

fof(f555,plain,
    ! [X6,X7] : sP10(additive_identity,multiply(X6,additive_inverse(X7)),X6,X7),
    inference(resolution,[],[f143,f6]) ).

fof(f560,plain,
    ! [X0,X1] :
      ( ~ sP10(X1,X0,a,b)
      | sum(d,X0,multiply(a,X1)) ),
    inference(resolution,[],[f146,f172]) ).

fof(f146,plain,
    ! [X6,X7,X4,X5] :
      ( ~ sP11(X6,X4,X7,X5)
      | sum(X4,X5,multiply(X6,X7)) ),
    inference(resolution,[],[f44,f3]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem    : RNG037-1 : TPTP v8.1.0. Released v1.0.0.
% 0.00/0.11  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.10/0.31  % Computer : n025.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.31  % CPULimit   : 300
% 0.10/0.31  % WCLimit    : 300
% 0.10/0.31  % DateTime   : Tue Aug 30 12:03:29 EDT 2022
% 0.10/0.31  % CPUTime    : 
% 0.15/0.47  % (790)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.15/0.47  % (788)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)
% 0.15/0.47  TRYING [1]
% 0.15/0.48  % (790)Instruction limit reached!
% 0.15/0.48  % (790)------------------------------
% 0.15/0.48  % (790)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.15/0.48  % (804)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)
% 0.15/0.48  % (806)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/482Mi)
% 0.15/0.48  TRYING [2]
% 0.15/0.48  TRYING [3]
% 0.15/0.48  % (790)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.15/0.48  % (790)Termination reason: Unknown
% 0.15/0.48  % (790)Termination phase: Saturation
% 0.15/0.48  
% 0.15/0.48  % (790)Memory used [KB]: 5373
% 0.15/0.48  % (790)Time elapsed: 0.101 s
% 0.15/0.48  % (790)Instructions burned: 2 (million)
% 0.15/0.48  % (790)------------------------------
% 0.15/0.48  % (790)------------------------------
% 0.15/0.49  % (798)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)
% 0.15/0.49  % (796)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)
% 0.15/0.50  % (785)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.15/0.51  % (781)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)
% 0.15/0.51  % (801)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.15/0.52  % (803)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 0.15/0.52  % (783)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.15/0.52  % (789)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.15/0.52  % (786)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.15/0.52  % (799)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59Mi)
% 0.15/0.52  % (787)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)
% 0.15/0.53  TRYING [1]
% 0.15/0.53  TRYING [2]
% 0.15/0.53  % (789)Instruction limit reached!
% 0.15/0.53  % (789)------------------------------
% 0.15/0.53  % (789)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.15/0.53  % (789)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.15/0.53  % (789)Termination reason: Unknown
% 0.15/0.53  % (789)Termination phase: Saturation
% 0.15/0.53  
% 0.15/0.53  % (789)Memory used [KB]: 5500
% 0.15/0.53  % (789)Time elapsed: 0.144 s
% 0.15/0.53  % (789)Instructions burned: 8 (million)
% 0.15/0.53  % (789)------------------------------
% 0.15/0.53  % (789)------------------------------
% 0.15/0.53  % (807)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 0.15/0.53  % (808)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)
% 0.15/0.53  % (811)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)
% 0.15/0.53  % (788)Instruction limit reached!
% 0.15/0.53  % (788)------------------------------
% 0.15/0.53  % (788)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.15/0.53  % (793)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.15/0.53  % (792)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.15/0.53  % (794)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/101Mi)
% 0.15/0.53  % (788)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.15/0.53  % (788)Termination reason: Unknown
% 0.15/0.53  % (788)Termination phase: Finite model building SAT solving
% 0.15/0.53  
% 0.15/0.53  % (788)Memory used [KB]: 7164
% 0.15/0.53  % (788)Time elapsed: 0.126 s
% 0.15/0.53  % (788)Instructions burned: 51 (million)
% 0.15/0.53  % (788)------------------------------
% 0.15/0.53  % (788)------------------------------
% 0.15/0.53  TRYING [1]
% 0.15/0.53  TRYING [2]
% 0.15/0.54  % (802)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)
% 0.15/0.54  TRYING [3]
% 0.15/0.54  % (800)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.15/0.54  % (795)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.15/0.54  % (782)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.15/0.55  % (810)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 0.15/0.55  % (805)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)
% 0.15/0.55  TRYING [3]
% 0.15/0.56  % (797)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)
% 0.15/0.56  % (791)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.15/0.57  % (782)Refutation not found, incomplete strategy% (782)------------------------------
% 0.15/0.57  % (782)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.15/0.57  % (782)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.15/0.57  % (782)Termination reason: Refutation not found, incomplete strategy
% 0.15/0.57  
% 0.15/0.57  % (782)Memory used [KB]: 5500
% 0.15/0.57  % (782)Time elapsed: 0.138 s
% 0.15/0.57  % (782)Instructions burned: 5 (million)
% 0.15/0.57  % (782)------------------------------
% 0.15/0.57  % (782)------------------------------
% 0.15/0.57  % (809)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)
% 0.15/0.59  % (796)Instruction limit reached!
% 0.15/0.59  % (796)------------------------------
% 0.15/0.59  % (796)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.15/0.59  % (796)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.15/0.59  % (796)Termination reason: Unknown
% 0.15/0.59  % (796)Termination phase: Saturation
% 0.15/0.59  
% 0.15/0.59  % (796)Memory used [KB]: 6268
% 0.15/0.59  % (796)Time elapsed: 0.073 s
% 0.15/0.59  % (796)Instructions burned: 68 (million)
% 0.15/0.59  % (796)------------------------------
% 0.15/0.59  % (796)------------------------------
% 0.15/0.61  % (783)Instruction limit reached!
% 0.15/0.61  % (783)------------------------------
% 0.15/0.61  % (783)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.15/0.61  % (783)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.15/0.61  % (783)Termination reason: Unknown
% 0.15/0.61  % (783)Termination phase: Saturation
% 0.15/0.61  
% 0.15/0.61  % (783)Memory used [KB]: 1151
% 0.15/0.61  % (783)Time elapsed: 0.211 s
% 0.15/0.61  % (783)Instructions burned: 37 (million)
% 0.15/0.61  % (783)------------------------------
% 0.15/0.61  % (783)------------------------------
% 2.00/0.63  TRYING [4]
% 2.34/0.63  % (799)Instruction limit reached!
% 2.34/0.63  % (799)------------------------------
% 2.34/0.63  % (799)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.34/0.63  % (799)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.34/0.63  % (799)Termination reason: Unknown
% 2.34/0.63  % (799)Termination phase: Finite model building constraint generation
% 2.34/0.63  
% 2.34/0.63  % (799)Memory used [KB]: 7547
% 2.34/0.63  % (799)Time elapsed: 0.215 s
% 2.34/0.63  % (799)Instructions burned: 59 (million)
% 2.34/0.63  % (799)------------------------------
% 2.34/0.63  % (799)------------------------------
% 2.34/0.64  % (785)Instruction limit reached!
% 2.34/0.64  % (785)------------------------------
% 2.34/0.64  % (785)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.34/0.64  % (785)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.34/0.64  % (785)Termination reason: Unknown
% 2.34/0.64  % (785)Termination phase: Saturation
% 2.34/0.64  
% 2.34/0.64  % (785)Memory used [KB]: 6012
% 2.34/0.64  % (785)Time elapsed: 0.262 s
% 2.34/0.64  % (785)Instructions burned: 51 (million)
% 2.34/0.64  % (785)------------------------------
% 2.34/0.64  % (785)------------------------------
% 2.34/0.64  % (786)Instruction limit reached!
% 2.34/0.64  % (786)------------------------------
% 2.34/0.64  % (786)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.34/0.64  % (786)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.34/0.64  % (786)Termination reason: Unknown
% 2.34/0.64  % (786)Termination phase: Saturation
% 2.34/0.64  
% 2.34/0.64  % (786)Memory used [KB]: 5756
% 2.34/0.64  % (786)Time elapsed: 0.240 s
% 2.34/0.64  % (786)Instructions burned: 51 (million)
% 2.34/0.64  % (786)------------------------------
% 2.34/0.64  % (786)------------------------------
% 2.34/0.65  % (792)Instruction limit reached!
% 2.34/0.65  % (792)------------------------------
% 2.34/0.65  % (792)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.34/0.65  TRYING [4]
% 2.34/0.65  % (792)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.34/0.65  % (792)Termination reason: Unknown
% 2.34/0.65  % (792)Termination phase: Saturation
% 2.34/0.65  
% 2.34/0.65  % (792)Memory used [KB]: 6012
% 2.34/0.65  % (792)Time elapsed: 0.259 s
% 2.34/0.65  % (792)Instructions burned: 51 (million)
% 2.34/0.65  % (792)------------------------------
% 2.34/0.65  % (792)------------------------------
% 2.63/0.66  % (787)Instruction limit reached!
% 2.63/0.66  % (787)------------------------------
% 2.63/0.66  % (787)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.63/0.66  % (787)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.63/0.66  % (787)Termination reason: Unknown
% 2.63/0.66  % (787)Termination phase: Saturation
% 2.63/0.66  
% 2.63/0.66  % (787)Memory used [KB]: 6012
% 2.63/0.66  % (787)Time elapsed: 0.268 s
% 2.63/0.66  % (787)Instructions burned: 48 (million)
% 2.63/0.66  % (787)------------------------------
% 2.63/0.66  % (787)------------------------------
% 2.63/0.66  % (791)Instruction limit reached!
% 2.63/0.66  % (791)------------------------------
% 2.63/0.66  % (791)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.63/0.66  % (791)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.63/0.66  % (791)Termination reason: Unknown
% 2.63/0.66  % (791)Termination phase: Saturation
% 2.63/0.66  
% 2.63/0.66  % (791)Memory used [KB]: 1279
% 2.63/0.66  % (791)Time elapsed: 0.254 s
% 2.63/0.66  % (791)Instructions burned: 52 (million)
% 2.63/0.66  % (791)------------------------------
% 2.63/0.66  % (791)------------------------------
% 2.63/0.68  % (808)Instruction limit reached!
% 2.63/0.68  % (808)------------------------------
% 2.63/0.68  % (808)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.63/0.68  % (812)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.63/0.68  % (808)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.63/0.68  % (808)Termination reason: Unknown
% 2.63/0.68  % (808)Termination phase: Saturation
% 2.63/0.68  
% 2.63/0.68  % (808)Memory used [KB]: 6268
% 2.63/0.68  % (808)Time elapsed: 0.055 s
% 2.63/0.68  % (808)Instructions burned: 69 (million)
% 2.63/0.68  % (808)------------------------------
% 2.63/0.68  % (808)------------------------------
% 2.63/0.68  % (803)First to succeed.
% 2.63/0.68  % (803)Refutation found. Thanks to Tanya!
% 2.63/0.68  % SZS status Unsatisfiable for theBenchmark
% 2.63/0.68  % SZS output start Proof for theBenchmark
% See solution above
% 2.63/0.68  % (803)------------------------------
% 2.63/0.68  % (803)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.63/0.68  % (803)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.63/0.68  % (803)Termination reason: Refutation
% 2.63/0.68  
% 2.63/0.68  % (803)Memory used [KB]: 6268
% 2.63/0.68  % (803)Time elapsed: 0.290 s
% 2.63/0.68  % (803)Instructions burned: 55 (million)
% 2.63/0.68  % (803)------------------------------
% 2.63/0.68  % (803)------------------------------
% 2.63/0.68  % (780)Success in time 0.358 s
%------------------------------------------------------------------------------