TSTP Solution File: ARI545_1 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : ARI545_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 : n018.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:46:24 EDT 2022

% Result   : Theorem 0.19s 0.56s
% Output   : Refutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :    6
% Syntax   : Number of formulae    :   16 (   8 unt;   0 typ;   0 def)
%            Number of atoms       :   25 (  10 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   13 (   4   ~;   9   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number arithmetic     :   88 (  14 atm;  31 fun;  22 num;  21 var)
%            Number of types       :    1 (   0 usr;   1 ari)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :    3 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    4 (   0 usr;   2 con; 0-2 aty)
%            Number of variables   :   21 (  19   !;   2   ?;  21   :)

% Comments : 
%------------------------------------------------------------------------------
tff(f322,plain,
    $false,
    inference(evaluation,[],[f321]) ).

tff(f321,plain,
    ( ( -13 = $sum(-13,-13) )
    | $less(0,-13) ),
    inference(superposition,[],[f242,f7]) ).

tff(f7,plain,
    ! [X0: $int] : ( 0 = $sum(X0,$uminus(X0)) ),
    introduced(theory_axiom_145,[]) ).

tff(f242,plain,
    ! [X5: $int] :
      ( $less($sum(-13,$uminus(X5)),X5)
      | ( -13 = $sum(X5,X5) ) ),
    inference(forward_demodulation,[],[f231,f5]) ).

tff(f5,plain,
    ! [X0: $int] : ( $sum(X0,0) = X0 ),
    introduced(theory_axiom_142,[]) ).

tff(f231,plain,
    ! [X5: $int] :
      ( $less($sum(-13,$uminus(X5)),$sum(X5,0))
      | ( -13 = $sum(X5,X5) ) ),
    inference(superposition,[],[f53,f7]) ).

tff(f53,plain,
    ! [X3: $int,X4: $int] :
      ( $less($sum(-13,X4),$sum(X3,$sum(X3,X4)))
      | ( -13 = $sum(X3,X3) ) ),
    inference(forward_demodulation,[],[f48,f4]) ).

tff(f4,plain,
    ! [X2: $int,X0: $int,X1: $int] : ( $sum($sum(X0,X1),X2) = $sum(X0,$sum(X1,X2)) ),
    introduced(theory_axiom_141,[]) ).

tff(f48,plain,
    ! [X3: $int,X4: $int] :
      ( ( -13 = $sum(X3,X3) )
      | $less($sum(-13,X4),$sum($sum(X3,X3),X4)) ),
    inference(resolution,[],[f17,f11]) ).

tff(f11,plain,
    ! [X2: $int,X0: $int,X1: $int] :
      ( ~ $less(X0,X1)
      | $less($sum(X0,X2),$sum(X1,X2)) ),
    introduced(theory_axiom_150,[]) ).

tff(f17,plain,
    ! [X0: $int] :
      ( $less(-13,$sum(X0,X0))
      | ( $sum(X0,X0) = -13 ) ),
    inference(resolution,[],[f16,f10]) ).

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

tff(f16,plain,
    ! [X0: $int] : ~ $less($sum(X0,X0),-13),
    inference(cnf_transformation,[],[f15]) ).

tff(f15,plain,
    ! [X0: $int] : ~ $less($sum(X0,X0),-13),
    inference(ennf_transformation,[],[f2]) ).

tff(f2,negated_conjecture,
    ~ ? [X0: $int] : $less($sum(X0,X0),-13),
    inference(negated_conjecture,[],[f1]) ).

tff(f1,conjecture,
    ? [X0: $int] : $less($sum(X0,X0),-13),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',int_combined_problem_9) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : ARI545=1 : TPTP v8.1.0. Released v5.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 : n018.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.35  % CPULimit   : 300
% 0.13/0.35  % WCLimit    : 300
% 0.13/0.35  % DateTime   : Mon Aug 29 15:50:39 EDT 2022
% 0.13/0.35  % CPUTime    : 
% 0.19/0.49  % (10457)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 (2999ds/2Mi)
% 0.19/0.50  % (10471)lrs+1_3:1_ep=RSTC:sos=on:urr=on:i=43:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/43Mi)
% 0.19/0.50  % (10446)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 (2999ds/34Mi)
% 0.19/0.50  % (10457)Instruction limit reached!
% 0.19/0.50  % (10457)------------------------------
% 0.19/0.50  % (10457)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.50  % (10457)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.50  % (10457)Termination reason: Unknown
% 0.19/0.50  % (10457)Termination phase: Saturation
% 0.19/0.50  
% 0.19/0.50  % (10457)Memory used [KB]: 895
% 0.19/0.50  % (10457)Time elapsed: 0.003 s
% 0.19/0.50  % (10457)Instructions burned: 2 (million)
% 0.19/0.50  % (10457)------------------------------
% 0.19/0.50  % (10457)------------------------------
% 0.19/0.51  % (10463)lrs+10_1:1_ss=axioms:st=5.0:tha=off:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.19/0.51  % (10463)Refutation not found, incomplete strategy% (10463)------------------------------
% 0.19/0.51  % (10463)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.51  % (10463)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.51  % (10463)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.51  
% 0.19/0.51  % (10463)Memory used [KB]: 5373
% 0.19/0.51  % (10463)Time elapsed: 0.103 s
% 0.19/0.51  % (10463)Instructions burned: 1 (million)
% 0.19/0.51  % (10463)------------------------------
% 0.19/0.51  % (10463)------------------------------
% 0.19/0.51  % (10452)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 (2999ds/36Mi)
% 0.19/0.52  % (10455)lrs+10_1:1_canc=force:tha=some:to=lpo:i=35:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/35Mi)
% 0.19/0.52  % (10473)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 (2999ds/21Mi)
% 0.19/0.52  % (10453)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 (2999ds/26Mi)
% 0.19/0.52  % (10465)dis+1002_1:5_av=off:nwc=2.0:sos=all:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.19/0.53  % (10456)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=4:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/4Mi)
% 0.19/0.53  % (10447)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 (2999ds/8Mi)
% 0.19/0.53  % (10456)Instruction limit reached!
% 0.19/0.53  % (10456)------------------------------
% 0.19/0.53  % (10456)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (10456)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (10456)Termination reason: Unknown
% 0.19/0.53  % (10456)Termination phase: Saturation
% 0.19/0.53  
% 0.19/0.53  % (10456)Memory used [KB]: 5500
% 0.19/0.53  % (10456)Time elapsed: 0.130 s
% 0.19/0.53  % (10456)Instructions burned: 5 (million)
% 0.19/0.53  % (10456)------------------------------
% 0.19/0.53  % (10456)------------------------------
% 0.19/0.53  % (10450)lrs+10_1:32_s2a=on:s2agt=10:sgt=8:ss=axioms:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.19/0.53  % (10467)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 (2999ds/46Mi)
% 0.19/0.53  % (10454)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 (2999ds/2Mi)
% 0.19/0.53  % (10454)Instruction limit reached!
% 0.19/0.53  % (10454)------------------------------
% 0.19/0.53  % (10454)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (10454)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (10454)Termination reason: Unknown
% 0.19/0.53  % (10454)Termination phase: shuffling
% 0.19/0.53  
% 0.19/0.53  % (10454)Memory used [KB]: 895
% 0.19/0.53  % (10454)Time elapsed: 0.002 s
% 0.19/0.53  % (10454)Instructions burned: 2 (million)
% 0.19/0.53  % (10454)------------------------------
% 0.19/0.53  % (10454)------------------------------
% 0.19/0.53  % (10448)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 (2999ds/2Mi)
% 0.19/0.53  % (10448)Instruction limit reached!
% 0.19/0.53  % (10448)------------------------------
% 0.19/0.53  % (10448)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (10448)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (10448)Termination reason: Unknown
% 0.19/0.53  % (10448)Termination phase: SInE selection
% 0.19/0.53  
% 0.19/0.53  % (10448)Memory used [KB]: 895
% 0.19/0.53  % (10448)Time elapsed: 0.002 s
% 0.19/0.53  % (10448)Instructions burned: 2 (million)
% 0.19/0.53  % (10448)------------------------------
% 0.19/0.53  % (10448)------------------------------
% 0.19/0.53  % (10466)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.19/0.54  % (10466)Refutation not found, incomplete strategy% (10466)------------------------------
% 0.19/0.54  % (10466)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.54  % (10466)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.54  % (10466)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.54  
% 0.19/0.54  % (10466)Memory used [KB]: 5373
% 0.19/0.54  % (10466)Time elapsed: 0.124 s
% 0.19/0.54  % (10466)Instructions burned: 1 (million)
% 0.19/0.54  % (10466)------------------------------
% 0.19/0.54  % (10466)------------------------------
% 0.19/0.54  % (10458)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.19/0.54  % (10458)Refutation not found, incomplete strategy% (10458)------------------------------
% 0.19/0.54  % (10458)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.54  % (10458)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.54  % (10458)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.54  
% 0.19/0.54  % (10458)Memory used [KB]: 5373
% 0.19/0.54  % (10458)Time elapsed: 0.134 s
% 0.19/0.54  % (10458)Instructions burned: 1 (million)
% 0.19/0.54  % (10458)------------------------------
% 0.19/0.54  % (10458)------------------------------
% 0.19/0.54  % (10470)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 (2999ds/42Mi)
% 0.19/0.54  % (10445)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 (2999ds/59848Mi)
% 0.19/0.54  % (10468)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.19/0.54  % (10459)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 (2999ds/50Mi)
% 0.19/0.54  % (10472)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.19/0.54  % (10472)Refutation not found, incomplete strategy% (10472)------------------------------
% 0.19/0.54  % (10472)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.54  % (10472)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.54  % (10472)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.54  
% 0.19/0.54  % (10472)Memory used [KB]: 5373
% 0.19/0.54  % (10472)Time elapsed: 0.139 s
% 0.19/0.54  % (10472)Instructions burned: 2 (million)
% 0.19/0.54  % (10472)------------------------------
% 0.19/0.54  % (10472)------------------------------
% 0.19/0.54  % (10460)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 (2999ds/2Mi)
% 0.19/0.54  % (10462)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 (2999ds/49Mi)
% 0.19/0.54  % (10460)Instruction limit reached!
% 0.19/0.54  % (10460)------------------------------
% 0.19/0.54  % (10460)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.54  % (10460)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.54  % (10460)Termination reason: Unknown
% 0.19/0.54  % (10460)Termination phase: Saturation
% 0.19/0.54  
% 0.19/0.54  % (10460)Memory used [KB]: 5500
% 0.19/0.54  % (10460)Time elapsed: 0.141 s
% 0.19/0.54  % (10460)Instructions burned: 3 (million)
% 0.19/0.54  % (10460)------------------------------
% 0.19/0.54  % (10460)------------------------------
% 0.19/0.54  % (10469)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 (2999ds/47Mi)
% 0.19/0.55  % (10449)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 (2999ds/37Mi)
% 0.19/0.55  % (10447)Instruction limit reached!
% 0.19/0.55  % (10447)------------------------------
% 0.19/0.55  % (10447)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  % (10447)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.55  % (10447)Termination reason: Unknown
% 0.19/0.55  % (10447)Termination phase: Saturation
% 0.19/0.55  
% 0.19/0.55  % (10447)Memory used [KB]: 5500
% 0.19/0.55  % (10447)Time elapsed: 0.130 s
% 0.19/0.55  % (10447)Instructions burned: 8 (million)
% 0.19/0.55  % (10447)------------------------------
% 0.19/0.55  % (10447)------------------------------
% 0.19/0.55  % (10464)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 (2999ds/2Mi)
% 0.19/0.55  % (10464)Refutation not found, incomplete strategy% (10464)------------------------------
% 0.19/0.55  % (10464)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  % (10464)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.55  % (10464)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.55  
% 0.19/0.55  % (10464)Memory used [KB]: 5373
% 0.19/0.55  % (10464)Time elapsed: 0.149 s
% 0.19/0.55  % (10464)------------------------------
% 0.19/0.55  % (10464)------------------------------
% 0.19/0.55  % (10474)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 (2999ds/41Mi)
% 0.19/0.55  % (10453)Instruction limit reached!
% 0.19/0.55  % (10453)------------------------------
% 0.19/0.55  % (10453)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  % (10453)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.55  % (10453)Termination reason: Unknown
% 0.19/0.55  % (10453)Termination phase: Saturation
% 0.19/0.55  
% 0.19/0.55  % (10453)Memory used [KB]: 5756
% 0.19/0.55  % (10453)Time elapsed: 0.149 s
% 0.19/0.55  % (10453)Instructions burned: 26 (million)
% 0.19/0.55  % (10453)------------------------------
% 0.19/0.55  % (10453)------------------------------
% 0.19/0.55  % (10473)Instruction limit reached!
% 0.19/0.55  % (10473)------------------------------
% 0.19/0.55  % (10473)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  % (10473)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.55  % (10473)Termination reason: Unknown
% 0.19/0.55  % (10473)Termination phase: Saturation
% 0.19/0.55  
% 0.19/0.55  % (10473)Memory used [KB]: 5756
% 0.19/0.55  % (10473)Time elapsed: 0.149 s
% 0.19/0.55  % (10473)Instructions burned: 22 (million)
% 0.19/0.55  % (10473)------------------------------
% 0.19/0.55  % (10473)------------------------------
% 0.19/0.55  % (10465)Instruction limit reached!
% 0.19/0.55  % (10465)------------------------------
% 0.19/0.55  % (10465)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  % (10461)lrs+10_1:1_ev=force:gve=cautious:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.19/0.55  % (10461)Refutation not found, incomplete strategy% (10461)------------------------------
% 0.19/0.55  % (10461)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  % (10451)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 (2999ds/32Mi)
% 0.19/0.55  % (10450)Instruction limit reached!
% 0.19/0.55  % (10450)------------------------------
% 0.19/0.55  % (10450)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  % (10471)Instruction limit reached!
% 0.19/0.55  % (10471)------------------------------
% 0.19/0.55  % (10471)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  % (10471)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.55  % (10471)Termination reason: Unknown
% 0.19/0.55  % (10471)Termination phase: Saturation
% 0.19/0.55  
% 0.19/0.55  % (10471)Memory used [KB]: 5884
% 0.19/0.55  % (10471)Time elapsed: 0.149 s
% 0.19/0.55  % (10471)Instructions burned: 43 (million)
% 0.19/0.55  % (10471)------------------------------
% 0.19/0.55  % (10471)------------------------------
% 0.19/0.56  % (10465)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.56  % (10465)Termination reason: Unknown
% 0.19/0.56  % (10465)Termination phase: Saturation
% 0.19/0.56  
% 0.19/0.56  % (10465)Memory used [KB]: 1151
% 0.19/0.56  % (10465)Time elapsed: 0.121 s
% 0.19/0.56  % (10465)Instructions burned: 15 (million)
% 0.19/0.56  % (10465)------------------------------
% 0.19/0.56  % (10465)------------------------------
% 0.19/0.56  % (10461)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.56  % (10461)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.56  
% 0.19/0.56  % (10461)Memory used [KB]: 5373
% 0.19/0.56  % (10461)Time elapsed: 0.150 s
% 0.19/0.56  % (10461)------------------------------
% 0.19/0.56  % (10461)------------------------------
% 0.19/0.56  % (10468)First to succeed.
% 0.19/0.56  % (10470)Also succeeded, but the first one will report.
% 0.19/0.56  % (10468)Refutation found. Thanks to Tanya!
% 0.19/0.56  % SZS status Theorem for theBenchmark
% 0.19/0.56  % SZS output start Proof for theBenchmark
% See solution above
% 0.19/0.56  % (10468)------------------------------
% 0.19/0.56  % (10468)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.56  % (10468)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.56  % (10468)Termination reason: Refutation
% 0.19/0.56  
% 0.19/0.56  % (10468)Memory used [KB]: 5628
% 0.19/0.56  % (10468)Time elapsed: 0.149 s
% 0.19/0.56  % (10468)Instructions burned: 20 (million)
% 0.19/0.56  % (10468)------------------------------
% 0.19/0.56  % (10468)------------------------------
% 0.19/0.56  % (10444)Success in time 0.201 s
%------------------------------------------------------------------------------