TSTP Solution File: DAT027_1 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : DAT027_1 : TPTP v8.1.0. Released v5.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s

% Computer : n026.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:03:56 EDT 2022

% Result   : Theorem 1.88s 0.64s
% Output   : Refutation 1.88s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   24
% Syntax   : Number of formulae    :   76 (  11 unt;  10 typ;   0 def)
%            Number of atoms       :  222 (  36 equ)
%            Maximal formula atoms :   14 (   3 avg)
%            Number of connectives :  252 (  96   ~;  78   |;  56   &)
%                                         (   8 <=>;  14  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number arithmetic     :  224 (  65 atm;  26 fun;  57 num;  76 var)
%            Number of types       :    3 (   1 usr;   1 ari)
%            Number of type conns  :    6 (   3   >;   3   *;   0   +;   0  <<)
%            Number of predicates  :   10 (   5 usr;   5 prp; 0-2 aty)
%            Number of functors    :   10 (   8 usr;   7 con; 0-2 aty)
%            Number of variables   :  103 (  81   !;  22   ?; 103   :)

% 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: $int ).

tff(func_def_8,type,
    sK1: $int ).

tff(func_def_9,type,
    sK2: collection ).

tff(func_def_10,type,
    sK3: collection ).

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

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

tff(f311,plain,
    $false,
    inference(avatar_sat_refutation,[],[f82,f94,f164,f228,f310]) ).

tff(f310,plain,
    ( ~ spl5_4
    | ~ spl5_9 ),
    inference(avatar_contradiction_clause,[],[f309]) ).

tff(f309,plain,
    ( $false
    | ~ spl5_4
    | ~ spl5_9 ),
    inference(subsumption_resolution,[],[f308,f58]) ).

tff(f58,plain,
    $less(0,sK0),
    inference(resolution,[],[f47,f50]) ).

tff(f50,plain,
    in(sK0,sK2),
    inference(cnf_transformation,[],[f37]) ).

tff(f37,plain,
    ( in(sK4,sK3)
    & ~ $less(0,sK4)
    & in(sK0,sK2)
    & ( sK3 = add($sum(sK0,sK1),remove(sK0,sK2)) )
    & ~ $less(sK1,0)
    & ! [X5: $int] :
        ( ~ in(X5,sK2)
        | $less(0,X5) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1,sK2,sK3,sK4])],[f34,f36,f35]) ).

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

tff(f36,plain,
    ( ? [X4: $int] :
        ( in(X4,sK3)
        & ~ $less(0,X4) )
   => ( in(sK4,sK3)
      & ~ $less(0,sK4) ) ),
    introduced(choice_axiom,[]) ).

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

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

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

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

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

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

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

tff(f47,plain,
    ! [X5: $int] :
      ( ~ in(X5,sK2)
      | $less(0,X5) ),
    inference(cnf_transformation,[],[f37]) ).

tff(f308,plain,
    ( ~ $less(0,sK0)
    | ~ spl5_4
    | ~ spl5_9 ),
    inference(subsumption_resolution,[],[f304,f48]) ).

tff(f48,plain,
    ~ $less(sK1,0),
    inference(cnf_transformation,[],[f37]) ).

tff(f304,plain,
    ( $less(sK1,0)
    | ~ $less(0,sK0)
    | ~ spl5_4
    | ~ spl5_9 ),
    inference(superposition,[],[f257,f11]) ).

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

tff(f257,plain,
    ( ! [X1: $int] :
        ( $less($sum(sK1,X1),0)
        | ~ $less(X1,sK0) )
    | ~ spl5_4
    | ~ spl5_9 ),
    inference(superposition,[],[f236,f9]) ).

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

tff(f236,plain,
    ( ! [X1: $int] :
        ( $less($sum(X1,sK1),0)
        | ~ $less(X1,sK0) )
    | ~ spl5_4
    | ~ spl5_9 ),
    inference(superposition,[],[f17,f231]) ).

