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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : HEN006-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 : n003.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:23 EDT 2022

% Result   : Unsatisfiable 2.04s 0.63s
% Output   : Refutation 2.04s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :    8
% Syntax   : Number of formulae    :   22 (  15 unt;   0 def)
%            Number of atoms       :   30 (   9 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   17 (   9   ~;   8   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    5 (   5 usr;   4 con; 0-2 aty)
%            Number of variables   :   23 (  23   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f765,plain,
    $false,
    inference(unit_resulting_resolution,[],[f9,f753,f2]) ).

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

fof(f753,plain,
    zero = divide(divide(a,d),b),
    inference(resolution,[],[f736,f15]) ).

fof(f15,plain,
    ! [X0] :
      ( ~ less_equal(X0,zero)
      | zero = X0 ),
    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(f736,plain,
    less_equal(divide(divide(a,d),b),zero),
    inference(trivial_inequality_removal,[],[f719]) ).

fof(f719,plain,
    ( less_equal(divide(divide(a,d),b),zero)
    | zero != zero ),
    inference(superposition,[],[f2,f698]) ).

fof(f698,plain,
    zero = divide(divide(divide(a,d),b),zero),
    inference(resolution,[],[f679,f15]) ).

fof(f679,plain,
    less_equal(divide(divide(divide(a,d),b),zero),zero),
    inference(forward_demodulation,[],[f672,f20]) ).

fof(f20,plain,
    ! [X0] : zero = divide(zero,X0),
    inference(resolution,[],[f15,f3]) ).

fof(f3,axiom,
    ! [X0,X1] : less_equal(divide(X0,X1),X0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',quotient_smaller_than_numerator) ).

fof(f672,plain,
    less_equal(divide(divide(divide(a,d),b),zero),divide(zero,b)),
    inference(superposition,[],[f67,f163]) ).

fof(f163,plain,
    zero = divide(divide(a,d),divide(b,d)),
    inference(resolution,[],[f147,f15]) ).

fof(f147,plain,
    less_equal(divide(divide(a,d),divide(b,d)),zero),
    inference(resolution,[],[f37,f8]) ).

fof(f8,axiom,
    less_equal(divide(a,b),d),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_divide_b_LE_d) ).

fof(f37,plain,
    ! [X2,X0,X1] :
      ( ~ less_equal(divide(X0,X1),X2)
      | less_equal(divide(divide(X0,X2),divide(X1,X2)),zero) ),
    inference(superposition,[],[f4,f1]) ).

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

fof(f4,axiom,
    ! [X2,X0,X1] : less_equal(divide(divide(X0,X2),divide(X1,X2)),divide(divide(X0,X1),X2)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',quotient_property) ).

fof(f67,plain,
    ! [X6,X7,X5] : less_equal(divide(divide(X5,X6),zero),divide(divide(X5,divide(X6,X7)),X6)),
    inference(resolution,[],[f32,f3]) ).

fof(f32,plain,
    ! [X2,X0,X1] :
      ( ~ less_equal(X0,X1)
      | less_equal(divide(divide(X2,X1),zero),divide(divide(X2,X0),X1)) ),
    inference(superposition,[],[f4,f1]) ).

fof(f9,axiom,
    ~ less_equal(divide(a,d),b),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_a_divide_d_LE_b) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : HEN006-3 : TPTP v8.1.0. Released v1.0.0.
% 0.07/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 : n003.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 22:57:52 EDT 2022
% 0.13/0.35  % CPUTime    : 
% 0.19/0.55  % (32552)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.19/0.55  % (32551)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.55  % (32552)Instruction limit reached!
% 0.19/0.55  % (32552)------------------------------
% 0.19/0.55  % (32552)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  % (32550)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.55  % (32560)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.19/0.55  % (32567)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.55  % (32568)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.19/0.55  % (32552)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.55  % (32552)Termination reason: Unknown
% 0.19/0.55  % (32552)Termination phase: Saturation
% 0.19/0.55  
% 0.19/0.55  % (32552)Memory used [KB]: 5756
% 0.19/0.55  % (32552)Time elapsed: 0.116 s
% 0.19/0.55  % (32552)Instructions burned: 3 (million)
% 0.19/0.55  % (32552)------------------------------
% 0.19/0.55  % (32552)------------------------------
% 0.19/0.55  % (32566)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.55  % (32560)Instruction limit reached!
% 0.19/0.55  % (32560)------------------------------
% 0.19/0.55  % (32560)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  % (32560)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.55  % (32560)Termination reason: Unknown
% 0.19/0.55  % (32560)Termination phase: Saturation
% 0.19/0.55  
% 0.19/0.55  % (32560)Memory used [KB]: 5756
% 0.19/0.55  % (32560)Time elapsed: 0.128 s
% 0.19/0.55  % (32560)Instructions burned: 2 (million)
% 0.19/0.55  % (32560)------------------------------
% 0.19/0.55  % (32560)------------------------------
% 0.19/0.56  % (32559)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.56  % (32551)Refutation not found, incomplete strategy% (32551)------------------------------
% 0.19/0.56  % (32551)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.56  % (32551)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.56  % (32551)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.56  
% 0.19/0.56  % (32551)Memory used [KB]: 5756
% 0.19/0.56  % (32551)Time elapsed: 0.003 s
% 0.19/0.56  % (32551)Instructions burned: 1 (million)
% 0.19/0.56  % (32551)------------------------------
% 0.19/0.56  % (32551)------------------------------
% 0.19/0.56  % (32558)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.56  TRYING [1]
% 0.19/0.56  TRYING [2]
% 0.19/0.56  TRYING [3]
% 0.19/0.56  % (32559)Instruction limit reached!
% 0.19/0.56  % (32559)------------------------------
% 0.19/0.56  % (32559)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.56  % (32559)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.56  % (32559)Termination reason: Unknown
% 0.19/0.56  % (32559)Termination phase: Finite model building constraint generation
% 0.19/0.56  
% 0.19/0.57  % (32559)Memory used [KB]: 6012
% 0.19/0.57  % (32559)Time elapsed: 0.140 s
% 0.19/0.57  % (32559)Instructions burned: 6 (million)
% 0.19/0.57  % (32559)------------------------------
% 0.19/0.57  % (32559)------------------------------
% 0.19/0.61  % (32546)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.61  % (32547)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.61  % (32546)Instruction limit reached!
% 0.19/0.61  % (32546)------------------------------
% 0.19/0.61  % (32546)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.61  % (32546)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.61  % (32546)Termination reason: Unknown
% 0.19/0.61  % (32546)Termination phase: Saturation
% 0.19/0.61  
% 0.19/0.61  % (32546)Memory used [KB]: 5884
% 0.19/0.61  % (32546)Time elapsed: 0.177 s
% 0.19/0.61  % (32546)Instructions burned: 4 (million)
% 0.19/0.61  % (32546)------------------------------
% 0.19/0.61  % (32546)------------------------------
% 0.19/0.61  % (32562)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.19/0.61  % (32549)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.61  % (32554)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)
% 2.04/0.61  % (32570)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)
% 2.04/0.62  % (32555)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)
% 2.04/0.62  % (32548)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)
% 2.04/0.62  % (32557)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)
% 2.04/0.62  % (32557)Instruction limit reached!
% 2.04/0.62  % (32557)------------------------------
% 2.04/0.62  % (32557)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.04/0.62  % (32557)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.04/0.62  % (32557)Termination reason: Unknown
% 2.04/0.62  % (32557)Termination phase: Saturation
% 2.04/0.62  
% 2.04/0.62  % (32557)Memory used [KB]: 5756
% 2.04/0.62  % (32557)Time elapsed: 0.187 s
% 2.04/0.62  % (32557)Instructions burned: 3 (million)
% 2.04/0.62  % (32557)------------------------------
% 2.04/0.62  % (32557)------------------------------
% 2.04/0.62  % (32572)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)
% 2.04/0.62  % (32572)Refutation not found, incomplete strategy% (32572)------------------------------
% 2.04/0.62  % (32572)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.04/0.62  % (32572)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.04/0.62  % (32572)Termination reason: Refutation not found, incomplete strategy
% 2.04/0.62  
% 2.04/0.62  % (32572)Memory used [KB]: 5756
% 2.04/0.62  % (32572)Time elapsed: 0.198 s
% 2.04/0.62  % (32572)Instructions burned: 1 (million)
% 2.04/0.62  % (32572)------------------------------
% 2.04/0.62  % (32572)------------------------------
% 2.04/0.62  % (32554)Instruction limit reached!
% 2.04/0.62  % (32554)------------------------------
% 2.04/0.62  % (32554)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.04/0.62  % (32567)Instruction limit reached!
% 2.04/0.62  % (32567)------------------------------
% 2.04/0.62  % (32567)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.04/0.62  % (32567)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.04/0.62  % (32567)Termination reason: Unknown
% 2.04/0.62  % (32567)Termination phase: Saturation
% 2.04/0.62  
% 2.04/0.62  % (32567)Memory used [KB]: 6140
% 2.04/0.62  % (32567)Time elapsed: 0.200 s
% 2.04/0.62  % (32567)Instructions burned: 39 (million)
% 2.04/0.62  % (32567)------------------------------
% 2.04/0.62  % (32567)------------------------------
% 2.04/0.62  % (32569)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)
% 2.04/0.62  % (32563)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)
% 2.04/0.62  % (32571)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)
% 2.04/0.62  % (32571)Refutation not found, incomplete strategy% (32571)------------------------------
% 2.04/0.62  % (32571)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.04/0.62  % (32571)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.04/0.62  % (32565)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)
% 2.04/0.63  % (32556)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)
% 2.04/0.63  % (32564)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)
% 2.04/0.63  % (32553)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)
% 2.04/0.63  % (32563)Instruction limit reached!
% 2.04/0.63  % (32563)------------------------------
% 2.04/0.63  % (32563)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.04/0.63  % (32563)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.04/0.63  % (32563)Termination reason: Unknown
% 2.04/0.63  % (32563)Termination phase: Saturation
% 2.04/0.63  
% 2.04/0.63  % (32563)Memory used [KB]: 6012
% 2.04/0.63  % (32563)Time elapsed: 0.200 s
% 2.04/0.63  % (32563)Instructions burned: 8 (million)
% 2.04/0.63  % (32563)------------------------------
% 2.04/0.63  % (32563)------------------------------
% 2.04/0.63  % (32553)Refutation not found, incomplete strategy% (32553)------------------------------
% 2.04/0.63  % (32553)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.04/0.63  % (32553)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.04/0.63  % (32553)Termination reason: Refutation not found, incomplete strategy
% 2.04/0.63  
% 2.04/0.63  % (32553)Memory used [KB]: 5756
% 2.04/0.63  % (32553)Time elapsed: 0.169 s
% 2.04/0.63  % (32553)Instructions burned: 1 (million)
% 2.04/0.63  % (32553)------------------------------
% 2.04/0.63  % (32553)------------------------------
% 2.04/0.63  % (32571)Termination reason: Refutation not found, incomplete strategy
% 2.04/0.63  
% 2.04/0.63  % (32571)Memory used [KB]: 1279
% 2.04/0.63  % (32571)Time elapsed: 0.199 s
% 2.04/0.63  % (32571)Instructions burned: 1 (million)
% 2.04/0.63  % (32571)------------------------------
% 2.04/0.63  % (32571)------------------------------
% 2.04/0.63  % (32558)First to succeed.
% 2.04/0.63  % (32568)Instruction limit reached!
% 2.04/0.63  % (32568)------------------------------
% 2.04/0.63  % (32568)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.04/0.63  % (32568)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.04/0.63  % (32568)Termination reason: Unknown
% 2.04/0.63  % (32568)Termination phase: Saturation
% 2.04/0.63  
% 2.04/0.63  % (32568)Memory used [KB]: 6780
% 2.04/0.63  % (32568)Time elapsed: 0.187 s
% 2.04/0.63  % (32568)Instructions burned: 46 (million)
% 2.04/0.63  % (32568)------------------------------
% 2.04/0.63  % (32568)------------------------------
% 2.04/0.63  % (32558)Refutation found. Thanks to Tanya!
% 2.04/0.63  % SZS status Unsatisfiable for theBenchmark
% 2.04/0.63  % SZS output start Proof for theBenchmark
% See solution above
% 2.04/0.63  % (32558)------------------------------
% 2.04/0.63  % (32558)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.04/0.63  % (32558)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.04/0.63  % (32558)Termination reason: Refutation
% 2.04/0.63  
% 2.04/0.63  % (32558)Memory used [KB]: 1663
% 2.04/0.63  % (32558)Time elapsed: 0.185 s
% 2.04/0.63  % (32558)Instructions burned: 28 (million)
% 2.04/0.63  % (32558)------------------------------
% 2.04/0.63  % (32558)------------------------------
% 2.04/0.63  % (32543)Success in time 0.268 s
%------------------------------------------------------------------------------