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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : DAT030_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_sat --cores 0 -t %d %s

% Computer : n010.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:40 EDT 2022

% Result   : Theorem 0.19s 0.56s
% Output   : Refutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   21
%            Number of leaves      :   20
% Syntax   : Number of formulae    :   58 (  25 unt;  10 typ;   0 def)
%            Number of atoms       :  141 (  20 equ)
%            Maximal formula atoms :   16 (   2 avg)
%            Number of connectives :  134 (  41   ~;  26   |;  48   &)
%                                         (   0 <=>;  19  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number arithmetic     :  214 (  55 atm;  34 fun;  46 num;  79 var)
%            Number of types       :    3 (   1 usr;   1 ari)
%            Number of type conns  :    8 (   5   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :   11 (   8 usr;   6 con; 0-2 aty)
%            Number of variables   :   95 (  61   !;  34   ?;  95   :)

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

tff(func_def_0,type,
    empty: collection ).

tff(func_def_1,type,
    add: ( $int * collection ) > collection ).

tff(func_def_2,type,
    remove: ( $int * collection ) > collection ).

tff(func_def_7,type,
    sK0: collection ).

tff(func_def_8,type,
    sK1: collection ).

tff(func_def_9,type,
    sK2: $int > $int ).

tff(func_def_10,type,
    sK3: $int > $int ).

tff(func_def_11,type,
    sK4: $int ).

tff(pred_def_1,type,
    in: ( $int * collection ) > $o ).

tff(f669,plain,
    $false,
    inference(subsumption_resolution,[],[f616,f591]) ).

tff(f591,plain,
    ! [X1: $int] : $less(X1,$sum(X1,sK2(1))),
    inference(backward_demodulation,[],[f224,f561]) ).

tff(f561,plain,
    1 = sK4,
    inference(subsumption_resolution,[],[f559,f44]) ).

tff(f44,plain,
    ~ $less(1,sK4),
    inference(cnf_transformation,[],[f33]) ).

tff(f33,plain,
    ( ! [X2: $int] :
        ( ( in(sK3(X2),sK1)
          & ( $sum(sK2(X2),sK3(X2)) = X2 )
          & in(sK2(X2),sK1) )
        | ~ in(X2,sK0) )
    & in(sK4,sK0)
    & ~ $less(1,sK4)
    & ! [X6: $int] :
        ( $less(0,X6)
        | ~ in(X6,sK1) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1,sK2,sK3,sK4])],[f29,f32,f31,f30]) ).

