TSTP Solution File: DAT085_1 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : DAT085_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 : n019.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:08 EDT 2022

% Result   : Theorem 1.44s 0.55s
% Output   : Refutation 1.44s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   21
% Syntax   : Number of formulae    :   45 (  19 unt;  16 typ;   0 def)
%            Number of atoms       :   39 (  38 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :   28 (  18   ~;   6   |;   0   &)
%                                         (   0 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   4 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number arithmetic     :   50 (   0 atm;  11 fun;  19 num;  20 var)
%            Number of types       :    3 (   1 usr;   1 ari)
%            Number of type conns  :   25 (  14   >;  11   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :   17 (  13 usr;   4 con; 0-2 aty)
%            Number of variables   :   53 (  53   !;   0   ?;  53   :)

% 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_5,type,
    length: list > $int ).

tff(func_def_8,type,
    count: ( $int * list ) > $int ).

tff(func_def_9,type,
    append: ( list * list ) > list ).

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

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

tff(func_def_13,type,
    sK2: ( list * $int ) > $int ).

tff(func_def_14,type,
    sK3: ( list * $int ) > list ).

tff(func_def_15,type,
    sK4: ( list * $int ) > $int ).

tff(func_def_16,type,
    sK5: ( list * $int ) > list ).

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

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

tff(f335,plain,
    $false,
    inference(subsumption_resolution,[],[f298,f246]) ).

tff(f246,plain,
    ! [X2: $int,X0: $int] : ( X0 = X2 ),
    inference(superposition,[],[f80,f171]) ).

tff(f171,plain,
    ! [X6: $int,X4: $int,X5: list] : ( head(cons(X6,X5)) = X4 ),
    inference(superposition,[],[f80,f151]) ).

tff(f151,plain,
    ! [X2: $int,X0: $int,X1: list] : ( cons(X0,X1) = cons(X2,X1) ),
    inference(equality_resolution,[],[f108]) ).

tff(f108,plain,
    ! [X2: list,X3: $int,X0: $int,X1: list] :
      ( ( $sum(1,length(X2)) != $sum(1,length(X1)) )
      | ( cons(X0,X1) = cons(X3,X2) ) ),
    inference(superposition,[],[f97,f87]) ).

tff(f87,plain,
    ! [X0: list,X1: $int] : ( $sum(1,length(X0)) = length(cons(X1,X0)) ),
    inference(cnf_transformation,[],[f42]) ).

tff(f42,plain,
    ! [X0: list,X1: $int] : ( $sum(1,length(X0)) = length(cons(X1,X0)) ),
    inference(rectify,[],[f8]) ).

tff(f8,axiom,
    ! [X4: list,X3: $int] : ( length(cons(X3,X4)) = $sum(1,length(X4)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l_1) ).

tff(f97,plain,
    ! [X2: list,X0: $int,X1: list] :
      ( ( $sum(1,length(X1)) != length(X2) )
      | ( cons(X0,X1) = X2 ) ),
    inference(superposition,[],[f86,f87]) ).

tff(f86,plain,
    ! [X0: list,X1: list] :
      ( ( length(X0) != length(X1) )
      | ( X0 = X1 ) ),
    inference(cnf_transformation,[],[f45]) ).

tff(f45,plain,
    ! [X0: list,X1: list] :
      ( ( length(X0) != length(X1) )
      | ( X0 = X1 ) ),
    inference(ennf_transformation,[],[f40]) ).

tff(f40,plain,
    ! [X1: list,X0: list] :
      ( ( length(X0) = length(X1) )
     => ( X0 = X1 ) ),
    inference(flattening,[],[f39]) ).

tff(f39,plain,
    ~ ~ ! [X1: list,X0: list] :
          ( ( length(X0) = length(X1) )
         => ( X0 = X1 ) ),
    inference(rectify,[],[f16]) ).

tff(f16,negated_conjecture,
    ~ ~ ! [X8: list,X7: list] :
          ( ( length(X7) = length(X8) )
         => ( X7 = X8 ) ),
    inference(negated_conjecture,[],[f15]) ).

tff(f15,conjecture,
    ~ ! [X8: list,X7: list] :
        ( ( length(X7) = length(X8) )
       => ( X7 = X8 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',c) ).

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

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

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

tff(f298,plain,
    ! [X2: list,X1: $int] : ( 0 != head(cons(X1,X2)) ),
    inference(superposition,[],[f105,f171]) ).

tff(f105,plain,
    ! [X1: list] : ( 0 != $sum(2,length(X1)) ),
    inference(evaluation,[],[f103]) ).

tff(f103,plain,
    ! [X1: list] : ( 0 != $sum(1,$sum(1,length(X1))) ),
    inference(superposition,[],[f102,f87]) ).

tff(f102,plain,
    ! [X1: list] : ( 0 != $sum(1,length(X1)) ),
    inference(subsumption_resolution,[],[f100,f85]) ).

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

tff(f31,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/sandbox/benchmark/theBenchmark.p',l4) ).

tff(f100,plain,
    ! [X0: $int,X1: list] :
      ( ( 0 != $sum(1,length(X1)) )
      | ( cons(X0,X1) = nil ) ),
    inference(superposition,[],[f98,f87]) ).

tff(f98,plain,
    ! [X3: list] :
      ( ( 0 != length(X3) )
      | ( nil = X3 ) ),
    inference(superposition,[],[f86,f81]) ).

tff(f81,plain,
    0 = length(nil),
    inference(cnf_transformation,[],[f7]) ).

tff(f7,axiom,
    0 = length(nil),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem    : DAT085=1 : TPTP v8.1.0. Released v6.1.0.
% 0.04/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 : n019.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:24:20 EDT 2022
% 0.13/0.35  % CPUTime    : 
% 0.19/0.48  % (18785)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.49  % (18793)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.49  % (18793)Instruction limit reached!
% 0.19/0.49  % (18793)------------------------------
% 0.19/0.49  % (18793)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.49  % (18793)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.49  % (18793)Termination reason: Unknown
% 0.19/0.49  % (18793)Termination phase: Saturation
% 0.19/0.49  
% 0.19/0.49  % (18793)Memory used [KB]: 1023
% 0.19/0.49  % (18793)Time elapsed: 0.003 s
% 0.19/0.49  % (18793)Instructions burned: 3 (million)
% 0.19/0.49  % (18793)------------------------------
% 0.19/0.49  % (18793)------------------------------
% 0.19/0.50  % (18777)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.51  % (18781)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.51  % (18782)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.51  % (18778)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)
% 0.19/0.52  % (18785)Instruction limit reached!
% 0.19/0.52  % (18785)------------------------------
% 0.19/0.52  % (18785)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (18792)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)
% 0.19/0.52  % (18785)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (18785)Termination reason: Unknown
% 0.19/0.52  % (18785)Termination phase: Saturation
% 0.19/0.52  
% 0.19/0.52  % (18785)Memory used [KB]: 5628
% 0.19/0.52  % (18785)Time elapsed: 0.091 s
% 0.19/0.52  % (18785)Instructions burned: 27 (million)
% 0.19/0.52  % (18785)------------------------------
% 0.19/0.52  % (18785)------------------------------
% 0.19/0.52  % (18800)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.19/0.52  % (18803)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.19/0.52  % (18778)First to succeed.
% 0.19/0.52  % (18779)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.52  % (18784)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)
% 0.19/0.52  % (18779)Instruction limit reached!
% 0.19/0.52  % (18779)------------------------------
% 0.19/0.52  % (18779)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (18779)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (18779)Termination reason: Unknown
% 0.19/0.52  % (18779)Termination phase: Saturation
% 0.19/0.52  
% 0.19/0.52  % (18779)Memory used [KB]: 5628
% 0.19/0.52  % (18779)Time elapsed: 0.122 s
% 0.19/0.52  % (18779)Instructions burned: 8 (million)
% 0.19/0.52  % (18779)------------------------------
% 0.19/0.52  % (18779)------------------------------
% 0.19/0.52  % (18783)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.53  % (18804)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.19/0.53  % (18805)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.53  % (18806)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)
% 0.19/0.53  % (18780)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.53  % (18799)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.53  % (18780)Instruction limit reached!
% 0.19/0.53  % (18780)------------------------------
% 0.19/0.53  % (18780)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (18780)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (18780)Termination reason: Unknown
% 0.19/0.53  % (18780)Termination phase: Clausification
% 0.19/0.53  
% 0.19/0.53  % (18780)Memory used [KB]: 1023
% 0.19/0.53  % (18780)Time elapsed: 0.003 s
% 0.19/0.53  % (18780)Instructions burned: 3 (million)
% 0.19/0.53  % (18780)------------------------------
% 0.19/0.53  % (18780)------------------------------
% 0.19/0.53  % (18787)lrs+10_1:1_canc=force:tha=some:to=lpo:i=35:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/35Mi)
% 0.19/0.53  % (18796)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.53  % (18796)Instruction limit reached!
% 0.19/0.53  % (18796)------------------------------
% 0.19/0.53  % (18796)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (18796)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (18796)Termination reason: Unknown
% 0.19/0.53  % (18796)Termination phase: Preprocessing 1
% 0.19/0.53  
% 0.19/0.53  % (18796)Memory used [KB]: 895
% 0.19/0.53  % (18796)Time elapsed: 0.002 s
% 0.19/0.53  % (18796)Instructions burned: 2 (million)
% 0.19/0.53  % (18796)------------------------------
% 0.19/0.53  % (18796)------------------------------
% 0.19/0.53  % (18801)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.53  % (18795)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)
% 0.19/0.53  % (18788)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)
% 0.19/0.53  % (18791)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.53  % (18788)Instruction limit reached!
% 0.19/0.53  % (18788)------------------------------
% 0.19/0.53  % (18788)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (18788)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (18788)Termination reason: Unknown
% 0.19/0.53  % (18788)Termination phase: Saturation
% 0.19/0.53  
% 0.19/0.53  % (18788)Memory used [KB]: 5500
% 0.19/0.53  % (18788)Time elapsed: 0.134 s
% 0.19/0.53  % (18788)Instructions burned: 4 (million)
% 0.19/0.53  % (18788)------------------------------
% 0.19/0.53  % (18788)------------------------------
% 1.44/0.54  % (18797)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.44/0.54  % (18782)Instruction limit reached!
% 1.44/0.54  % (18782)------------------------------
% 1.44/0.54  % (18782)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.44/0.54  % (18782)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.44/0.54  % (18782)Termination reason: Unknown
% 1.44/0.54  % (18782)Termination phase: Saturation
% 1.44/0.54  
% 1.44/0.54  % (18782)Memory used [KB]: 5756
% 1.44/0.54  % (18782)Time elapsed: 0.134 s
% 1.44/0.54  % (18782)Instructions burned: 17 (million)
% 1.44/0.54  % (18782)------------------------------
% 1.44/0.54  % (18782)------------------------------
% 1.44/0.54  % (18792)Instruction limit reached!
% 1.44/0.54  % (18792)------------------------------
% 1.44/0.54  % (18792)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.44/0.54  % (18792)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.44/0.54  % (18792)Termination reason: Unknown
% 1.44/0.54  % (18792)Termination phase: SInE selection
% 1.44/0.54  
% 1.44/0.54  % (18792)Memory used [KB]: 895
% 1.44/0.54  % (18792)Time elapsed: 0.002 s
% 1.44/0.54  % (18792)Instructions burned: 2 (million)
% 1.44/0.54  % (18792)------------------------------
% 1.44/0.54  % (18792)------------------------------
% 1.44/0.54  % (18798)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.44/0.54  % (18802)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)
% 1.44/0.54  % (18789)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.44/0.54  % (18794)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.44/0.54  % (18789)Instruction limit reached!
% 1.44/0.54  % (18789)------------------------------
% 1.44/0.54  % (18789)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.44/0.54  % (18789)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.44/0.54  % (18789)Termination reason: Unknown
% 1.44/0.54  % (18789)Termination phase: Preprocessing 3
% 1.44/0.54  
% 1.44/0.54  % (18789)Memory used [KB]: 1023
% 1.44/0.54  % (18789)Time elapsed: 0.003 s
% 1.44/0.54  % (18789)Instructions burned: 2 (million)
% 1.44/0.54  % (18789)------------------------------
% 1.44/0.54  % (18789)------------------------------
% 1.44/0.55  % (18790)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 1.44/0.55  % (18786)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)
% 1.44/0.55  % (18786)Instruction limit reached!
% 1.44/0.55  % (18786)------------------------------
% 1.44/0.55  % (18786)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.44/0.55  % (18786)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.44/0.55  % (18786)Termination reason: Unknown
% 1.44/0.55  % (18786)Termination phase: Property scanning
% 1.44/0.55  
% 1.44/0.55  % (18786)Memory used [KB]: 895
% 1.44/0.55  % (18786)Time elapsed: 0.002 s
% 1.44/0.55  % (18786)Instructions burned: 2 (million)
% 1.44/0.55  % (18786)------------------------------
% 1.44/0.55  % (18786)------------------------------
% 1.44/0.55  % (18778)Refutation found. Thanks to Tanya!
% 1.44/0.55  % SZS status Theorem for theBenchmark
% 1.44/0.55  % SZS output start Proof for theBenchmark
% See solution above
% 1.44/0.55  % (18778)------------------------------
% 1.44/0.55  % (18778)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.44/0.55  % (18778)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.44/0.55  % (18778)Termination reason: Refutation
% 1.44/0.55  
% 1.44/0.55  % (18778)Memory used [KB]: 5756
% 1.44/0.55  % (18778)Time elapsed: 0.116 s
% 1.44/0.55  % (18778)Instructions burned: 13 (million)
% 1.44/0.55  % (18778)------------------------------
% 1.44/0.55  % (18778)------------------------------
% 1.44/0.55  % (18776)Success in time 0.192 s
%------------------------------------------------------------------------------