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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : DAT105_1 : TPTP v8.1.0. Released v6.1.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 : n024.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:04:54 EDT 2022

% Result   : Theorem 1.72s 0.61s
% Output   : Refutation 1.72s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   53 (  18 unt;   8 typ;   0 def)
%            Number of atoms       :  146 (  46 equ)
%            Maximal formula atoms :   12 (   3 avg)
%            Number of connectives :  174 (  73   ~;  54   |;  39   &)
%                                         (   3 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   6 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number arithmetic     :  197 (  53 atm;  37 fun;  46 num;  61 var)
%            Number of types       :    3 (   1 usr;   1 ari)
%            Number of type conns  :   10 (   6   >;   4   *;   0   +;   0  <<)
%            Number of predicates  :    6 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :   12 (   6 usr;   4 con; 0-2 aty)
%            Number of variables   :  107 (  93   !;  14   ?; 107   :)

% Comments : 
%------------------------------------------------------------------------------
tff(type_def_5,type,
    list: $tType ).

tff(func_def_0,type,
    nil: list ).

tff(func_def_1,type,
    cons: ( $int * list ) > list ).

tff(func_def_2,type,
    head: list > $int ).

tff(func_def_3,type,
    tail: list > list ).

tff(func_def_10,type,
    sK0: ( list * $int ) > $int ).

tff(func_def_11,type,
    sK1: ( list * $int ) > list ).

tff(pred_def_1,type,
    inRange: ( $int * list ) > $o ).

tff(f664,plain,
    $false,
    inference(resolution,[],[f663,f48]) ).

tff(f48,plain,
    ! [X1: $int] : inRange(X1,nil),
    inference(equality_resolution,[],[f41]) ).

tff(f41,plain,
    ! [X0: list,X1: $int] :
      ( inRange(X1,X0)
      | ( nil != X0 ) ),
    inference(cnf_transformation,[],[f32]) ).

tff(f32,plain,
    ! [X0: list,X1: $int] :
      ( ( inRange(X1,X0)
        | ( ! [X2: $int,X3: list] :
              ( $less(X2,0)
              | ( cons(X2,X3) != X0 )
              | ~ inRange(X1,X3)
              | ~ $less(X2,X1) )
          & ( nil != X0 ) ) )
      & ( ( ~ $less(sK0(X0,X1),0)
          & ( cons(sK0(X0,X1),sK1(X0,X1)) = X0 )
          & inRange(X1,sK1(X0,X1))
          & $less(sK0(X0,X1),X1) )
        | ( nil = X0 )
        | ~ inRange(X1,X0) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1])],[f30,f31]) ).

tff(f31,plain,
    ! [X0: list,X1: $int] :
      ( ? [X4: $int,X5: list] :
          ( ~ $less(X4,0)
          & ( cons(X4,X5) = X0 )
          & inRange(X1,X5)
          & $less(X4,X1) )
     => ( ~ $less(sK0(X0,X1),0)
        & ( cons(sK0(X0,X1),sK1(X0,X1)) = X0 )
        & inRange(X1,sK1(X0,X1))
        & $less(sK0(X0,X1),X1) ) ),
    introduced(choice_axiom,[]) ).

tff(f30,plain,
    ! [X0: list,X1: $int] :
      ( ( inRange(X1,X0)
        | ( ! [X2: $int,X3: list] :
              ( $less(X2,0)
              | ( cons(X2,X3) != X0 )
              | ~ inRange(X1,X3)
              | ~ $less(X2,X1) )
          & ( nil != X0 ) ) )
      & ( ? [X4: $int,X5: list] :
            ( ~ $less(X4,0)
            & ( cons(X4,X5) = X0 )
            & inRange(X1,X5)
            & $less(X4,X1) )
        | ( nil = X0 )
        | ~ inRange(X1,X0) ) ),
    inference(rectify,[],[f29]) ).

tff(f29,plain,
    ! [X1: list,X0: $int] :
      ( ( inRange(X0,X1)
        | ( ! [X3: $int,X2: list] :
              ( $less(X3,0)
              | ( cons(X3,X2) != X1 )
              | ~ inRange(X0,X2)
              | ~ $less(X3,X0) )
          & ( nil != X1 ) ) )
      & ( ? [X3: $int,X2: list] :
            ( ~ $less(X3,0)
            & ( cons(X3,X2) = X1 )
            & inRange(X0,X2)
            & $less(X3,X0) )
        | ( nil = X1 )
        | ~ inRange(X0,X1) ) ),
    inference(flattening,[],[f28]) ).

