TSTP Solution File: ARI645_1 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : ARI645_1 : TPTP v8.1.0. Released v6.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --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:48:50 EDT 2022

% Result   : Theorem 14.55s 2.23s
% Output   : Refutation 14.55s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :    8
% Syntax   : Number of formulae    :   21 (   9 unt;   3 typ;   0 def)
%            Number of atoms       :   37 (   0 equ)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :   32 (  13   ~;   0   |;  12   &)
%                                         (   4 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number arithmetic     :   56 (  28 atm;  14 fun;  14 num;   0 var)
%            Number of types       :    1 (   0 usr;   1 ari)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :    9 (   4 usr;   5 prp; 0-2 aty)
%            Number of functors    :    5 (   3 usr;   4 con; 0-2 aty)
%            Number of variables   :    0 (   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(func_def_0,type,
    a: $int ).

tff(func_def_1,type,
    b: $int ).

tff(func_def_2,type,
    d: $int ).

tff(f53,plain,
    $false,
    inference(avatar_smt_refutation,[],[f37,f42,f47,f52]) ).

tff(f52,plain,
    ~ spl0_4,
    inference(avatar_split_clause,[],[f31,f49]) ).

tff(f49,plain,
    ( spl0_4
  <=> $less(d,0) ),
    introduced(avatar_definition,[new_symbols(naming,[spl0_4])]) ).

tff(f31,plain,
    ~ $less(d,0),
    inference(cnf_transformation,[],[f28]) ).

tff(f28,plain,
    ( $less(0,a)
    & ~ $less(d,0)
    & $less($quotient_e(d,a),$quotient_e(d,b))
    & ~ $less(b,a) ),
    inference(flattening,[],[f27]) ).

tff(f27,plain,
    ( $less($quotient_e(d,a),$quotient_e(d,b))
    & ~ $less(b,a)
    & $less(0,a)
    & ~ $less(d,0) ),
    inference(ennf_transformation,[],[f3]) ).

tff(f3,plain,
    ~ ( ( ~ $less(b,a)
        & $less(0,a)
        & ~ $less(d,0) )
     => ~ $less($quotient_e(d,a),$quotient_e(d,b)) ),
    inference(theory_normalization,[],[f2]) ).

tff(f2,negated_conjecture,
    ~ ( ( $greatereq(d,0)
        & $greatereq(b,a)
        & $greater(a,0) )
     => $lesseq($quotient_e(d,b),$quotient_e(d,a)) ),
    inference(negated_conjecture,[],[f1]) ).

tff(f1,conjecture,
    ( ( $greatereq(d,0)
      & $greatereq(b,a)
      & $greater(a,0) )
   => $lesseq($quotient_e(d,b),$quotient_e(d,a)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conj) ).

tff(f47,plain,
    ~ spl0_3,
    inference(avatar_split_clause,[],[f29,f44]) ).

tff(f44,plain,
    ( spl0_3
  <=> $less(b,a) ),
    introduced(avatar_definition,[new_symbols(naming,[spl0_3])]) ).

tff(f29,plain,
    ~ $less(b,a),
    inference(cnf_transformation,[],[f28]) ).

tff(f42,plain,
    spl0_2,
    inference(avatar_split_clause,[],[f30,f39]) ).

tff(f39,plain,
    ( spl0_2
  <=> $less($quotient_e(d,a),$quotient_e(d,b)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl0_2])]) ).

tff(f30,plain,
    $less($quotient_e(d,a),$quotient_e(d,b)),
    inference(cnf_transformation,[],[f28]) ).

tff(f37,plain,
    spl0_1,
    inference(avatar_split_clause,[],[f32,f34]) ).

tff(f34,plain,
    ( spl0_1
  <=> $less(0,a) ),
    introduced(avatar_definition,[new_symbols(naming,[spl0_1])]) ).

tff(f32,plain,
    $less(0,a),
    inference(cnf_transformation,[],[f28]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : ARI645=1 : TPTP v8.1.0. Released v6.3.0.
% 0.07/0.12  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.14/0.33  % Computer : n018.cluster.edu
% 0.14/0.33  % Model    : x86_64 x86_64
% 0.14/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.33  % Memory   : 8042.1875MB
% 0.14/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.33  % CPULimit   : 300
% 0.14/0.33  % WCLimit    : 300
% 0.14/0.33  % DateTime   : Mon Aug 29 15:57:09 EDT 2022
% 0.14/0.33  % CPUTime    : 
% 0.20/0.48  % (23570)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/59Mi)
% 0.20/0.49  % (23562)ott-1_1:6_av=off:cond=on:fsr=off:nwc=3.0:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/51Mi)
% 0.20/0.50  % (23578)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/500Mi)
% 0.20/0.50  % (23570)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.20/0.50  % (23570)Terminated due to inappropriate strategy.
% 0.20/0.50  % (23570)------------------------------
% 0.20/0.50  % (23570)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.50  % (23570)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.50  % (23570)Termination reason: Inappropriate
% 0.20/0.50  
% 0.20/0.50  % (23570)Memory used [KB]: 895
% 0.20/0.50  % (23570)Time elapsed: 0.004 s
% 0.20/0.50  % (23570)Instructions burned: 1 (million)
% 0.20/0.50  % (23570)------------------------------
% 0.20/0.50  % (23570)------------------------------
% 0.20/0.50  % (23565)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/101Mi)
% 0.20/0.50  % (23553)fmb+10_1:1_bce=on:fmbsr=1.5:nm=4:skr=on:i=191324:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/191324Mi)
% 0.20/0.50  % (23553)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.20/0.50  % (23553)Terminated due to inappropriate strategy.
% 0.20/0.50  % (23553)------------------------------
% 0.20/0.50  % (23553)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.50  % (23553)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.50  % (23553)Termination reason: Inappropriate
% 0.20/0.50  
% 0.20/0.50  % (23553)Memory used [KB]: 895
% 0.20/0.50  % (23553)Time elapsed: 0.002 s
% 0.20/0.50  % (23553)Instructions burned: 2 (million)
% 0.20/0.50  % (23553)------------------------------
% 0.20/0.50  % (23553)------------------------------
% 0.20/0.51  % (23575)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=498:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/498Mi)
% 1.33/0.52  % (23556)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/51Mi)
% 1.33/0.52  % (23577)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/482Mi)
% 1.33/0.52  % (23576)ott+11_1:1_drc=off:nwc=5.0:slsq=on:slsqc=1:spb=goal_then_units:to=lpo:i=467:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/467Mi)
% 1.33/0.52  % (23557)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/51Mi)
% 1.33/0.52  % (23569)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/99Mi)
% 1.33/0.52  % (23579)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/68Mi)
% 1.33/0.52  % (23558)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=48:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/48Mi)
% 1.33/0.52  % (23555)ott+4_1:1_av=off:bd=off:nwc=5.0:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/37Mi)
% 1.33/0.52  % (23568)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=75:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/75Mi)
% 1.33/0.52  % (23567)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/68Mi)
% 1.33/0.52  % (23566)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/99Mi)
% 1.33/0.52  % (23561)dis+2_1:64_add=large:bce=on:bd=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/2Mi)
% 1.33/0.52  % (23561)Instruction limit reached!
% 1.33/0.52  % (23561)------------------------------
% 1.33/0.52  % (23561)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.33/0.52  % (23561)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.33/0.52  % (23561)Termination reason: Unknown
% 1.33/0.52  % (23561)Termination phase: Unused predicate definition removal
% 1.33/0.52  
% 1.33/0.52  % (23561)Memory used [KB]: 895
% 1.33/0.52  % (23561)Time elapsed: 0.004 s
% 1.33/0.52  % (23561)Instructions burned: 2 (million)
% 1.33/0.52  % (23561)------------------------------
% 1.33/0.52  % (23561)------------------------------
% 1.33/0.52  % (23580)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=177:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/177Mi)
% 1.33/0.52  % (23560)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/7Mi)
% 1.49/0.53  % (23572)ott+4_1:1_av=off:bd=off:nwc=5.0:rp=on:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/100Mi)
% 1.49/0.53  % (23554)ott+10_1:32_abs=on:br=off:urr=ec_only:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/50Mi)
% 1.49/0.53  % (23571)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/100Mi)
% 1.49/0.53  % (23581)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/439Mi)
% 1.49/0.53  % (23564)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/100Mi)
% 1.49/0.53  % (23582)ott+10_7:2_awrs=decay:awrsf=8:bd=preordered:drc=off:fd=preordered:fde=unused:fsr=off:slsq=on:slsqc=2:slsqr=5,8:sp=const_min:spb=units:to=lpo:i=355:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/355Mi)
% 1.49/0.54  % (23560)Instruction limit reached!
% 1.49/0.54  % (23560)------------------------------
% 1.49/0.54  % (23560)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.49/0.54  % (23560)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.49/0.54  % (23560)Termination reason: Unknown
% 1.49/0.54  % (23560)Termination phase: Saturation
% 1.49/0.54  
% 1.49/0.54  % (23560)Memory used [KB]: 5500
% 1.49/0.54  % (23560)Time elapsed: 0.144 s
% 1.49/0.54  % (23560)Instructions burned: 7 (million)
% 1.49/0.54  % (23560)------------------------------
% 1.49/0.54  % (23560)------------------------------
% 1.49/0.54  % (23573)ott+10_1:8_bsd=on:fsd=on:lcm=predicate:nwc=5.0:s2a=on:s2at=1.5:spb=goal_then_units:i=176:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/176Mi)
% 1.49/0.54  % (23563)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/50Mi)
% 1.49/0.54  % (23574)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/138Mi)
% 1.49/0.54  % (23559)fmb+10_1:1_fmbsr=2.0:nm=4:skr=on:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/51Mi)
% 1.49/0.54  % (23559)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 1.49/0.54  % (23559)Terminated due to inappropriate strategy.
% 1.49/0.54  % (23559)------------------------------
% 1.49/0.54  % (23559)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.49/0.54  % (23559)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.49/0.54  % (23559)Termination reason: Inappropriate
% 1.49/0.54  
% 1.49/0.54  % (23559)Memory used [KB]: 895
% 1.49/0.54  % (23559)Time elapsed: 0.002 s
% 1.49/0.54  % (23559)------------------------------
% 1.49/0.54  % (23559)------------------------------
% 1.49/0.58  % (23555)Instruction limit reached!
% 1.49/0.58  % (23555)------------------------------
% 1.49/0.58  % (23555)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.49/0.58  % (23562)Instruction limit reached!
% 1.49/0.58  % (23562)------------------------------
% 1.49/0.58  % (23562)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.49/0.58  % (23562)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.49/0.58  % (23562)Termination reason: Unknown
% 1.49/0.58  % (23562)Termination phase: Saturation
% 1.49/0.58  
% 1.49/0.58  % (23562)Memory used [KB]: 1535
% 1.49/0.58  % (23562)Time elapsed: 0.163 s
% 1.49/0.58  % (23562)Instructions burned: 51 (million)
% 1.49/0.58  % (23562)------------------------------
% 1.49/0.58  % (23562)------------------------------
% 1.49/0.59  % (23555)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.49/0.59  % (23555)Termination reason: Unknown
% 1.49/0.59  % (23555)Termination phase: Saturation
% 1.49/0.59  
% 1.49/0.59  % (23555)Memory used [KB]: 1279
% 1.49/0.59  % (23555)Time elapsed: 0.177 s
% 1.49/0.59  % (23555)Instructions burned: 37 (million)
% 1.49/0.59  % (23555)------------------------------
% 1.49/0.59  % (23555)------------------------------
% 1.49/0.60  % (23557)Instruction limit reached!
% 1.49/0.60  % (23557)------------------------------
% 1.49/0.60  % (23557)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.49/0.60  % (23563)Instruction limit reached!
% 1.49/0.60  % (23563)------------------------------
% 1.49/0.60  % (23563)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.49/0.61  % (23554)Instruction limit reached!
% 1.49/0.61  % (23554)------------------------------
% 1.49/0.61  % (23554)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.49/0.62  % (23563)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.49/0.62  % (23563)Termination reason: Unknown
% 1.49/0.62  % (23563)Termination phase: Saturation
% 1.49/0.62  
% 1.49/0.62  % (23563)Memory used [KB]: 6268
% 1.49/0.62  % (23563)Time elapsed: 0.225 s
% 1.49/0.62  % (23563)Instructions burned: 50 (million)
% 1.49/0.62  % (23563)------------------------------
% 1.49/0.62  % (23563)------------------------------
% 1.49/0.62  % (23557)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.49/0.62  % (23557)Termination reason: Unknown
% 1.49/0.62  % (23557)Termination phase: Saturation
% 1.49/0.62  
% 1.49/0.62  % (23557)Memory used [KB]: 6012
% 1.49/0.62  % (23557)Time elapsed: 0.215 s
% 1.49/0.62  % (23557)Instructions burned: 53 (million)
% 1.49/0.62  % (23557)------------------------------
% 1.49/0.62  % (23557)------------------------------
% 1.49/0.62  % (23558)Instruction limit reached!
% 1.49/0.62  % (23558)------------------------------
% 1.49/0.62  % (23558)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.49/0.62  % (23558)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.49/0.62  % (23558)Termination reason: Unknown
% 1.49/0.62  % (23558)Termination phase: Saturation
% 1.49/0.62  
% 1.49/0.62  % (23558)Memory used [KB]: 5884
% 1.49/0.62  % (23558)Time elapsed: 0.215 s
% 1.49/0.62  % (23558)Instructions burned: 49 (million)
% 1.49/0.62  % (23558)------------------------------
% 1.49/0.62  % (23558)------------------------------
% 2.15/0.62  % (23579)Instruction limit reached!
% 2.15/0.62  % (23579)------------------------------
% 2.15/0.62  % (23579)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.15/0.63  % (23567)Instruction limit reached!
% 2.15/0.63  % (23567)------------------------------
% 2.15/0.63  % (23567)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.15/0.63  % (23554)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.15/0.63  % (23554)Termination reason: Unknown
% 2.15/0.63  % (23554)Termination phase: Saturation
% 2.15/0.63  
% 2.15/0.63  % (23554)Memory used [KB]: 6012
% 2.15/0.63  % (23554)Time elapsed: 0.211 s
% 2.15/0.63  % (23554)Instructions burned: 50 (million)
% 2.15/0.63  % (23554)------------------------------
% 2.15/0.63  % (23554)------------------------------
% 2.15/0.63  % (23556)Instruction limit reached!
% 2.15/0.63  % (23556)------------------------------
% 2.15/0.63  % (23556)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.15/0.63  % (23556)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.15/0.63  % (23556)Termination reason: Unknown
% 2.15/0.63  % (23556)Termination phase: Saturation
% 2.15/0.63  
% 2.15/0.63  % (23556)Memory used [KB]: 6140
% 2.15/0.63  % (23556)Time elapsed: 0.202 s
% 2.15/0.63  % (23556)Instructions burned: 52 (million)
% 2.15/0.63  % (23556)------------------------------
% 2.15/0.63  % (23556)------------------------------
% 2.15/0.63  % (23583)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=388:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/388Mi)
% 2.15/0.64  % (23584)ott-1_1:6_av=off:cond=on:fsr=off:nwc=3.0:i=211:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/211Mi)
% 2.15/0.64  % (23567)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.15/0.64  % (23567)Termination reason: Unknown
% 2.15/0.64  % (23567)Termination phase: Saturation
% 2.15/0.64  
% 2.15/0.64  % (23567)Memory used [KB]: 6652
% 2.15/0.64  % (23567)Time elapsed: 0.034 s
% 2.15/0.64  % (23567)Instructions burned: 68 (million)
% 2.15/0.64  % (23567)------------------------------
% 2.15/0.64  % (23567)------------------------------
% 2.15/0.64  % (23579)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.15/0.64  % (23579)Termination reason: Unknown
% 2.15/0.64  % (23579)Termination phase: Saturation
% 2.15/0.64  
% 2.15/0.64  % (23579)Memory used [KB]: 6652
% 2.15/0.64  % (23579)Time elapsed: 0.035 s
% 2.15/0.64  % (23579)Instructions burned: 68 (million)
% 2.15/0.64  % (23579)------------------------------
% 2.15/0.64  % (23579)------------------------------
% 2.15/0.64  % (23568)Instruction limit reached!
% 2.15/0.64  % (23568)------------------------------
% 2.15/0.64  % (23568)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.15/0.66  % (23585)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/90Mi)
% 2.15/0.66  % (23568)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.15/0.66  % (23568)Termination reason: Unknown
% 2.15/0.66  % (23568)Termination phase: Saturation
% 2.15/0.66  
% 2.15/0.66  % (23568)Memory used [KB]: 2046
% 2.15/0.66  % (23568)Time elapsed: 0.248 s
% 2.15/0.66  % (23568)Instructions burned: 77 (million)
% 2.15/0.66  % (23568)------------------------------
% 2.15/0.66  % (23568)------------------------------
% 2.15/0.67  % (23586)ott+1_1:2_i=920:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/920Mi)
% 2.15/0.67  % (23587)ott+1_1:7_bd=off:i=934:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/934Mi)
% 2.15/0.68  % (23571)Instruction limit reached!
% 2.15/0.68  % (23571)------------------------------
% 2.15/0.68  % (23571)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.15/0.68  % (23566)Instruction limit reached!
% 2.15/0.68  % (23566)------------------------------
% 2.15/0.68  % (23566)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.53/0.70  % (23566)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.53/0.70  % (23566)Termination reason: Unknown
% 2.53/0.70  % (23566)Termination phase: Saturation
% 2.53/0.70  
% 2.53/0.70  % (23566)Memory used [KB]: 6780
% 2.53/0.70  % (23566)Time elapsed: 0.278 s
% 2.53/0.70  % (23566)Instructions burned: 99 (million)
% 2.53/0.70  % (23566)------------------------------
% 2.53/0.70  % (23566)------------------------------
% 2.53/0.70  % (23588)ott+10_1:50_bsr=unit_only:drc=off:fd=preordered:sp=frequency:i=747:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/747Mi)
% 2.53/0.70  % (23572)Instruction limit reached!
% 2.53/0.70  % (23572)------------------------------
% 2.53/0.70  % (23572)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.53/0.70  % (23572)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.53/0.70  % (23572)Termination reason: Unknown
% 2.53/0.70  % (23572)Termination phase: Saturation
% 2.53/0.70  
% 2.53/0.70  % (23572)Memory used [KB]: 1918
% 2.53/0.70  % (23572)Time elapsed: 0.311 s
% 2.53/0.70  % (23572)Instructions burned: 100 (million)
% 2.53/0.70  % (23572)------------------------------
% 2.53/0.70  % (23572)------------------------------
% 2.53/0.70  % (23571)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.53/0.70  % (23571)Termination reason: Unknown
% 2.53/0.70  % (23571)Termination phase: Saturation
% 2.53/0.70  
% 2.53/0.70  % (23571)Memory used [KB]: 6652
% 2.53/0.70  % (23571)Time elapsed: 0.275 s
% 2.53/0.70  % (23571)Instructions burned: 101 (million)
% 2.53/0.70  % (23571)------------------------------
% 2.53/0.70  % (23571)------------------------------
% 2.53/0.70  % (23569)Instruction limit reached!
% 2.53/0.70  % (23569)------------------------------
% 2.53/0.70  % (23569)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.53/0.70  % (23569)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.53/0.70  % (23569)Termination reason: Unknown
% 2.53/0.70  % (23569)Termination phase: Saturation
% 2.53/0.70  
% 2.53/0.70  % (23569)Memory used [KB]: 6268
% 2.53/0.70  % (23569)Time elapsed: 0.315 s
% 2.53/0.70  % (23569)Instructions burned: 100 (million)
% 2.53/0.70  % (23569)------------------------------
% 2.53/0.70  % (23569)------------------------------
% 2.53/0.71  % (23589)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=655:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/655Mi)
% 2.53/0.71  % (23565)Instruction limit reached!
% 2.53/0.71  % (23565)------------------------------
% 2.53/0.71  % (23565)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.53/0.71  % (23565)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.53/0.71  % (23565)Termination reason: Unknown
% 2.53/0.71  % (23565)Termination phase: Saturation
% 2.53/0.71  
% 2.53/0.71  % (23565)Memory used [KB]: 6524
% 2.53/0.71  % (23565)Time elapsed: 0.330 s
% 2.53/0.71  % (23565)Instructions burned: 101 (million)
% 2.53/0.71  % (23565)------------------------------
% 2.53/0.71  % (23565)------------------------------
% 2.53/0.72  % (23564)Instruction limit reached!
% 2.53/0.72  % (23564)------------------------------
% 2.53/0.72  % (23564)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.53/0.72  % (23564)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.53/0.72  % (23564)Termination reason: Unknown
% 2.53/0.72  % (23564)Termination phase: Saturation
% 2.53/0.72  
% 2.53/0.72  % (23564)Memory used [KB]: 6780
% 2.53/0.72  % (23564)Time elapsed: 0.323 s
% 2.53/0.72  % (23564)Instructions burned: 100 (million)
% 2.53/0.72  % (23564)------------------------------
% 2.53/0.72  % (23564)------------------------------
% 2.53/0.74  % (23593)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/90Mi)
% 2.53/0.75  % (23590)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/68Mi)
% 2.53/0.75  % (23591)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=940:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/940Mi)
% 2.53/0.76  % (23594)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=2016:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/2016Mi)
% 2.53/0.76  WARNING Broken Constraint: if sine_depth(2) has been set then sine_selection(off) is not equal to off
% 2.53/0.76  % (23592)ott+11_4:1_br=off:fde=none:s2a=on:sd=2:sp=frequency:urr=on:i=981:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/981Mi)
% 2.82/0.77  % (23596)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=4958:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/4958Mi)
% 2.82/0.78  % (23574)Instruction limit reached!
% 2.82/0.78  % (23574)------------------------------
% 2.82/0.78  % (23574)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.82/0.78  % (23574)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.82/0.78  % (23574)Termination reason: Unknown
% 2.82/0.78  % (23574)Termination phase: Saturation
% 2.82/0.78  
% 2.82/0.78  % (23574)Memory used [KB]: 7291
% 2.82/0.78  % (23574)Time elapsed: 0.370 s
% 2.82/0.78  % (23574)Instructions burned: 139 (million)
% 2.82/0.78  % (23574)------------------------------
% 2.82/0.78  % (23574)------------------------------
% 2.82/0.78  % (23595)dis+10_1:2_atotf=0.3:i=3735:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/3735Mi)
% 2.88/0.80  % (23597)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=4959:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/4959Mi)
% 2.88/0.82  % (23580)Instruction limit reached!
% 2.88/0.82  % (23580)------------------------------
% 2.88/0.82  % (23580)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.88/0.82  % (23580)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.88/0.82  % (23580)Termination reason: Unknown
% 2.88/0.82  % (23580)Termination phase: Saturation
% 2.88/0.82  
% 2.88/0.82  % (23580)Memory used [KB]: 3070
% 2.88/0.82  % (23580)Time elapsed: 0.421 s
% 2.88/0.82  % (23580)Instructions burned: 179 (million)
% 2.88/0.82  % (23580)------------------------------
% 2.88/0.82  % (23580)------------------------------
% 2.88/0.82  % (23598)ott+10_1:1_kws=precedence:tgt=ground:i=4756:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/4756Mi)
% 2.95/0.83  % (23599)ott+3_1:1_atotf=0.2:fsr=off:kws=precedence:sp=weighted_frequency:spb=intro:tgt=ground:i=4931:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/4931Mi)
% 2.95/0.84  % (23600)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/68Mi)
% 2.95/0.84  % (23601)ott+11_9:8_amm=off:bsd=on:etr=on:fsd=on:fsr=off:lma=on:newcnf=on:nm=0:nwc=3.0:s2a=on:s2agt=10:sas=z3:tha=some:i=1824:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/1824Mi)
% 2.95/0.84  % (23573)Instruction limit reached!
% 2.95/0.84  % (23573)------------------------------
% 2.95/0.84  % (23573)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.95/0.84  % (23573)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.95/0.84  % (23573)Termination reason: Unknown
% 2.95/0.84  % (23573)Termination phase: Saturation
% 2.95/0.84  
% 2.95/0.84  % (23573)Memory used [KB]: 6524
% 2.95/0.84  % (23573)Time elapsed: 0.465 s
% 2.95/0.84  % (23573)Instructions burned: 177 (million)
% 2.95/0.84  % (23573)------------------------------
% 2.95/0.84  % (23573)------------------------------
% 2.95/0.85  % (23585)Instruction limit reached!
% 2.95/0.85  % (23585)------------------------------
% 2.95/0.85  % (23585)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.95/0.85  % (23585)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.95/0.85  % (23585)Termination reason: Unknown
% 2.95/0.85  % (23585)Termination phase: Saturation
% 2.95/0.85  
% 2.95/0.85  % (23585)Memory used [KB]: 6524
% 2.95/0.85  % (23585)Time elapsed: 0.295 s
% 2.95/0.85  % (23585)Instructions burned: 90 (million)
% 2.95/0.85  % (23585)------------------------------
% 2.95/0.85  % (23585)------------------------------
% 2.95/0.85  % (23602)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=2134:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/2134Mi)
% 2.95/0.86  % (23603)ott-1_1:1_sp=const_frequency:i=2891:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/2891Mi)
% 2.95/0.86  % (23590)Instruction limit reached!
% 2.95/0.86  % (23590)------------------------------
% 2.95/0.86  % (23590)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.95/0.86  % (23590)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.95/0.86  % (23590)Termination reason: Unknown
% 2.95/0.86  % (23590)Termination phase: Saturation
% 2.95/0.86  
% 2.95/0.86  % (23590)Memory used [KB]: 6652
% 2.95/0.86  % (23590)Time elapsed: 0.034 s
% 2.95/0.86  % (23590)Instructions burned: 70 (million)
% 2.95/0.86  % (23590)------------------------------
% 2.95/0.86  % (23590)------------------------------
% 2.95/0.91  % (23593)Instruction limit reached!
% 2.95/0.91  % (23593)------------------------------
% 2.95/0.91  % (23593)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.95/0.91  % (23593)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.95/0.91  % (23593)Termination reason: Unknown
% 2.95/0.91  % (23593)Termination phase: Saturation
% 2.95/0.91  
% 2.95/0.91  % (23593)Memory used [KB]: 6524
% 2.95/0.91  % (23593)Time elapsed: 0.260 s
% 2.95/0.91  % (23593)Instructions burned: 90 (million)
% 2.95/0.91  % (23593)------------------------------
% 2.95/0.91  % (23593)------------------------------
% 2.95/0.91  % (23604)dis+2_1:64_add=large:bce=on:bd=off:i=4585:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/4585Mi)
% 3.39/0.95  % (23600)Instruction limit reached!
% 3.39/0.95  % (23600)------------------------------
% 3.39/0.95  % (23600)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.39/0.95  % (23600)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.39/0.95  % (23600)Termination reason: Unknown
% 3.39/0.95  % (23600)Termination phase: Saturation
% 3.39/0.95  
% 3.39/0.95  % (23600)Memory used [KB]: 6780
% 3.39/0.95  % (23600)Time elapsed: 0.033 s
% 3.39/0.95  % (23600)Instructions burned: 68 (million)
% 3.39/0.95  % (23600)------------------------------
% 3.39/0.95  % (23600)------------------------------
% 3.39/0.96  % (23605)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/90Mi)
% 3.39/0.98  % (23607)dis+10_1:2_atotf=0.3:i=8004:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/8004Mi)
% 3.39/0.98  % (23606)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=2016:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/2016Mi)
% 3.59/0.99  % (23608)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=9965:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/9965Mi)
% 3.59/1.01  % (23584)Instruction limit reached!
% 3.59/1.01  % (23584)------------------------------
% 3.59/1.01  % (23584)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.59/1.01  % (23584)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.59/1.01  % (23584)Termination reason: Unknown
% 3.59/1.01  % (23584)Termination phase: Saturation
% 3.59/1.01  
% 3.59/1.01  % (23584)Memory used [KB]: 2942
% 3.59/1.01  % (23584)Time elapsed: 0.477 s
% 3.59/1.01  % (23584)Instructions burned: 211 (million)
% 3.59/1.01  % (23584)------------------------------
% 3.59/1.01  % (23584)------------------------------
% 3.59/1.05  % (23609)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=9877:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/9877Mi)
% 5.82/1.09  % (23611)ins+10_1:16_bce=on:fde=unused:igpr=on:igs=35:igwr=on:sp=const_frequency:tgt=full:to=lpo:i=9902:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/9902Mi)
% 5.82/1.10  % (23605)Instruction limit reached!
% 5.82/1.10  % (23605)------------------------------
% 5.82/1.10  % (23605)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 5.82/1.10  % (23605)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 5.82/1.10  % (23605)Termination reason: Unknown
% 5.82/1.10  % (23605)Termination phase: Saturation
% 5.82/1.10  
% 5.82/1.10  % (23605)Memory used [KB]: 6780
% 5.82/1.10  % (23605)Time elapsed: 0.243 s
% 5.82/1.10  % (23605)Instructions burned: 90 (million)
% 5.82/1.10  % (23605)------------------------------
% 5.82/1.10  % (23605)------------------------------
% 6.28/1.15  % (23578)Instruction limit reached!
% 6.28/1.15  % (23578)------------------------------
% 6.28/1.15  % (23578)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.28/1.15  % (23578)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.28/1.15  % (23578)Termination reason: Unknown
% 6.28/1.15  % (23578)Termination phase: Saturation
% 6.28/1.15  
% 6.28/1.15  % (23578)Memory used [KB]: 11513
% 6.28/1.15  % (23578)Time elapsed: 0.756 s
% 6.28/1.15  % (23578)Instructions burned: 500 (million)
% 6.28/1.15  % (23578)------------------------------
% 6.28/1.15  % (23578)------------------------------
% 6.28/1.15  % (23576)Instruction limit reached!
% 6.28/1.15  % (23576)------------------------------
% 6.28/1.15  % (23576)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.28/1.15  % (23576)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.28/1.15  % (23576)Termination reason: Unknown
% 6.28/1.15  % (23576)Termination phase: Saturation
% 6.28/1.15  
% 6.28/1.15  % (23576)Memory used [KB]: 6652
% 6.28/1.15  % (23576)Time elapsed: 0.743 s
% 6.28/1.15  % (23576)Instructions burned: 468 (million)
% 6.28/1.15  % (23576)------------------------------
% 6.28/1.15  % (23576)------------------------------
% 6.28/1.15  % (23613)ott+11_9:8_amm=off:bsd=on:etr=on:fsd=on:fsr=off:lma=on:newcnf=on:nm=0:nwc=3.0:s2a=on:s2agt=10:sas=z3:tha=some:i=1824:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/1824Mi)
% 6.28/1.18  % (23582)Instruction limit reached!
% 6.28/1.18  % (23582)------------------------------
% 6.28/1.18  % (23582)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.28/1.18  % (23582)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.28/1.18  % (23582)Termination reason: Unknown
% 6.28/1.18  % (23582)Termination phase: Saturation
% 6.28/1.18  
% 6.28/1.18  % (23582)Memory used [KB]: 8955
% 6.28/1.18  % (23582)Time elapsed: 0.774 s
% 6.28/1.18  % (23582)Instructions burned: 355 (million)
% 6.28/1.18  % (23582)------------------------------
% 6.28/1.18  % (23582)------------------------------
% 6.90/1.24  % (23581)Instruction limit reached!
% 6.90/1.24  % (23581)------------------------------
% 6.90/1.24  % (23581)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.90/1.24  % (23581)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.90/1.24  % (23581)Termination reason: Unknown
% 6.90/1.24  % (23581)Termination phase: Saturation
% 6.90/1.24  
% 6.90/1.24  % (23581)Memory used [KB]: 8315
% 6.90/1.24  % (23581)Time elapsed: 0.842 s
% 6.90/1.24  % (23581)Instructions burned: 441 (million)
% 6.90/1.24  % (23581)------------------------------
% 6.90/1.24  % (23581)------------------------------
% 6.90/1.26  % (23616)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2991ds/90Mi)
% 6.90/1.26  % (23614)dis+2_1:64_add=large:bce=on:bd=off:i=9989:si=on:rawr=on:rtra=on_0 on theBenchmark for (2992ds/9989Mi)
% 6.90/1.27  % (23615)ott-11_1:32_i=9707:si=on:rawr=on:rtra=on_0 on theBenchmark for (2991ds/9707Mi)
% 6.90/1.28  % (23575)Instruction limit reached!
% 6.90/1.28  % (23575)------------------------------
% 6.90/1.28  % (23575)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.90/1.28  % (23575)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.90/1.28  % (23575)Termination reason: Unknown
% 6.90/1.28  % (23575)Termination phase: Saturation
% 6.90/1.28  
% 6.90/1.28  % (23575)Memory used [KB]: 3198
% 6.90/1.28  % (23575)Time elapsed: 0.838 s
% 6.90/1.28  % (23575)Instructions burned: 498 (million)
% 6.90/1.28  % (23575)------------------------------
% 6.90/1.28  % (23575)------------------------------
% 7.33/1.31  % (23577)Instruction limit reached!
% 7.33/1.31  % (23577)------------------------------
% 7.33/1.31  % (23577)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.33/1.31  % (23577)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.33/1.31  % (23577)Termination reason: Unknown
% 7.33/1.31  % (23577)Termination phase: Saturation
% 7.33/1.31  
% 7.33/1.31  % (23577)Memory used [KB]: 11001
% 7.33/1.31  % (23577)Time elapsed: 0.914 s
% 7.33/1.31  % (23577)Instructions burned: 483 (million)
% 7.33/1.31  % (23577)------------------------------
% 7.33/1.31  % (23577)------------------------------
% 7.33/1.32  % (23618)ott+3_1:1_abs=on:anc=none:bs=on:fsr=off:spb=goal_then_units:i=44001:si=on:rawr=on:rtra=on_0 on theBenchmark for (2991ds/44001Mi)
% 7.33/1.34  % (23583)Instruction limit reached!
% 7.33/1.34  % (23583)------------------------------
% 7.33/1.34  % (23583)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.33/1.34  % (23583)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.33/1.34  % (23583)Termination reason: Unknown
% 7.33/1.34  % (23583)Termination phase: Saturation
% 7.33/1.34  
% 7.33/1.34  % (23583)Memory used [KB]: 8571
% 7.33/1.34  % (23583)Time elapsed: 0.809 s
% 7.33/1.34  % (23583)Instructions burned: 389 (million)
% 7.33/1.34  % (23583)------------------------------
% 7.33/1.34  % (23583)------------------------------
% 7.89/1.38  % (23616)Instruction limit reached!
% 7.89/1.38  % (23616)------------------------------
% 7.89/1.38  % (23616)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.89/1.38  % (23619)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=4958:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/4958Mi)
% 7.89/1.40  % (23616)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.89/1.40  % (23616)Termination reason: Unknown
% 7.89/1.40  % (23616)Termination phase: Saturation
% 7.89/1.40  
% 7.89/1.40  % (23616)Memory used [KB]: 6268
% 7.89/1.40  % (23616)Time elapsed: 0.210 s
% 7.89/1.40  % (23616)Instructions burned: 92 (million)
% 7.89/1.40  % (23616)------------------------------
% 7.89/1.40  % (23616)------------------------------
% 8.14/1.42  % (23621)ott+1_27:428_av=off:awrs=converge:awrsf=8:bsr=unit_only:drc=off:fd=preordered:newcnf=on:nwc=1.5:skr=on:slsq=on:slsqc=2:slsql=off:slsqr=1,4:sp=reverse_frequency:uwa=one_side_constant:i=35256:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/35256Mi)
% 8.14/1.44  % (23622)dis+1002_1:1_fde=unused:nwc=10.0:s2a=on:s2at=3.0:sac=on:i=32293:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/32293Mi)
% 8.33/1.49  % (23623)ott+21_1:28_afr=on:anc=all_dependent:bs=on:bsr=unit_only:nicw=on:sp=const_frequency:uhcvi=on:i=37001:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/37001Mi)
% 8.84/1.55  % (23624)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=10187:si=on:rawr=on:rtra=on_0 on theBenchmark for (2989ds/10187Mi)
% 10.46/1.67  % (23589)Instruction limit reached!
% 10.46/1.67  % (23589)------------------------------
% 10.46/1.67  % (23589)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 10.46/1.67  % (23589)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 10.46/1.67  % (23589)Termination reason: Unknown
% 10.46/1.67  % (23589)Termination phase: Saturation
% 10.46/1.67  
% 10.46/1.67  % (23589)Memory used [KB]: 2942
% 10.46/1.67  % (23589)Time elapsed: 1.044 s
% 10.46/1.67  % (23589)Instructions burned: 655 (million)
% 10.46/1.67  % (23589)------------------------------
% 10.46/1.67  % (23589)------------------------------
% 11.01/1.75  % (23588)Instruction limit reached!
% 11.01/1.75  % (23588)------------------------------
% 11.01/1.75  % (23588)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 11.01/1.75  % (23588)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 11.01/1.75  % (23588)Termination reason: Unknown
% 11.01/1.75  % (23588)Termination phase: Saturation
% 11.01/1.75  
% 11.01/1.75  % (23588)Memory used [KB]: 10618
% 11.01/1.75  % (23588)Time elapsed: 1.063 s
% 11.01/1.75  % (23588)Instructions burned: 748 (million)
% 11.01/1.75  % (23588)------------------------------
% 11.01/1.75  % (23588)------------------------------
% 11.61/1.82  % (23626)ott+3_1:1_atotf=0.2:fsr=off:kws=precedence:sp=weighted_frequency:spb=intro:tgt=ground:i=29337:si=on:rawr=on:rtra=on_0 on theBenchmark for (2986ds/29337Mi)
% 11.61/1.86  % (23627)ins+10_1:16_bce=on:fde=unused:igpr=on:igs=35:igwr=on:sp=const_frequency:tgt=full:to=lpo:i=10147:si=on:rawr=on:rtra=on_0 on theBenchmark for (2986ds/10147Mi)
% 13.84/2.13  % (23586)Instruction limit reached!
% 13.84/2.13  % (23586)------------------------------
% 13.84/2.13  % (23586)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 13.84/2.13  % (23586)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 13.84/2.13  % (23586)Termination reason: Unknown
% 13.84/2.13  % (23586)Termination phase: Saturation
% 13.84/2.13  
% 13.84/2.13  % (23586)Memory used [KB]: 11257
% 13.84/2.13  % (23586)Time elapsed: 1.561 s
% 13.84/2.13  % (23586)Instructions burned: 920 (million)
% 13.84/2.13  % (23586)------------------------------
% 13.84/2.13  % (23586)------------------------------
% 14.55/2.22  % (23601)First to succeed.
% 14.55/2.23  % (23601)Refutation found. Thanks to Tanya!
% 14.55/2.23  % SZS status Theorem for theBenchmark
% 14.55/2.23  % SZS output start Proof for theBenchmark
% See solution above
% 14.55/2.23  % (23601)------------------------------
% 14.55/2.23  % (23601)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 14.55/2.23  % (23601)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 14.55/2.23  % (23601)Termination reason: Refutation
% 14.55/2.23  
% 14.55/2.23  % (23601)Memory used [KB]: 895
% 14.55/2.23  % (23601)Time elapsed: 0.388 s
% 14.55/2.23  % (23601)Instructions burned: 1179 (million)
% 14.55/2.23  % (23601)------------------------------
% 14.55/2.23  % (23601)------------------------------
% 14.55/2.23  % (23552)Success in time 1.871 s
%------------------------------------------------------------------------------