TSTP Solution File: ARI101_1 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : ARI101_1 : TPTP v8.1.0. Released v5.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 : n008.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 15:45:26 EDT 2022

% Result   : Theorem 1.64s 0.57s
% Output   : Refutation 1.64s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :    6
% Syntax   : Number of formulae    :   20 (   9 unt;   1 typ;   0 def)
%            Number of atoms       :   37 (   7 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   30 (  12   ~;  17   |;   0   &)
%                                         (   1 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number arithmetic     :  102 (  18 atm;  20 fun;  35 num;  29 var)
%            Number of types       :    2 (   0 usr;   1 ari)
%            Number of type conns  :    2 (   1   >;   1   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    3 (   0 usr;   2 con; 0-2 aty)
%            Number of variables   :   29 (  27   !;   2   ?;  29   :)

% Comments : 
%------------------------------------------------------------------------------
tff(pred_def_2,type,
    sQ0_eqProxy: ( $int * $int ) > $o ).

tff(f360,plain,
    $false,
    inference(evaluation,[],[f351]) ).

tff(f351,plain,
    ( $less(121,$product(11,11))
    | $less(121,121)
    | $less($product(11,11),121) ),
    inference(resolution,[],[f79,f51]) ).

tff(f51,plain,
    ! [X0: $int] : ~ sQ0_eqProxy($product(11,X0),121),
    inference(resolution,[],[f46,f33]) ).

tff(f33,plain,
    ! [X0: $int,X1: $int] : sQ0_eqProxy($product(X1,X0),$product(X0,X1)),
    inference(equality_proxy_replacement,[],[f14,f24]) ).

tff(f24,plain,
    ! [X0: $int,X1: $int] :
      ( sQ0_eqProxy(X0,X1)
    <=> ( X0 = X1 ) ),
    introduced(equality_proxy_definition,[new_symbols(naming,[sQ0_eqProxy])]) ).

tff(f14,plain,
    ! [X0: $int,X1: $int] : ( $product(X1,X0) = $product(X0,X1) ),
    introduced(theory_axiom_140,[]) ).

tff(f46,plain,
    ! [X4: $int,X5: $int] :
      ( ~ sQ0_eqProxy($product(X5,11),X4)
      | ~ sQ0_eqProxy(X4,121) ),
    inference(resolution,[],[f25,f41]) ).

tff(f41,plain,
    ! [X2: $int,X0: $int,X1: $int] :
      ( sQ0_eqProxy(X0,X2)
      | ~ sQ0_eqProxy(X1,X2)
      | ~ sQ0_eqProxy(X0,X1) ),
    inference(equality_proxy_axiom,[],[f24]) ).

tff(f25,plain,
    ! [X0: $int] : ~ sQ0_eqProxy($product(X0,11),121),
    inference(equality_proxy_replacement,[],[f22,f24]) ).

tff(f22,plain,
    ! [X0: $int] : ( $product(X0,11) != 121 ),
    inference(cnf_transformation,[],[f21]) ).

tff(f21,plain,
    ! [X0: $int] : ( $product(X0,11) != 121 ),
    inference(ennf_transformation,[],[f2]) ).

tff(f2,negated_conjecture,
    ~ ? [X0: $int] : ( $product(X0,11) = 121 ),
    inference(negated_conjecture,[],[f1]) ).

tff(f1,conjecture,
    ? [X0: $int] : ( $product(X0,11) = 121 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',product_something_11_121) ).

tff(f79,plain,
    ! [X0: $int,X1: $int] :
      ( sQ0_eqProxy($product(X0,11),X1)
      | $less(121,X1)
      | $less(X1,$product(X0,11))
      | $less($product(X0,11),121) ),
    inference(resolution,[],[f67,f32]) ).

tff(f32,plain,
    ! [X0: $int,X1: $int] :
      ( $less(X1,X0)
      | sQ0_eqProxy(X0,X1)
      | $less(X0,X1) ),
    inference(equality_proxy_replacement,[],[f10,f24]) ).

tff(f10,plain,
    ! [X0: $int,X1: $int] :
      ( $less(X1,X0)
      | ( X0 = X1 )
      | $less(X0,X1) ),
    introduced(theory_axiom_149,[]) ).

tff(f67,plain,
    ! [X2: $int,X3: $int] :
      ( ~ $less($product(X2,11),X3)
      | $less($product(X2,11),121)
      | $less(121,X3) ),
    inference(resolution,[],[f45,f9]) ).

tff(f9,plain,
    ! [X2: $int,X0: $int,X1: $int] :
      ( ~ $less(X1,X2)
      | ~ $less(X0,X1)
      | $less(X0,X2) ),
    introduced(theory_axiom_148,[]) ).

tff(f45,plain,
    ! [X3: $int] :
      ( $less(121,$product(X3,11))
      | $less($product(X3,11),121) ),
    inference(resolution,[],[f25,f32]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : ARI101=1 : TPTP v8.1.0. Released v5.0.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 : n008.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 16:10:55 EDT 2022
% 0.13/0.34  % CPUTime    : 
% 0.19/0.50  % (22573)dis+2_1:1_av=off:bsr=on:erd=off:s2pl=on:sgt=16:sos=on:sp=frequency:ss=axioms:i=46:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/46Mi)
% 0.19/0.51  % (22565)dis+20_1:12_aac=none:acc=model:awrs=converge:fd=preordered:fsr=off:nicw=on:nwc=3.0:s2a=on:s2agt=16:spb=goal:to=lpo:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/2Mi)
% 0.19/0.51  % (22565)Instruction limit reached!
% 0.19/0.51  % (22565)------------------------------
% 0.19/0.51  % (22565)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.51  % (22565)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.51  % (22565)Termination reason: Unknown
% 0.19/0.51  % (22565)Termination phase: Saturation
% 0.19/0.51  
% 0.19/0.51  % (22565)Memory used [KB]: 5373
% 0.19/0.51  % (22565)Time elapsed: 0.003 s
% 0.19/0.51  % (22565)Instructions burned: 2 (million)
% 0.19/0.51  % (22565)------------------------------
% 0.19/0.51  % (22565)------------------------------
% 0.19/0.51  % (22555)lrs+10_5:1_br=off:fde=none:nwc=3.0:sd=1:sgt=10:sos=on:ss=axioms:urr=on:i=32:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/32Mi)
% 0.19/0.52  % (22554)lrs+10_1:32_s2a=on:s2agt=10:sgt=8:ss=axioms:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/15Mi)
% 0.19/0.52  % (22550)lrs+1010_1:1_aac=none:bce=on:nicw=on:nm=0:plsq=on:plsql=on:sac=on:sos=on:sp=frequency:spb=units:to=lpo:i=34:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/34Mi)
% 0.19/0.52  % (22561)lrs+10_1:1_ep=R:gve=force:plsq=on:plsqr=32,1:uwa=one_side_interpreted:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/2Mi)
% 0.19/0.52  % (22561)Instruction limit reached!
% 0.19/0.52  % (22561)------------------------------
% 0.19/0.52  % (22561)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (22561)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (22561)Termination reason: Unknown
% 0.19/0.52  % (22561)Termination phase: Saturation
% 0.19/0.52  
% 0.19/0.52  % (22561)Memory used [KB]: 895
% 0.19/0.52  % (22561)Time elapsed: 0.002 s
% 0.19/0.52  % (22561)Instructions burned: 2 (million)
% 0.19/0.52  % (22561)------------------------------
% 0.19/0.52  % (22561)------------------------------
% 0.19/0.52  % (22576)lrs+1002_1:1_br=off:canc=force:drc=off:s2a=on:sos=on:sp=reverse_frequency:urr=on:i=42:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/42Mi)
% 0.19/0.52  % (22558)lrs+10_1:8_ep=R:erd=off:fs=off:fsr=off:gve=force:nwc=2.0:uwa=one_side_interpreted:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/2Mi)
% 0.19/0.52  % (22549)dis+1010_1:4_aac=none:abs=on:atotf=0.5:avsq=on:avsqc=2:avsqr=215,247:awrs=converge:awrsf=128:bsd=on:erd=off:fde=none:gve=cautious:newcnf=on:nwc=5.0:rnwc=on:sac=on:sas=z3:sp=const_min:tgt=ground:thsq=on:thsqc=64:thsqr=1,4:i=59848:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/59848Mi)
% 0.19/0.52  % (22558)Instruction limit reached!
% 0.19/0.52  % (22558)------------------------------
% 0.19/0.52  % (22558)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (22558)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (22558)Termination reason: Unknown
% 0.19/0.52  % (22558)Termination phase: Saturation
% 0.19/0.52  
% 0.19/0.52  % (22558)Memory used [KB]: 5373
% 0.19/0.52  % (22558)Time elapsed: 0.130 s
% 0.19/0.52  % (22558)Instructions burned: 3 (million)
% 0.19/0.52  % (22558)------------------------------
% 0.19/0.52  % (22558)------------------------------
% 0.19/0.52  % (22551)dis+1011_1:64_drc=off:flr=on:nwc=2.0:sac=on:urr=ec_only:i=8:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/8Mi)
% 0.19/0.52  % (22579)dis+1011_1:1_bd=off:canc=force:ev=cautious:nwc=5.0:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/21Mi)
% 0.19/0.52  % (22578)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/21Mi)
% 0.19/0.52  % (22578)Refutation not found, incomplete strategy% (22578)------------------------------
% 0.19/0.52  % (22578)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (22569)lrs+10_1:1_sd=10:sos=all:ss=axioms:st=5.0:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/2Mi)
% 0.19/0.52  % (22578)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (22578)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.52  
% 0.19/0.52  % (22578)Memory used [KB]: 5373
% 0.19/0.53  % (22578)Time elapsed: 0.145 s
% 0.19/0.53  % (22578)------------------------------
% 0.19/0.53  % (22578)------------------------------
% 0.19/0.53  % (22556)lrs+1010_1:1_bd=off:fd=off:fde=none:ins=3:sac=on:sos=on:spb=goal:to=lpo:i=36:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/36Mi)
% 0.19/0.53  % (22569)Refutation not found, incomplete strategy% (22569)------------------------------
% 0.19/0.53  % (22569)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (22569)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (22569)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.53  
% 0.19/0.53  % (22569)Memory used [KB]: 5373
% 0.19/0.53  % (22569)Time elapsed: 0.145 s
% 0.19/0.53  % (22569)Instructions burned: 1 (million)
% 0.19/0.53  % (22569)------------------------------
% 0.19/0.53  % (22569)------------------------------
% 0.19/0.53  % (22551)Instruction limit reached!
% 0.19/0.53  % (22551)------------------------------
% 0.19/0.53  % (22551)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (22553)ott+1011_1:2_br=off:bs=unit_only:bsr=unit_only:nwc=5.0:s2a=on:s2agt=32:urr=on:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/37Mi)
% 0.19/0.53  % (22571)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/21Mi)
% 0.19/0.53  % (22575)lrs+1_1:10_av=off:drc=off:nwc=2.0:sp=reverse_frequency:thsq=on:thsqc=64:thsql=off:i=47:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/47Mi)
% 0.19/0.53  % (22567)dis+21_1:1_aac=none:abs=on:er=known:fde=none:fsr=off:nwc=5.0:s2a=on:s2at=4.0:sp=const_frequency:to=lpo:urr=ec_only:i=49:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/49Mi)
% 0.19/0.53  % (22563)lrs+22_1:1_amm=sco:fsr=off:gve=force:sos=on:uwa=all:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/50Mi)
% 0.19/0.53  % (22559)lrs+10_1:1_canc=force:tha=some:to=lpo:i=35:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/35Mi)
% 0.19/0.53  % (22551)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (22551)Termination reason: Unknown
% 0.19/0.53  % (22551)Termination phase: Saturation
% 0.19/0.53  
% 0.19/0.53  % (22551)Memory used [KB]: 5500
% 0.19/0.53  % (22551)Time elapsed: 0.142 s
% 0.19/0.53  % (22551)Instructions burned: 9 (million)
% 0.19/0.53  % (22551)------------------------------
% 0.19/0.53  % (22551)------------------------------
% 0.19/0.53  % (22566)lrs+10_1:1_ev=force:gve=cautious:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/2Mi)
% 0.19/0.53  % (22570)dis+1002_1:5_av=off:nwc=2.0:sos=all:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/15Mi)
% 0.19/0.53  % (22580)dis+20_1:12_aac=none:acc=model:awrs=converge:fd=preordered:fsr=off:nicw=on:nwc=3.0:s2a=on:s2agt=16:spb=goal:to=lpo:i=41:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/41Mi)
% 0.19/0.53  % (22566)Refutation not found, incomplete strategy% (22566)------------------------------
% 0.19/0.53  % (22566)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (22562)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/21Mi)
% 0.19/0.53  % (22574)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/50Mi)
% 1.53/0.54  % (22554)Instruction limit reached!
% 1.53/0.54  % (22554)------------------------------
% 1.53/0.54  % (22554)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.53/0.54  % (22577)lrs+1_3:1_ep=RSTC:sos=on:urr=on:i=43:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/43Mi)
% 1.53/0.54  % (22557)lrs+1010_1:1_ep=RST:s2a=on:s2at=5.0:sos=all:i=26:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/26Mi)
% 1.53/0.54  % (22566)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.53/0.54  % (22566)Termination reason: Refutation not found, incomplete strategy
% 1.53/0.54  
% 1.53/0.54  % (22566)Memory used [KB]: 5373
% 1.53/0.54  % (22566)Time elapsed: 0.142 s
% 1.53/0.54  % (22566)Instructions burned: 1 (million)
% 1.53/0.54  % (22566)------------------------------
% 1.53/0.54  % (22566)------------------------------
% 1.53/0.54  % (22562)Refutation not found, incomplete strategy% (22562)------------------------------
% 1.53/0.54  % (22562)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.53/0.54  % (22562)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.53/0.54  % (22562)Termination reason: Refutation not found, incomplete strategy
% 1.53/0.54  
% 1.53/0.54  % (22562)Memory used [KB]: 5373
% 1.53/0.54  % (22562)Time elapsed: 0.153 s
% 1.53/0.54  % (22562)Instructions burned: 1 (million)
% 1.53/0.54  % (22562)------------------------------
% 1.53/0.54  % (22562)------------------------------
% 1.53/0.54  % (22571)Refutation not found, incomplete strategy% (22571)------------------------------
% 1.53/0.54  % (22571)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.53/0.54  % (22571)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.53/0.54  % (22571)Termination reason: Refutation not found, incomplete strategy
% 1.53/0.54  
% 1.53/0.54  % (22571)Memory used [KB]: 5373
% 1.53/0.54  % (22571)Time elapsed: 0.150 s
% 1.53/0.54  % (22571)Instructions burned: 1 (million)
% 1.53/0.54  % (22571)------------------------------
% 1.53/0.54  % (22571)------------------------------
% 1.53/0.55  % (22570)Instruction limit reached!
% 1.53/0.55  % (22570)------------------------------
% 1.53/0.55  % (22570)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.53/0.55  % (22570)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.53/0.55  % (22570)Termination reason: Unknown
% 1.53/0.55  % (22570)Termination phase: Saturation
% 1.53/0.55  
% 1.53/0.55  % (22570)Memory used [KB]: 1151
% 1.53/0.55  % (22570)Time elapsed: 0.156 s
% 1.53/0.55  % (22570)Instructions burned: 16 (million)
% 1.53/0.55  % (22570)------------------------------
% 1.53/0.55  % (22570)------------------------------
% 1.53/0.55  % (22554)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.53/0.55  % (22554)Termination reason: Unknown
% 1.53/0.55  % (22554)Termination phase: Saturation
% 1.53/0.55  
% 1.53/0.55  % (22554)Memory used [KB]: 5628
% 1.53/0.55  % (22554)Time elapsed: 0.136 s
% 1.53/0.55  % (22554)Instructions burned: 16 (million)
% 1.53/0.55  % (22554)------------------------------
% 1.53/0.55  % (22554)------------------------------
% 1.64/0.55  % (22579)Instruction limit reached!
% 1.64/0.55  % (22579)------------------------------
% 1.64/0.55  % (22579)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.64/0.55  % (22579)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.64/0.55  % (22579)Termination reason: Unknown
% 1.64/0.55  % (22579)Termination phase: Saturation
% 1.64/0.55  
% 1.64/0.55  % (22579)Memory used [KB]: 5756
% 1.64/0.55  % (22579)Time elapsed: 0.171 s
% 1.64/0.55  % (22579)Instructions burned: 21 (million)
% 1.64/0.55  % (22579)------------------------------
% 1.64/0.55  % (22579)------------------------------
% 1.64/0.56  % (22573)Instruction limit reached!
% 1.64/0.56  % (22573)------------------------------
% 1.64/0.56  % (22573)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.64/0.56  % (22573)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.64/0.56  % (22573)Termination reason: Unknown
% 1.64/0.56  % (22573)Termination phase: Saturation
% 1.64/0.56  
% 1.64/0.56  % (22573)Memory used [KB]: 1535
% 1.64/0.56  % (22573)Time elapsed: 0.119 s
% 1.64/0.56  % (22573)Instructions burned: 49 (million)
% 1.64/0.56  % (22573)------------------------------
% 1.64/0.56  % (22573)------------------------------
% 1.64/0.56  % (22550)Instruction limit reached!
% 1.64/0.56  % (22550)------------------------------
% 1.64/0.56  % (22550)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.64/0.56  % (22550)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.64/0.56  % (22550)Termination reason: Unknown
% 1.64/0.56  % (22550)Termination phase: Saturation
% 1.64/0.56  
% 1.64/0.56  % (22550)Memory used [KB]: 5884
% 1.64/0.56  % (22550)Time elapsed: 0.172 s
% 1.64/0.56  % (22550)Instructions burned: 34 (million)
% 1.64/0.56  % (22550)------------------------------
% 1.64/0.56  % (22550)------------------------------
% 1.64/0.56  % (22560)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=4:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/4Mi)
% 1.64/0.56  % (22557)First to succeed.
% 1.64/0.56  % (22552)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=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/2Mi)
% 1.64/0.56  % (22552)Instruction limit reached!
% 1.64/0.56  % (22552)------------------------------
% 1.64/0.56  % (22552)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.64/0.56  % (22552)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.64/0.56  % (22552)Termination reason: Unknown
% 1.64/0.56  % (22552)Termination phase: Saturation
% 1.64/0.56  
% 1.64/0.56  % (22552)Memory used [KB]: 895
% 1.64/0.56  % (22552)Time elapsed: 0.005 s
% 1.64/0.56  % (22552)Instructions burned: 2 (million)
% 1.64/0.56  % (22552)------------------------------
% 1.64/0.56  % (22552)------------------------------
% 1.64/0.57  % (22557)Refutation found. Thanks to Tanya!
% 1.64/0.57  % SZS status Theorem for theBenchmark
% 1.64/0.57  % SZS output start Proof for theBenchmark
% See solution above
% 1.64/0.57  % (22557)------------------------------
% 1.64/0.57  % (22557)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.64/0.57  % (22557)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.64/0.57  % (22557)Termination reason: Refutation
% 1.64/0.57  
% 1.64/0.57  % (22557)Memory used [KB]: 5628
% 1.64/0.57  % (22557)Time elapsed: 0.168 s
% 1.64/0.57  % (22557)Instructions burned: 18 (million)
% 1.64/0.57  % (22557)------------------------------
% 1.64/0.57  % (22557)------------------------------
% 1.64/0.57  % (22542)Success in time 0.23 s
%------------------------------------------------------------------------------