tff(f231,plain,
    ( ( 0 = $sum(sK0,sK1) )
    | ~ spl5_4
    | ~ spl5_9 ),
    inference(backward_demodulation,[],[f163,f81]) ).

tff(f81,plain,
    ( ( 0 = sK4 )
    | ~ spl5_4 ),
    inference(avatar_component_clause,[],[f80]) ).

tff(f80,plain,
    ( spl5_4
  <=> ( 0 = sK4 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl5_4])]) ).

tff(f163,plain,
    ( ( $sum(sK0,sK1) = sK4 )
    | ~ spl5_9 ),
    inference(avatar_component_clause,[],[f162]) ).

tff(f162,plain,
    ( spl5_9
  <=> ( $sum(sK0,sK1) = sK4 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl5_9])]) ).

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

tff(f228,plain,
    ( ~ spl5_3
    | ~ spl5_9 ),
    inference(avatar_contradiction_clause,[],[f227]) ).

tff(f227,plain,
    ( $false
    | ~ spl5_3
    | ~ spl5_9 ),
    inference(subsumption_resolution,[],[f226,f48]) ).

tff(f226,plain,
    ( $less(sK1,0)
    | ~ spl5_3
    | ~ spl5_9 ),
    inference(subsumption_resolution,[],[f223,f58]) ).

tff(f223,plain,
    ( ~ $less(0,sK0)
    | $less(sK1,0)
    | ~ spl5_3
    | ~ spl5_9 ),
    inference(superposition,[],[f198,f11]) ).

tff(f198,plain,
    ( ! [X1: $int] :
        ( $less($sum(sK1,X1),0)
        | ~ $less(X1,sK0) )
    | ~ spl5_3
    | ~ spl5_9 ),
    inference(superposition,[],[f183,f9]) ).

tff(f183,plain,
    ( ! [X1: $int] :
        ( $less($sum(X1,sK1),0)
        | ~ $less(X1,sK0) )
    | ~ spl5_3
    | ~ spl5_9 ),
    inference(resolution,[],[f168,f17]) ).

tff(f168,plain,
    ( ! [X0: $int] :
        ( ~ $less(X0,$sum(sK0,sK1))
        | $less(X0,0) )
    | ~ spl5_3
    | ~ spl5_9 ),
    inference(backward_demodulation,[],[f83,f163]) ).

tff(f83,plain,
    ( ! [X0: $int] :
        ( ~ $less(X0,sK4)
        | $less(X0,0) )
    | ~ spl5_3 ),
    inference(resolution,[],[f78,f15]) ).

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

tff(f78,plain,
    ( $less(sK4,0)
    | ~ spl5_3 ),
    inference(avatar_component_clause,[],[f77]) ).

tff(f77,plain,
    ( spl5_3
  <=> $less(sK4,0) ),
    introduced(avatar_definition,[new_symbols(naming,[spl5_3])]) ).

tff(f164,plain,
    ( spl5_5
    | spl5_9 ),
    inference(avatar_split_clause,[],[f60,f162,f85]) ).

tff(f85,plain,
    ( spl5_5
  <=> in(sK4,remove(sK0,sK2)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl5_5])]) ).

tff(f60,plain,
    ( ( $sum(sK0,sK1) = sK4 )
    | in(sK4,remove(sK0,sK2)) ),
    inference(resolution,[],[f55,f44]) ).

tff(f44,plain,
    ! [X2: $int,X0: collection,X1: $int] :
      ( ~ in(X2,add(X1,X0))
      | in(X2,X0)
      | ( X1 = X2 ) ),
    inference(cnf_transformation,[],[f33]) ).

tff(f33,plain,
    ! [X0: collection,X1: $int,X2: $int] :
      ( ( in(X2,add(X1,X0))
        | ( ~ in(X2,X0)
          & ( X1 != X2 ) ) )
      & ( in(X2,X0)
        | ( X1 = X2 )
        | ~ in(X2,add(X1,X0)) ) ),
    inference(rectify,[],[f32]) ).

