TSTP Solution File: DAT105_1 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---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_uns --cores 0 -t %d %s

% Computer : n005.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:11 EDT 2022

% Result   : Theorem 2.32s 0.74s
% Output   : Refutation 2.32s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   20
%            Number of leaves      :   18
% Syntax   : Number of formulae    :   51 (  12 unt;   8 typ;   0 def)
%            Number of atoms       :  152 (  44 equ)
%            Maximal formula atoms :   12 (   3 avg)
%            Number of connectives :  188 (  79   ~;  62   |;  39   &)
%                                         (   3 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   6 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number arithmetic     :  213 (  57 atm;  39 fun;  54 num;  63 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   :  111 (  97   !;  14   ?; 111   :)

% 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 ) > list ).

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

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

tff(f671,plain,
    $false,
    inference(resolution,[],[f654,f46]) ).

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

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

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

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

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

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

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

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

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

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

tff(f654,plain,
    ! [X5: list] : ~ inRange(1,X5),
    inference(evaluation,[],[f653]) ).

tff(f653,plain,
    ! [X5: list] :
      ( ~ $less(1,2)
      | ~ inRange(1,X5)
      | $less(0,0) ),
    inference(superposition,[],[f622,f12]) ).

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

tff(f622,plain,
    ! [X2: $int,X3: list] :
      ( ~ $less($sum(1,X2),2)
      | ~ inRange($sum(1,X2),X3)
      | $less(X2,0) ),
    inference(superposition,[],[f198,f10]) ).

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

tff(f198,plain,
    ! [X0: $int,X1: list] :
      ( ~ $less($sum(X0,1),2)
      | ~ inRange($sum(X0,1),X1)
      | $less(X0,0) ),
    inference(resolution,[],[f147,f19]) ).

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

tff(f147,plain,
    ! [X0: $int,X1: list] :
      ( ~ $less(0,X0)
      | ~ inRange(X0,X1)
      | ~ $less(X0,2) ),
    inference(evaluation,[],[f146]) ).

tff(f146,plain,
    ! [X0: $int,X1: list] :
      ( $less(0,0)
      | ~ $less(0,X0)
      | ~ $less(X0,2)
      | ~ inRange(X0,X1) ),
    inference(resolution,[],[f111,f45]) ).

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

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

tff(f111,plain,
    ! [X8: $int,X9: list] :
      ( ~ inRange(X8,cons(0,X9))
      | ~ $less(X8,2) ),
    inference(superposition,[],[f104,f12]) ).

tff(f104,plain,
    ! [X2: list,X0: $int,X1: $int] :
      ( ~ inRange($sum(X1,X0),cons(X0,X2))
      | ~ $less(X1,2) ),
    inference(forward_demodulation,[],[f96,f12]) ).

tff(f96,plain,
    ! [X2: list,X0: $int,X1: $int] :
      ( ~ $less($sum(X1,0),2)
      | ~ inRange($sum(X1,X0),cons(X0,X2)) ),
    inference(superposition,[],[f61,f14]) ).

tff(f14,plain,
    ! [X0: $int] : ( 0 = $sum(X0,$uminus(X0)) ),
    introduced(theory_axiom_145,[]) ).

tff(f61,plain,
    ! [X10: $int,X11: list,X8: $int,X9: $int] :
      ( ~ $less($sum(X8,$sum(X9,$uminus(X10))),2)
      | ~ inRange($sum(X8,X9),cons(X10,X11)) ),
    inference(superposition,[],[f54,f11]) ).

tff(f11,plain,
    ! [X2: $int,X0: $int,X1: $int] : ( $sum(X0,$sum(X1,X2)) = $sum($sum(X0,X1),X2) ),
    introduced(theory_axiom_141,[]) ).

tff(f54,plain,
    ! [X2: $int,X0: $int,X1: list] :
      ( ~ $less($sum(X2,$uminus(X0)),2)
      | ~ inRange(X2,cons(X0,X1)) ),
    inference(subsumption_resolution,[],[f48,f44]) ).

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