tff(f28,plain,
    ! [X1: list,X0: $int] :
      ( ( inRange(X0,X1)
        | ( ! [X3: $int,X2: list] :
              ( $less(X3,0)
              | ( cons(X3,X2) != X1 )
              | ~ inRange(X0,X2)
              | ~ $less(X3,X0) )
          & ( nil != X1 ) ) )
      & ( ? [X3: $int,X2: list] :
            ( ~ $less(X3,0)
            & ( cons(X3,X2) = X1 )
            & inRange(X0,X2)
            & $less(X3,X0) )
        | ( nil = X1 )
        | ~ inRange(X0,X1) ) ),
    inference(nnf_transformation,[],[f22]) ).

tff(f22,plain,
    ! [X1: list,X0: $int] :
      ( inRange(X0,X1)
    <=> ( ? [X3: $int,X2: list] :
            ( ~ $less(X3,0)
            & ( cons(X3,X2) = X1 )
            & inRange(X0,X2)
            & $less(X3,X0) )
        | ( nil = X1 ) ) ),
    inference(rectify,[],[f8]) ).

tff(f8,plain,
    ! [X2: $int,X1: list] :
      ( inRange(X2,X1)
    <=> ( ? [X3: list,X0: $int] :
            ( ~ $less(X0,0)
            & ( cons(X0,X3) = X1 )
            & inRange(X2,X3)
            & $less(X0,X2) )
        | ( nil = X1 ) ) ),
    inference(theory_normalization,[],[f5]) ).