tff(f32,plain,
    ! [X1: collection,X2: $int,X0: $int] :
      ( ( in(X0,add(X2,X1))
        | ( ~ in(X0,X1)
          & ( X0 != X2 ) ) )
      & ( in(X0,X1)
        | ( X0 = X2 )
        | ~ in(X0,add(X2,X1)) ) ),
    inference(flattening,[],[f31]) ).

tff(f31,plain,
    ! [X1: collection,X2: $int,X0: $int] :
      ( ( in(X0,add(X2,X1))
        | ( ~ in(X0,X1)
          & ( X0 != X2 ) ) )
      & ( in(X0,X1)
        | ( X0 = X2 )
        | ~ in(X0,add(X2,X1)) ) ),
    inference(nnf_transformation,[],[f21]) ).

tff(f21,plain,
    ! [X1: collection,X2: $int,X0: $int] :
      ( in(X0,add(X2,X1))
    <=> ( in(X0,X1)
        | ( X0 = X2 ) ) ),
    inference(rectify,[],[f4]) ).

tff(f4,axiom,
    ! [X5: $int,X6: collection,X7: $int] :
      ( in(X5,add(X7,X6))
    <=> ( in(X5,X6)
        | ( X5 = X7 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ax4) ).

tff(f55,plain,
    in(sK4,add($sum(sK0,sK1),remove(sK0,sK2))),
    inference(backward_demodulation,[],[f52,f49]) ).

tff(f49,plain,
    sK3 = add($sum(sK0,sK1),remove(sK0,sK2)),
    inference(cnf_transformation,[],[f37]) ).

tff(f52,plain,
    in(sK4,sK3),
    inference(cnf_transformation,[],[f37]) ).

tff(f94,plain,
    ~ spl5_5,
    inference(avatar_contradiction_clause,[],[f93]) ).

tff(f93,plain,
    ( $false
    | ~ spl5_5 ),
    inference(subsumption_resolution,[],[f92,f51]) ).

tff(f51,plain,
    ~ $less(0,sK4),
    inference(cnf_transformation,[],[f37]) ).

tff(f92,plain,
    ( $less(0,sK4)
    | ~ spl5_5 ),
    inference(resolution,[],[f91,f47]) ).

tff(f91,plain,
    ( in(sK4,sK2)
    | ~ spl5_5 ),
    inference(resolution,[],[f86,f40]) ).

tff(f40,plain,
    ! [X2: $int,X0: $int,X1: collection] :
      ( ~ in(X2,remove(X0,X1))
      | in(X2,X1) ),
    inference(cnf_transformation,[],[f29]) ).

tff(f29,plain,
    ! [X0: $int,X1: collection,X2: $int] :
      ( ( in(X2,remove(X0,X1))
        | ~ in(X2,X1)
        | ( X0 = X2 ) )
      & ( ( in(X2,X1)
          & ( X0 != X2 ) )
        | ~ in(X2,remove(X0,X1)) ) ),
    inference(flattening,[],[f28]) ).

tff(f28,plain,
    ! [X0: $int,X1: collection,X2: $int] :
      ( ( in(X2,remove(X0,X1))
        | ~ in(X2,X1)
        | ( X0 = X2 ) )
      & ( ( in(X2,X1)
          & ( X0 != X2 ) )
        | ~ in(X2,remove(X0,X1)) ) ),
    inference(nnf_transformation,[],[f23]) ).

tff(f23,plain,
    ! [X0: $int,X1: collection,X2: $int] :
      ( in(X2,remove(X0,X1))
    <=> ( in(X2,X1)
        & ( X0 != X2 ) ) ),
    inference(rectify,[],[f5]) ).

tff(f5,axiom,
    ! [X10: $int,X9: collection,X8: $int] :
      ( ( in(X8,X9)
        & ( X8 != X10 ) )
    <=> in(X8,remove(X10,X9)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ax5) ).

tff(f86,plain,
    ( in(sK4,remove(sK0,sK2))
    | ~ spl5_5 ),
    inference(avatar_component_clause,[],[f85]) ).

tff(f82,plain,
    ( spl5_3
    | spl5_4 ),
    inference(avatar_split_clause,[],[f57,f80,f77]) ).

tff(f57,plain,
    ( ( 0 = sK4 )
    | $less(sK4,0) ),
    inference(resolution,[],[f51,f16]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : DAT027=1 : TPTP v8.1.0. Released v5.0.0.
% 0.07/0.14  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.14/0.35  % Computer : n026.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit   : 300
% 0.14/0.35  % WCLimit    : 300
% 0.14/0.35  % DateTime   : Mon Aug 29 20:31:05 EDT 2022
% 0.14/0.35  % CPUTime    : 
% 1.46/0.57  % (10028)lrs+10_1:1_canc=force:tha=some:to=lpo:i=35:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/35Mi)
% 1.46/0.57  % (10045)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 1.46/0.58  % (10036)lrs+10_1:1_ss=axioms:st=5.0:tha=off:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 1.46/0.58  % (10029)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=4:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/4Mi)
% 1.46/0.58  % (10036)Refutation not found, incomplete strategy% (10036)------------------------------
% 1.46/0.58  % (10036)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.58  % (10036)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.58  % (10036)Termination reason: Refutation not found, incomplete strategy
% 1.46/0.58  
% 1.46/0.58  % (10036)Memory used [KB]: 5500
% 1.46/0.58  % (10036)Time elapsed: 0.149 s
% 1.46/0.58  % (10036)Instructions burned: 3 (million)
% 1.46/0.58  % (10036)------------------------------
% 1.46/0.58  % (10036)------------------------------
% 1.46/0.58  % (10037)lrs+10_1:1_sd=10:sos=all:ss=axioms:st=5.0:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 1.46/0.58  % (10037)Instruction limit reached!
% 1.46/0.58  % (10037)------------------------------
% 1.46/0.58  % (10037)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.58  % (10044)lrs+1_3:1_ep=RSTC:sos=on:urr=on:i=43:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/43Mi)
% 1.46/0.58  % (10045)Refutation not found, incomplete strategy% (10045)------------------------------
% 1.46/0.58  % (10045)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.58  % (10037)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.58  % (10037)Termination reason: Unknown
% 1.46/0.58  % (10037)Termination phase: Saturation
% 1.46/0.58  
% 1.46/0.58  % (10037)Memory used [KB]: 5500
% 1.46/0.58  % (10037)Time elapsed: 0.004 s
% 1.46/0.58  % (10037)Instructions burned: 2 (million)
% 1.46/0.58  % (10037)------------------------------
% 1.46/0.58  % (10037)------------------------------
% 1.46/0.58  % (10018)dis+1010_1:4_aac=none:abs=on:atotf=0.5:avsq=on:avsqc=2:avsqr=215,247:awrs=converge:awrsf=128:bsd=on:erd=off:fde=none:gve=cautious:newcnf=on:nwc=5.0:rnwc=on:sac=on:sas=z3:sp=const_min:tgt=ground:thsq=on:thsqc=64:thsqr=1,4:i=59848:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59848Mi)
% 1.46/0.59  % (10045)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.59  % (10045)Termination reason: Refutation not found, incomplete strategy
% 1.46/0.59  
% 1.46/0.59  % (10045)Memory used [KB]: 5500
% 1.46/0.59  % (10045)Time elapsed: 0.147 s
% 1.46/0.59  % (10045)Instructions burned: 4 (million)
% 1.46/0.59  % (10045)------------------------------
% 1.46/0.59  % (10045)------------------------------
% 1.46/0.59  % (10019)lrs+1010_1:1_aac=none:bce=on:nicw=on:nm=0:plsq=on:plsql=on:sac=on:sos=on:sp=frequency:spb=units:to=lpo:i=34:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/34Mi)
% 1.46/0.59  % (10021)ott+21_1:1_erd=off:s2a=on:sac=on:sd=1:sgt=64:sos=on:ss=included:st=3.0:to=lpo:urr=on:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 1.46/0.59  % (10021)Instruction limit reached!
% 1.46/0.59  % (10021)------------------------------
% 1.46/0.59  % (10021)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.59  % (10021)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.59  % (10021)Termination reason: Unknown
% 1.46/0.59  % (10021)Termination phase: Saturation
% 1.46/0.59  
% 1.46/0.59  % (10021)Memory used [KB]: 1023
% 1.46/0.59  % (10021)Time elapsed: 0.003 s
% 1.46/0.59  % (10021)Instructions burned: 2 (million)
% 1.46/0.59  % (10021)------------------------------
% 1.46/0.59  % (10021)------------------------------
% 1.46/0.59  % (10029)Instruction limit reached!
% 1.46/0.59  % (10029)------------------------------
% 1.46/0.59  % (10029)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.59  % (10029)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.59  % (10029)Termination reason: Unknown
% 1.46/0.59  % (10029)Termination phase: Saturation
% 1.46/0.59  
% 1.46/0.59  % (10029)Memory used [KB]: 5500
% 1.46/0.59  % (10029)Time elapsed: 0.157 s
% 1.46/0.59  % (10029)Instructions burned: 4 (million)
% 1.46/0.59  % (10029)------------------------------
% 1.46/0.59  % (10029)------------------------------
% 1.46/0.59  % (10031)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 1.46/0.59  % (10024)lrs+10_5:1_br=off:fde=none:nwc=3.0:sd=1:sgt=10:sos=on:ss=axioms:urr=on:i=32:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/32Mi)
% 1.46/0.59  % (10031)Refutation not found, incomplete strategy% (10031)------------------------------
% 1.46/0.59  % (10031)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.46/0.59  % (10031)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.46/0.59  % (10031)Termination reason: Refutation not found, incomplete strategy
% 1.46/0.59  
% 1.46/0.59  % (10031)Memory used [KB]: 5500
% 1.46/0.59  % (10031)Time elapsed: 0.158 s
% 1.46/0.59  % (10031)Instructions burned: 3 (million)
% 1.46/0.59  % (10031)------------------------------
% 1.46/0.59  % (10031)------------------------------
% 1.88/0.60  % (10032)lrs+22_1:1_amm=sco:fsr=off:gve=force:sos=on:uwa=all:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 1.88/0.60  % (10042)lrs+1_1:10_av=off:drc=off:nwc=2.0:sp=reverse_frequency:thsq=on:thsqc=64:thsql=off:i=47:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/47Mi)
% 1.88/0.60  % (10022)ott+1011_1:2_br=off:bs=unit_only:bsr=unit_only:nwc=5.0:s2a=on:s2agt=32:urr=on:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/37Mi)
% 1.88/0.60  % (10041)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 1.88/0.61  % (10026)lrs+1010_1:1_ep=RST:s2a=on:s2at=5.0:sos=all:i=26:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/26Mi)
% 1.88/0.62  % (10033)dis+20_1:12_aac=none:acc=model:awrs=converge:fd=preordered:fsr=off:nicw=on:nwc=3.0:s2a=on:s2agt=16:spb=goal:to=lpo:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 1.88/0.62  % (10033)Instruction limit reached!
% 1.88/0.62  % (10033)------------------------------
% 1.88/0.62  % (10033)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.88/0.62  % (10033)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.88/0.62  % (10033)Termination reason: Unknown
% 1.88/0.62  % (10033)Termination phase: Preprocessing 3
% 1.88/0.62  
% 1.88/0.62  % (10033)Memory used [KB]: 895
% 1.88/0.62  % (10033)Time elapsed: 0.004 s
% 1.88/0.62  % (10033)Instructions burned: 2 (million)
% 1.88/0.62  % (10033)------------------------------
% 1.88/0.62  % (10033)------------------------------
% 1.88/0.62  % (10035)dis+21_1:1_aac=none:abs=on:er=known:fde=none:fsr=off:nwc=5.0:s2a=on:s2at=4.0:sp=const_frequency:to=lpo:urr=ec_only:i=49:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/49Mi)
% 1.88/0.62  % (10020)dis+1011_1:64_drc=off:flr=on:nwc=2.0:sac=on:urr=ec_only:i=8:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/8Mi)
% 1.88/0.62  % (10023)lrs+10_1:32_s2a=on:s2agt=10:sgt=8:ss=axioms:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 1.88/0.63  % (10038)dis+1002_1:5_av=off:nwc=2.0:sos=all:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 1.88/0.63  % (10025)lrs+1010_1:1_bd=off:fd=off:fde=none:ins=3:sac=on:sos=on:spb=goal:to=lpo:i=36:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/36Mi)
% 1.88/0.63  % (10039)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 1.88/0.63  % (10030)lrs+10_1:1_ep=R:gve=force:plsq=on:plsqr=32,1:uwa=one_side_interpreted:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 1.88/0.63  % (10030)Instruction limit reached!
% 1.88/0.63  % (10030)------------------------------
% 1.88/0.63  % (10030)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.88/0.63  % (10030)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.88/0.63  % (10030)Termination reason: Unknown
% 1.88/0.63  % (10030)Termination phase: Preprocessing 1
% 1.88/0.63  
% 1.88/0.63  % (10030)Memory used [KB]: 895
% 1.88/0.63  % (10030)Time elapsed: 0.003 s
% 1.88/0.63  % (10030)Instructions burned: 2 (million)
% 1.88/0.63  % (10030)------------------------------
% 1.88/0.63  % (10030)------------------------------
% 1.88/0.63  % (10047)dis+20_1:12_aac=none:acc=model:awrs=converge:fd=preordered:fsr=off:nicw=on:nwc=3.0:s2a=on:s2agt=16:spb=goal:to=lpo:i=41:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/41Mi)
% 1.88/0.64  % (10040)dis+2_1:1_av=off:bsr=on:erd=off:s2pl=on:sgt=16:sos=on:sp=frequency:ss=axioms:i=46:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/46Mi)
% 1.88/0.64  % (10019)First to succeed.
% 1.88/0.64  % (10028)Instruction limit reached!
% 1.88/0.64  % (10028)------------------------------
% 1.88/0.64  % (10028)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.88/0.64  % (10034)lrs+10_1:1_ev=force:gve=cautious:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 1.88/0.64  % (10020)Instruction limit reached!
% 1.88/0.64  % (10020)------------------------------
% 1.88/0.64  % (10020)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.88/0.64  % (10019)Refutation found. Thanks to Tanya!
% 1.88/0.64  % SZS status Theorem for theBenchmark
% 1.88/0.64  % SZS output start Proof for theBenchmark
% See solution above
% 1.88/0.64  % (10019)------------------------------
% 1.88/0.64  % (10019)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.88/0.64  % (10019)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.88/0.64  % (10019)Termination reason: Refutation
% 1.88/0.64  
% 1.88/0.64  % (10019)Memory used [KB]: 5628
% 1.88/0.64  % (10019)Time elapsed: 0.169 s
% 1.88/0.64  % (10019)Instructions burned: 14 (million)
% 1.88/0.64  % (10019)------------------------------
% 1.88/0.64  % (10019)------------------------------
% 1.88/0.64  % (10017)Success in time 0.279 s
%------------------------------------------------------------------------------