tff(f33,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(f48,plain,
    ! [X2: $int,X0: $int,X1: list] :
      ( ( cons(X0,X1) = nil )
      | ~ $less($sum(X2,$uminus(X0)),2)
      | ~ inRange(X2,cons(X0,X1)) ),
    inference(superposition,[],[f42,f40]) ).

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

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

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

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

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem    : DAT105=1 : TPTP v8.1.0. Released v6.1.0.
% 0.08/0.13  % 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 : n005.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:22:03 EDT 2022
% 0.14/0.35  % CPUTime    : 
% 0.20/0.46  % (2578)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)
% 0.20/0.46  % (2578)Refutation not found, incomplete strategy% (2578)------------------------------
% 0.20/0.46  % (2578)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.46  % (2578)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.46  % (2578)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.46  
% 0.20/0.46  % (2578)Memory used [KB]: 5500
% 0.20/0.46  % (2578)Time elapsed: 0.006 s
% 0.20/0.46  % (2578)Instructions burned: 3 (million)
% 0.20/0.46  % (2578)------------------------------
% 0.20/0.46  % (2578)------------------------------
% 0.20/0.49  % (2580)lrs+1002_1:1_br=off:canc=force:drc=off:s2a=on:sos=on:sp=reverse_frequency:urr=on:i=42:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/42Mi)
% 0.20/0.52  % (2580)Instruction limit reached!
% 0.20/0.52  % (2580)------------------------------
% 0.20/0.52  % (2580)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.52  % (2580)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.52  % (2580)Termination reason: Unknown
% 0.20/0.52  % (2580)Termination phase: Saturation
% 0.20/0.52  
% 0.20/0.52  % (2580)Memory used [KB]: 6140
% 0.20/0.52  % (2580)Time elapsed: 0.070 s
% 0.20/0.52  % (2580)Instructions burned: 43 (million)
% 0.20/0.52  % (2580)------------------------------
% 0.20/0.52  % (2580)------------------------------
% 0.20/0.52  % (2577)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)
% 0.20/0.55  % (2581)lrs+1_3:1_ep=RSTC:sos=on:urr=on:i=43:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/43Mi)
% 0.20/0.55  % (2577)Instruction limit reached!
% 0.20/0.55  % (2577)------------------------------
% 0.20/0.55  % (2577)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (2577)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (2577)Termination reason: Unknown
% 0.20/0.55  % (2577)Termination phase: Saturation
% 0.20/0.55  
% 0.20/0.55  % (2577)Memory used [KB]: 1535
% 0.20/0.55  % (2577)Time elapsed: 0.128 s
% 0.20/0.55  % (2577)Instructions burned: 46 (million)
% 0.20/0.55  % (2577)------------------------------
% 0.20/0.55  % (2577)------------------------------
% 0.20/0.56  % (2536)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)
% 0.20/0.56  % (2536)Instruction limit reached!
% 0.20/0.56  % (2536)------------------------------
% 0.20/0.56  % (2536)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (2536)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (2536)Termination reason: Unknown
% 0.20/0.56  % (2536)Termination phase: Saturation
% 0.20/0.56  
% 0.20/0.56  % (2536)Memory used [KB]: 5628
% 0.20/0.56  % (2536)Time elapsed: 0.120 s
% 0.20/0.56  % (2536)Instructions burned: 9 (million)
% 0.20/0.56  % (2536)------------------------------
% 0.20/0.56  % (2536)------------------------------
% 0.20/0.56  % (2581)Refutation not found, incomplete strategy% (2581)------------------------------
% 0.20/0.56  % (2581)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (2581)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (2581)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.56  
% 0.20/0.56  % (2581)Memory used [KB]: 5500
% 0.20/0.56  % (2581)Time elapsed: 0.118 s
% 0.20/0.56  % (2581)Instructions burned: 3 (million)
% 0.20/0.56  % (2581)------------------------------
% 0.20/0.56  % (2581)------------------------------
% 0.20/0.58  % (2587)lrs+1_1:1_aac=none:acc=on:add=large:bd=off:bs=unit_only:bsr=on:cond=on:nm=0:sac=on:sd=3:sos=on:ss=axioms:st=2.0:i=47:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/47Mi)
% 0.20/0.58  % (2575)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)
% 0.20/0.58  % (2587)Refutation not found, incomplete strategy% (2587)------------------------------
% 0.20/0.58  % (2587)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.58  % (2587)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.58  % (2587)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.58  
% 0.20/0.58  % (2587)Memory used [KB]: 5500
% 0.20/0.58  % (2587)Time elapsed: 0.004 s
% 0.20/0.58  % (2587)Instructions burned: 3 (million)
% 0.20/0.58  % (2587)------------------------------
% 0.20/0.58  % (2587)------------------------------
% 0.20/0.59  % (2583)dis+1011_1:1_bd=off:canc=force:ev=cautious:nwc=5.0:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.20/0.59  % (2538)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)
% 0.20/0.59  % (2538)Instruction limit reached!
% 0.20/0.59  % (2538)------------------------------
% 0.20/0.59  % (2538)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.59  % (2538)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.59  % (2538)Termination reason: Unknown
% 0.20/0.59  % (2538)Termination phase: Property scanning
% 0.20/0.59  
% 0.20/0.59  % (2538)Memory used [KB]: 895
% 0.20/0.59  % (2538)Time elapsed: 0.004 s
% 0.20/0.59  % (2538)Instructions burned: 2 (million)
% 0.20/0.59  % (2538)------------------------------
% 0.20/0.59  % (2538)------------------------------
% 1.72/0.61  % (2579)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.72/0.61  % (2589)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=25:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/25Mi)
% 1.72/0.62  % (2575)Instruction limit reached!
% 1.72/0.62  % (2575)------------------------------
% 1.72/0.62  % (2575)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.72/0.62  % (2575)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.72/0.62  % (2575)Termination reason: Unknown
% 1.72/0.62  % (2575)Termination phase: Saturation
% 1.72/0.62  
% 1.72/0.62  % (2575)Memory used [KB]: 5628
% 1.72/0.62  % (2575)Time elapsed: 0.186 s
% 1.72/0.62  % (2575)Instructions burned: 22 (million)
% 1.72/0.62  % (2575)------------------------------
% 1.72/0.62  % (2575)------------------------------
% 1.72/0.62  % (2583)Instruction limit reached!
% 1.72/0.62  % (2583)------------------------------
% 1.72/0.62  % (2583)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.72/0.62  % (2583)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.72/0.62  % (2583)Termination reason: Unknown
% 1.72/0.62  % (2583)Termination phase: Saturation
% 1.72/0.62  
% 1.72/0.62  % (2583)Memory used [KB]: 5756
% 1.72/0.62  % (2583)Time elapsed: 0.171 s
% 1.72/0.62  % (2583)Instructions burned: 22 (million)
% 1.72/0.62  % (2583)------------------------------
% 1.72/0.62  % (2583)------------------------------
% 1.72/0.63  % (2589)Instruction limit reached!
% 1.72/0.63  % (2589)------------------------------
% 1.72/0.63  % (2589)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.72/0.63  % (2589)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.72/0.63  % (2589)Termination reason: Unknown
% 1.72/0.63  % (2589)Termination phase: Saturation
% 1.72/0.63  
% 1.72/0.63  % (2589)Memory used [KB]: 5628
% 1.72/0.63  % (2589)Time elapsed: 0.016 s
% 1.72/0.63  % (2589)Instructions burned: 25 (million)
% 1.72/0.63  % (2589)------------------------------
% 1.72/0.63  % (2589)------------------------------
% 2.06/0.63  % (2585)lrs+10_1:1_ss=axioms:st=5.0:tha=off:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/15Mi)
% 2.06/0.64  % (2579)Instruction limit reached!
% 2.06/0.64  % (2579)------------------------------
% 2.06/0.64  % (2579)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.06/0.64  % (2579)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.06/0.64  % (2579)Termination reason: Unknown
% 2.06/0.64  % (2579)Termination phase: Saturation
% 2.06/0.64  
% 2.06/0.64  % (2579)Memory used [KB]: 1407
% 2.06/0.64  % (2579)Time elapsed: 0.211 s
% 2.06/0.64  % (2579)Instructions burned: 47 (million)
% 2.06/0.64  % (2579)------------------------------
% 2.06/0.64  % (2579)------------------------------
% 2.06/0.66  % (2585)Instruction limit reached!
% 2.06/0.66  % (2585)------------------------------
% 2.06/0.66  % (2585)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.06/0.66  % (2585)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.06/0.66  % (2585)Termination reason: Unknown
% 2.06/0.66  % (2585)Termination phase: Saturation
% 2.06/0.66  
% 2.06/0.66  % (2585)Memory used [KB]: 5628
% 2.06/0.66  % (2585)Time elapsed: 0.146 s
% 2.06/0.66  % (2585)Instructions burned: 15 (million)
% 2.06/0.66  % (2585)------------------------------
% 2.06/0.66  % (2585)------------------------------
% 2.32/0.69  % (2546)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)
% 2.32/0.69  % (2598)lrs+10_1:1_plsq=on:plsqc=1:plsqr=32,1:tha=off:thi=overlap:i=463:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/463Mi)
% 2.32/0.70  % (2570)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)
% 2.32/0.70  % (2590)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=148:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/148Mi)
% 2.32/0.70  % (2554)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)
% 2.32/0.70  % (2542)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)
% 2.32/0.71  % (2562)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)
% 2.32/0.71  % (2562)Instruction limit reached!
% 2.32/0.71  % (2562)------------------------------
% 2.32/0.71  % (2562)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.32/0.71  % (2562)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.32/0.71  % (2562)Termination reason: Unknown
% 2.32/0.71  % (2562)Termination phase: Preprocessing 3
% 2.32/0.71  
% 2.32/0.71  % (2562)Memory used [KB]: 895
% 2.32/0.71  % (2562)Time elapsed: 0.003 s
% 2.32/0.71  % (2562)Instructions burned: 2 (million)
% 2.32/0.71  % (2562)------------------------------
% 2.32/0.71  % (2562)------------------------------
% 2.32/0.71  % (2566)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)
% 2.32/0.72  % (2582)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 2.32/0.72  % (2570)Instruction limit reached!
% 2.32/0.72  % (2570)------------------------------
% 2.32/0.72  % (2570)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.32/0.72  % (2570)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.32/0.72  % (2570)Termination reason: Unknown
% 2.32/0.72  % (2570)Termination phase: Preprocessing 3
% 2.32/0.72  
% 2.32/0.72  % (2570)Memory used [KB]: 895
% 2.32/0.72  % (2570)Time elapsed: 0.003 s
% 2.32/0.72  % (2570)Instructions burned: 2 (million)
% 2.32/0.72  % (2570)------------------------------
% 2.32/0.72  % (2570)------------------------------
% 2.32/0.72  % (2554)Refutation not found, incomplete strategy% (2554)------------------------------
% 2.32/0.72  % (2554)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.32/0.72  % (2554)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.32/0.72  % (2554)Termination reason: Refutation not found, incomplete strategy
% 2.32/0.72  
% 2.32/0.72  % (2554)Memory used [KB]: 5500
% 2.32/0.72  % (2554)Time elapsed: 0.287 s
% 2.32/0.72  % (2554)Instructions burned: 3 (million)
% 2.32/0.72  % (2554)------------------------------
% 2.32/0.72  % (2554)------------------------------
% 2.32/0.72  % (2558)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 2.32/0.72  % (2550)lrs+10_1:8_ep=R:erd=off:fs=off:fsr=off:gve=force:nwc=2.0:uwa=one_side_interpreted:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 2.32/0.72  % (2550)Instruction limit reached!
% 2.32/0.72  % (2550)------------------------------
% 2.32/0.72  % (2550)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.32/0.72  % (2550)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.32/0.72  % (2550)Termination reason: Unknown
% 2.32/0.72  % (2550)Termination phase: Property scanning
% 2.32/0.72  
% 2.32/0.72  % (2550)Memory used [KB]: 1023
% 2.32/0.72  % (2550)Time elapsed: 0.004 s
% 2.32/0.72  % (2550)Instructions burned: 2 (million)
% 2.32/0.72  % (2550)------------------------------
% 2.32/0.72  % (2550)------------------------------
% 2.32/0.73  % (2590)First to succeed.
% 2.32/0.74  % (2590)Refutation found. Thanks to Tanya!
% 2.32/0.74  % SZS status Theorem for theBenchmark
% 2.32/0.74  % SZS output start Proof for theBenchmark
% See solution above
% 2.32/0.74  % (2590)------------------------------
% 2.32/0.74  % (2590)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.32/0.74  % (2590)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.32/0.74  % (2590)Termination reason: Refutation
% 2.32/0.74  
% 2.32/0.74  % (2590)Memory used [KB]: 6012
% 2.32/0.74  % (2590)Time elapsed: 0.120 s
% 2.32/0.74  % (2590)Instructions burned: 45 (million)
% 2.32/0.74  % (2590)------------------------------
% 2.32/0.74  % (2590)------------------------------
% 2.32/0.74  % (2524)Success in time 0.386 s
%------------------------------------------------------------------------------