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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : GEO040-3 : 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_uns --cores 0 -t %d %s

% Computer : n028.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:07:46 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
fof(f875,plain,
    $false,
    inference(subsumption_resolution,[],[f870,f50]) ).

fof(f50,axiom,
    u != v,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_u_is_v) ).

fof(f870,plain,
    u = v,
    inference(resolution,[],[f868,f7]) ).

fof(f7,axiom,
    ! [X0,X1] :
      ( ~ between(X0,X1,X0)
      | X0 = X1 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',identity_for_betweeness) ).

fof(f868,plain,
    ! [X1] : between(X1,u,v),
    inference(subsumption_resolution,[],[f867,f49]) ).

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

fof(f867,plain,
    ! [X1] :
      ( ~ between(v,u,w)
      | between(X1,u,v) ),
    inference(subsumption_resolution,[],[f866,f48]) ).

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

fof(f866,plain,
    ! [X1] :
      ( ~ between(u,v,w)
      | ~ between(v,u,w)
      | between(X1,u,v) ),
    inference(superposition,[],[f252,f853]) ).

fof(f853,plain,
    u = inner_pasch(v,u,w,v,u),
    inference(resolution,[],[f814,f49]) ).

fof(f814,plain,
    ! [X48] :
      ( ~ between(X48,u,w)
      | u = inner_pasch(X48,u,w,v,u) ),
    inference(resolution,[],[f237,f48]) ).

fof(f237,plain,
    ! [X8,X6,X7,X5] :
      ( ~ between(X6,X8,X7)
      | ~ between(X5,X6,X7)
      | inner_pasch(X5,X6,X7,X8,X6) = X6 ),
    inference(resolution,[],[f8,f7]) ).

fof(f8,axiom,
    ! [X3,X10,X0,X1,X5] :
      ( between(X3,inner_pasch(X10,X3,X5,X0,X1),X1)
      | ~ between(X10,X3,X5)
      | ~ between(X1,X0,X5) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',inner_pasch1) ).

fof(f252,plain,
    ! [X2,X3,X0,X1,X4] :
      ( between(X4,inner_pasch(X1,X3,X2,X1,X0),X1)
      | ~ between(X1,X3,X2)
      | ~ between(X0,X1,X2) ),
    inference(resolution,[],[f9,f60]) ).

fof(f60,plain,
    ! [X3,X10,X5] :
      ( ~ between(X10,X5,X10)
      | between(X3,X5,X10) ),
    inference(equality_resolution,[],[f45]) ).

fof(f45,axiom,
    ! [X3,X10,X0,X5] :
      ( between(X3,X5,X0)
      | X0 != X10
      | ~ between(X10,X5,X0) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b1) ).

fof(f9,axiom,
    ! [X3,X10,X0,X1,X5] :
      ( between(X0,inner_pasch(X10,X3,X5,X0,X1),X10)
      | ~ between(X1,X0,X5)
      | ~ between(X10,X3,X5) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',inner_pasch2) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem    : GEO040-3 : TPTP v8.1.0. Released v1.0.0.
% 0.12/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 : n028.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:10:02 EDT 2022
% 0.13/0.34  % CPUTime    : 
% 0.20/0.48  % (7359)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.48  % (7351)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.49  TRYING [1]
% 0.20/0.49  TRYING [2]
% 0.20/0.49  % (7351)Instruction limit reached!
% 0.20/0.49  % (7351)------------------------------
% 0.20/0.49  % (7351)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.49  % (7351)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.49  % (7351)Termination reason: Unknown
% 0.20/0.49  % (7351)Termination phase: Finite model building constraint generation
% 0.20/0.49  
% 0.20/0.49  % (7351)Memory used [KB]: 6140
% 0.20/0.49  % (7351)Time elapsed: 0.078 s
% 0.20/0.49  % (7351)Instructions burned: 7 (million)
% 0.20/0.49  % (7351)------------------------------
% 0.20/0.49  % (7351)------------------------------
% 0.20/0.52  % (7350)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.53  % (7336)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.53  % (7342)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.53  % (7364)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  % (7337)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  % (7338)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  % (7365)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.53  % (7339)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  % (7338)Instruction limit reached!
% 0.20/0.53  % (7338)------------------------------
% 0.20/0.53  % (7338)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.53  % (7338)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.53  % (7338)Termination reason: Unknown
% 0.20/0.53  % (7338)Termination phase: Saturation
% 0.20/0.53  
% 0.20/0.53  % (7338)Memory used [KB]: 5884
% 0.20/0.53  % (7338)Time elapsed: 0.004 s
% 0.20/0.53  % (7338)Instructions burned: 5 (million)
% 0.20/0.53  % (7338)------------------------------
% 0.20/0.53  % (7338)------------------------------
% 0.20/0.53  % (7340)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  % (7339)Refutation not found, incomplete strategy% (7339)------------------------------
% 0.20/0.53  % (7339)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.53  % (7339)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.53  % (7339)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.53  
% 0.20/0.53  % (7339)Memory used [KB]: 5884
% 0.20/0.53  % (7339)Time elapsed: 0.123 s
% 0.20/0.53  % (7339)Instructions burned: 2 (million)
% 0.20/0.53  % (7339)------------------------------
% 0.20/0.53  % (7339)------------------------------
% 0.20/0.53  % (7340)Refutation not found, incomplete strategy% (7340)------------------------------
% 0.20/0.53  % (7340)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.53  % (7340)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.53  % (7340)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.53  
% 0.20/0.53  % (7340)Memory used [KB]: 5884
% 0.20/0.53  % (7340)Time elapsed: 0.123 s
% 0.20/0.53  % (7340)Instructions burned: 2 (million)
% 0.20/0.53  % (7340)------------------------------
% 0.20/0.53  % (7340)------------------------------
% 0.20/0.53  % (7343)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.53  % (7341)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  % (7359)Instruction limit reached!
% 0.20/0.53  % (7359)------------------------------
% 0.20/0.53  % (7359)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.53  % (7359)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.53  % (7359)Termination reason: Unknown
% 0.20/0.53  % (7352)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.53  % (7359)Termination phase: Saturation
% 0.20/0.53  
% 0.20/0.53  % (7359)Memory used [KB]: 6268
% 0.20/0.53  % (7343)Refutation not found, incomplete strategy% (7343)------------------------------
% 0.20/0.53  % (7343)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.53  % (7343)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.53  % (7343)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.53  
% 0.20/0.53  % (7343)Memory used [KB]: 5884
% 0.20/0.53  % (7343)Time elapsed: 0.107 s
% 0.20/0.53  % (7343)Instructions burned: 3 (million)
% 0.20/0.53  % (7343)------------------------------
% 0.20/0.53  % (7343)------------------------------
% 0.20/0.53  % (7359)Time elapsed: 0.120 s
% 0.20/0.53  % (7359)Instructions burned: 37 (million)
% 0.20/0.53  % (7359)------------------------------
% 0.20/0.53  % (7359)------------------------------
% 0.20/0.54  % (7354)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  % (7360)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.54  % (7353)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.54  % (7358)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.54  % (7355)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.54  % (7356)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  % (7346)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  % (7347)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  % (7357)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.54  % (7345)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.54  % (7346)Instruction limit reached!
% 0.20/0.54  % (7346)------------------------------
% 0.20/0.54  % (7346)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.54  % (7346)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.54  % (7346)Termination reason: Unknown
% 0.20/0.54  % (7346)Termination phase: Saturation
% 0.20/0.54  
% 0.20/0.54  % (7346)Memory used [KB]: 5884
% 0.20/0.54  % (7346)Time elapsed: 0.004 s
% 0.20/0.54  % (7346)Instructions burned: 6 (million)
% 0.20/0.54  % (7346)------------------------------
% 0.20/0.54  % (7346)------------------------------
% 0.20/0.54  % (7348)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.54  % (7357)Refutation not found, incomplete strategy% (7357)------------------------------
% 0.20/0.54  % (7357)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.54  % (7357)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.54  % (7357)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.54  
% 0.20/0.54  % (7357)Memory used [KB]: 5756
% 0.20/0.54  % (7357)Time elapsed: 0.137 s
% 0.20/0.54  % (7357)Instructions burned: 2 (million)
% 0.20/0.54  % (7357)------------------------------
% 0.20/0.54  % (7357)------------------------------
% 0.20/0.54  % (7345)Refutation not found, incomplete strategy% (7345)------------------------------
% 0.20/0.54  % (7345)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.54  % (7345)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.54  % (7345)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.54  
% 0.20/0.54  % (7345)Memory used [KB]: 5884
% 0.20/0.54  % (7345)Time elapsed: 0.137 s
% 0.20/0.54  % (7345)Instructions burned: 2 (million)
% 0.20/0.54  % (7345)------------------------------
% 0.20/0.54  % (7345)------------------------------
% 0.20/0.54  % (7362)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.55  % (7348)Instruction limit reached!
% 0.20/0.55  % (7348)------------------------------
% 0.20/0.55  % (7348)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (7348)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (7348)Termination reason: Unknown
% 0.20/0.55  % (7348)Termination phase: Saturation
% 0.20/0.55  
% 0.20/0.55  % (7348)Memory used [KB]: 5884
% 0.20/0.55  % (7348)Time elapsed: 0.140 s
% 0.20/0.55  % (7348)Instructions burned: 5 (million)
% 0.20/0.55  % (7348)------------------------------
% 0.20/0.55  % (7348)------------------------------
% 0.20/0.55  % (7363)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.55  % (7344)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  % (7361)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  % (7363)Refutation not found, incomplete strategy% (7363)------------------------------
% 0.20/0.55  % (7363)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (7363)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (7363)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.55  
% 0.20/0.55  % (7363)Memory used [KB]: 1407
% 0.20/0.55  % (7363)Time elapsed: 0.146 s
% 0.20/0.55  % (7363)Instructions burned: 2 (million)
% 0.20/0.55  % (7363)------------------------------
% 0.20/0.55  % (7363)------------------------------
% 0.20/0.55  % (7361)Refutation not found, incomplete strategy% (7361)------------------------------
% 0.20/0.55  % (7361)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (7361)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (7361)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.55  
% 0.20/0.55  % (7361)Memory used [KB]: 5884
% 0.20/0.55  % (7361)Time elapsed: 0.146 s
% 0.20/0.55  % (7361)Instructions burned: 2 (million)
% 0.20/0.55  % (7361)------------------------------
% 0.20/0.55  % (7361)------------------------------
% 0.20/0.55  % (7344)Instruction limit reached!
% 0.20/0.55  % (7344)------------------------------
% 0.20/0.55  % (7344)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (7344)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (7344)Termination reason: Unknown
% 0.20/0.55  % (7344)Termination phase: Saturation
% 0.20/0.55  
% 0.20/0.55  % (7344)Memory used [KB]: 5884
% 0.20/0.55  % (7344)Time elapsed: 0.148 s
% 0.20/0.55  % (7344)Instructions burned: 4 (million)
% 0.20/0.55  % (7344)------------------------------
% 0.20/0.55  % (7344)------------------------------
% 0.20/0.55  % (7349)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.55  % (7349)Instruction limit reached!
% 0.20/0.55  % (7349)------------------------------
% 0.20/0.55  % (7349)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (7349)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (7349)Termination reason: Unknown
% 0.20/0.55  % (7349)Termination phase: Saturation
% 0.20/0.55  
% 0.20/0.55  % (7349)Memory used [KB]: 5884
% 0.20/0.55  % (7349)Time elapsed: 0.003 s
% 0.20/0.55  % (7349)Instructions burned: 3 (million)
% 0.20/0.55  % (7349)------------------------------
% 0.20/0.55  % (7349)------------------------------
% 0.20/0.55  % (7337)Refutation not found, incomplete strategy% (7337)------------------------------
% 0.20/0.55  % (7337)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (7337)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (7337)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.55  
% 0.20/0.55  % (7337)Memory used [KB]: 1535
% 0.20/0.55  % (7337)Time elapsed: 0.147 s
% 0.20/0.55  % (7337)Instructions burned: 15 (million)
% 0.20/0.55  % (7337)------------------------------
% 0.20/0.55  % (7337)------------------------------
% 0.20/0.55  % (7352)Instruction limit reached!
% 0.20/0.55  % (7352)------------------------------
% 0.20/0.55  % (7352)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (7352)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (7352)Termination reason: Unknown
% 0.20/0.55  % (7352)Termination phase: Saturation
% 0.20/0.55  
% 0.20/0.55  % (7352)Memory used [KB]: 1407
% 0.20/0.55  % (7352)Time elapsed: 0.003 s
% 0.20/0.55  % (7352)Instructions burned: 3 (million)
% 0.20/0.55  % (7352)------------------------------
% 0.20/0.55  % (7352)------------------------------
% 0.20/0.56  % (7355)Instruction limit reached!
% 0.20/0.56  % (7355)------------------------------
% 0.20/0.56  % (7355)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (7353)Instruction limit reached!
% 0.20/0.56  % (7353)------------------------------
% 0.20/0.56  % (7353)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (7355)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (7355)Termination reason: Unknown
% 0.20/0.56  % (7353)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (7355)Termination phase: Saturation
% 0.20/0.56  
% 0.20/0.56  % (7353)Termination reason: Unknown
% 0.20/0.56  % (7353)Termination phase: Saturation
% 0.20/0.56  
% 0.20/0.56  % (7355)Memory used [KB]: 5884
% 0.20/0.56  % (7355)Time elapsed: 0.148 s
% 0.20/0.56  % (7353)Memory used [KB]: 5884
% 0.20/0.56  % (7355)Instructions burned: 8 (million)
% 0.20/0.56  % (7353)Time elapsed: 0.149 s
% 0.20/0.56  % (7355)------------------------------
% 0.20/0.56  % (7355)------------------------------
% 0.20/0.56  % (7353)Instructions burned: 9 (million)
% 0.20/0.56  % (7353)------------------------------
% 0.20/0.56  % (7353)------------------------------
% 0.20/0.56  % (7365)Refutation not found, incomplete strategy% (7365)------------------------------
% 0.20/0.56  % (7365)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (7365)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (7365)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.56  
% 0.20/0.56  % (7365)Memory used [KB]: 5884
% 0.20/0.56  % (7365)Time elapsed: 0.155 s
% 0.20/0.56  % (7365)Instructions burned: 2 (million)
% 0.20/0.56  % (7365)------------------------------
% 0.20/0.56  % (7365)------------------------------
% 0.20/0.56  % (7356)Instruction limit reached!
% 0.20/0.56  % (7356)------------------------------
% 0.20/0.56  % (7356)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (7356)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (7356)Termination reason: Unknown
% 0.20/0.56  % (7356)Termination phase: Saturation
% 0.20/0.56  
% 0.20/0.56  % (7356)Memory used [KB]: 1407
% 0.20/0.56  % (7356)Time elapsed: 0.159 s
% 0.20/0.56  % (7356)Instructions burned: 7 (million)
% 0.20/0.56  % (7356)------------------------------
% 0.20/0.56  % (7356)------------------------------
% 0.20/0.56  % (7364)Instruction limit reached!
% 0.20/0.56  % (7364)------------------------------
% 0.20/0.56  % (7364)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (7364)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (7364)Termination reason: Unknown
% 0.20/0.56  % (7364)Termination phase: Saturation
% 0.20/0.56  
% 0.20/0.56  % (7364)Memory used [KB]: 5884
% 0.20/0.56  % (7364)Time elapsed: 0.153 s
% 0.20/0.56  % (7364)Instructions burned: 20 (million)
% 0.20/0.56  % (7364)------------------------------
% 0.20/0.56  % (7364)------------------------------
% 0.20/0.57  % (7350)Instruction limit reached!
% 0.20/0.57  % (7350)------------------------------
% 0.20/0.57  % (7350)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.58  % (7341)Instruction limit reached!
% 0.20/0.58  % (7341)------------------------------
% 0.20/0.58  % (7341)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.58  % (7341)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.58  % (7341)Termination reason: Unknown
% 0.20/0.58  % (7341)Termination phase: Saturation
% 0.20/0.58  
% 0.20/0.58  % (7341)Memory used [KB]: 6140
% 0.20/0.58  % (7341)Time elapsed: 0.174 s
% 0.20/0.58  % (7341)Instructions burned: 25 (million)
% 0.20/0.58  % (7341)------------------------------
% 0.20/0.58  % (7341)------------------------------
% 0.20/0.58  % (7347)Instruction limit reached!
% 0.20/0.58  % (7347)------------------------------
% 0.20/0.58  % (7347)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.58  % (7347)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.58  % (7347)Termination reason: Unknown
% 0.20/0.58  % (7347)Termination phase: Saturation
% 0.20/0.58  
% 0.20/0.58  % (7347)Memory used [KB]: 6012
% 0.20/0.58  % (7347)Time elapsed: 0.146 s
% 0.20/0.58  % (7347)Instructions burned: 23 (million)
% 0.20/0.58  % (7347)------------------------------
% 0.20/0.58  % (7347)------------------------------
% 0.20/0.58  % (7350)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.58  % (7350)Termination reason: Unknown
% 0.20/0.58  % (7350)Termination phase: Saturation
% 0.20/0.58  
% 0.20/0.58  % (7350)Memory used [KB]: 1535
% 0.20/0.58  % (7350)Time elapsed: 0.120 s
% 0.20/0.58  % (7350)Instructions burned: 30 (million)
% 0.20/0.58  % (7350)------------------------------
% 0.20/0.58  % (7350)------------------------------
% 0.20/0.59  % (7354)Instruction limit reached!
% 0.20/0.59  % (7354)------------------------------
% 0.20/0.59  % (7354)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.60  % (7354)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.60  % (7354)Termination reason: Unknown
% 0.20/0.60  % (7354)Termination phase: Saturation
% 0.20/0.60  
% 0.20/0.60  % (7354)Memory used [KB]: 10746
% 0.20/0.60  % (7354)Time elapsed: 0.193 s
% 0.20/0.60  % (7354)Instructions burned: 29 (million)
% 0.20/0.60  % (7354)------------------------------
% 0.20/0.60  % (7354)------------------------------
% 2.02/0.61  % (7342)Instruction limit reached!
% 2.02/0.61  % (7342)------------------------------
% 2.02/0.61  % (7342)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.02/0.61  % (7336)First to succeed.
% 2.02/0.62  % (7360)Instruction limit reached!
% 2.02/0.62  % (7360)------------------------------
% 2.02/0.62  % (7360)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.02/0.62  % (7360)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.02/0.62  % (7360)Termination reason: Unknown
% 2.02/0.62  % (7360)Termination phase: Saturation
% 2.02/0.62  
% 2.02/0.62  % (7360)Memory used [KB]: 6268
% 2.02/0.62  % (7360)Time elapsed: 0.204 s
% 2.02/0.62  % (7360)Instructions burned: 47 (million)
% 2.02/0.62  % (7360)------------------------------
% 2.02/0.62  % (7360)------------------------------
% 2.02/0.62  % (7336)Refutation found. Thanks to Tanya!
% 2.02/0.62  % SZS status Unsatisfiable for theBenchmark
% 2.02/0.62  % SZS output start Proof for theBenchmark
% See solution above
% 2.02/0.62  % (7336)------------------------------
% 2.02/0.62  % (7336)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.02/0.62  % (7336)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.02/0.62  % (7336)Termination reason: Refutation
% 2.02/0.62  
% 2.02/0.62  % (7336)Memory used [KB]: 6524
% 2.02/0.62  % (7336)Time elapsed: 0.206 s
% 2.02/0.62  % (7336)Instructions burned: 63 (million)
% 2.02/0.62  % (7336)------------------------------
% 2.02/0.62  % (7336)------------------------------
% 2.02/0.62  % (7335)Success in time 0.256 s
%------------------------------------------------------------------------------