TSTP Solution File: FLD027-3 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : FLD027-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --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:05:33 EDT 2022

% Result   : Unsatisfiable 0.20s 0.57s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   24 (  14 unt;   0 def)
%            Number of atoms       :   39 (   0 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   30 (  15   ~;  15   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    5 (   5 usr;   4 con; 0-1 aty)
%            Number of variables   :   19 (  19   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f251,plain,
    $false,
    inference(subsumption_resolution,[],[f249,f32]) ).

fof(f32,axiom,
    ~ product(multiplicative_identity,a,b),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_product_6) ).

fof(f249,plain,
    product(multiplicative_identity,a,b),
    inference(resolution,[],[f214,f60]) ).

fof(f60,plain,
    product(b,multiplicative_identity,b),
    inference(resolution,[],[f39,f10]) ).

fof(f10,axiom,
    ! [X3,X0,X5] :
      ( ~ product(X0,X3,X5)
      | product(X3,X0,X5) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_multiplication) ).

fof(f39,plain,
    product(multiplicative_identity,b,b),
    inference(resolution,[],[f28,f8]) ).

fof(f8,axiom,
    ! [X0] :
      ( ~ defined(X0)
      | product(multiplicative_identity,X0,X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',existence_of_identity_multiplication) ).

fof(f28,axiom,
    defined(b),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_is_defined) ).

fof(f214,plain,
    ! [X4] :
      ( ~ product(b,multiplicative_identity,X4)
      | product(multiplicative_identity,a,X4) ),
    inference(resolution,[],[f67,f104]) ).

fof(f104,plain,
    product(b,multiplicative_inverse(a),multiplicative_identity),
    inference(resolution,[],[f98,f60]) ).

fof(f98,plain,
    ! [X0] :
      ( ~ product(b,multiplicative_identity,X0)
      | product(X0,multiplicative_inverse(a),multiplicative_identity) ),
    inference(resolution,[],[f73,f54]) ).

fof(f54,plain,
    ! [X10,X8,X9] :
      ( ~ product(X8,multiplicative_inverse(b),X10)
      | ~ product(X8,multiplicative_identity,X9)
      | product(X9,multiplicative_inverse(a),X10) ),
    inference(resolution,[],[f31,f7]) ).

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

fof(f31,axiom,
    product(multiplicative_identity,multiplicative_inverse(a),multiplicative_inverse(b)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_5) ).

fof(f73,plain,
    product(b,multiplicative_inverse(b),multiplicative_identity),
    inference(resolution,[],[f40,f10]) ).

fof(f40,plain,
    product(multiplicative_inverse(b),b,multiplicative_identity),
    inference(subsumption_resolution,[],[f37,f30]) ).

fof(f30,axiom,
    ~ sum(additive_identity,b,additive_identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_sum_4) ).

fof(f37,plain,
    ( sum(additive_identity,b,additive_identity)
    | product(multiplicative_inverse(b),b,multiplicative_identity) ),
    inference(resolution,[],[f28,f9]) ).

fof(f9,axiom,
    ! [X0] :
      ( ~ defined(X0)
      | product(multiplicative_inverse(X0),X0,multiplicative_identity)
      | sum(additive_identity,X0,additive_identity) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',existence_of_inverse_multiplication) ).

fof(f67,plain,
    ! [X10,X8,X9] :
      ( ~ product(X8,multiplicative_inverse(a),X9)
      | product(X9,a,X10)
      | ~ product(X8,multiplicative_identity,X10) ),
    inference(resolution,[],[f36,f7]) ).

fof(f36,plain,
    product(multiplicative_inverse(a),a,multiplicative_identity),
    inference(subsumption_resolution,[],[f33,f29]) ).

fof(f29,axiom,
    ~ sum(additive_identity,a,additive_identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_sum_3) ).

fof(f33,plain,
    ( product(multiplicative_inverse(a),a,multiplicative_identity)
    | sum(additive_identity,a,additive_identity) ),
    inference(resolution,[],[f27,f9]) ).

fof(f27,axiom,
    defined(a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_is_defined) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : FLD027-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.07/0.14  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.13/0.35  % Computer : n014.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit   : 300
% 0.13/0.35  % WCLimit    : 300
% 0.13/0.35  % DateTime   : Mon Aug 29 20:37:03 EDT 2022
% 0.13/0.35  % CPUTime    : 
% 0.20/0.51  % (25297)lrs+10_1:1_av=off:sd=2:sos=on:sp=reverse_arity:ss=axioms:to=lpo:i=73:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/73Mi)
% 0.20/0.51  % (25292)ott+21_1:1_erd=off:s2a=on:sac=on:sd=1:sgt=64:sos=on:ss=included:st=3.0:to=lpo:urr=on:i=97:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/97Mi)
% 0.20/0.51  % (25284)dis+1011_3:29_av=off:awrs=decay:awrsf=32:bce=on:drc=off:fde=unused:gsp=on:irw=on:nwc=2.0:spb=goal_then_units:updr=off:urr=ec_only:i=29:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/29Mi)
% 0.20/0.51  % (25282)lrs+10_1:1_drc=off:sp=reverse_frequency:spb=goal:to=lpo:i=5:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/5Mi)
% 0.20/0.51  % (25277)lrs+1010_1:4_amm=off:bce=on:sd=1:sos=on:ss=included:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.20/0.51  % (25283)lrs+30_1:12_av=off:bs=unit_only:fsd=on:gs=on:lwlo=on:newcnf=on:slsq=on:slsqr=1,2:i=3:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/3Mi)
% 0.20/0.52  % (25276)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=49:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/49Mi)
% 0.20/0.52  % (25270)lrs+10_1:1_kws=precedence:lwlo=on:tgt=ground:i=99966:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99966Mi)
% 0.20/0.52  % (25274)lrs+10_5:1_br=off:fde=none:nwc=3.0:sd=1:sgt=10:sos=on:ss=axioms:urr=on:i=34:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/34Mi)
% 0.20/0.53  % (25289)lrs+1011_1:1_afp=100000:afr=on:amm=sco:bd=preordered:cond=fast:newcnf=on:nm=4:sos=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.20/0.53  % (25271)dis+21_1:1_av=off:fd=off:lcm=predicate:sos=on:spb=goal:urr=ec_only:i=42:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/42Mi)
% 0.20/0.53  % (25272)lrs+10_1:16_awrs=converge:awrsf=40:br=off:ep=RSTC:flr=on:gsp=on:nwc=3.0:sos=on:urr=on:i=4:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/4Mi)
% 0.20/0.53  % (25275)dis+1011_1:16_fsr=off:nwc=2.0:i=25:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/25Mi)
% 0.20/0.53  % (25272)Instruction limit reached!
% 0.20/0.53  % (25272)------------------------------
% 0.20/0.53  % (25272)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.53  % (25272)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.53  % (25272)Termination reason: Unknown
% 0.20/0.53  % (25272)Termination phase: Saturation
% 0.20/0.53  
% 0.20/0.53  % (25272)Memory used [KB]: 5884
% 0.20/0.53  % (25272)Time elapsed: 0.127 s
% 0.20/0.53  % (25272)Instructions burned: 5 (million)
% 0.20/0.53  % (25272)------------------------------
% 0.20/0.53  % (25272)------------------------------
% 0.20/0.53  % (25273)lrs+10_1:1_bd=off:drc=off:lcm=reverse:nwc=5.0:sd=1:sgt=16:spb=goal_then_units:ss=axioms:to=lpo:i=43:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/43Mi)
% 0.20/0.53  % (25298)lrs+10_1:1_sos=all:ss=axioms:st=1.5:i=20:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/20Mi)
% 0.20/0.53  % (25282)Instruction limit reached!
% 0.20/0.53  % (25282)------------------------------
% 0.20/0.53  % (25282)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.53  % (25282)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.53  % (25282)Termination reason: Unknown
% 0.20/0.53  % (25282)Termination phase: Saturation
% 0.20/0.53  
% 0.20/0.53  % (25282)Memory used [KB]: 5884
% 0.20/0.53  % (25282)Time elapsed: 0.128 s
% 0.20/0.53  % (25282)Instructions burned: 5 (million)
% 0.20/0.53  % (25282)------------------------------
% 0.20/0.53  % (25282)------------------------------
% 0.20/0.53  % (25289)Instruction limit reached!
% 0.20/0.53  % (25289)------------------------------
% 0.20/0.53  % (25289)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.53  % (25289)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.53  % (25289)Termination reason: Unknown
% 0.20/0.53  % (25289)Termination phase: Saturation
% 0.20/0.53  
% 0.20/0.53  % (25289)Memory used [KB]: 5884
% 0.20/0.53  % (25289)Time elapsed: 0.109 s
% 0.20/0.53  % (25289)Instructions burned: 7 (million)
% 0.20/0.53  % (25289)------------------------------
% 0.20/0.53  % (25289)------------------------------
% 0.20/0.54  % (25283)Instruction limit reached!
% 0.20/0.54  % (25283)------------------------------
% 0.20/0.54  % (25283)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.54  % (25283)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.54  % (25283)Termination reason: Unknown
% 0.20/0.54  % (25283)Termination phase: Saturation
% 0.20/0.54  
% 0.20/0.54  % (25283)Memory used [KB]: 5884
% 0.20/0.54  % (25283)Time elapsed: 0.004 s
% 0.20/0.54  % (25283)Instructions burned: 3 (million)
% 0.20/0.54  % (25283)------------------------------
% 0.20/0.54  % (25283)------------------------------
% 0.20/0.54  % (25281)dis+4_1:1_bd=off:cond=fast:fde=unused:lcm=reverse:lma=on:nicw=on:nwc=2.0:s2a=on:s2agt=16:sac=on:sp=frequency:i=23:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/23Mi)
% 0.20/0.54  % (25299)lrs+1010_1:1_bd=off:fd=off:fde=none:ins=3:sac=on:sos=on:spb=goal:to=lpo:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.20/0.54  % (25280)lrs+1004_1:734_av=off:awrs=converge:awrsf=70:br=off:ep=RSTC:erd=off:gs=on:nwc=3.0:s2a=on:s2agt=16:sp=occurrence:updr=off:urr=on:i=6:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/6Mi)
% 0.20/0.54  % (25290)lrs+10_1:7_av=off:awrs=converge:awrsf=40:br=off:bsd=on:cond=on:drc=off:nwc=3.0:plsq=on:plsqc=1:s2a=on:s2agt=16:to=lpo:urr=on:i=6:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/6Mi)
% 0.20/0.54  % (25296)lrs+3_8:1_anc=none:erd=off:fsd=on:s2a=on:s2agt=16:sgt=16:sos=on:sp=frequency:ss=included:i=71:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/71Mi)
% 0.20/0.54  % (25288)lrs+1003_1:1024_add=large:afr=on:cond=fast:fsr=off:gs=on:sos=on:sp=reverse_arity:i=28:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/28Mi)
% 0.20/0.54  % (25285)fmb+10_1:1_fmbes=contour:fmbsr=2.0:fmbsso=input_usage:i=6:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/6Mi)
% 0.20/0.54  TRYING [1]
% 0.20/0.54  TRYING [2]
% 0.20/0.54  % (25280)Instruction limit reached!
% 0.20/0.54  % (25280)------------------------------
% 0.20/0.54  % (25280)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.54  % (25290)Instruction limit reached!
% 0.20/0.54  % (25290)------------------------------
% 0.20/0.54  % (25290)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.54  % (25280)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.54  % (25280)Termination reason: Unknown
% 0.20/0.54  % (25290)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.54  % (25280)Termination phase: Saturation
% 0.20/0.54  
% 0.20/0.54  % (25290)Termination reason: Unknown
% 0.20/0.54  % (25290)Termination phase: Saturation
% 0.20/0.54  
% 0.20/0.54  % (25280)Memory used [KB]: 6012
% 0.20/0.54  % (25280)Time elapsed: 0.142 s
% 0.20/0.54  % (25290)Memory used [KB]: 1407
% 0.20/0.54  % (25280)Instructions burned: 7 (million)
% 0.20/0.54  % (25290)Time elapsed: 0.140 s
% 0.20/0.54  % (25280)------------------------------
% 0.20/0.54  % (25280)------------------------------
% 0.20/0.54  % (25290)Instructions burned: 6 (million)
% 0.20/0.54  % (25290)------------------------------
% 0.20/0.54  % (25290)------------------------------
% 0.20/0.54  TRYING [3]
% 0.20/0.54  % (25285)Instruction limit reached!
% 0.20/0.54  % (25285)------------------------------
% 0.20/0.54  % (25285)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.54  % (25285)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.54  % (25285)Termination reason: Unknown
% 0.20/0.54  % (25285)Termination phase: Finite model building constraint generation
% 0.20/0.54  
% 0.20/0.54  % (25285)Memory used [KB]: 6140
% 0.20/0.54  % (25285)Time elapsed: 0.141 s
% 0.20/0.54  % (25285)Instructions burned: 8 (million)
% 0.20/0.54  % (25285)------------------------------
% 0.20/0.54  % (25285)------------------------------
% 0.20/0.54  % (25297)First to succeed.
% 0.20/0.54  % (25286)lrs+1_1:1_aac=none:add=large:anc=all_dependent:cond=fast:ep=RST:fsr=off:lma=on:nm=2:sos=on:sp=reverse_arity:stl=30:uhcvi=on:urr=on:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.20/0.54  % (25293)lrs+1011_1:1_aac=none:bsr=unit_only:ep=R:sac=on:sos=all:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/37Mi)
% 0.20/0.54  % (25286)Instruction limit reached!
% 0.20/0.54  % (25286)------------------------------
% 0.20/0.54  % (25286)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.54  % (25286)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.54  % (25286)Termination reason: Unknown
% 0.20/0.54  % (25286)Termination phase: Saturation
% 0.20/0.54  
% 0.20/0.54  % (25286)Memory used [KB]: 1279
% 0.20/0.54  % (25286)Time elapsed: 0.002 s
% 0.20/0.54  % (25286)Instructions burned: 2 (million)
% 0.20/0.54  % (25286)------------------------------
% 0.20/0.54  % (25286)------------------------------
% 0.20/0.55  % (25294)dis+10_1:1_add=large:alpa=false:anc=none:fd=off:lcm=reverse:nwc=5.0:sd=2:sgt=20:ss=included:i=46:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/46Mi)
% 0.20/0.55  % (25291)lrs+1010_1:1_bd=off:fsr=off:sd=1:sos=on:ss=axioms:i=67:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/67Mi)
% 0.20/0.55  % (25295)lrs+1010_1:16_acc=on:anc=all:avsq=on:awrs=converge:s2a=on:sac=on:sos=on:ss=axioms:i=81:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/81Mi)
% 0.20/0.55  % (25287)ott+2_1:64_afp=40000:bd=off:irw=on:i=8:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/8Mi)
% 0.20/0.55  % (25278)lrs+1011_1:1_atotf=0.0306256:ep=RST:mep=off:nm=0:sos=all:i=3:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/3Mi)
% 0.20/0.55  % (25278)Instruction limit reached!
% 0.20/0.55  % (25278)------------------------------
% 0.20/0.55  % (25278)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (25278)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (25278)Termination reason: Unknown
% 0.20/0.55  % (25278)Termination phase: Saturation
% 0.20/0.55  
% 0.20/0.55  % (25278)Memory used [KB]: 5884
% 0.20/0.55  % (25278)Time elapsed: 0.151 s
% 0.20/0.55  % (25278)Instructions burned: 4 (million)
% 0.20/0.55  % (25278)------------------------------
% 0.20/0.55  % (25278)------------------------------
% 0.20/0.55  % (25279)lrs+1010_1:1_bd=off:fd=off:fde=none:ins=3:sac=on:sos=on:spb=goal:to=lpo:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.20/0.56  % (25274)Also succeeded, but the first one will report.
% 0.20/0.56  % (25298)Instruction limit reached!
% 0.20/0.56  % (25298)------------------------------
% 0.20/0.56  % (25298)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (25287)Instruction limit reached!
% 0.20/0.56  % (25287)------------------------------
% 0.20/0.56  % (25287)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (25287)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (25287)Termination reason: Unknown
% 0.20/0.56  % (25287)Termination phase: Saturation
% 0.20/0.56  
% 0.20/0.56  % (25287)Memory used [KB]: 6012
% 0.20/0.56  % (25287)Time elapsed: 0.155 s
% 0.20/0.56  % (25287)Instructions burned: 9 (million)
% 0.20/0.56  % (25287)------------------------------
% 0.20/0.56  % (25287)------------------------------
% 0.20/0.56  % (25275)Instruction limit reached!
% 0.20/0.56  % (25275)------------------------------
% 0.20/0.56  % (25275)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.57  % (25298)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.57  % (25298)Termination reason: Unknown
% 0.20/0.57  % (25298)Termination phase: Saturation
% 0.20/0.57  
% 0.20/0.57  % (25298)Memory used [KB]: 6012
% 0.20/0.57  % (25298)Time elapsed: 0.135 s
% 0.20/0.57  % (25298)Instructions burned: 20 (million)
% 0.20/0.57  % (25298)------------------------------
% 0.20/0.57  % (25298)------------------------------
% 0.20/0.57  % (25281)Instruction limit reached!
% 0.20/0.57  % (25281)------------------------------
% 0.20/0.57  % (25281)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.57  % (25281)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.57  % (25281)Termination reason: Unknown
% 0.20/0.57  % (25281)Termination phase: Saturation
% 0.20/0.57  
% 0.20/0.57  % (25281)Memory used [KB]: 6012
% 0.20/0.57  % (25281)Time elapsed: 0.158 s
% 0.20/0.57  % (25281)Instructions burned: 23 (million)
% 0.20/0.57  % (25281)------------------------------
% 0.20/0.57  % (25281)------------------------------
% 0.20/0.57  % (25297)Refutation found. Thanks to Tanya!
% 0.20/0.57  % SZS status Unsatisfiable for theBenchmark
% 0.20/0.57  % SZS output start Proof for theBenchmark
% See solution above
% 0.20/0.57  % (25297)------------------------------
% 0.20/0.57  % (25297)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.57  % (25297)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.57  % (25297)Termination reason: Refutation
% 0.20/0.57  
% 0.20/0.57  % (25297)Memory used [KB]: 1535
% 0.20/0.57  % (25297)Time elapsed: 0.122 s
% 0.20/0.57  % (25297)Instructions burned: 21 (million)
% 0.20/0.57  % (25297)------------------------------
% 0.20/0.57  % (25297)------------------------------
% 0.20/0.57  % (25269)Success in time 0.209 s
%------------------------------------------------------------------------------