TSTP Solution File: FLD009-1 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : FLD009-1 : 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 : n012.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:23 EDT 2022

% Result   : Unsatisfiable 1.61s 0.59s
% Output   : Refutation 1.61s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   22 (   8 unt;   0 def)
%            Number of atoms       :   46 (   0 equ)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :   56 (  32   ~;  24   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   4 con; 0-2 aty)
%            Number of variables   :   24 (  24   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f605,plain,
    $false,
    inference(global_subsumption,[],[f30,f28,f604]) ).

fof(f604,plain,
    ( equalish(a,additive_identity)
    | ~ defined(a) ),
    inference(resolution,[],[f603,f15]) ).

fof(f15,axiom,
    ! [X0] :
      ( defined(multiplicative_inverse(X0))
      | ~ defined(X0)
      | equalish(X0,additive_identity) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',well_definedness_of_multiplicative_inverse) ).

fof(f603,plain,
    ~ defined(multiplicative_inverse(a)),
    inference(global_subsumption,[],[f30,f28,f600]) ).

fof(f600,plain,
    ( ~ defined(multiplicative_inverse(a))
    | ~ defined(a)
    | equalish(a,additive_identity) ),
    inference(resolution,[],[f599,f7]) ).

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

fof(f599,plain,
    ! [X1] :
      ( ~ equalish(multiply(a,X1),multiplicative_identity)
      | ~ defined(X1) ),
    inference(global_subsumption,[],[f29,f28,f596]) ).

fof(f596,plain,
    ! [X1] :
      ( ~ defined(b)
      | ~ defined(a)
      | ~ equalish(multiply(a,X1),multiplicative_identity)
      | ~ defined(X1) ),
    inference(resolution,[],[f377,f5]) ).

fof(f5,axiom,
    ! [X2,X0,X1] :
      ( equalish(multiply(X0,multiply(X1,X2)),multiply(multiply(X0,X1),X2))
      | ~ defined(X1)
      | ~ defined(X2)
      | ~ defined(X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_multiplication) ).

fof(f377,plain,
    ! [X6,X7] :
      ( ~ equalish(multiply(a,X6),multiply(X7,b))
      | ~ equalish(X7,multiplicative_identity) ),
    inference(global_subsumption,[],[f29,f371]) ).

fof(f371,plain,
    ! [X6,X7] :
      ( ~ equalish(X7,multiplicative_identity)
      | ~ defined(b)
      | ~ equalish(multiply(a,X6),multiply(X7,b)) ),
    inference(resolution,[],[f74,f25]) ).

fof(f25,axiom,
    ! [X2,X0,X1] :
      ( equalish(multiply(X0,X2),multiply(X1,X2))
      | ~ equalish(X0,X1)
      | ~ defined(X2) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',compatibility_of_equality_and_multiplication) ).

fof(f74,plain,
    ! [X0,X1] :
      ( ~ equalish(X1,multiply(multiplicative_identity,b))
      | ~ equalish(multiply(a,X0),X1) ),
    inference(resolution,[],[f69,f23]) ).

fof(f23,axiom,
    ! [X2,X0,X1] :
      ( equalish(X0,X2)
      | ~ equalish(X0,X1)
      | ~ equalish(X1,X2) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',transitivity_of_equality) ).

fof(f69,plain,
    ! [X6] : ~ equalish(multiply(a,X6),multiply(multiplicative_identity,b)),
    inference(resolution,[],[f44,f39]) ).

fof(f39,plain,
    equalish(multiply(multiplicative_identity,b),b),
    inference(resolution,[],[f29,f6]) ).

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

fof(f44,plain,
    ! [X0,X1] :
      ( ~ equalish(X1,b)
      | ~ equalish(multiply(a,X0),X1) ),
    inference(resolution,[],[f31,f23]) ).

fof(f31,axiom,
    ! [X0] : ~ equalish(multiply(a,X0),b),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiply_not_equal_to_b_4) ).

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

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

fof(f30,axiom,
    ~ equalish(a,additive_identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_not_equal_to_additive_identity_3) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : FLD009-1 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.03/0.13  % 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.34  % Computer : n012.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 20:32:51 EDT 2022
% 0.13/0.34  % CPUTime    : 
% 0.19/0.48  % (31219)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.19/0.48  % (31227)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.19/0.50  TRYING [1]
% 0.19/0.50  TRYING [2]
% 0.19/0.50  % (31219)Instruction limit reached!
% 0.19/0.50  % (31219)------------------------------
% 0.19/0.50  % (31219)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.50  % (31219)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.50  % (31219)Termination reason: Unknown
% 0.19/0.50  % (31219)Termination phase: Finite model building SAT solving
% 0.19/0.50  
% 0.19/0.50  % (31219)Memory used [KB]: 6012
% 0.19/0.50  % (31219)Time elapsed: 0.087 s
% 0.19/0.50  % (31219)Instructions burned: 6 (million)
% 0.19/0.50  % (31219)------------------------------
% 0.19/0.50  % (31219)------------------------------
% 0.19/0.51  % (31208)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.19/0.51  % (31209)dis+1011_1:16_fsr=off:nwc=2.0:i=25:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/25Mi)
% 0.19/0.51  % (31226)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.19/0.52  % (31205)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.19/0.52  % (31218)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.19/0.52  % (31231)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.19/0.52  % (31211)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.19/0.52  % (31211)Refutation not found, incomplete strategy% (31211)------------------------------
% 0.19/0.52  % (31211)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (31211)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (31211)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.52  
% 0.19/0.52  % (31211)Memory used [KB]: 5884
% 0.19/0.52  % (31211)Time elapsed: 0.102 s
% 0.19/0.52  % (31211)Instructions burned: 1 (million)
% 0.19/0.52  % (31211)------------------------------
% 0.19/0.52  % (31211)------------------------------
% 0.19/0.52  % (31230)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.19/0.53  % (31232)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.19/0.53  % (31233)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.19/0.53  % (31207)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.19/0.53  % (31233)Refutation not found, incomplete strategy% (31233)------------------------------
% 0.19/0.53  % (31233)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (31233)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (31233)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.53  
% 0.19/0.53  % (31233)Memory used [KB]: 5884
% 0.19/0.53  % (31233)Time elapsed: 0.127 s
% 0.19/0.53  % (31233)------------------------------
% 0.19/0.53  % (31233)------------------------------
% 0.19/0.53  % (31210)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.19/0.53  % (31227)Instruction limit reached!
% 0.19/0.53  % (31227)------------------------------
% 0.19/0.53  % (31227)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (31229)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.19/0.53  % (31227)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (31227)Termination reason: Unknown
% 0.19/0.53  % (31227)Termination phase: Saturation
% 0.19/0.53  
% 0.19/0.53  % (31227)Memory used [KB]: 6652
% 0.19/0.53  % (31206)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.19/0.53  % (31227)Time elapsed: 0.116 s
% 0.19/0.53  % (31227)Instructions burned: 37 (million)
% 0.19/0.53  % (31227)------------------------------
% 0.19/0.53  % (31227)------------------------------
% 0.19/0.53  % (31229)Refutation not found, incomplete strategy% (31229)------------------------------
% 0.19/0.53  % (31229)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (31229)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (31229)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.53  
% 0.19/0.53  % (31229)Memory used [KB]: 5884
% 0.19/0.53  % (31229)Time elapsed: 0.130 s
% 0.19/0.53  % (31229)Instructions burned: 1 (million)
% 0.19/0.53  % (31229)------------------------------
% 0.19/0.53  % (31229)------------------------------
% 1.32/0.53  % (31206)Instruction limit reached!
% 1.32/0.53  % (31206)------------------------------
% 1.32/0.53  % (31206)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.32/0.53  % (31206)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.32/0.53  % (31206)Termination reason: Unknown
% 1.32/0.53  % (31206)Termination phase: Saturation
% 1.32/0.53  
% 1.32/0.53  % (31206)Memory used [KB]: 5884
% 1.32/0.53  % (31206)Time elapsed: 0.128 s
% 1.32/0.53  % (31206)Instructions burned: 5 (million)
% 1.32/0.53  % (31206)------------------------------
% 1.32/0.53  % (31206)------------------------------
% 1.32/0.53  % (31221)ott+2_1:64_afp=40000:bd=off:irw=on:i=8:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/8Mi)
% 1.32/0.53  % (31222)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)
% 1.32/0.53  % (31204)lrs+10_1:1_kws=precedence:lwlo=on:tgt=ground:i=99966:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99966Mi)
% 1.32/0.53  % (31223)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)
% 1.32/0.54  % (31225)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)
% 1.32/0.54  % (31225)Refutation not found, incomplete strategy% (31225)------------------------------
% 1.32/0.54  % (31225)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.32/0.54  % (31225)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.32/0.54  % (31225)Termination reason: Refutation not found, incomplete strategy
% 1.32/0.54  
% 1.32/0.54  % (31225)Memory used [KB]: 5756
% 1.32/0.54  % (31225)Time elapsed: 0.138 s
% 1.32/0.54  % (31225)------------------------------
% 1.32/0.54  % (31225)------------------------------
% 1.32/0.54  % (31223)Instruction limit reached!
% 1.32/0.54  % (31223)------------------------------
% 1.32/0.54  % (31223)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.32/0.54  % (31223)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.32/0.54  % (31223)Termination reason: Unknown
% 1.32/0.54  % (31223)Termination phase: Saturation
% 1.32/0.54  
% 1.32/0.54  % (31223)Memory used [KB]: 5884
% 1.32/0.54  % (31223)Time elapsed: 0.143 s
% 1.32/0.54  % (31223)Instructions burned: 8 (million)
% 1.32/0.54  % (31223)------------------------------
% 1.32/0.54  % (31223)------------------------------
% 1.32/0.54  % (31213)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)
% 1.32/0.54  % (31213)Refutation not found, incomplete strategy% (31213)------------------------------
% 1.32/0.54  % (31213)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.32/0.54  % (31213)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.32/0.54  % (31213)Termination reason: Refutation not found, incomplete strategy
% 1.32/0.54  
% 1.32/0.54  % (31213)Memory used [KB]: 5884
% 1.32/0.54  % (31213)Time elapsed: 0.139 s
% 1.32/0.54  % (31213)------------------------------
% 1.32/0.54  % (31213)------------------------------
% 1.32/0.54  % (31224)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)
% 1.32/0.54  % (31214)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)
% 1.32/0.54  % (31215)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)
% 1.32/0.54  % (31217)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)
% 1.32/0.54  % (31224)Instruction limit reached!
% 1.32/0.54  % (31224)------------------------------
% 1.32/0.54  % (31224)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.32/0.54  % (31214)Instruction limit reached!
% 1.32/0.54  % (31214)------------------------------
% 1.32/0.54  % (31214)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.32/0.54  % (31217)Instruction limit reached!
% 1.32/0.54  % (31217)------------------------------
% 1.32/0.54  % (31217)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.32/0.54  % (31214)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.32/0.54  % (31217)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.32/0.54  % (31224)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.32/0.54  % (31214)Termination reason: Unknown
% 1.32/0.54  % (31217)Termination reason: Unknown
% 1.32/0.54  % (31224)Termination reason: Unknown
% 1.32/0.54  % (31214)Termination phase: Saturation
% 1.32/0.54  % (31217)Termination phase: Saturation
% 1.32/0.54  % (31224)Termination phase: Saturation
% 1.32/0.54  
% 1.32/0.54  
% 1.32/0.54  
% 1.32/0.54  % (31214)Memory used [KB]: 6012
% 1.32/0.54  % (31224)Memory used [KB]: 1535
% 1.32/0.54  % (31214)Time elapsed: 0.141 s
% 1.32/0.54  % (31224)Time elapsed: 0.142 s
% 1.32/0.54  % (31217)Memory used [KB]: 5884
% 1.32/0.54  % (31214)Instructions burned: 6 (million)
% 1.32/0.54  % (31224)Instructions burned: 7 (million)
% 1.32/0.54  % (31217)Time elapsed: 0.141 s
% 1.32/0.54  % (31214)------------------------------
% 1.32/0.54  % (31214)------------------------------
% 1.32/0.54  % (31224)------------------------------
% 1.32/0.54  % (31224)------------------------------
% 1.32/0.54  % (31217)Instructions burned: 3 (million)
% 1.32/0.54  % (31217)------------------------------
% 1.32/0.54  % (31217)------------------------------
% 1.32/0.54  % (31212)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)
% 1.32/0.54  % (31216)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)
% 1.32/0.54  % (31212)Instruction limit reached!
% 1.32/0.54  % (31212)------------------------------
% 1.32/0.54  % (31212)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.32/0.54  % (31212)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.32/0.54  % (31212)Termination reason: Unknown
% 1.32/0.54  % (31212)Termination phase: Saturation
% 1.32/0.54  
% 1.32/0.54  % (31212)Memory used [KB]: 5884
% 1.32/0.54  % (31212)Time elapsed: 0.149 s
% 1.32/0.54  % (31212)Instructions burned: 3 (million)
% 1.32/0.54  % (31212)------------------------------
% 1.32/0.54  % (31212)------------------------------
% 1.32/0.55  % (31216)Instruction limit reached!
% 1.32/0.55  % (31216)------------------------------
% 1.32/0.55  % (31216)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.32/0.55  % (31216)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.32/0.55  % (31216)Termination reason: Unknown
% 1.32/0.55  % (31216)Termination phase: Saturation
% 1.32/0.55  
% 1.32/0.55  % (31216)Memory used [KB]: 5884
% 1.32/0.55  % (31216)Time elapsed: 0.155 s
% 1.32/0.55  % (31216)Instructions burned: 6 (million)
% 1.32/0.55  % (31216)------------------------------
% 1.32/0.55  % (31216)------------------------------
% 1.61/0.55  % (31220)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)
% 1.61/0.55  % (31220)Instruction limit reached!
% 1.61/0.55  % (31220)------------------------------
% 1.61/0.55  % (31220)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.55  % (31220)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.55  % (31220)Termination reason: Unknown
% 1.61/0.55  % (31220)Termination phase: Saturation
% 1.61/0.55  
% 1.61/0.55  % (31220)Memory used [KB]: 5884
% 1.61/0.55  % (31220)Time elapsed: 0.003 s
% 1.61/0.55  % (31220)Instructions burned: 3 (million)
% 1.61/0.55  % (31220)------------------------------
% 1.61/0.55  % (31220)------------------------------
% 1.61/0.55  % (31228)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)
% 1.61/0.55  % (31232)Instruction limit reached!
% 1.61/0.55  % (31232)------------------------------
% 1.61/0.55  % (31232)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.55  % (31232)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.55  % (31232)Termination reason: Unknown
% 1.61/0.55  % (31232)Termination phase: Saturation
% 1.61/0.55  
% 1.61/0.55  % (31232)Memory used [KB]: 6268
% 1.61/0.55  % (31232)Time elapsed: 0.159 s
% 1.61/0.55  % (31232)Instructions burned: 20 (million)
% 1.61/0.55  % (31232)------------------------------
% 1.61/0.55  % (31232)------------------------------
% 1.61/0.55  % (31221)Instruction limit reached!
% 1.61/0.55  % (31221)------------------------------
% 1.61/0.55  % (31221)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.55  % (31221)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.55  % (31221)Termination reason: Unknown
% 1.61/0.55  % (31221)Termination phase: Saturation
% 1.61/0.55  
% 1.61/0.55  % (31221)Memory used [KB]: 5884
% 1.61/0.55  % (31221)Time elapsed: 0.144 s
% 1.61/0.55  % (31221)Instructions burned: 8 (million)
% 1.61/0.55  % (31221)------------------------------
% 1.61/0.55  % (31221)------------------------------
% 1.61/0.56  % (31209)Instruction limit reached!
% 1.61/0.56  % (31209)------------------------------
% 1.61/0.56  % (31209)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.56  % (31209)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.56  % (31209)Termination reason: Unknown
% 1.61/0.56  % (31209)Termination phase: Saturation
% 1.61/0.56  
% 1.61/0.56  % (31209)Memory used [KB]: 6396
% 1.61/0.56  % (31209)Time elapsed: 0.162 s
% 1.61/0.56  % (31209)Instructions burned: 26 (million)
% 1.61/0.56  % (31209)------------------------------
% 1.61/0.56  % (31209)------------------------------
% 1.61/0.56  % (31208)Instruction limit reached!
% 1.61/0.56  % (31208)------------------------------
% 1.61/0.56  % (31208)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.56  % (31208)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.56  % (31208)Termination reason: Unknown
% 1.61/0.56  % (31208)Termination phase: Saturation
% 1.61/0.56  
% 1.61/0.56  % (31208)Memory used [KB]: 6908
% 1.61/0.56  % (31208)Time elapsed: 0.164 s
% 1.61/0.56  % (31208)Instructions burned: 34 (million)
% 1.61/0.56  % (31208)------------------------------
% 1.61/0.56  % (31208)------------------------------
% 1.61/0.57  % (31205)Instruction limit reached!
% 1.61/0.57  % (31205)------------------------------
% 1.61/0.57  % (31205)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.57  % (31215)Instruction limit reached!
% 1.61/0.57  % (31215)------------------------------
% 1.61/0.57  % (31215)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.57  % (31215)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.57  % (31215)Termination reason: Unknown
% 1.61/0.57  % (31215)Termination phase: Saturation
% 1.61/0.57  
% 1.61/0.57  % (31215)Memory used [KB]: 6012
% 1.61/0.57  % (31215)Time elapsed: 0.177 s
% 1.61/0.57  % (31215)Instructions burned: 23 (million)
% 1.61/0.57  % (31215)------------------------------
% 1.61/0.57  % (31215)------------------------------
% 1.61/0.57  % (31218)Instruction limit reached!
% 1.61/0.57  % (31218)------------------------------
% 1.61/0.57  % (31218)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.58  % (31218)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.58  % (31218)Termination reason: Unknown
% 1.61/0.58  % (31218)Termination phase: Saturation
% 1.61/0.58  
% 1.61/0.58  % (31218)Memory used [KB]: 1663
% 1.61/0.58  % (31218)Time elapsed: 0.123 s
% 1.61/0.58  % (31218)Instructions burned: 29 (million)
% 1.61/0.58  % (31218)------------------------------
% 1.61/0.58  % (31218)------------------------------
% 1.61/0.59  % (31222)First to succeed.
% 1.61/0.59  % (31222)Refutation found. Thanks to Tanya!
% 1.61/0.59  % SZS status Unsatisfiable for theBenchmark
% 1.61/0.59  % SZS output start Proof for theBenchmark
% See solution above
% 1.61/0.59  % (31222)------------------------------
% 1.61/0.59  % (31222)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.59  % (31222)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.59  % (31222)Termination reason: Refutation
% 1.61/0.59  
% 1.61/0.59  % (31222)Memory used [KB]: 10746
% 1.61/0.59  % (31222)Time elapsed: 0.173 s
% 1.61/0.59  % (31222)Instructions burned: 23 (million)
% 1.61/0.59  % (31222)------------------------------
% 1.61/0.59  % (31222)------------------------------
% 1.61/0.59  % (31203)Success in time 0.231 s
%------------------------------------------------------------------------------