tff(f5,axiom,
    ! [X2: $int,X1: list] :
      ( inRange(X2,X1)
    <=> ( ? [X3: list,X0: $int] :
            ( $lesseq(0,X0)
            & ( cons(X0,X3) = X1 )
            & inRange(X2,X3)
            & $less(X0,X2) )
        | ( nil = X1 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',inRange) ).

tff(f663,plain,
    ! [X7: list] : ~ inRange(1,X7),
    inference(evaluation,[],[f661]) ).

tff(f661,plain,
    ! [X7: list] :
      ( ~ inRange($sum(1,0),X7)
      | ~ $less($sum(1,0),2) ),
    inference(resolution,[],[f635,f133]) ).

tff(f133,plain,
    ! [X1: $int] : $less(X1,$sum(1,X1)),
    inference(superposition,[],[f124,f10]) ).

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

tff(f124,plain,
    ! [X0: $int] : $less(X0,$sum(X0,1)),
    inference(resolution,[],[f19,f15]) ).

tff(f15,plain,
    ! [X0: $int] : ~ $less(X0,X0),
    introduced(theory_axiom_147,[]) ).

tff(f19,plain,
    ! [X0: $int,X1: $int] :
      ( $less(X1,$sum(X0,1))
      | $less(X0,X1) ),
    introduced(theory_axiom_152,[]) ).

tff(f635,plain,
    ! [X8: $int,X9: list] :
      ( ~ $less(0,X8)
      | ~ $less(X8,2)
      | ~ inRange(X8,X9) ),
    inference(evaluation,[],[f605]) ).

tff(f605,plain,
    ! [X8: $int,X9: list] :
      ( ~ $less(X8,2)
      | $less(0,0)
      | ~ inRange(X8,X9)
      | ~ $less(0,X8) ),
    inference(resolution,[],[f47,f201]) ).

tff(f201,plain,
    ! [X0: $int,X1: list] :
      ( ~ inRange(X0,cons(0,X1))
      | ~ $less(X0,2) ),
    inference(superposition,[],[f196,f20]) ).

tff(f20,plain,
    ! [X0: $int] : ( $uminus($uminus(X0)) = X0 ),
    introduced(theory_axiom_153,[]) ).

tff(f196,plain,
    ! [X16: list,X15: $int] :
      ( ~ inRange($uminus(X15),cons(0,X16))
      | ~ $less($uminus(X15),2) ),
    inference(superposition,[],[f152,f74]) ).

tff(f74,plain,
    ! [X6: $int] : ( $sum(0,X6) = X6 ),
    inference(superposition,[],[f12,f10]) ).

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

tff(f152,plain,
    ! [X10: $int,X11: list,X9: $int] :
      ( ~ $less($uminus($sum(X10,X9)),2)
      | ~ inRange($uminus(X9),cons(X10,X11)) ),
    inference(superposition,[],[f56,f13]) ).

tff(f13,plain,
    ! [X0: $int,X1: $int] : ( $uminus($sum(X0,X1)) = $sum($uminus(X1),$uminus(X0)) ),
    introduced(theory_axiom_144,[]) ).

tff(f56,plain,
    ! [X2: $int,X3: list,X4: $int] :
      ( ~ $less($sum(X4,$uminus(X2)),2)
      | ~ inRange(X4,cons(X2,X3)) ),
    inference(subsumption_resolution,[],[f54,f43]) ).

tff(f43,plain,
    ! [X0: $int,X1: list] : ( cons(X0,X1) != nil ),
    inference(cnf_transformation,[],[f33]) ).

tff(f33,plain,
    ! [X0: $int,X1: list] : ( cons(X0,X1) != nil ),
    inference(rectify,[],[f25]) ).

tff(f25,plain,
    ! [X1: $int,X0: list] : ( nil != cons(X1,X0) ),
    inference(rectify,[],[f4]) ).

tff(f4,axiom,
    ! [X1: list,X0: $int] : ( cons(X0,X1) != nil ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l4) ).

tff(f54,plain,
    ! [X2: $int,X3: list,X4: $int] :
      ( ~ inRange(X4,cons(X2,X3))
      | ( nil = cons(X2,X3) )
      | ~ $less($sum(X4,$uminus(X2)),2) ),
    inference(superposition,[],[f36,f46]) ).

tff(f46,plain,
    ! [X0: list,X1: $int] : ( head(cons(X1,X0)) = X1 ),
    inference(cnf_transformation,[],[f35]) ).

tff(f35,plain,
    ! [X0: list,X1: $int] : ( head(cons(X1,X0)) = X1 ),
    inference(rectify,[],[f1]) ).

tff(f1,axiom,
    ! [X1: list,X0: $int] : ( head(cons(X0,X1)) = X0 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l1) ).

tff(f36,plain,
    ! [X0: $int,X1: list] :
      ( ~ $less($sum(X0,$uminus(head(X1))),2)
      | ( nil = X1 )
      | ~ inRange(X0,X1) ),
    inference(cnf_transformation,[],[f27]) ).

tff(f27,plain,
    ! [X0: $int,X1: list] :
      ( ~ $less($sum(X0,$uminus(head(X1))),2)
      | ~ inRange(X0,X1)
      | ( nil = X1 ) ),
    inference(flattening,[],[f26]) ).

tff(f26,plain,
    ! [X1: list,X0: $int] :
      ( ~ $less($sum(X0,$uminus(head(X1))),2)
      | ~ inRange(X0,X1)
      | ( nil = X1 ) ),
    inference(ennf_transformation,[],[f24]) ).

tff(f24,plain,
    ! [X1: list,X0: $int] :
      ( ( inRange(X0,X1)
        & ( nil != X1 ) )
     => ~ $less($sum(X0,$uminus(head(X1))),2) ),
    inference(rectify,[],[f9]) ).

tff(f9,plain,
    ! [X2: $int,X1: list] :
      ( ( ( nil != X1 )
        & inRange(X2,X1) )
     => ~ $less($sum(X2,$uminus(head(X1))),2) ),
    inference(theory_normalization,[],[f7]) ).

tff(f7,negated_conjecture,
    ~ ~ ! [X2: $int,X1: list] :
          ( ( ( nil != X1 )
            & inRange(X2,X1) )
         => $greatereq($difference(X2,head(X1)),2) ),
    inference(negated_conjecture,[],[f6]) ).

tff(f6,conjecture,
    ~ ! [X2: $int,X1: list] :
        ( ( ( nil != X1 )
          & inRange(X2,X1) )
       => $greatereq($difference(X2,head(X1)),2) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',c) ).

tff(f47,plain,
    ! [X2: $int,X3: list,X1: $int] :
      ( inRange(X1,cons(X2,X3))
      | ~ $less(X2,X1)
      | $less(X2,0)
      | ~ inRange(X1,X3) ),
    inference(equality_resolution,[],[f42]) ).

tff(f42,plain,
    ! [X2: $int,X3: list,X0: list,X1: $int] :
      ( inRange(X1,X0)
      | $less(X2,0)
      | ( cons(X2,X3) != X0 )
      | ~ inRange(X1,X3)
      | ~ $less(X2,X1) ),
    inference(cnf_transformation,[],[f32]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem    : DAT105=1 : TPTP v8.1.0. Released v6.1.0.
% 0.13/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.13/0.34  % Computer : n024.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 20:24:34 EDT 2022
% 0.13/0.35  % CPUTime    : 
% 0.20/0.51  % (21960)dis+2_1:64_add=large:bce=on:bd=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.20/0.51  % (21958)fmb+10_1:1_fmbsr=2.0:nm=4:skr=on:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.20/0.51  % (21958)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.20/0.51  % (21958)Terminated due to inappropriate strategy.
% 0.20/0.51  % (21958)------------------------------
% 0.20/0.51  % (21958)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.51  % (21958)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.51  % (21958)Termination reason: Inappropriate
% 0.20/0.51  
% 0.20/0.51  % (21958)Memory used [KB]: 895
% 0.20/0.51  % (21958)Time elapsed: 0.002 s
% 0.20/0.51  % (21958)Instructions burned: 1 (million)
% 0.20/0.51  % (21958)------------------------------
% 0.20/0.51  % (21958)------------------------------
% 0.20/0.51  % (21952)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 (2999ds/191324Mi)
% 0.20/0.51  % (21952)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.20/0.52  % (21978)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 (2999ds/68Mi)
% 0.20/0.52  % (21952)Terminated due to inappropriate strategy.
% 0.20/0.52  % (21952)------------------------------
% 0.20/0.52  % (21952)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.52  % (21952)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.52  % (21952)Termination reason: Inappropriate
% 0.20/0.52  
% 0.20/0.52  % (21952)Memory used [KB]: 895
% 0.20/0.52  % (21952)Time elapsed: 0.003 s
% 0.20/0.52  % (21952)Instructions burned: 3 (million)
% 0.20/0.52  % (21952)------------------------------
% 0.20/0.52  % (21952)------------------------------
% 0.20/0.52  % (21955)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.20/0.52  % (21956)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.20/0.52  % (21960)Instruction limit reached!
% 0.20/0.52  % (21960)------------------------------
% 0.20/0.52  % (21960)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.52  % (21960)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.52  % (21960)Termination reason: Unknown
% 0.20/0.52  % (21960)Termination phase: Saturation
% 0.20/0.52  
% 0.20/0.52  % (21960)Memory used [KB]: 5373
% 0.20/0.52  % (21960)Time elapsed: 0.115 s
% 0.20/0.52  % (21960)Instructions burned: 3 (million)
% 0.20/0.52  % (21960)------------------------------
% 0.20/0.52  % (21960)------------------------------
% 0.20/0.52  % (21980)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 0.20/0.52  % (21959)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.20/0.53  % (21975)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 (2999ds/467Mi)
% 0.20/0.53  % (21954)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 (2999ds/37Mi)
% 0.20/0.53  % (21953)ott+10_1:32_abs=on:br=off:urr=ec_only:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.20/0.53  % (21957)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 (2999ds/48Mi)
% 0.20/0.53  % (21972)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 (2999ds/176Mi)
% 0.20/0.53  % (21968)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 (2999ds/99Mi)
% 0.20/0.53  % (21966)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 (2999ds/68Mi)
% 0.20/0.54  % (21964)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/101Mi)
% 0.20/0.54  % (21974)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 (2999ds/498Mi)
% 0.20/0.54  % (21961)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 (2999ds/51Mi)
% 0.20/0.54  % (21962)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.20/0.54  % (21973)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 0.20/0.54  % (21977)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 0.20/0.54  % (21976)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/482Mi)
% 0.20/0.55  % (21967)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 (2999ds/75Mi)
% 0.20/0.55  % (21969)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59Mi)
% 0.20/0.55  % (21970)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.20/0.55  % (21969)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.20/0.55  % (21969)Terminated due to inappropriate strategy.
% 0.20/0.55  % (21969)------------------------------
% 0.20/0.55  % (21969)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (21969)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (21969)Termination reason: Inappropriate
% 0.20/0.55  
% 0.20/0.55  % (21969)Memory used [KB]: 895
% 0.20/0.55  % (21969)Time elapsed: 0.003 s
% 0.20/0.55  % (21969)Instructions burned: 1 (million)
% 0.20/0.55  % (21969)------------------------------
% 0.20/0.55  % (21969)------------------------------
% 0.20/0.55  % (21981)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 (2999ds/355Mi)
% 0.20/0.55  % (21963)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.20/0.55  % (21959)Instruction limit reached!
% 0.20/0.55  % (21959)------------------------------
% 0.20/0.55  % (21959)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (21959)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (21959)Termination reason: Unknown
% 0.20/0.55  % (21959)Termination phase: Saturation
% 0.20/0.55  
% 0.20/0.55  % (21959)Memory used [KB]: 5500
% 0.20/0.55  % (21959)Time elapsed: 0.094 s
% 0.20/0.55  % (21959)Instructions burned: 7 (million)
% 0.20/0.55  % (21959)------------------------------
% 0.20/0.55  % (21959)------------------------------
% 0.20/0.55  % (21971)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 (2999ds/100Mi)
% 1.57/0.56  % (21965)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 1.57/0.56  % (21979)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 (2999ds/177Mi)
% 1.72/0.59  % (21972)First to succeed.
% 1.72/0.59  % (21954)Instruction limit reached!
% 1.72/0.59  % (21954)------------------------------
% 1.72/0.59  % (21954)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.72/0.59  % (21954)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.72/0.59  % (21954)Termination reason: Unknown
% 1.72/0.59  % (21954)Termination phase: Saturation
% 1.72/0.59  
% 1.72/0.59  % (21954)Memory used [KB]: 1535
% 1.72/0.59  % (21954)Time elapsed: 0.175 s
% 1.72/0.59  % (21954)Instructions burned: 38 (million)
% 1.72/0.59  % (21954)------------------------------
% 1.72/0.59  % (21954)------------------------------
% 1.72/0.60  % (21957)Instruction limit reached!
% 1.72/0.60  % (21957)------------------------------
% 1.72/0.60  % (21957)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.72/0.60  % (21957)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.72/0.60  % (21957)Termination reason: Unknown
% 1.72/0.60  % (21957)Termination phase: Saturation
% 1.72/0.60  
% 1.72/0.60  % (21957)Memory used [KB]: 5884
% 1.72/0.60  % (21957)Time elapsed: 0.176 s
% 1.72/0.60  % (21957)Instructions burned: 48 (million)
% 1.72/0.60  % (21957)------------------------------
% 1.72/0.60  % (21957)------------------------------
% 1.72/0.60  % (21978)Instruction limit reached!
% 1.72/0.60  % (21978)------------------------------
% 1.72/0.60  % (21978)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.72/0.60  % (21955)Instruction limit reached!
% 1.72/0.60  % (21955)------------------------------
% 1.72/0.60  % (21955)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.72/0.60  % (21955)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.72/0.60  % (21955)Termination reason: Unknown
% 1.72/0.60  % (21955)Termination phase: Saturation
% 1.72/0.60  
% 1.72/0.60  % (21955)Memory used [KB]: 6012
% 1.72/0.60  % (21955)Time elapsed: 0.202 s
% 1.72/0.60  % (21955)Instructions burned: 51 (million)
% 1.72/0.60  % (21955)------------------------------
% 1.72/0.60  % (21955)------------------------------
% 1.72/0.61  % (21978)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.72/0.61  % (21978)Termination reason: Unknown
% 1.72/0.61  % (21978)Termination phase: Saturation
% 1.72/0.61  
% 1.72/0.61  % (21978)Memory used [KB]: 6652
% 1.72/0.61  % (21978)Time elapsed: 0.042 s
% 1.72/0.61  % (21978)Instructions burned: 69 (million)
% 1.72/0.61  % (21978)------------------------------
% 1.72/0.61  % (21978)------------------------------
% 1.72/0.61  % (21956)Instruction limit reached!
% 1.72/0.61  % (21956)------------------------------
% 1.72/0.61  % (21956)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.72/0.61  % (21956)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.72/0.61  % (21956)Termination reason: Unknown
% 1.72/0.61  % (21956)Termination phase: Saturation
% 1.72/0.61  
% 1.72/0.61  % (21956)Memory used [KB]: 6396
% 1.72/0.61  % (21956)Time elapsed: 0.209 s
% 1.72/0.61  % (21956)Instructions burned: 51 (million)
% 1.72/0.61  % (21956)------------------------------
% 1.72/0.61  % (21956)------------------------------
% 1.72/0.61  % (21972)Refutation found. Thanks to Tanya!
% 1.72/0.61  % SZS status Theorem for theBenchmark
% 1.72/0.61  % SZS output start Proof for theBenchmark
% See solution above
% 1.72/0.61  % (21972)------------------------------
% 1.72/0.61  % (21972)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.72/0.61  % (21972)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.72/0.61  % (21972)Termination reason: Refutation
% 1.72/0.61  
% 1.72/0.61  % (21972)Memory used [KB]: 5884
% 1.72/0.61  % (21972)Time elapsed: 0.172 s
% 1.72/0.61  % (21972)Instructions burned: 35 (million)
% 1.72/0.61  % (21972)------------------------------
% 1.72/0.61  % (21972)------------------------------
% 1.72/0.61  % (21951)Success in time 0.252 s
%------------------------------------------------------------------------------