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

View Problem - Process Solution

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

% Computer : n019.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:24:22 EDT 2022

% Result   : Unsatisfiable 1.76s 0.61s
% Output   : Refutation 1.76s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   11
% Syntax   : Number of formulae    :   33 (  19 unt;   0 def)
%            Number of atoms       :   59 (  10 equ)
%            Maximal formula atoms :    6 (   1 avg)
%            Number of connectives :   53 (  27   ~;  26   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    5 (   5 usr;   4 con; 0-2 aty)
%            Number of variables   :   55 (  55   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f317,plain,
    $false,
    inference(subsumption_resolution,[],[f308,f12]) ).

fof(f12,axiom,
    ~ less_equal(x,z),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_transitivity_of_less_equal) ).

fof(f308,plain,
    less_equal(x,z),
    inference(resolution,[],[f296,f2]) ).

fof(f2,axiom,
    ! [X0,X1] :
      ( ~ quotient(X0,X1,zero)
      | less_equal(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less_equal_quotient) ).

fof(f296,plain,
    quotient(x,z,zero),
    inference(superposition,[],[f8,f271]) ).

fof(f271,plain,
    zero = divide(x,z),
    inference(resolution,[],[f262,f17]) ).

fof(f17,plain,
    ! [X1] :
      ( ~ less_equal(X1,zero)
      | zero = X1 ),
    inference(resolution,[],[f6,f5]) ).

fof(f5,axiom,
    ! [X0] : less_equal(zero,X0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',zero_is_smallest) ).

fof(f6,axiom,
    ! [X0,X1] :
      ( ~ less_equal(X0,X1)
      | X0 = X1
      | ~ less_equal(X1,X0) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less_equal_and_equal) ).

fof(f262,plain,
    less_equal(divide(x,z),zero),
    inference(resolution,[],[f260,f2]) ).

fof(f260,plain,
    quotient(divide(x,z),zero,zero),
    inference(superposition,[],[f8,f246]) ).

fof(f246,plain,
    zero = divide(divide(x,z),zero),
    inference(resolution,[],[f241,f17]) ).

fof(f241,plain,
    less_equal(divide(divide(x,z),zero),zero),
    inference(resolution,[],[f237,f57]) ).

fof(f57,plain,
    quotient(y,z,zero),
    inference(superposition,[],[f8,f51]) ).

fof(f51,plain,
    zero = divide(y,z),
    inference(resolution,[],[f38,f11]) ).

fof(f11,axiom,
    less_equal(y,z),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',yLEz) ).

fof(f38,plain,
    ! [X2,X3] :
      ( ~ less_equal(X2,X3)
      | zero = divide(X2,X3) ),
    inference(resolution,[],[f26,f1]) ).

fof(f1,axiom,
    ! [X0,X1] :
      ( quotient(X0,X1,zero)
      | ~ less_equal(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',quotient_less_equal) ).

fof(f26,plain,
    ! [X2,X0,X1] :
      ( ~ quotient(X0,X1,X2)
      | divide(X0,X1) = X2 ),
    inference(resolution,[],[f9,f8]) ).

fof(f9,axiom,
    ! [X2,X0,X1,X8] :
      ( ~ quotient(X0,X1,X2)
      | X2 = X8
      | ~ quotient(X0,X1,X8) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',well_defined) ).

fof(f237,plain,
    ! [X18,X19] :
      ( ~ quotient(y,X18,X19)
      | less_equal(divide(divide(x,X18),X19),zero) ),
    inference(forward_demodulation,[],[f234,f23]) ).

fof(f23,plain,
    ! [X0] : zero = divide(zero,X0),
    inference(resolution,[],[f17,f14]) ).

fof(f14,plain,
    ! [X0,X1] : less_equal(divide(X0,X1),X0),
    inference(resolution,[],[f3,f8]) ).

fof(f3,axiom,
    ! [X2,X0,X1] :
      ( ~ quotient(X0,X1,X2)
      | less_equal(X2,X0) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',divisor_existence) ).

fof(f234,plain,
    ! [X18,X19] :
      ( ~ quotient(y,X18,X19)
      | less_equal(divide(divide(x,X18),X19),divide(zero,X18)) ),
    inference(resolution,[],[f173,f54]) ).

fof(f54,plain,
    quotient(x,y,zero),
    inference(superposition,[],[f8,f50]) ).

fof(f50,plain,
    zero = divide(x,y),
    inference(resolution,[],[f38,f10]) ).

fof(f10,axiom,
    less_equal(x,y),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',xLEy) ).

fof(f173,plain,
    ! [X2,X3,X0,X1,X4] :
      ( ~ quotient(X0,X4,X3)
      | ~ quotient(X4,X1,X2)
      | less_equal(divide(divide(X0,X1),X2),divide(X3,X1)) ),
    inference(resolution,[],[f44,f8]) ).

fof(f44,plain,
    ! [X2,X3,X0,X1,X4,X5] :
      ( ~ quotient(X3,X1,X4)
      | less_equal(divide(divide(X5,X1),X2),X4)
      | ~ quotient(X5,X0,X3)
      | ~ quotient(X0,X1,X2) ),
    inference(resolution,[],[f34,f8]) ).

fof(f34,plain,
    ! [X2,X3,X0,X1,X6,X4,X5] :
      ( ~ quotient(divide(X6,X1),X5,X3)
      | ~ quotient(X4,X1,X5)
      | ~ quotient(X0,X1,X2)
      | less_equal(X3,X2)
      | ~ quotient(X6,X4,X0) ),
    inference(resolution,[],[f4,f8]) ).

fof(f4,axiom,
    ! [X2,X3,X0,X1,X6,X7,X4,X5] :
      ( ~ quotient(X0,X2,X5)
      | ~ quotient(X3,X2,X7)
      | less_equal(X6,X7)
      | ~ quotient(X1,X2,X4)
      | ~ quotient(X0,X1,X3)
      | ~ quotient(X5,X4,X6) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',quotient_property) ).

fof(f8,axiom,
    ! [X0,X1] : quotient(X0,X1,divide(X0,X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',closure) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem    : HEN005-1 : TPTP v8.1.0. Bugfixed v1.2.1.
% 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.12/0.34  % Computer : n019.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit   : 300
% 0.12/0.34  % WCLimit    : 300
% 0.12/0.34  % DateTime   : Mon Aug 29 23:00:20 EDT 2022
% 0.12/0.34  % CPUTime    : 
% 0.20/0.55  % (30932)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.55  % (30925)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.56  % (30941)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.59/0.56  % (30933)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.59/0.56  % (30925)Instruction limit reached!
% 1.59/0.56  % (30925)------------------------------
% 1.59/0.56  % (30925)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.59/0.56  % (30925)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.59/0.56  % (30925)Termination reason: Unknown
% 1.59/0.56  % (30925)Termination phase: Saturation
% 1.59/0.56  
% 1.59/0.56  % (30925)Memory used [KB]: 5884
% 1.59/0.56  % (30925)Time elapsed: 0.146 s
% 1.59/0.56  % (30925)Instructions burned: 4 (million)
% 1.59/0.56  % (30925)------------------------------
% 1.59/0.56  % (30925)------------------------------
% 1.59/0.56  % (30940)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)
% 1.59/0.56  % (30924)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)
% 1.59/0.56  % (30924)Refutation not found, incomplete strategy% (30924)------------------------------
% 1.59/0.56  % (30924)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.59/0.56  % (30924)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.59/0.56  % (30924)Termination reason: Refutation not found, incomplete strategy
% 1.59/0.56  
% 1.59/0.56  % (30924)Memory used [KB]: 5756
% 1.59/0.56  % (30924)Time elapsed: 0.003 s
% 1.59/0.56  % (30924)Instructions burned: 1 (million)
% 1.59/0.56  % (30924)------------------------------
% 1.59/0.56  % (30924)------------------------------
% 1.59/0.56  % (30933)Instruction limit reached!
% 1.59/0.56  % (30933)------------------------------
% 1.59/0.56  % (30933)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.59/0.56  % (30933)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.59/0.56  % (30933)Termination reason: Unknown
% 1.59/0.56  % (30933)Termination phase: Saturation
% 1.59/0.56  
% 1.59/0.56  % (30933)Memory used [KB]: 5756
% 1.59/0.56  % (30933)Time elapsed: 0.148 s
% 1.59/0.56  % (30933)Instructions burned: 2 (million)
% 1.59/0.56  % (30933)------------------------------
% 1.59/0.56  % (30933)------------------------------
% 1.59/0.56  TRYING [1]
% 1.59/0.56  TRYING [2]
% 1.59/0.57  TRYING [3]
% 1.59/0.57  % (30923)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)
% 1.59/0.57  % (30932)Instruction limit reached!
% 1.59/0.57  % (30932)------------------------------
% 1.59/0.57  % (30932)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.59/0.57  % (30932)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.59/0.57  % (30932)Termination reason: Unknown
% 1.59/0.57  % (30932)Termination phase: Finite model building SAT solving
% 1.59/0.57  
% 1.59/0.57  % (30932)Memory used [KB]: 6012
% 1.59/0.57  % (30932)Time elapsed: 0.149 s
% 1.59/0.57  % (30932)Instructions burned: 8 (million)
% 1.59/0.57  % (30932)------------------------------
% 1.59/0.57  % (30932)------------------------------
% 1.59/0.57  % (30939)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)
% 1.59/0.57  % (30939)Refutation not found, incomplete strategy% (30939)------------------------------
% 1.59/0.57  % (30939)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.59/0.57  % (30939)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.59/0.57  % (30939)Termination reason: Refutation not found, incomplete strategy
% 1.59/0.57  
% 1.59/0.57  % (30939)Memory used [KB]: 5884
% 1.59/0.57  % (30939)Time elapsed: 0.148 s
% 1.59/0.57  % (30939)Instructions burned: 3 (million)
% 1.59/0.57  % (30939)------------------------------
% 1.59/0.57  % (30939)------------------------------
% 1.59/0.57  % (30922)dis+1011_1:16_fsr=off:nwc=2.0:i=25:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/25Mi)
% 1.76/0.58  % (30918)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)
% 1.76/0.58  % (30931)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)
% 1.76/0.58  % (30934)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.76/0.58  % (30944)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)
% 1.76/0.58  % (30944)Refutation not found, incomplete strategy% (30944)------------------------------
% 1.76/0.58  % (30944)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.58  % (30944)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.58  % (30944)Termination reason: Refutation not found, incomplete strategy
% 1.76/0.58  
% 1.76/0.58  % (30944)Memory used [KB]: 1279
% 1.76/0.58  % (30944)Time elapsed: 0.179 s
% 1.76/0.58  % (30944)Instructions burned: 1 (million)
% 1.76/0.58  % (30944)------------------------------
% 1.76/0.58  % (30944)------------------------------
% 1.76/0.58  % (30926)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.76/0.58  % (30919)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)
% 1.76/0.58  % (30926)Refutation not found, incomplete strategy% (30926)------------------------------
% 1.76/0.58  % (30926)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.58  % (30926)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.58  % (30926)Termination reason: Refutation not found, incomplete strategy
% 1.76/0.58  
% 1.76/0.58  % (30926)Memory used [KB]: 5756
% 1.76/0.58  % (30926)Time elapsed: 0.124 s
% 1.76/0.58  % (30926)------------------------------
% 1.76/0.58  % (30926)------------------------------
% 1.76/0.58  % (30930)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.76/0.58  % (30942)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)
% 1.76/0.58  % (30942)Refutation not found, incomplete strategy% (30942)------------------------------
% 1.76/0.58  % (30942)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.58  % (30942)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.58  % (30942)Termination reason: Refutation not found, incomplete strategy
% 1.76/0.58  
% 1.76/0.58  % (30942)Memory used [KB]: 5756
% 1.76/0.58  % (30942)Time elapsed: 0.120 s
% 1.76/0.58  % (30942)Instructions burned: 2 (million)
% 1.76/0.58  % (30942)------------------------------
% 1.76/0.58  % (30942)------------------------------
% 1.76/0.59  % (30923)First to succeed.
% 1.76/0.59  % (30938)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.76/0.59  % (30938)Refutation not found, incomplete strategy% (30938)------------------------------
% 1.76/0.59  % (30938)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.59  % (30937)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.76/0.59  % (30929)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.76/0.59  % (30921)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)
% 1.76/0.59  % (30945)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)
% 1.76/0.59  % (30934)Instruction limit reached!
% 1.76/0.59  % (30934)------------------------------
% 1.76/0.59  % (30934)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.59  % (30934)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.59  % (30934)Termination reason: Unknown
% 1.76/0.59  % (30934)Termination phase: Saturation
% 1.76/0.59  
% 1.76/0.59  % (30934)Memory used [KB]: 5884
% 1.76/0.59  % (30934)Time elapsed: 0.137 s
% 1.76/0.59  % (30934)Instructions burned: 8 (million)
% 1.76/0.59  % (30934)------------------------------
% 1.76/0.59  % (30934)------------------------------
% 1.76/0.59  % (30946)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)
% 1.76/0.59  % (30945)Refutation not found, incomplete strategy% (30945)------------------------------
% 1.76/0.59  % (30945)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.59  % (30945)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.59  % (30945)Termination reason: Refutation not found, incomplete strategy
% 1.76/0.59  
% 1.76/0.59  % (30945)Memory used [KB]: 5756
% 1.76/0.59  % (30945)Time elapsed: 0.177 s
% 1.76/0.59  % (30945)------------------------------
% 1.76/0.59  % (30945)------------------------------
% 1.76/0.59  % (30946)Refutation not found, incomplete strategy% (30946)------------------------------
% 1.76/0.59  % (30946)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.59  % (30946)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.59  % (30946)Termination reason: Refutation not found, incomplete strategy
% 1.76/0.59  
% 1.76/0.59  % (30946)Memory used [KB]: 5756
% 1.76/0.59  % (30946)Time elapsed: 0.184 s
% 1.76/0.59  % (30946)Instructions burned: 2 (million)
% 1.76/0.59  % (30946)------------------------------
% 1.76/0.59  % (30946)------------------------------
% 1.76/0.59  % (30921)Refutation not found, incomplete strategy% (30921)------------------------------
% 1.76/0.59  % (30921)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.59  % (30921)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.59  % (30921)Termination reason: Refutation not found, incomplete strategy
% 1.76/0.59  
% 1.76/0.59  % (30921)Memory used [KB]: 5756
% 1.76/0.59  % (30921)Time elapsed: 0.178 s
% 1.76/0.59  % (30921)Instructions burned: 1 (million)
% 1.76/0.59  % (30921)------------------------------
% 1.76/0.59  % (30921)------------------------------
% 1.76/0.59  % (30917)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.76/0.59  % (30929)Instruction limit reached!
% 1.76/0.59  % (30929)------------------------------
% 1.76/0.59  % (30929)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.59  % (30929)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.59  % (30929)Termination reason: Unknown
% 1.76/0.59  % (30929)Termination phase: Saturation
% 1.76/0.59  
% 1.76/0.59  % (30929)Memory used [KB]: 5884
% 1.76/0.59  % (30929)Time elapsed: 0.188 s
% 1.76/0.59  % (30929)Instructions burned: 5 (million)
% 1.76/0.59  % (30929)------------------------------
% 1.76/0.59  % (30929)------------------------------
% 1.76/0.59  % (30935)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.76/0.59  % (30943)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)
% 1.76/0.59  % (30943)Refutation not found, incomplete strategy% (30943)------------------------------
% 1.76/0.59  % (30943)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.59  % (30943)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.59  % (30943)Termination reason: Refutation not found, incomplete strategy
% 1.76/0.59  
% 1.76/0.59  % (30943)Memory used [KB]: 5756
% 1.76/0.59  % (30943)Time elapsed: 0.183 s
% 1.76/0.59  % (30943)Instructions burned: 2 (million)
% 1.76/0.59  % (30943)------------------------------
% 1.76/0.59  % (30943)------------------------------
% 1.76/0.59  % (30935)Refutation not found, incomplete strategy% (30935)------------------------------
% 1.76/0.59  % (30935)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.59  % (30935)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.59  % (30935)Termination reason: Refutation not found, incomplete strategy
% 1.76/0.59  
% 1.76/0.59  % (30935)Memory used [KB]: 10234
% 1.76/0.59  % (30935)Time elapsed: 0.182 s
% 1.76/0.59  % (30935)Instructions burned: 2 (million)
% 1.76/0.59  % (30935)------------------------------
% 1.76/0.59  % (30935)------------------------------
% 1.76/0.60  % (30918)Refutation not found, incomplete strategy% (30918)------------------------------
% 1.76/0.60  % (30918)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.60  % (30918)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.60  % (30918)Termination reason: Refutation not found, incomplete strategy
% 1.76/0.60  
% 1.76/0.60  % (30918)Memory used [KB]: 1407
% 1.76/0.60  % (30918)Time elapsed: 0.123 s
% 1.76/0.60  % (30918)Instructions burned: 7 (million)
% 1.76/0.60  % (30918)------------------------------
% 1.76/0.60  % (30918)------------------------------
% 1.76/0.60  % (30930)Instruction limit reached!
% 1.76/0.60  % (30930)------------------------------
% 1.76/0.60  % (30930)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.60  % (30937)Instruction limit reached!
% 1.76/0.60  % (30937)------------------------------
% 1.76/0.60  % (30937)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.60  % (30937)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.60  % (30937)Termination reason: Unknown
% 1.76/0.60  % (30937)Termination phase: Saturation
% 1.76/0.60  
% 1.76/0.60  % (30937)Memory used [KB]: 1407
% 1.76/0.60  % (30937)Time elapsed: 0.184 s
% 1.76/0.60  % (30937)Instructions burned: 6 (million)
% 1.76/0.60  % (30937)------------------------------
% 1.76/0.60  % (30937)------------------------------
% 1.76/0.60  % (30930)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.60  % (30930)Termination reason: Unknown
% 1.76/0.60  % (30930)Termination phase: Saturation
% 1.76/0.60  
% 1.76/0.60  % (30930)Memory used [KB]: 5884
% 1.76/0.60  % (30936)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.76/0.60  % (30930)Time elapsed: 0.189 s
% 1.76/0.60  % (30930)Instructions burned: 4 (million)
% 1.76/0.60  % (30930)------------------------------
% 1.76/0.60  % (30930)------------------------------
% 1.76/0.60  % (30927)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.76/0.60  % (30938)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.60  % (30938)Termination reason: Refutation not found, incomplete strategy
% 1.76/0.60  
% 1.76/0.60  % (30938)Memory used [KB]: 5756
% 1.76/0.60  % (30938)Time elapsed: 0.173 s
% 1.76/0.60  % (30938)Instructions burned: 1 (million)
% 1.76/0.60  % (30938)------------------------------
% 1.76/0.60  % (30938)------------------------------
% 1.76/0.60  % (30927)Instruction limit reached!
% 1.76/0.60  % (30927)------------------------------
% 1.76/0.60  % (30927)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.60  % (30927)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.60  % (30927)Termination reason: Unknown
% 1.76/0.60  % (30927)Termination phase: Saturation
% 1.76/0.60  
% 1.76/0.60  % (30927)Memory used [KB]: 5884
% 1.76/0.60  % (30927)Time elapsed: 0.188 s
% 1.76/0.60  % (30927)Instructions burned: 6 (million)
% 1.76/0.60  % (30927)------------------------------
% 1.76/0.60  % (30927)------------------------------
% 1.76/0.60  % (30919)Instruction limit reached!
% 1.76/0.60  % (30919)------------------------------
% 1.76/0.60  % (30919)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.60  % (30919)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.60  % (30919)Termination reason: Unknown
% 1.76/0.60  % (30919)Termination phase: Saturation
% 1.76/0.60  
% 1.76/0.60  % (30919)Memory used [KB]: 5884
% 1.76/0.60  % (30919)Time elapsed: 0.172 s
% 1.76/0.60  % (30919)Instructions burned: 4 (million)
% 1.76/0.60  % (30919)------------------------------
% 1.76/0.60  % (30919)------------------------------
% 1.76/0.60  % (30928)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.76/0.61  % (30920)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)
% 1.76/0.61  % (30923)Refutation found. Thanks to Tanya!
% 1.76/0.61  % SZS status Unsatisfiable for theBenchmark
% 1.76/0.61  % SZS output start Proof for theBenchmark
% See solution above
% 1.76/0.61  % (30923)------------------------------
% 1.76/0.61  % (30923)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.76/0.61  % (30923)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.76/0.61  % (30923)Termination reason: Refutation
% 1.76/0.61  
% 1.76/0.61  % (30923)Memory used [KB]: 1535
% 1.76/0.61  % (30923)Time elapsed: 0.150 s
% 1.76/0.61  % (30923)Instructions burned: 16 (million)
% 1.76/0.61  % (30923)------------------------------
% 1.76/0.61  % (30923)------------------------------
% 1.76/0.61  % (30916)Success in time 0.269 s
%------------------------------------------------------------------------------