TSTP Solution File: ARI594_1 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : ARI594_1 : TPTP v8.1.0. Released v5.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 : n029.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 15:46:33 EDT 2022

% Result   : Theorem 1.61s 0.57s
% Output   : Refutation 1.61s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :    4
% Syntax   : Number of formulae    :   16 (   8 unt;   1 typ;   0 def)
%            Number of atoms       :   33 (   3 equ)
%            Maximal formula atoms :    4 (   2 avg)
%            Number of connectives :   28 (  10   ~;   7   |;   5   &)
%                                         (   0 <=>;   6  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number arithmetic     :   81 (  14 atm;  19 fun;  29 num;  19 var)
%            Number of types       :    2 (   0 usr;   1 ari)
%            Number of type conns  :    1 (   1   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   0 usr;   5 con; 0-2 aty)
%            Number of variables   :   19 (  16   !;   3   ?;  19   :)

% Comments : 
%------------------------------------------------------------------------------
tff(pred_def_1,type,
    p: $int > $o ).

tff(f671,plain,
    $false,
    inference(evaluation,[],[f670]) ).

tff(f670,plain,
    ( $less(7,6)
    | $less(6,5) ),
    inference(resolution,[],[f667,f25]) ).

tff(f25,plain,
    ! [X0: $int] :
      ( p(X0)
      | $less(X0,5)
      | $less(7,X0) ),
    inference(cnf_transformation,[],[f23]) ).

tff(f23,plain,
    ( ! [X0: $int] :
        ( $less(7,X0)
        | $less(X0,5)
        | p(X0) )
    & ! [X1: $int] : ~ p($product(3,X1)) ),
    inference(flattening,[],[f22]) ).

tff(f22,plain,
    ( ! [X1: $int] : ~ p($product(3,X1))
    & ! [X0: $int] :
        ( p(X0)
        | $less(7,X0)
        | $less(X0,5) ) ),
    inference(ennf_transformation,[],[f3]) ).

tff(f3,plain,
    ~ ( ! [X0: $int] :
          ( ( ~ $less(7,X0)
            & ~ $less(X0,5) )
         => p(X0) )
     => ? [X1: $int] : p($product(3,X1)) ),
    inference(theory_normalization,[],[f2]) ).

tff(f2,negated_conjecture,
    ~ ( ! [X0: $int] :
          ( ( $lesseq(X0,7)
            & $lesseq(5,X0) )
         => p(X0) )
     => ? [X1: $int] : p($product(3,X1)) ),
    inference(negated_conjecture,[],[f1]) ).

tff(f1,conjecture,
    ( ! [X0: $int] :
        ( ( $lesseq(X0,7)
          & $lesseq(5,X0) )
       => p(X0) )
   => ? [X1: $int] : p($product(3,X1)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',exists_X_in_5_to_7_div_3) ).

tff(f667,plain,
    ~ p(6),
    inference(evaluation,[],[f664]) ).

tff(f664,plain,
    ~ p($sum(3,3)),
    inference(superposition,[],[f556,f17]) ).

tff(f17,plain,
    ! [X0: $int] : ( $product(X0,1) = X0 ),
    introduced(theory_axiom_142,[]) ).

tff(f556,plain,
    ! [X36: $int] : ~ p($sum(3,$product(3,X36))),
    inference(superposition,[],[f24,f96]) ).

tff(f96,plain,
    ! [X0: $int,X1: $int] : ( $product(X0,$sum(1,X1)) = $sum(X0,$product(X0,X1)) ),
    inference(superposition,[],[f19,f17]) ).

tff(f19,plain,
    ! [X2: $int,X0: $int,X1: $int] : ( $product(X0,$sum(X1,X2)) = $sum($product(X0,X1),$product(X0,X2)) ),
    introduced(theory_axiom_155,[]) ).

tff(f24,plain,
    ! [X1: $int] : ~ p($product(3,X1)),
    inference(cnf_transformation,[],[f23]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem    : ARI594=1 : TPTP v8.1.0. Released v5.1.0.
% 0.06/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.13/0.34  % Computer : n029.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 15:59:41 EDT 2022
% 0.13/0.34  % CPUTime    : 
% 0.19/0.49  % (10785)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.19/0.49  % (10777)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)
% 0.19/0.49  % (10769)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)
% 0.19/0.49  % (10787)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)
% 0.19/0.50  % (10767)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)
% 0.19/0.50  % (10763)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)
% 0.19/0.50  % (10771)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)
% 0.19/0.50  % (10766)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.19/0.50  % (10768)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)
% 0.19/0.50  % (10765)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.19/0.51  % (10779)lrs+10_1:1_ev=force:gve=cautious:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.19/0.51  % (10772)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)
% 0.19/0.51  % (10779)Refutation not found, incomplete strategy% (10779)------------------------------
% 0.19/0.51  % (10779)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (10788)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.19/0.52  % (10779)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (10779)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.52  
% 0.19/0.52  % (10782)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)
% 0.19/0.52  % (10779)Memory used [KB]: 5373
% 0.19/0.52  % (10779)Time elapsed: 0.112 s
% 0.19/0.52  % (10779)Instructions burned: 1 (million)
% 0.19/0.52  % (10779)------------------------------
% 0.19/0.52  % (10779)------------------------------
% 0.19/0.52  % (10782)Refutation not found, incomplete strategy% (10782)------------------------------
% 0.19/0.52  % (10782)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (10782)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (10782)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.52  
% 0.19/0.52  % (10782)Memory used [KB]: 5373
% 0.19/0.52  % (10782)Time elapsed: 0.131 s
% 0.19/0.52  % (10782)Instructions burned: 1 (million)
% 0.19/0.52  % (10782)------------------------------
% 0.19/0.52  % (10782)------------------------------
% 0.19/0.52  % (10791)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.19/0.52  % (10792)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.37/0.52  % (10790)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 1.37/0.52  % (10766)Instruction limit reached!
% 1.37/0.52  % (10766)------------------------------
% 1.37/0.52  % (10766)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.37/0.52  % (10766)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.37/0.52  % (10766)Termination reason: Unknown
% 1.37/0.52  % (10766)Termination phase: Property scanning
% 1.37/0.52  
% 1.37/0.52  % (10766)Memory used [KB]: 895
% 1.37/0.52  % (10766)Time elapsed: 0.003 s
% 1.37/0.52  % (10766)Instructions burned: 2 (million)
% 1.37/0.52  % (10766)------------------------------
% 1.37/0.52  % (10766)------------------------------
% 1.37/0.52  % (10790)Refutation not found, incomplete strategy% (10790)------------------------------
% 1.37/0.52  % (10790)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.37/0.52  % (10790)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.37/0.52  % (10790)Termination reason: Refutation not found, incomplete strategy
% 1.37/0.52  
% 1.37/0.52  % (10790)Memory used [KB]: 5373
% 1.37/0.52  % (10790)Time elapsed: 0.131 s
% 1.37/0.52  % (10790)Instructions burned: 1 (million)
% 1.37/0.52  % (10790)------------------------------
% 1.37/0.52  % (10790)------------------------------
% 1.37/0.53  % (10765)Instruction limit reached!
% 1.37/0.53  % (10765)------------------------------
% 1.37/0.53  % (10765)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.37/0.53  % (10765)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.37/0.53  % (10765)Termination reason: Unknown
% 1.37/0.53  % (10765)Termination phase: Saturation
% 1.37/0.53  
% 1.37/0.53  % (10765)Memory used [KB]: 5500
% 1.37/0.53  % (10765)Time elapsed: 0.111 s
% 1.37/0.53  % (10765)Instructions burned: 8 (million)
% 1.37/0.53  % (10765)------------------------------
% 1.37/0.53  % (10765)------------------------------
% 1.37/0.53  % (10783)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.37/0.53  % (10770)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.37/0.53  % (10774)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.37/0.53  % (10769)Instruction limit reached!
% 1.37/0.53  % (10769)------------------------------
% 1.37/0.53  % (10769)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.37/0.53  % (10769)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.37/0.53  % (10769)Termination reason: Unknown
% 1.37/0.53  % (10769)Termination phase: Saturation
% 1.37/0.53  
% 1.37/0.53  % (10769)Memory used [KB]: 6012
% 1.37/0.53  % (10769)Time elapsed: 0.082 s
% 1.37/0.53  % (10769)Instructions burned: 33 (million)
% 1.37/0.53  % (10769)------------------------------
% 1.37/0.53  % (10769)------------------------------
% 1.37/0.53  % (10781)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.37/0.53  % (10775)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.37/0.53  % (10780)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.37/0.53  % (10781)Refutation not found, incomplete strategy% (10781)------------------------------
% 1.37/0.53  % (10781)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.37/0.53  % (10781)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.37/0.53  % (10781)Termination reason: Refutation not found, incomplete strategy
% 1.37/0.53  
% 1.37/0.53  % (10781)Memory used [KB]: 5373
% 1.37/0.53  % (10781)Time elapsed: 0.140 s
% 1.37/0.53  % (10781)Instructions burned: 1 (million)
% 1.37/0.53  % (10781)------------------------------
% 1.37/0.53  % (10781)------------------------------
% 1.37/0.53  % (10774)Instruction limit reached!
% 1.37/0.53  % (10774)------------------------------
% 1.37/0.53  % (10774)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.37/0.53  % (10774)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.37/0.53  % (10774)Termination reason: Unknown
% 1.37/0.53  % (10774)Termination phase: Saturation
% 1.37/0.53  
% 1.37/0.53  % (10774)Memory used [KB]: 5500
% 1.37/0.53  % (10774)Time elapsed: 0.144 s
% 1.37/0.53  % (10774)Instructions burned: 5 (million)
% 1.37/0.53  % (10774)------------------------------
% 1.37/0.53  % (10774)------------------------------
% 1.37/0.53  % (10775)Instruction limit reached!
% 1.37/0.53  % (10775)------------------------------
% 1.37/0.53  % (10775)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.37/0.53  % (10775)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.37/0.53  % (10775)Termination reason: Unknown
% 1.37/0.53  % (10775)Termination phase: Saturation
% 1.37/0.53  
% 1.37/0.53  % (10775)Memory used [KB]: 5373
% 1.37/0.53  % (10775)Time elapsed: 0.004 s
% 1.37/0.53  % (10775)Instructions burned: 2 (million)
% 1.37/0.53  % (10775)------------------------------
% 1.37/0.53  % (10775)------------------------------
% 1.37/0.53  % (10768)Instruction limit reached!
% 1.37/0.53  % (10768)------------------------------
% 1.37/0.53  % (10768)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.37/0.53  % (10768)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.37/0.53  % (10768)Termination reason: Unknown
% 1.37/0.53  % (10768)Termination phase: Saturation
% 1.37/0.53  
% 1.37/0.53  % (10768)Memory used [KB]: 5628
% 1.37/0.53  % (10768)Time elapsed: 0.133 s
% 1.37/0.53  % (10768)Instructions burned: 15 (million)
% 1.37/0.53  % (10768)------------------------------
% 1.37/0.53  % (10768)------------------------------
% 1.37/0.53  % (10789)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.37/0.53  % (10771)Instruction limit reached!
% 1.37/0.53  % (10771)------------------------------
% 1.37/0.53  % (10771)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.37/0.53  % (10764)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.37/0.53  % (10784)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.37/0.53  % (10784)Refutation not found, incomplete strategy% (10784)------------------------------
% 1.37/0.53  % (10784)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.37/0.53  % (10784)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.37/0.53  % (10784)Termination reason: Refutation not found, incomplete strategy
% 1.37/0.53  
% 1.37/0.53  % (10784)Memory used [KB]: 5373
% 1.37/0.53  % (10784)Time elapsed: 0.140 s
% 1.37/0.53  % (10784)Instructions burned: 1 (million)
% 1.37/0.53  % (10784)------------------------------
% 1.37/0.53  % (10784)------------------------------
% 1.37/0.54  % (10776)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 1.37/0.54  % (10772)Instruction limit reached!
% 1.37/0.54  % (10772)------------------------------
% 1.37/0.54  % (10772)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.37/0.54  % (10772)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.37/0.54  % (10772)Termination reason: Unknown
% 1.37/0.54  % (10772)Termination phase: Saturation
% 1.37/0.54  
% 1.37/0.54  % (10772)Memory used [KB]: 5373
% 1.37/0.54  % (10772)Time elapsed: 0.123 s
% 1.37/0.54  % (10772)Instructions burned: 2 (million)
% 1.37/0.54  % (10772)------------------------------
% 1.37/0.54  % (10772)------------------------------
% 1.37/0.54  % (10776)Refutation not found, incomplete strategy% (10776)------------------------------
% 1.37/0.54  % (10776)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.37/0.54  % (10776)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.37/0.54  % (10776)Termination reason: Refutation not found, incomplete strategy
% 1.37/0.54  
% 1.37/0.54  % (10776)Memory used [KB]: 5373
% 1.37/0.54  % (10776)Time elapsed: 0.143 s
% 1.37/0.54  % (10776)Instructions burned: 1 (million)
% 1.37/0.54  % (10776)------------------------------
% 1.37/0.54  % (10776)------------------------------
% 1.37/0.54  % (10773)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.37/0.54  % (10771)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.37/0.54  % (10771)Termination reason: Unknown
% 1.37/0.54  % (10771)Termination phase: Saturation
% 1.37/0.54  
% 1.37/0.54  % (10771)Memory used [KB]: 5628
% 1.37/0.54  % (10771)Time elapsed: 0.119 s
% 1.37/0.54  % (10771)Instructions burned: 27 (million)
% 1.37/0.54  % (10771)------------------------------
% 1.37/0.54  % (10771)------------------------------
% 1.37/0.54  % (10785)Instruction limit reached!
% 1.37/0.54  % (10785)------------------------------
% 1.37/0.54  % (10785)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.37/0.54  % (10785)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.37/0.54  % (10785)Termination reason: Unknown
% 1.37/0.54  % (10785)Termination phase: Saturation
% 1.37/0.54  
% 1.37/0.54  % (10785)Memory used [KB]: 1535
% 1.37/0.54  % (10785)Time elapsed: 0.090 s
% 1.37/0.54  % (10785)Instructions burned: 47 (million)
% 1.37/0.54  % (10785)------------------------------
% 1.37/0.54  % (10785)------------------------------
% 1.61/0.55  % (10778)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.61/0.55  % (10777)Instruction limit reached!
% 1.61/0.55  % (10777)------------------------------
% 1.61/0.55  % (10777)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.55  % (10777)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.55  % (10777)Termination reason: Unknown
% 1.61/0.55  % (10777)Termination phase: Saturation
% 1.61/0.55  
% 1.61/0.55  % (10777)Memory used [KB]: 6268
% 1.61/0.55  % (10777)Time elapsed: 0.096 s
% 1.61/0.55  % (10777)Instructions burned: 51 (million)
% 1.61/0.55  % (10777)------------------------------
% 1.61/0.55  % (10777)------------------------------
% 1.61/0.55  % (10778)Instruction limit reached!
% 1.61/0.55  % (10778)------------------------------
% 1.61/0.55  % (10778)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.55  % (10778)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.55  % (10778)Termination reason: Unknown
% 1.61/0.55  % (10778)Termination phase: Saturation
% 1.61/0.55  
% 1.61/0.55  % (10778)Memory used [KB]: 5373
% 1.61/0.55  % (10778)Time elapsed: 0.153 s
% 1.61/0.55  % (10778)Instructions burned: 3 (million)
% 1.61/0.55  % (10778)------------------------------
% 1.61/0.55  % (10778)------------------------------
% 1.61/0.55  % (10767)Instruction limit reached!
% 1.61/0.55  % (10767)------------------------------
% 1.61/0.55  % (10767)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.55  % (10767)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.55  % (10767)Termination reason: Unknown
% 1.61/0.55  % (10767)Termination phase: Saturation
% 1.61/0.55  
% 1.61/0.55  % (10767)Memory used [KB]: 6140
% 1.61/0.55  % (10767)Time elapsed: 0.147 s
% 1.61/0.55  % (10767)Instructions burned: 37 (million)
% 1.61/0.55  % (10767)------------------------------
% 1.61/0.55  % (10767)------------------------------
% 1.61/0.55  % (10783)Instruction limit reached!
% 1.61/0.55  % (10783)------------------------------
% 1.61/0.55  % (10783)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.55  % (10783)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.55  % (10783)Termination reason: Unknown
% 1.61/0.55  % (10783)Termination phase: Saturation
% 1.61/0.55  
% 1.61/0.55  % (10783)Memory used [KB]: 1151
% 1.61/0.55  % (10783)Time elapsed: 0.161 s
% 1.61/0.55  % (10783)Instructions burned: 17 (million)
% 1.61/0.55  % (10783)------------------------------
% 1.61/0.55  % (10783)------------------------------
% 1.61/0.55  % (10786)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.61/0.56  % (10791)Instruction limit reached!
% 1.61/0.56  % (10791)------------------------------
% 1.61/0.56  % (10791)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.56  % (10791)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.56  % (10791)Termination reason: Unknown
% 1.61/0.56  % (10791)Termination phase: Saturation
% 1.61/0.56  
% 1.61/0.56  % (10791)Memory used [KB]: 5756
% 1.61/0.56  % (10791)Time elapsed: 0.142 s
% 1.61/0.56  % (10791)Instructions burned: 21 (million)
% 1.61/0.56  % (10791)------------------------------
% 1.61/0.56  % (10791)------------------------------
% 1.61/0.56  % (10788)Instruction limit reached!
% 1.61/0.56  % (10788)------------------------------
% 1.61/0.56  % (10788)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.56  % (10788)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.56  % (10788)Termination reason: Unknown
% 1.61/0.56  % (10788)Termination phase: Saturation
% 1.61/0.56  
% 1.61/0.56  % (10788)Memory used [KB]: 6140
% 1.61/0.56  % (10788)Time elapsed: 0.175 s
% 1.61/0.56  % (10788)Instructions burned: 42 (million)
% 1.61/0.56  % (10788)------------------------------
% 1.61/0.56  % (10788)------------------------------
% 1.61/0.57  % (10773)Instruction limit reached!
% 1.61/0.57  % (10773)------------------------------
% 1.61/0.57  % (10773)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.57  % (10773)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.57  % (10773)Termination reason: Unknown
% 1.61/0.57  % (10773)Termination phase: Saturation
% 1.61/0.57  
% 1.61/0.57  % (10773)Memory used [KB]: 5500
% 1.61/0.57  % (10773)Time elapsed: 0.167 s
% 1.61/0.57  % (10773)Instructions burned: 38 (million)
% 1.61/0.57  % (10773)------------------------------
% 1.61/0.57  % (10773)------------------------------
% 1.61/0.57  % (10780)First to succeed.
% 1.61/0.57  % (10780)Refutation found. Thanks to Tanya!
% 1.61/0.57  % SZS status Theorem for theBenchmark
% 1.61/0.57  % SZS output start Proof for theBenchmark
% See solution above
% 1.61/0.57  % (10780)------------------------------
% 1.61/0.57  % (10780)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.61/0.57  % (10780)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.61/0.57  % (10780)Termination reason: Refutation
% 1.61/0.57  
% 1.61/0.57  % (10780)Memory used [KB]: 6012
% 1.61/0.57  % (10780)Time elapsed: 0.185 s
% 1.61/0.57  % (10780)Instructions burned: 33 (million)
% 1.61/0.57  % (10780)------------------------------
% 1.61/0.57  % (10780)------------------------------
% 1.61/0.57  % (10762)Success in time 0.22 s
%------------------------------------------------------------------------------