tff(f30,plain,
    ( ? [X0: collection,X1: collection] :
        ( ! [X2: $int] :
            ( ? [X3: $int,X4: $int] :
                ( in(X4,X1)
                & ( $sum(X3,X4) = X2 )
                & in(X3,X1) )
            | ~ in(X2,X0) )
        & ? [X5: $int] :
            ( in(X5,X0)
            & ~ $less(1,X5) )
        & ! [X6: $int] :
            ( $less(0,X6)
            | ~ in(X6,X1) ) )
   => ( ! [X2: $int] :
          ( ? [X4: $int,X3: $int] :
              ( in(X4,sK1)
              & ( $sum(X3,X4) = X2 )
              & in(X3,sK1) )
          | ~ in(X2,sK0) )
      & ? [X5: $int] :
          ( in(X5,sK0)
          & ~ $less(1,X5) )
      & ! [X6: $int] :
          ( $less(0,X6)
          | ~ in(X6,sK1) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f31,plain,
    ! [X2: $int] :
      ( ? [X4: $int,X3: $int] :
          ( in(X4,sK1)
          & ( $sum(X3,X4) = X2 )
          & in(X3,sK1) )
     => ( in(sK3(X2),sK1)
        & ( $sum(sK2(X2),sK3(X2)) = X2 )
        & in(sK2(X2),sK1) ) ),
    introduced(choice_axiom,[]) ).

tff(f32,plain,
    ( ? [X5: $int] :
        ( in(X5,sK0)
        & ~ $less(1,X5) )
   => ( in(sK4,sK0)
      & ~ $less(1,sK4) ) ),
    introduced(choice_axiom,[]) ).

tff(f29,plain,
    ? [X0: collection,X1: collection] :
      ( ! [X2: $int] :
          ( ? [X3: $int,X4: $int] :
              ( in(X4,X1)
              & ( $sum(X3,X4) = X2 )
              & in(X3,X1) )
          | ~ in(X2,X0) )
      & ? [X5: $int] :
          ( in(X5,X0)
          & ~ $less(1,X5) )
      & ! [X6: $int] :
          ( $less(0,X6)
          | ~ in(X6,X1) ) ),
    inference(rectify,[],[f27]) ).

tff(f27,plain,
    ? [X1: collection,X0: collection] :
      ( ! [X3: $int] :
          ( ? [X4: $int,X5: $int] :
              ( in(X5,X0)
              & ( $sum(X4,X5) = X3 )
              & in(X4,X0) )
          | ~ in(X3,X1) )
      & ? [X6: $int] :
          ( in(X6,X1)
          & ~ $less(1,X6) )
      & ! [X2: $int] :
          ( $less(0,X2)
          | ~ in(X2,X0) ) ),
    inference(flattening,[],[f26]) ).

tff(f26,plain,
    ? [X0: collection,X1: collection] :
      ( ? [X6: $int] :
          ( in(X6,X1)
          & ~ $less(1,X6) )
      & ! [X3: $int] :
          ( ? [X4: $int,X5: $int] :
              ( in(X5,X0)
              & ( $sum(X4,X5) = X3 )
              & in(X4,X0) )
          | ~ in(X3,X1) )
      & ! [X2: $int] :
          ( $less(0,X2)
          | ~ in(X2,X0) ) ),
    inference(ennf_transformation,[],[f25]) ).

tff(f25,plain,
    ~ ! [X0: collection,X1: collection] :
        ( ( ! [X3: $int] :
              ( in(X3,X1)
             => ? [X4: $int,X5: $int] :
                  ( in(X5,X0)
                  & ( $sum(X4,X5) = X3 )
                  & in(X4,X0) ) )
          & ! [X2: $int] :
              ( in(X2,X0)
             => $less(0,X2) ) )
       => ! [X6: $int] :
            ( in(X6,X1)
           => $less(1,X6) ) ),
    inference(rectify,[],[f8]) ).

tff(f8,plain,
    ~ ! [X1: collection,X0: collection] :
        ( ( ! [X2: $int] :
              ( in(X2,X1)
             => $less(0,X2) )
          & ! [X3: $int] :
              ( in(X3,X0)
             => ? [X4: $int,X5: $int] :
                  ( in(X4,X1)
                  & ( $sum(X4,X5) = X3 )
                  & in(X5,X1) ) ) )
       => ! [X6: $int] :
            ( in(X6,X0)
           => $less(1,X6) ) ),
    inference(theory_normalization,[],[f7]) ).

tff(f7,negated_conjecture,
    ~ ! [X1: collection,X0: collection] :
        ( ( ! [X2: $int] :
              ( in(X2,X1)
             => $greater(X2,0) )
          & ! [X3: $int] :
              ( in(X3,X0)
             => ? [X4: $int,X5: $int] :
                  ( in(X4,X1)
                  & ( $sum(X4,X5) = X3 )
                  & in(X5,X1) ) ) )
       => ! [X6: $int] :
            ( in(X6,X0)
           => $greater(X6,1) ) ),
    inference(negated_conjecture,[],[f6]) ).

tff(f6,conjecture,
    ! [X1: collection,X0: collection] :
      ( ( ! [X2: $int] :
            ( in(X2,X1)
           => $greater(X2,0) )
        & ! [X3: $int] :
            ( in(X3,X0)
           => ? [X4: $int,X5: $int] :
                ( in(X4,X1)
                & ( $sum(X4,X5) = X3 )
                & in(X5,X1) ) ) )
     => ! [X6: $int] :
          ( in(X6,X0)
         => $greater(X6,1) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',co1) ).

tff(f559,plain,
    ( $less(1,sK4)
    | ( 1 = sK4 ) ),
    inference(resolution,[],[f550,f16]) ).

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

tff(f550,plain,
    ~ $less(sK4,1),
    inference(evaluation,[],[f549]) ).

tff(f549,plain,
    ~ $less(sK4,$sum(0,1)),
    inference(resolution,[],[f540,f20]) ).

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

tff(f540,plain,
    $less(0,sK4),
    inference(resolution,[],[f229,f60]) ).

tff(f60,plain,
    $less(0,sK3(sK4)),
    inference(resolution,[],[f58,f45]) ).

tff(f45,plain,
    in(sK4,sK0),
    inference(cnf_transformation,[],[f33]) ).

tff(f58,plain,
    ! [X0: $int] :
      ( ~ in(X0,sK0)
      | $less(0,sK3(X0)) ),
    inference(resolution,[],[f48,f43]) ).

tff(f43,plain,
    ! [X6: $int] :
      ( ~ in(X6,sK1)
      | $less(0,X6) ),
    inference(cnf_transformation,[],[f33]) ).

tff(f48,plain,
    ! [X2: $int] :
      ( in(sK3(X2),sK1)
      | ~ in(X2,sK0) ),
    inference(cnf_transformation,[],[f33]) ).

tff(f229,plain,
    ! [X1: $int] :
      ( ~ $less(X1,sK3(sK4))
      | $less(X1,sK4) ),
    inference(resolution,[],[f220,f15]) ).

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

tff(f220,plain,
    $less(sK3(sK4),sK4),
    inference(superposition,[],[f186,f61]) ).

tff(f61,plain,
    sK4 = $sum(sK2(sK4),sK3(sK4)),
    inference(resolution,[],[f47,f45]) ).

tff(f47,plain,
    ! [X2: $int] :
      ( ~ in(X2,sK0)
      | ( $sum(sK2(X2),sK3(X2)) = X2 ) ),
    inference(cnf_transformation,[],[f33]) ).

tff(f186,plain,
    ! [X19: $int] : $less(X19,$sum(sK2(sK4),X19)),
    inference(forward_demodulation,[],[f180,f66]) ).

tff(f66,plain,
    ! [X0: $int] : ( $sum(0,X0) = X0 ),
    inference(superposition,[],[f11,f9]) ).

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

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

tff(f180,plain,
    ! [X19: $int] : $less($sum(0,X19),$sum(sK2(sK4),X19)),
    inference(resolution,[],[f17,f59]) ).

tff(f59,plain,
    $less(0,sK2(sK4)),
    inference(resolution,[],[f57,f45]) ).

tff(f57,plain,
    ! [X0: $int] :
      ( ~ in(X0,sK0)
      | $less(0,sK2(X0)) ),
    inference(resolution,[],[f46,f43]) ).

tff(f46,plain,
    ! [X2: $int] :
      ( in(sK2(X2),sK1)
      | ~ in(X2,sK0) ),
    inference(cnf_transformation,[],[f33]) ).

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

tff(f224,plain,
    ! [X1: $int] : $less(X1,$sum(X1,sK2(sK4))),
    inference(superposition,[],[f186,f9]) ).

tff(f616,plain,
    ~ $less(1,$sum(1,sK2(1))),
    inference(backward_demodulation,[],[f381,f561]) ).

tff(f381,plain,
    ~ $less(sK4,$sum(1,sK2(sK4))),
    inference(forward_demodulation,[],[f380,f9]) ).

tff(f380,plain,
    ~ $less(sK4,$sum(sK2(sK4),1)),
    inference(resolution,[],[f323,f20]) ).

tff(f323,plain,
    $less(sK2(sK4),sK4),
    inference(superposition,[],[f278,f61]) ).

tff(f278,plain,
    ! [X0: $int] : $less(X0,$sum(X0,sK3(sK4))),
    inference(superposition,[],[f191,f9]) ).

tff(f191,plain,
    ! [X20: $int] : $less(X20,$sum(sK3(sK4),X20)),
    inference(forward_demodulation,[],[f181,f66]) ).

tff(f181,plain,
    ! [X20: $int] : $less($sum(0,X20),$sum(sK3(sK4),X20)),
    inference(resolution,[],[f17,f60]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : DAT030=1 : TPTP v8.1.0. Released v5.0.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 : n010.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:09:59 EDT 2022
% 0.13/0.34  % CPUTime    : 
% 0.19/0.49  % (9655)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.19/0.50  % (9651)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.19/0.50  % (9663)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.19/0.50  % (9655)Instruction limit reached!
% 0.19/0.50  % (9655)------------------------------
% 0.19/0.50  % (9655)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.50  % (9655)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.50  % (9655)Termination reason: Unknown
% 0.19/0.50  % (9655)Termination phase: Preprocessing 3
% 0.19/0.50  
% 0.19/0.50  % (9655)Memory used [KB]: 895
% 0.19/0.50  % (9655)Time elapsed: 0.003 s
% 0.19/0.50  % (9655)Instructions burned: 2 (million)
% 0.19/0.50  % (9655)------------------------------
% 0.19/0.50  % (9655)------------------------------
% 0.19/0.51  % (9671)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/482Mi)
% 0.19/0.51  % (9647)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.19/0.51  % (9670)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.19/0.51  % (9662)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.19/0.51  % (9658)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.19/0.51  % (9649)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.19/0.51  % (9648)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.19/0.51  % (9660)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.19/0.52  % (9659)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.19/0.52  % (9675)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.19/0.52  % (9653)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.19/0.52  % (9650)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.19/0.52  % (9653)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.19/0.52  % (9653)Terminated due to inappropriate strategy.
% 0.19/0.52  % (9653)------------------------------
% 0.19/0.52  % (9653)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (9653)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (9653)Termination reason: Inappropriate
% 0.19/0.52  
% 0.19/0.52  % (9653)Memory used [KB]: 895
% 0.19/0.52  % (9653)Time elapsed: 0.002 s
% 0.19/0.52  % (9653)Instructions burned: 1 (million)
% 0.19/0.52  % (9653)------------------------------
% 0.19/0.52  % (9653)------------------------------
% 0.19/0.52  % (9668)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 0.19/0.52  % (9647)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.19/0.52  % (9647)Terminated due to inappropriate strategy.
% 0.19/0.52  % (9647)------------------------------
% 0.19/0.52  % (9647)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (9647)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (9647)Termination reason: Inappropriate
% 0.19/0.52  
% 0.19/0.52  % (9647)Memory used [KB]: 895
% 0.19/0.52  % (9647)Time elapsed: 0.004 s
% 0.19/0.52  % (9647)Instructions burned: 2 (million)
% 0.19/0.52  % (9647)------------------------------
% 0.19/0.52  % (9647)------------------------------
% 0.19/0.53  % (9677)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.19/0.53  % (9666)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)
% 0.19/0.53  % (9667)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.19/0.53  % (9669)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.19/0.53  % (9657)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.19/0.53  % (9656)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.19/0.53  % (9661)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.19/0.54  % (9654)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.19/0.54  % (9652)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.19/0.54  % (9672)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 0.19/0.55  % (9676)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 0.19/0.55  % (9665)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.19/0.55  % (9662)First to succeed.
% 0.19/0.55  % (9673)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.19/0.56  % (9662)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  % (9662)------------------------------
% 0.19/0.56  % (9662)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.56  % (9662)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.56  % (9662)Termination reason: Refutation
% 0.19/0.56  
% 0.19/0.56  % (9662)Memory used [KB]: 1407
% 0.19/0.56  % (9662)Time elapsed: 0.104 s
% 0.19/0.56  % (9662)Instructions burned: 35 (million)
% 0.19/0.56  % (9662)------------------------------
% 0.19/0.56  % (9662)------------------------------
% 0.19/0.56  % (9645)Success in time 0.208 s
%------------------------------------------------------------------------------