TSTP Solution File: DAT097_1 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : DAT097_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 : n025.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:09 EDT 2022

% Result   : Theorem 0.19s 0.53s
% Output   : Refutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   24
%            Number of leaves      :   26
% Syntax   : Number of formulae    :   73 (  20 unt;  16 typ;   0 def)
%            Number of atoms       :  156 (  92 equ)
%            Maximal formula atoms :   10 (   2 avg)
%            Number of connectives :  146 (  47   ~;  53   |;  33   &)
%                                         (   5 <=>;   8  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   6 avg)
%            Maximal term depth    :    5 (   1 avg)
%            Number arithmetic     :  185 (   8 atm;  30 fun;  45 num; 102 var)
%            Number of types       :    3 (   1 usr;   1 ari)
%            Number of type conns  :   25 (  14   >;  11   *;   0   +;   0  <<)
%            Number of predicates  :    6 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :   17 (  13 usr;   4 con; 0-2 aty)
%            Number of variables   :  198 ( 174   !;  24   ?; 198   :)

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

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

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

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

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

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

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

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

tff(f223,plain,
    $false,
    inference(evaluation,[],[f222]) ).

tff(f222,plain,
    1 = $sum(2,0),
    inference(forward_demodulation,[],[f219,f89]) ).

tff(f89,plain,
    ! [X0: $int] : ( 0 = count(X0,nil) ),
    inference(cnf_transformation,[],[f9]) ).

tff(f9,axiom,
    ! [X0: $int] : ( 0 = count(X0,nil) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a) ).

tff(f219,plain,
    ! [X2: $int] : ( 1 = $sum(2,count(X2,nil)) ),
    inference(evaluation,[],[f216]) ).

tff(f216,plain,
    ! [X2: $int] : ( 1 = $sum(1,$sum(count(X2,nil),1)) ),
    inference(superposition,[],[f207,f97]) ).

tff(f97,plain,
    ! [X2: $int,X1: list] : ( count(X2,cons(X2,X1)) = $sum(count(X2,X1),1) ),
    inference(equality_resolution,[],[f82]) ).

tff(f82,plain,
    ! [X2: $int,X0: $int,X1: list] :
      ( ( X0 != X2 )
      | ( count(X2,cons(X0,X1)) = $sum(count(X2,X1),1) ) ),
    inference(cnf_transformation,[],[f60]) ).

tff(f60,plain,
    ! [X0: $int,X1: list,X2: $int] :
      ( ( X0 != X2 )
      | ( count(X2,cons(X0,X1)) = $sum(count(X2,X1),1) ) ),
    inference(rectify,[],[f45]) ).

tff(f45,plain,
    ! [X1: $int,X2: list,X3: $int] :
      ( ( X1 != X3 )
      | ( $sum(count(X3,X2),1) = count(X3,cons(X1,X2)) ) ),
    inference(ennf_transformation,[],[f35]) ).

tff(f35,plain,
    ! [X2: list,X1: $int,X3: $int] :
      ( ( X1 = X3 )
     => ( $sum(count(X3,X2),1) = count(X3,cons(X1,X2)) ) ),
    inference(rectify,[],[f11]) ).

