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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : DAT101_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 : 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 16:04:54 EDT 2022

% Result   : Theorem 1.47s 0.55s
% Output   : Refutation 1.47s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   22
%            Number of leaves      :   23
% Syntax   : Number of formulae    :   68 (  31 unt;  11 typ;   0 def)
%            Number of atoms       :  146 (  59 equ)
%            Maximal formula atoms :   12 (   2 avg)
%            Number of connectives :  138 (  49   ~;  46   |;  35   &)
%                                         (   3 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   4 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number arithmetic     :  174 (  45 atm;   6 fun;  77 num;  46 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    :   15 (   9 usr;   9 con; 0-2 aty)
%            Number of variables   :   78 (  64   !;  14   ?;  78   :)

% 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_11,type,
    sK0: ( list * $int ) > $int ).

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

tff(func_def_13,type,
    sF2: list ).

tff(func_def_14,type,
    sF3: list ).

tff(func_def_15,type,
    sF4: list ).

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

tff(f426,plain,
    $false,
    inference(evaluation,[],[f415]) ).

tff(f415,plain,
    ~ $less(4,$sum(1,5)),
    inference(backward_demodulation,[],[f265,f409]) ).

tff(f409,plain,
    5 = sK0(sF3,4),
    inference(forward_demodulation,[],[f407,f57]) ).

tff(f57,plain,
    5 = head(sF3),
    inference(superposition,[],[f37,f49]) ).

tff(f49,plain,
    sF3 = cons(5,sF2),
    introduced(function_definition,[]) ).

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

tff(f25,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/sandbox2/benchmark/theBenchmark.p',l1) ).

tff(f407,plain,
    sK0(sF3,4) = head(sF3),
    inference(superposition,[],[f37,f260]) ).

tff(f260,plain,
    sF3 = cons(sK0(sF3,4),sK1(sF3,4)),
    inference(subsumption_resolution,[],[f255,f53]) ).

tff(f53,plain,
    nil != sF3,
    inference(superposition,[],[f35,f49]) ).

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

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

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

tff(f255,plain,
    ( ( sF3 = cons(sK0(sF3,4),sK1(sF3,4)) )
    | ( nil = sF3 ) ),
    inference(resolution,[],[f254,f43]) ).

tff(f43,plain,
    ! [X0: list,X1: $int] :
      ( ~ inRange(X1,X0)
      | ( cons(sK0(X0,X1),sK1(X0,X1)) = X0 )
      | ( nil = X0 ) ),
    inference(cnf_transformation,[],[f34]) ).

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

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

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

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

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

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

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

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

tff(f254,plain,
    inRange(4,sF3),
    inference(evaluation,[],[f253]) ).

tff(f253,plain,
    ( inRange(4,sF3)
    | $less(4,4) ),
    inference(resolution,[],[f252,f51]) ).

tff(f51,plain,
    ! [X0: $int] :
      ( inRange(X0,sF4)
      | $less(X0,4) ),
    inference(definition_folding,[],[f45,f50,f49,f48]) ).

tff(f48,plain,
    cons(2,nil) = sF2,
    introduced(function_definition,[]) ).

tff(f50,plain,
    sF4 = cons(1,sF3),
    introduced(function_definition,[]) ).

tff(f45,plain,
    ! [X0: $int] :
      ( $less(X0,4)
      | inRange(X0,cons(1,cons(5,cons(2,nil)))) ),
    inference(cnf_transformation,[],[f27]) ).

tff(f27,plain,
    ! [X0: $int] :
      ( $less(X0,4)
      | inRange(X0,cons(1,cons(5,cons(2,nil)))) ),
    inference(ennf_transformation,[],[f22]) ).

tff(f22,plain,
    ! [X0: $int] :
      ( ~ $less(X0,4)
     => inRange(X0,cons(1,cons(5,cons(2,nil)))) ),
    inference(rectify,[],[f8]) ).

tff(f8,plain,
    ! [X2: $int] :
      ( ~ $less(X2,4)
     => inRange(X2,cons(1,cons(5,cons(2,nil)))) ),
    inference(theory_normalization,[],[f7]) ).

tff(f7,negated_conjecture,
    ~ ~ ! [X2: $int] :
          ( $greatereq(X2,4)
         => inRange(X2,cons(1,cons(5,cons(2,nil)))) ),
    inference(negated_conjecture,[],[f6]) ).

tff(f6,conjecture,
    ~ ! [X2: $int] :
        ( $greatereq(X2,4)
       => inRange(X2,cons(1,cons(5,cons(2,nil)))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c) ).

tff(f252,plain,
    ( ~ inRange(4,sF4)
    | inRange(4,sF3) ),
    inference(subsumption_resolution,[],[f251,f54]) ).

tff(f54,plain,
    nil != sF4,
    inference(superposition,[],[f35,f50]) ).

tff(f251,plain,
    ( ~ inRange(4,sF4)
    | ( nil = sF4 )
    | inRange(4,sF3) ),
    inference(superposition,[],[f42,f245]) ).

tff(f245,plain,
    sK1(sF4,4) = sF3,
    inference(forward_demodulation,[],[f240,f61]) ).

tff(f61,plain,
    tail(sF4) = sF3,
    inference(superposition,[],[f38,f50]) ).

tff(f38,plain,
    ! [X0: $int,X1: list] : ( tail(cons(X0,X1)) = X1 ),
    inference(cnf_transformation,[],[f29]) ).

tff(f29,plain,
    ! [X0: $int,X1: list] : ( tail(cons(X0,X1)) = X1 ),
    inference(rectify,[],[f24]) ).

tff(f24,plain,
    ! [X1: $int,X0: list] : ( tail(cons(X1,X0)) = X0 ),
    inference(rectify,[],[f2]) ).

tff(f2,axiom,
    ! [X1: list,X0: $int] : ( tail(cons(X0,X1)) = X1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',l2) ).

tff(f240,plain,
    tail(sF4) = sK1(sF4,4),
    inference(superposition,[],[f38,f236]) ).

tff(f236,plain,
    cons(sK0(sF4,4),sK1(sF4,4)) = sF4,
    inference(resolution,[],[f235,f15]) ).

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

tff(f235,plain,
    ! [X0: $int] :
      ( $less(X0,4)
      | ( sF4 = cons(sK0(sF4,X0),sK1(sF4,X0)) ) ),
    inference(subsumption_resolution,[],[f232,f54]) ).

tff(f232,plain,
    ! [X0: $int] :
      ( ( nil = sF4 )
      | ( sF4 = cons(sK0(sF4,X0),sK1(sF4,X0)) )
      | $less(X0,4) ),
    inference(resolution,[],[f43,f51]) ).

tff(f42,plain,
    ! [X0: list,X1: $int] :
      ( inRange(X1,sK1(X0,X1))
      | ( nil = X0 )
      | ~ inRange(X1,X0) ),
    inference(cnf_transformation,[],[f34]) ).

tff(f265,plain,
    ~ $less(4,$sum(1,sK0(sF3,4))),
    inference(forward_demodulation,[],[f264,f10]) ).

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

tff(f264,plain,
    ~ $less(4,$sum(sK0(sF3,4),1)),
    inference(resolution,[],[f259,f21]) ).

tff(f21,plain,
    ! [X0: $int,X1: $int] :
      ( ~ $less(X0,X1)
      | ~ $less(X1,$sum(X0,1)) ),
    introduced(theory_axiom_166,[]) ).

tff(f259,plain,
    $less(sK0(sF3,4),4),
    inference(subsumption_resolution,[],[f257,f53]) ).

tff(f257,plain,
    ( $less(sK0(sF3,4),4)
    | ( nil = sF3 ) ),
    inference(resolution,[],[f254,f44]) ).

tff(f44,plain,
    ! [X0: list,X1: $int] :
      ( ~ inRange(X1,X0)
      | $less(sK0(X0,X1),X1)
      | ( nil = X0 ) ),
    inference(cnf_transformation,[],[f34]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : DAT101=1 : TPTP v8.1.0. Released v6.1.0.
% 0.07/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.12/0.34  % Computer : n008.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit   : 300
% 0.12/0.34  % WCLimit    : 300
% 0.12/0.34  % DateTime   : Mon Aug 29 20:25:40 EDT 2022
% 0.12/0.34  % CPUTime    : 
% 0.20/0.49  % (11060)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.50  % (11038)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.50  % (11061)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.50  % (11055)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.20/0.50  % (11065)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)
% 0.20/0.50  % (11040)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.50  % (11051)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.51  % (11037)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.51  % (11047)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.51  % (11039)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.51  % (11058)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 1.29/0.51  % (11064)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)
% 1.29/0.52  % (11056)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.29/0.52  % (11067)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)
% 1.29/0.52  % (11043)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 1.29/0.52  % (11048)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/101Mi)
% 1.29/0.52  % (11057)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)
% 1.29/0.52  % (11066)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 1.29/0.52  % (11046)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 1.29/0.52  % (11050)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 1.29/0.52  % (11052)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)
% 1.29/0.52  % (11036)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)
% 1.29/0.52  % (11036)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 1.29/0.52  % (11036)Terminated due to inappropriate strategy.
% 1.29/0.52  % (11036)------------------------------
% 1.29/0.52  % (11036)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.29/0.52  % (11036)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.29/0.52  % (11036)Termination reason: Inappropriate
% 1.29/0.52  
% 1.29/0.52  % (11036)Memory used [KB]: 895
% 1.29/0.52  % (11036)Time elapsed: 0.003 s
% 1.29/0.52  % (11036)Instructions burned: 2 (million)
% 1.29/0.52  % (11036)------------------------------
% 1.29/0.52  % (11036)------------------------------
% 1.29/0.52  % (11042)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)
% 1.29/0.52  % (11042)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 1.29/0.52  % (11042)Terminated due to inappropriate strategy.
% 1.29/0.52  % (11042)------------------------------
% 1.29/0.52  % (11042)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.29/0.52  % (11042)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.29/0.52  % (11042)Termination reason: Inappropriate
% 1.29/0.52  
% 1.29/0.52  % (11042)Memory used [KB]: 895
% 1.29/0.52  % (11042)Time elapsed: 0.002 s
% 1.29/0.52  % (11042)Instructions burned: 1 (million)
% 1.29/0.52  % (11042)------------------------------
% 1.29/0.52  % (11042)------------------------------
% 1.29/0.52  % (11041)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)
% 1.29/0.53  % (11063)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 1.29/0.53  % (11059)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)
% 1.29/0.53  % (11044)dis+2_1:64_add=large:bce=on:bd=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 1.29/0.53  % (11044)Instruction limit reached!
% 1.29/0.53  % (11044)------------------------------
% 1.29/0.53  % (11044)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.29/0.53  % (11044)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.29/0.53  % (11044)Termination reason: Unknown
% 1.29/0.53  % (11044)Termination phase: Saturation
% 1.29/0.53  
% 1.29/0.53  % (11044)Memory used [KB]: 5373
% 1.29/0.53  % (11044)Time elapsed: 0.143 s
% 1.29/0.53  % (11044)Instructions burned: 3 (million)
% 1.29/0.53  % (11044)------------------------------
% 1.29/0.53  % (11044)------------------------------
% 1.29/0.53  % (11054)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59Mi)
% 1.29/0.53  % (11043)Instruction limit reached!
% 1.29/0.53  % (11043)------------------------------
% 1.29/0.53  % (11043)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.47/0.53  % (11045)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)
% 1.47/0.53  % (11053)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)
% 1.47/0.53  % (11043)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.47/0.53  % (11043)Termination reason: Unknown
% 1.47/0.53  % (11043)Termination phase: Saturation
% 1.47/0.53  
% 1.47/0.53  % (11043)Memory used [KB]: 5500
% 1.47/0.53  % (11043)Time elapsed: 0.096 s
% 1.47/0.53  % (11043)Instructions burned: 7 (million)
% 1.47/0.53  % (11043)------------------------------
% 1.47/0.53  % (11043)------------------------------
% 1.47/0.54  % (11054)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 1.47/0.54  % (11054)Terminated due to inappropriate strategy.
% 1.47/0.54  % (11054)------------------------------
% 1.47/0.54  % (11054)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.47/0.54  % (11054)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.47/0.54  % (11054)Termination reason: Inappropriate
% 1.47/0.54  
% 1.47/0.54  % (11054)Memory used [KB]: 895
% 1.47/0.54  % (11054)Time elapsed: 0.003 s
% 1.47/0.54  % (11054)Instructions burned: 1 (million)
% 1.47/0.54  % (11054)------------------------------
% 1.47/0.54  % (11054)------------------------------
% 1.47/0.55  % (11065)First to succeed.
% 1.47/0.55  % (11065)Refutation found. Thanks to Tanya!
% 1.47/0.55  % SZS status Theorem for theBenchmark
% 1.47/0.55  % SZS output start Proof for theBenchmark
% See solution above
% 1.47/0.55  % (11065)------------------------------
% 1.47/0.55  % (11065)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.47/0.55  % (11065)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.47/0.55  % (11065)Termination reason: Refutation
% 1.47/0.55  
% 1.47/0.55  % (11065)Memory used [KB]: 1279
% 1.47/0.55  % (11065)Time elapsed: 0.159 s
% 1.47/0.55  % (11065)Instructions burned: 19 (million)
% 1.47/0.55  % (11065)------------------------------
% 1.47/0.55  % (11065)------------------------------
% 1.47/0.55  % (11032)Success in time 0.206 s
%------------------------------------------------------------------------------