tff(f11,axiom,
    ! [X5: $int,X3: $int,X4: list,X0: $int] :
      ( ( X0 = X3 )
     => ( count(X0,cons(X3,X4)) = $sum(count(X0,X4),1) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_4) ).

tff(f207,plain,
    ! [X4: $int,X5: $int] : ( 1 = $sum(1,count(X5,cons(X4,nil))) ),
    inference(evaluation,[],[f206]) ).

tff(f206,plain,
    ! [X4: $int,X5: $int] : ( $sum(1,0) = $sum(1,count(X5,cons(X4,nil))) ),
    inference(forward_demodulation,[],[f201,f89]) ).

tff(f201,plain,
    ! [X4: $int,X5: $int] : ( $sum(1,count(X5,cons(X4,nil))) = $sum(1,count(X5,nil)) ),
    inference(superposition,[],[f123,f66]) ).

tff(f66,plain,
    ! [X0: list] : ( append(nil,X0) = X0 ),
    inference(cnf_transformation,[],[f38]) ).

tff(f38,plain,
    ! [X0: list] : ( append(nil,X0) = X0 ),
    inference(rectify,[],[f12]) ).

tff(f12,axiom,
    ! [X1: list] : ( append(nil,X1) = X1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',l_6) ).

tff(f123,plain,
    ! [X2: list,X0: $int,X1: $int] : ( $sum(1,count(X1,append(X2,cons(X0,nil)))) = $sum(1,count(X1,X2)) ),
    inference(evaluation,[],[f118]) ).

tff(f118,plain,
    ! [X2: list,X0: $int,X1: $int] :
      ( ( $sum(1,count(X1,append(X2,cons(X0,nil)))) = $sum(1,count(X1,X2)) )
      | $less(0,0) ),
    inference(superposition,[],[f109,f89]) ).

tff(f109,plain,
    ! [X18: $int,X19: list,X16: $int,X17: list] :
      ( $less(0,count(X18,X19))
      | ( $sum(1,count(X16,X17)) = $sum(1,count(X16,append(X17,cons(X18,X19)))) ) ),
    inference(resolution,[],[f104,f90]) ).

tff(f90,plain,
    ! [X0: list,X1: $int] :
      ( ~ in(X1,X0)
      | $less(0,count(X1,X0)) ),
    inference(cnf_transformation,[],[f65]) ).

tff(f65,plain,
    ! [X0: list,X1: $int] :
      ( ( in(X1,X0)
        | ~ $less(0,count(X1,X0)) )
      & ( $less(0,count(X1,X0))
        | ~ in(X1,X0) ) ),
    inference(nnf_transformation,[],[f37]) ).

tff(f37,plain,
    ! [X0: list,X1: $int] :
      ( in(X1,X0)
    <=> $less(0,count(X1,X0)) ),
    inference(rectify,[],[f18]) ).

tff(f18,plain,
    ! [X1: list,X5: $int] :
      ( $less(0,count(X5,X1))
    <=> in(X5,X1) ),
    inference(theory_normalization,[],[f14]) ).

tff(f14,axiom,
    ! [X1: list,X5: $int] :
      ( $greater(count(X5,X1),0)
    <=> in(X5,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_8) ).

tff(f104,plain,
    ! [X2: $int,X3: list,X0: $int,X1: list] :
      ( in(X0,X1)
      | ( $sum(1,count(X2,X3)) = $sum(1,count(X2,append(X3,cons(X0,X1)))) ) ),
    inference(forward_demodulation,[],[f103,f19]) ).

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

tff(f103,plain,
    ! [X2: $int,X3: list,X0: $int,X1: list] :
      ( ( $sum(1,count(X2,X3)) = $sum(count(X2,append(X3,cons(X0,X1))),1) )
      | in(X0,X1) ),
    inference(forward_demodulation,[],[f102,f97]) ).

tff(f102,plain,
    ! [X2: $int,X3: list,X0: $int,X1: list] :
      ( in(X0,X1)
      | ( $sum(1,count(X2,X3)) = count(X2,cons(X2,append(X3,cons(X0,X1)))) ) ),
    inference(forward_demodulation,[],[f101,f86]) ).

tff(f86,plain,
    ! [X2: $int,X0: list,X1: list] : ( cons(X2,append(X1,X0)) = append(cons(X2,X1),X0) ),
    inference(cnf_transformation,[],[f63]) ).

tff(f63,plain,
    ! [X0: list,X1: list,X2: $int] : ( cons(X2,append(X1,X0)) = append(cons(X2,X1),X0) ),
    inference(rectify,[],[f36]) ).

tff(f36,plain,
    ! [X0: list,X2: list,X1: $int] : ( append(cons(X1,X2),X0) = cons(X1,append(X2,X0)) ),
    inference(rectify,[],[f13]) ).

tff(f13,axiom,
    ! [X1: list,X6: $int,X0: list] : ( append(cons(X6,X0),X1) = cons(X6,append(X0,X1)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',l_7) ).

tff(f101,plain,
    ! [X2: $int,X3: list,X0: $int,X1: list] :
      ( in(X0,X1)
      | ( $sum(1,count(X2,X3)) = count(X2,append(cons(X2,X3),cons(X0,X1))) ) ),
    inference(forward_demodulation,[],[f100,f19]) ).

tff(f100,plain,
    ! [X2: $int,X3: list,X0: $int,X1: list] :
      ( in(X0,X1)
      | ( count(X2,append(cons(X2,X3),cons(X0,X1))) = $sum(count(X2,X3),1) ) ),
    inference(forward_demodulation,[],[f99,f97]) ).

tff(f99,plain,
    ! [X2: $int,X3: list,X0: $int,X1: list] :
      ( in(X0,X1)
      | ( count(X2,append(cons(X2,X3),cons(X0,X1))) = count(X2,cons(X2,X3)) ) ),
    inference(resolution,[],[f98,f96]) ).

tff(f96,plain,
    ! [X8: list,X9: $int] : in(X9,cons(X9,X8)),
    inference(equality_resolution,[],[f95]) ).

tff(f95,plain,
    ! [X0: $int,X8: list,X9: $int] :
      ( in(X0,cons(X9,X8))
      | ( X0 != X9 ) ),
    inference(equality_resolution,[],[f75]) ).

tff(f75,plain,
    ! [X0: $int,X1: list,X8: list,X9: $int] :
      ( in(X0,X1)
      | ( cons(X9,X8) != X1 )
      | ( X0 != X9 ) ),
    inference(cnf_transformation,[],[f58]) ).

tff(f58,plain,
    ! [X0: $int,X1: list] :
      ( ( ( in(X0,sK3(X0,X1))
          & ( cons(sK2(X0,X1),sK3(X0,X1)) = X1 ) )
        | ( ( cons(sK5(X0,X1),sK4(X0,X1)) = X1 )
          & ( sK5(X0,X1) = X0 ) )
        | ~ in(X0,X1) )
      & ( in(X0,X1)
        | ( ! [X6: $int,X7: list] :
              ( ~ in(X0,X7)
              | ( cons(X6,X7) != X1 ) )
          & ! [X8: list,X9: $int] :
              ( ( cons(X9,X8) != X1 )
              | ( X0 != X9 ) ) ) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK2,sK3,sK4,sK5])],[f55,f57,f56]) ).

tff(f56,plain,
    ! [X0: $int,X1: list] :
      ( ? [X2: $int,X3: list] :
          ( in(X0,X3)
          & ( cons(X2,X3) = X1 ) )
     => ( in(X0,sK3(X0,X1))
        & ( cons(sK2(X0,X1),sK3(X0,X1)) = X1 ) ) ),
    introduced(choice_axiom,[]) ).

tff(f57,plain,
    ! [X0: $int,X1: list] :
      ( ? [X4: list,X5: $int] :
          ( ( cons(X5,X4) = X1 )
          & ( X0 = X5 ) )
     => ( ( cons(sK5(X0,X1),sK4(X0,X1)) = X1 )
        & ( sK5(X0,X1) = X0 ) ) ),
    introduced(choice_axiom,[]) ).

tff(f55,plain,
    ! [X0: $int,X1: list] :
      ( ( ? [X2: $int,X3: list] :
            ( in(X0,X3)
            & ( cons(X2,X3) = X1 ) )
        | ? [X4: list,X5: $int] :
            ( ( cons(X5,X4) = X1 )
            & ( X0 = X5 ) )
        | ~ in(X0,X1) )
      & ( in(X0,X1)
        | ( ! [X6: $int,X7: list] :
              ( ~ in(X0,X7)
              | ( cons(X6,X7) != X1 ) )
          & ! [X8: list,X9: $int] :
              ( ( cons(X9,X8) != X1 )
              | ( X0 != X9 ) ) ) ) ),
    inference(rectify,[],[f54]) ).

tff(f54,plain,
    ! [X1: $int,X0: list] :
      ( ( ? [X3: $int,X2: list] :
            ( in(X1,X2)
            & ( cons(X3,X2) = X0 ) )
        | ? [X5: list,X4: $int] :
            ( ( cons(X4,X5) = X0 )
            & ( X1 = X4 ) )
        | ~ in(X1,X0) )
      & ( in(X1,X0)
        | ( ! [X3: $int,X2: list] :
              ( ~ in(X1,X2)
              | ( cons(X3,X2) != X0 ) )
          & ! [X5: list,X4: $int] :
              ( ( cons(X4,X5) != X0 )
              | ( X1 != X4 ) ) ) ) ),
    inference(flattening,[],[f53]) ).

tff(f53,plain,
    ! [X1: $int,X0: list] :
      ( ( ? [X3: $int,X2: list] :
            ( in(X1,X2)
            & ( cons(X3,X2) = X0 ) )
        | ? [X5: list,X4: $int] :
            ( ( cons(X4,X5) = X0 )
            & ( X1 = X4 ) )
        | ~ in(X1,X0) )
      & ( in(X1,X0)
        | ( ! [X3: $int,X2: list] :
              ( ~ in(X1,X2)
              | ( cons(X3,X2) != X0 ) )
          & ! [X5: list,X4: $int] :
              ( ( cons(X4,X5) != X0 )
              | ( X1 != X4 ) ) ) ) ),
    inference(nnf_transformation,[],[f39]) ).

tff(f39,plain,
    ! [X1: $int,X0: list] :
      ( ( ? [X3: $int,X2: list] :
            ( in(X1,X2)
            & ( cons(X3,X2) = X0 ) )
        | ? [X5: list,X4: $int] :
            ( ( cons(X4,X5) = X0 )
            & ( X1 = X4 ) ) )
    <=> in(X1,X0) ),
    inference(rectify,[],[f5]) ).

tff(f5,axiom,
    ! [X1: list,X2: $int] :
      ( ( ? [X4: list,X3: $int] :
            ( ( cons(X3,X4) = X1 )
            & in(X2,X4) )
        | ? [X3: $int,X4: list] :
            ( ( X2 = X3 )
            & ( cons(X3,X4) = X1 ) ) )
    <=> in(X2,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',in_conv) ).

tff(f98,plain,
    ! [X2: $int,X3: list,X0: $int,X4: list] :
      ( ~ in(X0,X3)
      | in(X2,X4)
      | ( count(X0,X3) = count(X0,append(X3,cons(X2,X4))) ) ),
    inference(equality_resolution,[],[f83]) ).

tff(f83,plain,
    ! [X2: $int,X3: list,X0: $int,X1: list,X4: list] :
      ( ~ in(X0,X3)
      | in(X2,X4)
      | ( append(X3,cons(X2,X4)) != X1 )
      | ( count(X0,X3) = count(X0,X1) ) ),
    inference(cnf_transformation,[],[f61]) ).

tff(f61,plain,
    ! [X0: $int,X1: list,X2: $int,X3: list,X4: list] :
      ( ~ in(X0,X3)
      | in(X2,X4)
      | ( append(X3,cons(X2,X4)) != X1 )
      | ( count(X0,X3) = count(X0,X1) ) ),
    inference(rectify,[],[f47]) ).

tff(f47,plain,
    ! [X0: $int,X2: list,X3: $int,X4: list,X1: list] :
      ( ~ in(X0,X4)
      | in(X3,X1)
      | ( append(X4,cons(X3,X1)) != X2 )
      | ( count(X0,X4) = count(X0,X2) ) ),
    inference(flattening,[],[f46]) ).

tff(f46,plain,
    ! [X1: list,X0: $int,X3: $int,X4: list,X2: list] :
      ( ( count(X0,X4) = count(X0,X2) )
      | ( append(X4,cons(X3,X1)) != X2 )
      | in(X3,X1)
      | ~ in(X0,X4) ),
    inference(ennf_transformation,[],[f41]) ).

tff(f41,plain,
    ! [X1: list,X0: $int,X3: $int,X4: list,X2: list] :
      ( ( ( append(X4,cons(X3,X1)) = X2 )
        & ~ in(X3,X1)
        & in(X0,X4) )
     => ( count(X0,X4) = count(X0,X2) ) ),
    inference(flattening,[],[f40]) ).

tff(f40,plain,
    ~ ~ ! [X1: list,X0: $int,X3: $int,X4: list,X2: list] :
          ( ( ( append(X4,cons(X3,X1)) = X2 )
            & ~ in(X3,X1)
            & in(X0,X4) )
         => ( count(X0,X4) = count(X0,X2) ) ),
    inference(rectify,[],[f16]) ).

tff(f16,negated_conjecture,
    ~ ~ ! [X5: $int,X0: list,X8: list,X7: $int,X1: list] :
          ( ( ( append(X1,cons(X7,X0)) = X8 )
            & ~ in(X7,X0)
            & in(X5,X1) )
         => ( count(X5,X1) = count(X5,X8) ) ),
    inference(negated_conjecture,[],[f15]) ).

tff(f15,conjecture,
    ~ ! [X5: $int,X0: list,X8: list,X7: $int,X1: list] :
        ( ( ( append(X1,cons(X7,X0)) = X8 )
          & ~ in(X7,X0)
          & in(X5,X1) )
       => ( count(X5,X1) = count(X5,X8) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : DAT097=1 : TPTP v8.1.0. Released v6.1.0.
% 0.03/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 : n025.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:30:59 EDT 2022
% 0.13/0.34  % CPUTime    : 
% 0.19/0.45  % (3530)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.48  % (3528)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  % (3521)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.49  % (3544)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  % (3528)Refutation not found, incomplete strategy% (3528)------------------------------
% 0.19/0.49  % (3528)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.49  % (3536)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  % (3528)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.49  % (3528)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.49  
% 0.19/0.49  % (3528)Memory used [KB]: 5500
% 0.19/0.49  % (3528)Time elapsed: 0.095 s
% 0.19/0.49  % (3528)Instructions burned: 3 (million)
% 0.19/0.49  % (3528)------------------------------
% 0.19/0.49  % (3528)------------------------------
% 0.19/0.49  % (3523)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.50  % (3532)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.50  % (3543)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.19/0.50  % (3527)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  % (3533)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.50  % (3530)Instruction limit reached!
% 0.19/0.50  % (3530)------------------------------
% 0.19/0.50  % (3530)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.50  % (3530)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.50  % (3530)Termination reason: Unknown
% 0.19/0.50  % (3530)Termination phase: Saturation
% 0.19/0.50  
% 0.19/0.50  % (3530)Memory used [KB]: 5884
% 0.19/0.50  % (3530)Time elapsed: 0.110 s
% 0.19/0.50  % (3530)Instructions burned: 26 (million)
% 0.19/0.50  % (3530)------------------------------
% 0.19/0.50  % (3530)------------------------------
% 0.19/0.51  % (3531)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  % (3551)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.51  % (3531)Instruction limit reached!
% 0.19/0.51  % (3531)------------------------------
% 0.19/0.51  % (3531)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.51  % (3531)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.51  % (3531)Termination reason: Unknown
% 0.19/0.51  % (3531)Termination phase: Equality proxy
% 0.19/0.51  
% 0.19/0.51  % (3531)Memory used [KB]: 1023
% 0.19/0.51  % (3531)Time elapsed: 0.002 s
% 0.19/0.51  % (3531)Instructions burned: 3 (million)
% 0.19/0.51  % (3531)------------------------------
% 0.19/0.51  % (3531)------------------------------
% 0.19/0.51  % (3546)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.51  % (3545)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  % (3523)Instruction limit reached!
% 0.19/0.52  % (3523)------------------------------
% 0.19/0.52  % (3523)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (3523)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (3523)Termination reason: Unknown
% 0.19/0.52  % (3523)Termination phase: Saturation
% 0.19/0.52  
% 0.19/0.52  % (3523)Memory used [KB]: 5628
% 0.19/0.52  % (3523)Time elapsed: 0.128 s
% 0.19/0.52  % (3523)Instructions burned: 8 (million)
% 0.19/0.52  % (3523)------------------------------
% 0.19/0.52  % (3523)------------------------------
% 0.19/0.52  % (3524)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.52  % (3550)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  % (3524)Instruction limit reached!
% 0.19/0.52  % (3524)------------------------------
% 0.19/0.52  % (3524)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (3524)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (3524)Termination reason: Unknown
% 0.19/0.52  % (3524)Termination phase: SInE selection
% 0.19/0.52  
% 0.19/0.52  % (3524)Memory used [KB]: 895
% 0.19/0.52  % (3524)Time elapsed: 0.002 s
% 0.19/0.52  % (3524)Instructions burned: 2 (million)
% 0.19/0.52  % (3524)------------------------------
% 0.19/0.52  % (3524)------------------------------
% 0.19/0.52  % (3549)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.52  % (3529)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  % (3533)Instruction limit reached!
% 0.19/0.52  % (3533)------------------------------
% 0.19/0.52  % (3533)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (3533)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (3533)Termination reason: Unknown
% 0.19/0.52  % (3533)Termination phase: Saturation
% 0.19/0.52  
% 0.19/0.52  % (3533)Memory used [KB]: 1023
% 0.19/0.52  % (3533)Time elapsed: 0.004 s
% 0.19/0.52  % (3533)Instructions burned: 4 (million)
% 0.19/0.52  % (3533)------------------------------
% 0.19/0.52  % (3533)------------------------------
% 0.19/0.52  % (3522)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  % (3548)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.53  % (3536)First to succeed.
% 0.19/0.53  % (3543)Instruction limit reached!
% 0.19/0.53  % (3543)------------------------------
% 0.19/0.53  % (3543)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (3526)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.53  % (3543)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (3543)Termination reason: Unknown
% 0.19/0.53  % (3543)Termination phase: Saturation
% 0.19/0.53  
% 0.19/0.53  % (3543)Memory used [KB]: 6012
% 0.19/0.53  % (3543)Time elapsed: 0.134 s
% 0.19/0.53  % (3543)Instructions burned: 22 (million)
% 0.19/0.53  % (3543)------------------------------
% 0.19/0.53  % (3543)------------------------------
% 0.19/0.53  % (3536)Refutation found. Thanks to Tanya!
% 0.19/0.53  % SZS status Theorem for theBenchmark
% 0.19/0.53  % SZS output start Proof for theBenchmark
% See solution above
% 0.19/0.53  % (3536)------------------------------
% 0.19/0.53  % (3536)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (3536)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (3536)Termination reason: Refutation
% 0.19/0.53  
% 0.19/0.53  % (3536)Memory used [KB]: 5884
% 0.19/0.53  % (3536)Time elapsed: 0.118 s
% 0.19/0.53  % (3536)Instructions burned: 24 (million)
% 0.19/0.53  % (3536)------------------------------
% 0.19/0.53  % (3536)------------------------------
% 0.19/0.53  % (3518)Success in time 0.177 s
%------------------------------------------------------------------------------