TSTP Solution File: KLE011+1 by SnakeForV---1.0

View Problem - Process Solution

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

% Computer : n027.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 17:27:35 EDT 2022

% Result   : Theorem 5.71s 1.13s
% Output   : Refutation 5.71s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   78 (  49 unt;   0 def)
%            Number of atoms       :  150 (  84 equ)
%            Maximal formula atoms :    8 (   1 avg)
%            Number of connectives :  120 (  48   ~;  28   |;  30   &)
%                                         (   7 <=>;   7  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    8 (   3 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   4 con; 0-2 aty)
%            Number of variables   :  110 (  97   !;  13   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f4068,plain,
    $false,
    inference(subsumption_resolution,[],[f4067,f98]) ).

fof(f98,plain,
    one = addition(c(sK1),sK1),
    inference(resolution,[],[f83,f66]) ).

fof(f66,plain,
    test(sK1),
    inference(cnf_transformation,[],[f45]) ).

fof(f45,plain,
    ( one != addition(addition(multiplication(addition(sK2,c(sK2)),sK1),multiplication(addition(sK1,c(sK1)),sK2)),multiplication(c(sK1),c(sK2)))
    & test(sK2)
    & test(sK1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK1,sK2])],[f43,f44]) ).

fof(f44,plain,
    ( ? [X0,X1] :
        ( one != addition(addition(multiplication(addition(X1,c(X1)),X0),multiplication(addition(X0,c(X0)),X1)),multiplication(c(X0),c(X1)))
        & test(X1)
        & test(X0) )
   => ( one != addition(addition(multiplication(addition(sK2,c(sK2)),sK1),multiplication(addition(sK1,c(sK1)),sK2)),multiplication(c(sK1),c(sK2)))
      & test(sK2)
      & test(sK1) ) ),
    introduced(choice_axiom,[]) ).

fof(f43,plain,
    ? [X0,X1] :
      ( one != addition(addition(multiplication(addition(X1,c(X1)),X0),multiplication(addition(X0,c(X0)),X1)),multiplication(c(X0),c(X1)))
      & test(X1)
      & test(X0) ),
    inference(rectify,[],[f31]) ).

fof(f31,plain,
    ? [X1,X0] :
      ( one != addition(addition(multiplication(addition(X0,c(X0)),X1),multiplication(addition(X1,c(X1)),X0)),multiplication(c(X1),c(X0)))
      & test(X0)
      & test(X1) ),
    inference(flattening,[],[f30]) ).

fof(f30,plain,
    ? [X1,X0] :
      ( one != addition(addition(multiplication(addition(X0,c(X0)),X1),multiplication(addition(X1,c(X1)),X0)),multiplication(c(X1),c(X0)))
      & test(X1)
      & test(X0) ),
    inference(ennf_transformation,[],[f27]) ).

fof(f27,plain,
    ~ ! [X1,X0] :
        ( ( test(X1)
          & test(X0) )
       => one = addition(addition(multiplication(addition(X0,c(X0)),X1),multiplication(addition(X1,c(X1)),X0)),multiplication(c(X1),c(X0))) ),
    inference(rectify,[],[f18]) ).

fof(f18,negated_conjecture,
    ~ ! [X4,X3] :
        ( ( test(X4)
          & test(X3) )
       => one = addition(addition(multiplication(addition(X4,c(X4)),X3),multiplication(addition(X3,c(X3)),X4)),multiplication(c(X3),c(X4))) ),
    inference(negated_conjecture,[],[f17]) ).

fof(f17,conjecture,
    ! [X4,X3] :
      ( ( test(X4)
        & test(X3) )
     => one = addition(addition(multiplication(addition(X4,c(X4)),X3),multiplication(addition(X3,c(X3)),X4)),multiplication(c(X3),c(X4))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals) ).

fof(f83,plain,
    ! [X1] :
      ( ~ test(X1)
      | one = addition(c(X1),X1) ),
    inference(resolution,[],[f50,f69]) ).

fof(f69,plain,
    ! [X1] :
      ( complement(X1,c(X1))
      | ~ test(X1) ),
    inference(equality_resolution,[],[f63]) ).

fof(f63,plain,
    ! [X0,X1] :
      ( complement(X1,X0)
      | c(X1) != X0
      | ~ test(X1) ),
    inference(cnf_transformation,[],[f42]) ).

fof(f42,plain,
    ! [X0,X1] :
      ( ( ( c(X1) = X0
          | ~ complement(X1,X0) )
        & ( complement(X1,X0)
          | c(X1) != X0 ) )
      | ~ test(X1) ),
    inference(rectify,[],[f41]) ).

fof(f41,plain,
    ! [X1,X0] :
      ( ( ( c(X0) = X1
          | ~ complement(X0,X1) )
        & ( complement(X0,X1)
          | c(X0) != X1 ) )
      | ~ test(X0) ),
    inference(nnf_transformation,[],[f28]) ).

fof(f28,plain,
    ! [X1,X0] :
      ( ( c(X0) = X1
      <=> complement(X0,X1) )
      | ~ test(X0) ),
    inference(ennf_transformation,[],[f21]) ).

fof(f21,plain,
    ! [X0,X1] :
      ( test(X0)
     => ( c(X0) = X1
      <=> complement(X0,X1) ) ),
    inference(rectify,[],[f15]) ).

fof(f15,axiom,
    ! [X3,X4] :
      ( test(X3)
     => ( c(X3) = X4
      <=> complement(X3,X4) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',test_3) ).

fof(f50,plain,
    ! [X0,X1] :
      ( ~ complement(X1,X0)
      | addition(X0,X1) = one ),
    inference(cnf_transformation,[],[f37]) ).

fof(f37,plain,
    ! [X0,X1] :
      ( ( ( zero = multiplication(X1,X0)
          & zero = multiplication(X0,X1)
          & addition(X0,X1) = one )
        | ~ complement(X1,X0) )
      & ( complement(X1,X0)
        | zero != multiplication(X1,X0)
        | zero != multiplication(X0,X1)
        | addition(X0,X1) != one ) ),
    inference(flattening,[],[f36]) ).

fof(f36,plain,
    ! [X0,X1] :
      ( ( ( zero = multiplication(X1,X0)
          & zero = multiplication(X0,X1)
          & addition(X0,X1) = one )
        | ~ complement(X1,X0) )
      & ( complement(X1,X0)
        | zero != multiplication(X1,X0)
        | zero != multiplication(X0,X1)
        | addition(X0,X1) != one ) ),
    inference(nnf_transformation,[],[f20]) ).

fof(f20,plain,
    ! [X0,X1] :
      ( ( zero = multiplication(X1,X0)
        & zero = multiplication(X0,X1)
        & addition(X0,X1) = one )
    <=> complement(X1,X0) ),
    inference(rectify,[],[f14]) ).

fof(f14,axiom,
    ! [X3,X4] :
      ( complement(X4,X3)
    <=> ( one = addition(X3,X4)
        & zero = multiplication(X3,X4)
        & zero = multiplication(X4,X3) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',test_2) ).

fof(f4067,plain,
    one != addition(c(sK1),sK1),
    inference(forward_demodulation,[],[f4066,f3697]) ).

fof(f3697,plain,
    ! [X78,X79] : addition(multiplication(X78,sK2),addition(X79,X78)) = addition(X79,X78),
    inference(superposition,[],[f241,f513]) ).

fof(f513,plain,
    ! [X27] : addition(X27,multiplication(X27,sK2)) = X27,
    inference(forward_demodulation,[],[f431,f53]) ).

fof(f53,plain,
    ! [X0] : multiplication(X0,one) = X0,
    inference(cnf_transformation,[],[f6]) ).

fof(f6,axiom,
    ! [X0] : multiplication(X0,one) = X0,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',multiplicative_right_identity) ).

fof(f431,plain,
    ! [X27] : addition(multiplication(X27,one),multiplication(X27,sK2)) = multiplication(X27,one),
    inference(superposition,[],[f58,f272]) ).

fof(f272,plain,
    one = addition(one,sK2),
    inference(superposition,[],[f55,f257]) ).

fof(f257,plain,
    one = addition(sK2,one),
    inference(superposition,[],[f223,f95]) ).

fof(f95,plain,
    one = addition(sK2,sK0(sK2)),
    inference(resolution,[],[f82,f67]) ).

fof(f67,plain,
    test(sK2),
    inference(cnf_transformation,[],[f45]) ).

fof(f82,plain,
    ! [X0] :
      ( ~ test(X0)
      | one = addition(X0,sK0(X0)) ),
    inference(resolution,[],[f50,f47]) ).

fof(f47,plain,
    ! [X0] :
      ( complement(sK0(X0),X0)
      | ~ test(X0) ),
    inference(cnf_transformation,[],[f35]) ).

fof(f35,plain,
    ! [X0] :
      ( ( test(X0)
        | ! [X1] : ~ complement(X1,X0) )
      & ( complement(sK0(X0),X0)
        | ~ test(X0) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0])],[f33,f34]) ).

fof(f34,plain,
    ! [X0] :
      ( ? [X2] : complement(X2,X0)
     => complement(sK0(X0),X0) ),
    introduced(choice_axiom,[]) ).

fof(f33,plain,
    ! [X0] :
      ( ( test(X0)
        | ! [X1] : ~ complement(X1,X0) )
      & ( ? [X2] : complement(X2,X0)
        | ~ test(X0) ) ),
    inference(rectify,[],[f32]) ).

fof(f32,plain,
    ! [X0] :
      ( ( test(X0)
        | ! [X1] : ~ complement(X1,X0) )
      & ( ? [X1] : complement(X1,X0)
        | ~ test(X0) ) ),
    inference(nnf_transformation,[],[f22]) ).

fof(f22,plain,
    ! [X0] :
      ( test(X0)
    <=> ? [X1] : complement(X1,X0) ),
    inference(rectify,[],[f13]) ).

fof(f13,axiom,
    ! [X3] :
      ( ? [X4] : complement(X4,X3)
    <=> test(X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',test_1) ).

fof(f223,plain,
    ! [X2,X3] : addition(X2,X3) = addition(X2,addition(X2,X3)),
    inference(superposition,[],[f62,f61]) ).

fof(f61,plain,
    ! [X0] : addition(X0,X0) = X0,
    inference(cnf_transformation,[],[f4]) ).

fof(f4,axiom,
    ! [X0] : addition(X0,X0) = X0,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_idempotence) ).

fof(f62,plain,
    ! [X2,X0,X1] : addition(addition(X2,X1),X0) = addition(X2,addition(X1,X0)),
    inference(cnf_transformation,[],[f40]) ).

fof(f40,plain,
    ! [X0,X1,X2] : addition(addition(X2,X1),X0) = addition(X2,addition(X1,X0)),
    inference(rectify,[],[f26]) ).

fof(f26,plain,
    ! [X1,X0,X2] : addition(X2,addition(X0,X1)) = addition(addition(X2,X0),X1),
    inference(rectify,[],[f2]) ).

fof(f2,axiom,
    ! [X1,X2,X0] : addition(X0,addition(X1,X2)) = addition(addition(X0,X1),X2),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_associativity) ).

fof(f55,plain,
    ! [X0,X1] : addition(X0,X1) = addition(X1,X0),
    inference(cnf_transformation,[],[f1]) ).

fof(f1,axiom,
    ! [X0,X1] : addition(X0,X1) = addition(X1,X0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_commutativity) ).

fof(f58,plain,
    ! [X2,X0,X1] : addition(multiplication(X1,X2),multiplication(X1,X0)) = multiplication(X1,addition(X2,X0)),
    inference(cnf_transformation,[],[f38]) ).

fof(f38,plain,
    ! [X0,X1,X2] : addition(multiplication(X1,X2),multiplication(X1,X0)) = multiplication(X1,addition(X2,X0)),
    inference(rectify,[],[f19]) ).

fof(f19,plain,
    ! [X1,X0,X2] : addition(multiplication(X0,X2),multiplication(X0,X1)) = multiplication(X0,addition(X2,X1)),
    inference(rectify,[],[f8]) ).

fof(f8,axiom,
    ! [X0,X2,X1] : multiplication(X0,addition(X1,X2)) = addition(multiplication(X0,X1),multiplication(X0,X2)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',right_distributivity) ).

fof(f241,plain,
    ! [X8,X9,X7] : addition(X9,addition(X7,X8)) = addition(X7,addition(X8,X9)),
    inference(superposition,[],[f55,f62]) ).

fof(f4066,plain,
    one != addition(multiplication(sK1,sK2),addition(c(sK1),sK1)),
    inference(forward_demodulation,[],[f4065,f332]) ).

fof(f332,plain,
    ! [X31] : addition(multiplication(sK2,X31),multiplication(c(sK2),X31)) = X31,
    inference(forward_demodulation,[],[f318,f54]) ).

fof(f54,plain,
    ! [X0] : multiplication(one,X0) = X0,
    inference(cnf_transformation,[],[f7]) ).

fof(f7,axiom,
    ! [X0] : multiplication(one,X0) = X0,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',multiplicative_left_identity) ).

fof(f318,plain,
    ! [X31] : addition(multiplication(sK2,X31),multiplication(c(sK2),X31)) = multiplication(one,X31),
    inference(superposition,[],[f46,f109]) ).

fof(f109,plain,
    one = addition(sK2,c(sK2)),
    inference(superposition,[],[f55,f99]) ).

fof(f99,plain,
    one = addition(c(sK2),sK2),
    inference(resolution,[],[f83,f67]) ).

fof(f46,plain,
    ! [X2,X0,X1] : addition(multiplication(X2,X1),multiplication(X0,X1)) = multiplication(addition(X2,X0),X1),
    inference(cnf_transformation,[],[f24]) ).

fof(f24,plain,
    ! [X0,X1,X2] : addition(multiplication(X2,X1),multiplication(X0,X1)) = multiplication(addition(X2,X0),X1),
    inference(rectify,[],[f9]) ).

fof(f9,axiom,
    ! [X1,X2,X0] : multiplication(addition(X0,X1),X2) = addition(multiplication(X0,X2),multiplication(X1,X2)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_distributivity) ).

fof(f4065,plain,
    one != addition(multiplication(sK1,sK2),addition(c(sK1),addition(multiplication(sK2,sK1),multiplication(c(sK2),sK1)))),
    inference(forward_demodulation,[],[f3900,f62]) ).

fof(f3900,plain,
    one != addition(addition(multiplication(sK1,sK2),c(sK1)),addition(multiplication(sK2,sK1),multiplication(c(sK2),sK1))),
    inference(superposition,[],[f477,f241]) ).

fof(f477,plain,
    one != addition(multiplication(sK2,sK1),addition(multiplication(c(sK2),sK1),addition(multiplication(sK1,sK2),c(sK1)))),
    inference(backward_demodulation,[],[f75,f476]) ).

fof(f476,plain,
    ! [X39] : addition(multiplication(X39,sK2),multiplication(X39,c(sK2))) = X39,
    inference(forward_demodulation,[],[f443,f53]) ).

fof(f443,plain,
    ! [X39] : multiplication(X39,one) = addition(multiplication(X39,sK2),multiplication(X39,c(sK2))),
    inference(superposition,[],[f58,f109]) ).

fof(f75,plain,
    one != addition(multiplication(sK2,sK1),addition(multiplication(c(sK2),sK1),addition(multiplication(sK1,sK2),addition(multiplication(c(sK1),sK2),multiplication(c(sK1),c(sK2)))))),
    inference(forward_demodulation,[],[f74,f62]) ).

fof(f74,plain,
    one != addition(multiplication(sK2,sK1),addition(multiplication(c(sK2),sK1),addition(addition(multiplication(sK1,sK2),multiplication(c(sK1),sK2)),multiplication(c(sK1),c(sK2))))),
    inference(forward_demodulation,[],[f73,f62]) ).

fof(f73,plain,
    one != addition(multiplication(sK2,sK1),addition(addition(multiplication(c(sK2),sK1),addition(multiplication(sK1,sK2),multiplication(c(sK1),sK2))),multiplication(c(sK1),c(sK2)))),
    inference(forward_demodulation,[],[f72,f62]) ).

fof(f72,plain,
    one != addition(addition(multiplication(sK2,sK1),addition(multiplication(c(sK2),sK1),addition(multiplication(sK1,sK2),multiplication(c(sK1),sK2)))),multiplication(c(sK1),c(sK2))),
    inference(backward_demodulation,[],[f71,f62]) ).

fof(f71,plain,
    one != addition(addition(addition(multiplication(sK2,sK1),multiplication(c(sK2),sK1)),addition(multiplication(sK1,sK2),multiplication(c(sK1),sK2))),multiplication(c(sK1),c(sK2))),
    inference(forward_demodulation,[],[f70,f46]) ).

fof(f70,plain,
    one != addition(addition(multiplication(addition(sK2,c(sK2)),sK1),addition(multiplication(sK1,sK2),multiplication(c(sK1),sK2))),multiplication(c(sK1),c(sK2))),
    inference(backward_demodulation,[],[f68,f46]) ).

fof(f68,plain,
    one != addition(addition(multiplication(addition(sK2,c(sK2)),sK1),multiplication(addition(sK1,c(sK1)),sK2)),multiplication(c(sK1),c(sK2))),
    inference(cnf_transformation,[],[f45]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.13  % Problem    : KLE011+1 : TPTP v8.1.0. Released v4.0.0.
% 0.12/0.14  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.14/0.35  % Computer : n027.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   : Tue Aug 30 00:37:00 EDT 2022
% 0.14/0.35  % CPUTime    : 
% 0.21/0.49  % (5472)lrs+10_5:1_br=off:fde=none:nwc=3.0:sd=1:sgt=10:sos=on:ss=axioms:urr=on:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.21/0.51  % (5479)lrs+10_1:1_ep=R:lcm=predicate:lma=on:sos=all:spb=goal:ss=included:i=12:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/12Mi)
% 0.21/0.51  % (5497)dis+2_3:1_aac=none:abs=on:ep=R:lcm=reverse:nwc=10.0:sos=on:sp=const_frequency:spb=units:urr=ec_only:i=8:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/8Mi)
% 0.21/0.52  % (5470)lrs+10_1:1_gsp=on:sd=1:sgt=32:sos=on:ss=axioms:i=13:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/13Mi)
% 0.21/0.52  % (5468)dis+1002_1:12_drc=off:fd=preordered:tgt=full:i=99978:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99978Mi)
% 0.21/0.52  % (5474)dis+21_1:1_av=off:sos=on:sp=frequency:ss=included:to=lpo:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.21/0.52  % (5489)dis+1010_1:1_bs=on:ep=RS:erd=off:newcnf=on:nwc=10.0:s2a=on:sgt=32:ss=axioms:i=30:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/30Mi)
% 0.21/0.52  % (5470)Refutation not found, incomplete strategy% (5470)------------------------------
% 0.21/0.52  % (5470)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.52  % (5470)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.52  % (5470)Termination reason: Refutation not found, incomplete strategy
% 0.21/0.52  
% 0.21/0.52  % (5470)Memory used [KB]: 5884
% 0.21/0.52  % (5470)Time elapsed: 0.078 s
% 0.21/0.52  % (5470)Instructions burned: 3 (million)
% 0.21/0.52  % (5470)------------------------------
% 0.21/0.52  % (5470)------------------------------
% 0.21/0.52  % (5484)lrs+10_1:1_drc=off:sp=reverse_frequency:spb=goal:to=lpo:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.21/0.52  % (5481)lrs+10_1:4_av=off:bs=unit_only:bsr=unit_only:ep=RS:s2a=on:sos=on:sp=frequency:to=lpo:i=16:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/16Mi)
% 0.21/0.53  % (5497)Instruction limit reached!
% 0.21/0.53  % (5497)------------------------------
% 0.21/0.53  % (5497)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.53  % (5479)Refutation not found, incomplete strategy% (5479)------------------------------
% 0.21/0.53  % (5479)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.53  % (5497)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.53  % (5497)Termination reason: Unknown
% 0.21/0.53  % (5479)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.53  % (5497)Termination phase: Saturation
% 0.21/0.53  % (5479)Termination reason: Refutation not found, incomplete strategy
% 0.21/0.53  
% 0.21/0.53  
% 0.21/0.53  % (5497)Memory used [KB]: 6012
% 0.21/0.53  % (5479)Memory used [KB]: 5884
% 0.21/0.53  % (5497)Time elapsed: 0.127 s
% 0.21/0.53  % (5479)Time elapsed: 0.112 s
% 0.21/0.53  % (5497)Instructions burned: 10 (million)
% 0.21/0.53  % (5479)Instructions burned: 3 (million)
% 0.21/0.53  % (5497)------------------------------
% 0.21/0.53  % (5497)------------------------------
% 0.21/0.53  % (5479)------------------------------
% 0.21/0.53  % (5479)------------------------------
% 0.21/0.53  % (5490)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=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.21/0.53  % (5475)dis+1010_1:50_awrs=decay:awrsf=128:nwc=10.0:s2pl=no:sp=frequency:ss=axioms:i=39:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/39Mi)
% 0.21/0.53  % (5480)lrs+10_1:2_br=off:nm=4:ss=included:urr=on:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.21/0.53  % (5485)lrs+1011_1:1_fd=preordered:fsd=on:sos=on:thsq=on:thsqc=64:thsqd=32:uwa=ground:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.21/0.53  % (5482)lrs+10_1:32_br=off:nm=16:sd=2:ss=axioms:st=2.0:urr=on:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.21/0.53  % (5473)lrs+10_1:1024_nm=0:nwc=5.0:ss=axioms:i=13:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/13Mi)
% 0.21/0.53  % (5480)Instruction limit reached!
% 0.21/0.53  % (5480)------------------------------
% 0.21/0.53  % (5480)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.53  % (5480)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.53  % (5480)Termination reason: Unknown
% 0.21/0.53  % (5480)Termination phase: Saturation
% 0.21/0.53  
% 0.21/0.53  % (5480)Memory used [KB]: 6012
% 0.21/0.53  % (5480)Time elapsed: 0.113 s
% 0.21/0.53  % (5480)Instructions burned: 8 (million)
% 0.21/0.53  % (5480)------------------------------
% 0.21/0.53  % (5480)------------------------------
% 0.21/0.53  % (5476)lrs+2_1:1_lcm=reverse:lma=on:sos=all:spb=goal_then_units:ss=included:urr=on:i=39:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/39Mi)
% 0.21/0.53  % (5491)dis+1010_2:3_fs=off:fsr=off:nm=0:nwc=5.0:s2a=on:s2agt=32:i=82:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/82Mi)
% 0.21/0.53  % (5471)dis+1002_1:1_aac=none:bd=off:sac=on:sos=on:spb=units:i=3:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/3Mi)
% 0.21/0.53  % (5484)Instruction limit reached!
% 0.21/0.53  % (5484)------------------------------
% 0.21/0.53  % (5484)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.53  % (5484)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.53  % (5484)Termination reason: Unknown
% 0.21/0.53  % (5484)Termination phase: Saturation
% 0.21/0.53  
% 0.21/0.53  % (5484)Memory used [KB]: 6012
% 0.21/0.53  % (5484)Time elapsed: 0.078 s
% 0.21/0.53  % (5484)Instructions burned: 7 (million)
% 0.21/0.53  % (5484)------------------------------
% 0.21/0.53  % (5484)------------------------------
% 0.21/0.53  % (5498)lrs-11_1:1_nm=0:sac=on:sd=4:ss=axioms:st=3.0:i=24:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/24Mi)
% 0.21/0.53  % (5471)Instruction limit reached!
% 0.21/0.53  % (5471)------------------------------
% 0.21/0.53  % (5471)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.53  % (5471)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.53  % (5471)Termination reason: Unknown
% 0.21/0.53  % (5471)Termination phase: Saturation
% 0.21/0.53  
% 0.21/0.53  % (5471)Memory used [KB]: 5884
% 0.21/0.53  % (5471)Time elapsed: 0.122 s
% 0.21/0.53  % (5471)Instructions burned: 3 (million)
% 0.21/0.53  % (5471)------------------------------
% 0.21/0.53  % (5471)------------------------------
% 0.21/0.54  % (5477)dis+10_1:1_newcnf=on:sgt=8:sos=on:ss=axioms:to=lpo:urr=on:i=49:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/49Mi)
% 0.21/0.54  % (5494)lrs+11_1:1_plsq=on:plsqc=1:plsqr=32,1:ss=included:i=95:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/95Mi)
% 0.21/0.54  % (5496)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=25:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/25Mi)
% 0.21/0.54  % (5492)dis+10_1:1_av=off:sos=on:sp=reverse_arity:ss=included:st=2.0:to=lpo:urr=ec_only:i=45:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/45Mi)
% 0.21/0.54  % (5489)Refutation not found, incomplete strategy% (5489)------------------------------
% 0.21/0.54  % (5489)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.54  % (5489)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.54  % (5489)Termination reason: Refutation not found, incomplete strategy
% 0.21/0.54  
% 0.21/0.54  % (5489)Memory used [KB]: 6012
% 0.21/0.54  % (5489)Time elapsed: 0.127 s
% 0.21/0.54  % (5489)Instructions burned: 4 (million)
% 0.21/0.54  % (5489)------------------------------
% 0.21/0.54  % (5489)------------------------------
% 0.21/0.54  % (5487)ott+1010_1:1_sd=2:sos=on:sp=occurrence:ss=axioms:urr=on:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.21/0.54  % (5478)lrs+10_1:1_br=off:sos=on:ss=axioms:st=2.0:urr=on:i=33:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/33Mi)
% 0.21/0.55  % (5488)dis-10_3:2_amm=sco:ep=RS:fsr=off:nm=10:sd=2:sos=on:ss=axioms:st=3.0:i=11:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/11Mi)
% 0.21/0.55  % (5474)Instruction limit reached!
% 0.21/0.55  % (5474)------------------------------
% 0.21/0.55  % (5474)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.55  % (5474)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.55  % (5474)Termination reason: Unknown
% 0.21/0.55  % (5474)Termination phase: Saturation
% 0.21/0.55  
% 0.21/0.55  % (5474)Memory used [KB]: 1663
% 0.21/0.55  % (5474)Time elapsed: 0.125 s
% 0.21/0.55  % (5474)Instructions burned: 17 (million)
% 0.21/0.55  % (5474)------------------------------
% 0.21/0.55  % (5474)------------------------------
% 0.21/0.55  % (5487)Instruction limit reached!
% 0.21/0.55  % (5487)------------------------------
% 0.21/0.55  % (5487)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.55  % (5487)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.55  % (5487)Termination reason: Unknown
% 0.21/0.55  % (5487)Termination phase: Naming
% 0.21/0.55  
% 0.21/0.55  % (5487)Memory used [KB]: 1407
% 0.21/0.55  % (5487)Time elapsed: 0.004 s
% 0.21/0.55  % (5487)Instructions burned: 2 (million)
% 0.21/0.55  % (5487)------------------------------
% 0.21/0.55  % (5487)------------------------------
% 0.21/0.55  % (5483)lrs+10_1:1_ins=3:sp=reverse_frequency:spb=goal:to=lpo:i=3:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/3Mi)
% 0.21/0.55  % (5495)lrs+1011_1:1_fd=preordered:fsd=on:sos=on:thsq=on:thsqc=64:thsqd=32:uwa=ground:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.21/0.55  % (5481)Instruction limit reached!
% 0.21/0.55  % (5481)------------------------------
% 0.21/0.55  % (5481)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.55  % (5481)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.55  % (5481)Termination reason: Unknown
% 0.21/0.55  % (5481)Termination phase: Saturation
% 0.21/0.55  
% 0.21/0.55  % (5481)Memory used [KB]: 1663
% 0.21/0.55  % (5481)Time elapsed: 0.144 s
% 0.21/0.55  % (5481)Instructions burned: 17 (million)
% 0.21/0.55  % (5481)------------------------------
% 0.21/0.55  % (5481)------------------------------
% 0.21/0.55  % (5483)Instruction limit reached!
% 0.21/0.55  % (5483)------------------------------
% 0.21/0.55  % (5483)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.55  % (5483)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.55  % (5483)Termination reason: Unknown
% 0.21/0.55  % (5483)Termination phase: Saturation
% 0.21/0.55  
% 0.21/0.55  % (5483)Memory used [KB]: 6012
% 0.21/0.55  % (5483)Time elapsed: 0.151 s
% 0.21/0.55  % (5483)Instructions burned: 4 (million)
% 0.21/0.55  % (5483)------------------------------
% 0.21/0.55  % (5483)------------------------------
% 0.21/0.56  % (5473)Instruction limit reached!
% 0.21/0.56  % (5473)------------------------------
% 0.21/0.56  % (5473)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.56  % (5493)dis+21_1:1_ep=RS:nwc=10.0:s2a=on:s2at=1.5:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.21/0.56  % (5473)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.56  % (5473)Termination reason: Unknown
% 0.21/0.56  % (5473)Termination phase: Saturation
% 0.21/0.56  
% 0.21/0.56  % (5473)Memory used [KB]: 6140
% 0.21/0.56  % (5473)Time elapsed: 0.128 s
% 0.21/0.56  % (5473)Instructions burned: 13 (million)
% 0.21/0.56  % (5473)------------------------------
% 0.21/0.56  % (5473)------------------------------
% 0.21/0.56  % (5498)Instruction limit reached!
% 0.21/0.56  % (5498)------------------------------
% 0.21/0.56  % (5498)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.56  % (5498)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.56  % (5498)Termination reason: Unknown
% 0.21/0.56  % (5498)Termination phase: Saturation
% 0.21/0.56  
% 0.21/0.56  % (5498)Memory used [KB]: 6396
% 0.21/0.56  % (5498)Time elapsed: 0.167 s
% 0.21/0.56  % (5498)Instructions burned: 26 (million)
% 0.21/0.56  % (5498)------------------------------
% 0.21/0.56  % (5498)------------------------------
% 0.21/0.56  % (5488)Refutation not found, incomplete strategy% (5488)------------------------------
% 0.21/0.56  % (5488)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.56  % (5488)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.56  % (5488)Termination reason: Refutation not found, incomplete strategy
% 0.21/0.56  
% 0.21/0.56  % (5488)Memory used [KB]: 5884
% 0.21/0.56  % (5488)Time elapsed: 0.157 s
% 0.21/0.56  % (5488)Instructions burned: 3 (million)
% 0.21/0.56  % (5488)------------------------------
% 0.21/0.56  % (5488)------------------------------
% 0.21/0.57  % (5493)Refutation not found, incomplete strategy% (5493)------------------------------
% 0.21/0.57  % (5493)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.68/0.57  % (5486)fmb+10_1:1_nm=2:i=3:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/3Mi)
% 1.68/0.57  % (5486)Instruction limit reached!
% 1.68/0.57  % (5486)------------------------------
% 1.68/0.57  % (5486)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.68/0.57  % (5486)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.68/0.57  % (5486)Termination reason: Unknown
% 1.68/0.57  % (5486)Termination phase: Finite model building preprocessing
% 1.68/0.57  
% 1.68/0.57  % (5486)Memory used [KB]: 5884
% 1.68/0.57  % (5486)Time elapsed: 0.005 s
% 1.68/0.57  % (5486)Instructions burned: 4 (million)
% 1.68/0.57  % (5486)------------------------------
% 1.68/0.57  % (5486)------------------------------
% 1.68/0.58  % (5493)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.68/0.58  % (5493)Termination reason: Refutation not found, incomplete strategy
% 1.68/0.58  
% 1.68/0.58  % (5493)Memory used [KB]: 5884
% 1.68/0.58  % (5493)Time elapsed: 0.157 s
% 1.68/0.58  % (5493)Instructions burned: 3 (million)
% 1.68/0.58  % (5493)------------------------------
% 1.68/0.58  % (5493)------------------------------
% 1.68/0.58  % (5476)Instruction limit reached!
% 1.68/0.58  % (5476)------------------------------
% 1.68/0.58  % (5476)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.68/0.58  % (5476)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.68/0.58  % (5476)Termination reason: Unknown
% 1.68/0.58  % (5476)Termination phase: Saturation
% 1.68/0.58  
% 1.68/0.58  % (5476)Memory used [KB]: 6524
% 1.68/0.58  % (5476)Time elapsed: 0.137 s
% 1.68/0.58  % (5476)Instructions burned: 40 (million)
% 1.68/0.58  % (5476)------------------------------
% 1.68/0.58  % (5476)------------------------------
% 1.68/0.59  % (5496)Instruction limit reached!
% 1.68/0.59  % (5496)------------------------------
% 1.68/0.59  % (5496)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.68/0.59  % (5496)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.68/0.59  % (5496)Termination reason: Unknown
% 1.68/0.59  % (5496)Termination phase: Saturation
% 1.68/0.59  
% 1.68/0.59  % (5496)Memory used [KB]: 6396
% 1.68/0.59  % (5496)Time elapsed: 0.163 s
% 1.68/0.59  % (5496)Instructions burned: 27 (million)
% 1.68/0.59  % (5496)------------------------------
% 1.68/0.59  % (5496)------------------------------
% 1.80/0.59  % (5472)Instruction limit reached!
% 1.80/0.59  % (5472)------------------------------
% 1.80/0.59  % (5472)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.80/0.59  % (5472)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.80/0.59  % (5472)Termination reason: Unknown
% 1.80/0.59  % (5472)Termination phase: Saturation
% 1.80/0.59  
% 1.80/0.59  % (5472)Memory used [KB]: 6652
% 1.80/0.59  % (5472)Time elapsed: 0.168 s
% 1.80/0.59  % (5472)Instructions burned: 52 (million)
% 1.80/0.59  % (5472)------------------------------
% 1.80/0.59  % (5472)------------------------------
% 1.80/0.60  % (5475)Instruction limit reached!
% 1.80/0.60  % (5475)------------------------------
% 1.80/0.60  % (5475)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.80/0.60  % (5475)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.80/0.60  % (5475)Termination reason: Unknown
% 1.80/0.60  % (5475)Termination phase: Saturation
% 1.80/0.60  
% 1.80/0.60  % (5475)Memory used [KB]: 6524
% 1.80/0.60  % (5475)Time elapsed: 0.187 s
% 1.80/0.60  % (5475)Instructions burned: 40 (million)
% 1.80/0.60  % (5475)------------------------------
% 1.80/0.60  % (5475)------------------------------
% 1.80/0.61  % (5478)Instruction limit reached!
% 1.80/0.61  % (5478)------------------------------
% 1.80/0.61  % (5478)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.80/0.61  % (5478)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.80/0.61  % (5478)Termination reason: Unknown
% 1.80/0.61  % (5478)Termination phase: Saturation
% 1.80/0.61  
% 1.80/0.61  % (5478)Memory used [KB]: 6396
% 1.80/0.61  % (5478)Time elapsed: 0.187 s
% 1.80/0.61  % (5478)Instructions burned: 34 (million)
% 1.80/0.61  % (5478)------------------------------
% 1.80/0.61  % (5478)------------------------------
% 1.80/0.62  % (5492)Instruction limit reached!
% 1.80/0.62  % (5492)------------------------------
% 1.80/0.62  % (5492)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.80/0.62  % (5482)Instruction limit reached!
% 1.80/0.62  % (5482)------------------------------
% 1.80/0.62  % (5482)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.80/0.62  % (5482)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.80/0.62  % (5492)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.80/0.62  % (5482)Termination reason: Unknown
% 1.80/0.62  % (5492)Termination reason: Unknown
% 1.80/0.62  % (5482)Termination phase: Saturation
% 1.80/0.62  
% 1.80/0.62  % (5492)Termination phase: Saturation
% 1.80/0.62  
% 1.80/0.62  % (5482)Memory used [KB]: 6908
% 1.80/0.62  % (5492)Memory used [KB]: 2046
% 1.80/0.62  % (5482)Time elapsed: 0.217 s
% 1.80/0.62  % (5492)Time elapsed: 0.209 s
% 1.80/0.62  % (5482)Instructions burned: 52 (million)
% 1.80/0.62  % (5492)Instructions burned: 47 (million)
% 1.80/0.62  % (5482)------------------------------
% 1.80/0.62  % (5482)------------------------------
% 1.80/0.62  % (5492)------------------------------
% 1.80/0.62  % (5492)------------------------------
% 1.80/0.62  % (5485)Instruction limit reached!
% 1.80/0.62  % (5485)------------------------------
% 1.80/0.62  % (5485)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.80/0.62  % (5485)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.80/0.62  % (5485)Termination reason: Unknown
% 1.80/0.62  % (5485)Termination phase: Saturation
% 1.80/0.62  
% 1.80/0.62  % (5485)Memory used [KB]: 7291
% 1.80/0.62  % (5485)Time elapsed: 0.208 s
% 1.80/0.62  % (5485)Instructions burned: 51 (million)
% 1.80/0.62  % (5485)------------------------------
% 1.80/0.62  % (5485)------------------------------
% 1.80/0.62  % (5477)Instruction limit reached!
% 1.80/0.62  % (5477)------------------------------
% 1.80/0.62  % (5477)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.80/0.62  % (5477)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.80/0.62  % (5477)Termination reason: Unknown
% 1.80/0.62  % (5477)Termination phase: Saturation
% 1.80/0.62  
% 1.80/0.62  % (5477)Memory used [KB]: 6524
% 1.80/0.62  % (5477)Time elapsed: 0.189 s
% 1.80/0.62  % (5477)Instructions burned: 50 (million)
% 1.80/0.62  % (5477)------------------------------
% 1.80/0.62  % (5477)------------------------------
% 2.15/0.63  % (5578)lrs+1010_1:1_afq=1.1:anc=none:bd=off:sd=2:sos=on:ss=axioms:i=92:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/92Mi)
% 2.20/0.65  % (5579)lrs+1011_1:1_afp=100000:afq=1.4:bd=preordered:cond=fast:fde=unused:gs=on:gsem=on:irw=on:lma=on:nm=16:sd=1:sos=all:sp=const_min:ss=axioms:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/7Mi)
% 2.20/0.65  % (5579)Refutation not found, incomplete strategy% (5579)------------------------------
% 2.20/0.65  % (5579)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.20/0.65  % (5583)lrs+1010_1:1_bd=off:skr=on:ss=axioms:i=56:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/56Mi)
% 2.20/0.66  % (5579)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.20/0.66  % (5579)Termination reason: Refutation not found, incomplete strategy
% 2.20/0.66  
% 2.20/0.66  % (5579)Memory used [KB]: 10490
% 2.20/0.66  % (5579)Time elapsed: 0.078 s
% 2.20/0.66  % (5579)Instructions burned: 3 (million)
% 2.20/0.66  % (5579)------------------------------
% 2.20/0.66  % (5579)------------------------------
% 2.20/0.66  % (5584)lrs+10_5:1_br=off:fde=none:nwc=3.0:sd=1:sgt=10:sos=on:ss=axioms:urr=on:i=141:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/141Mi)
% 2.20/0.66  % (5491)Instruction limit reached!
% 2.20/0.66  % (5491)------------------------------
% 2.20/0.66  % (5491)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.20/0.66  % (5491)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.20/0.66  % (5491)Termination reason: Unknown
% 2.20/0.66  % (5491)Termination phase: Saturation
% 2.20/0.66  
% 2.20/0.66  % (5491)Memory used [KB]: 7419
% 2.20/0.66  % (5491)Time elapsed: 0.235 s
% 2.20/0.66  % (5491)Instructions burned: 82 (million)
% 2.20/0.66  % (5491)------------------------------
% 2.20/0.66  % (5491)------------------------------
% 2.20/0.66  % (5581)ott+4_1:28_av=off:sos=all:i=69:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/69Mi)
% 2.20/0.67  % (5580)lrs+11_1:1_bd=off:sd=2:sos=all:sp=unary_frequency:ss=axioms:i=87:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/87Mi)
% 2.20/0.68  % (5593)lrs+1010_1:4_amm=off:bce=on:sd=1:sos=on:ss=included:i=84:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/84Mi)
% 2.20/0.68  % (5582)dis+1011_1:1_av=off:er=known:fde=unused:nwc=10.0:slsq=on:slsqc=1:slsqr=4,15:i=107:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/107Mi)
% 2.20/0.68  % (5593)Refutation not found, incomplete strategy% (5593)------------------------------
% 2.20/0.68  % (5593)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.20/0.68  % (5593)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.20/0.68  % (5593)Termination reason: Refutation not found, incomplete strategy
% 2.20/0.68  
% 2.20/0.68  % (5593)Memory used [KB]: 5884
% 2.20/0.68  % (5593)Time elapsed: 0.095 s
% 2.20/0.68  % (5593)Instructions burned: 2 (million)
% 2.20/0.68  % (5593)------------------------------
% 2.20/0.68  % (5593)------------------------------
% 2.20/0.68  % (5589)lrs+1010_1:1_ep=RS:sos=on:i=31:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/31Mi)
% 2.20/0.68  % (5589)Refutation not found, incomplete strategy% (5589)------------------------------
% 2.20/0.68  % (5589)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.20/0.68  % (5589)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.20/0.68  % (5589)Termination reason: Refutation not found, incomplete strategy
% 2.20/0.68  
% 2.20/0.68  % (5589)Memory used [KB]: 5884
% 2.20/0.68  % (5589)Time elapsed: 0.103 s
% 2.20/0.68  % (5589)Instructions burned: 2 (million)
% 2.20/0.68  % (5589)------------------------------
% 2.20/0.68  % (5589)------------------------------
% 2.20/0.68  % (5591)lrs+1011_1:1_ep=RST:fs=off:fsr=off:s2a=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/68Mi)
% 2.20/0.69  % (5598)lrs+10_1:1_br=off:s2a=on:s2agt=8:ss=axioms:st=2.0:urr=on:i=131:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/131Mi)
% 2.20/0.69  % (5588)dis+1011_1:16_fsr=off:nwc=2.0:i=42:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/42Mi)
% 2.20/0.69  % (5494)Instruction limit reached!
% 2.20/0.69  % (5494)------------------------------
% 2.20/0.69  % (5494)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.20/0.69  % (5494)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.20/0.69  % (5494)Termination reason: Unknown
% 2.20/0.69  % (5494)Termination phase: Saturation
% 2.20/0.69  
% 2.20/0.69  % (5494)Memory used [KB]: 7547
% 2.20/0.69  % (5494)Time elapsed: 0.238 s
% 2.20/0.69  % (5494)Instructions burned: 96 (million)
% 2.20/0.69  % (5494)------------------------------
% 2.20/0.69  % (5494)------------------------------
% 2.20/0.70  % (5602)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=86:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/86Mi)
% 2.20/0.70  % (5612)ott+10_1:1_ep=R:sd=1:sos=all:ss=axioms:i=66:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/66Mi)
% 2.20/0.70  % (5601)lrs+10_1:32_br=off:nm=16:sd=2:ss=axioms:st=2.0:urr=on:i=109:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/109Mi)
% 2.20/0.70  % (5612)Refutation not found, incomplete strategy% (5612)------------------------------
% 2.20/0.70  % (5612)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.20/0.70  % (5612)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.20/0.70  % (5612)Termination reason: Refutation not found, incomplete strategy
% 2.20/0.70  
% 2.20/0.70  % (5612)Memory used [KB]: 5884
% 2.20/0.70  % (5612)Time elapsed: 0.059 s
% 2.20/0.70  % (5612)Instructions burned: 2 (million)
% 2.20/0.70  % (5612)------------------------------
% 2.20/0.70  % (5612)------------------------------
% 2.49/0.71  % (5490)Instruction limit reached!
% 2.49/0.71  % (5490)------------------------------
% 2.49/0.71  % (5490)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.49/0.71  % (5490)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.49/0.71  % (5490)Termination reason: Unknown
% 2.49/0.71  % (5490)Termination phase: Saturation
% 2.49/0.71  
% 2.49/0.71  % (5490)Memory used [KB]: 7291
% 2.49/0.71  % (5490)Time elapsed: 0.289 s
% 2.49/0.71  % (5490)Instructions burned: 99 (million)
% 2.49/0.71  % (5490)------------------------------
% 2.49/0.71  % (5490)------------------------------
% 2.49/0.71  % (5599)lrs+21_1:16_gsp=on:lcm=reverse:sd=2:sp=frequency:spb=goal_then_units:ss=included:i=93:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/93Mi)
% 2.49/0.71  % (5617)dis+1002_1:1_ins=1:sd=1:sos=on:ss=axioms:to=lpo:i=341:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/341Mi)
% 2.49/0.71  % (5608)dis+1011_5:1_drc=off:kws=inv_arity_squared:nwc=5.0:plsq=on:plsqc=1:plsqr=32,1:s2a=on:s2at=2.1:urr=ec_only:i=32:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/32Mi)
% 2.49/0.72  % (5614)ott+10_4:7_awrs=converge:bd=preordered:flr=on:nwc=10.0:sos=on:sp=reverse_frequency:to=lpo:urr=on:i=19:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/19Mi)
% 2.49/0.73  % (5609)lrs+1002_1:32_ep=RS:ss=axioms:st=5.0:i=149:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/149Mi)
% 2.49/0.73  % (5607)lrs+4_1:1_fde=unused:sos=on:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/15Mi)
% 2.49/0.73  % (5609)Refutation not found, incomplete strategy% (5609)------------------------------
% 2.49/0.73  % (5609)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.49/0.73  % (5609)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.49/0.73  % (5609)Termination reason: Refutation not found, incomplete strategy
% 2.49/0.73  
% 2.49/0.73  % (5609)Memory used [KB]: 5884
% 2.49/0.73  % (5609)Time elapsed: 0.113 s
% 2.49/0.73  % (5609)Instructions burned: 2 (million)
% 2.49/0.73  % (5609)------------------------------
% 2.49/0.73  % (5609)------------------------------
% 2.49/0.74  % (5495)Instruction limit reached!
% 2.49/0.74  % (5495)------------------------------
% 2.49/0.74  % (5495)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.49/0.74  % (5495)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.49/0.74  % (5495)Termination reason: Unknown
% 2.49/0.74  % (5495)Termination phase: Saturation
% 2.49/0.74  
% 2.49/0.74  % (5495)Memory used [KB]: 8059
% 2.49/0.74  % (5495)Time elapsed: 0.327 s
% 2.49/0.74  % (5495)Instructions burned: 100 (million)
% 2.49/0.74  % (5495)------------------------------
% 2.49/0.74  % (5495)------------------------------
% 2.49/0.74  % (5623)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=237:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/237Mi)
% 2.49/0.74  % (5627)lrs+10_1:1024_nm=0:nwc=5.0:ss=axioms:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/21Mi)
% 2.49/0.74  % (5588)Instruction limit reached!
% 2.49/0.74  % (5588)------------------------------
% 2.49/0.74  % (5588)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.49/0.74  % (5588)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.49/0.74  % (5588)Termination reason: Unknown
% 2.49/0.74  % (5588)Termination phase: Saturation
% 2.49/0.74  
% 2.49/0.74  % (5588)Memory used [KB]: 6524
% 2.49/0.74  % (5588)Time elapsed: 0.158 s
% 2.49/0.74  % (5588)Instructions burned: 42 (million)
% 2.49/0.74  % (5588)------------------------------
% 2.49/0.74  % (5588)------------------------------
% 2.49/0.75  % (5614)Instruction limit reached!
% 2.49/0.75  % (5614)------------------------------
% 2.49/0.75  % (5614)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.49/0.75  % (5614)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.49/0.75  % (5614)Termination reason: Unknown
% 2.49/0.75  % (5614)Termination phase: Saturation
% 2.49/0.75  
% 2.49/0.75  % (5614)Memory used [KB]: 6140
% 2.49/0.75  % (5614)Time elapsed: 0.130 s
% 2.49/0.75  % (5614)Instructions burned: 20 (million)
% 2.49/0.75  % (5614)------------------------------
% 2.49/0.75  % (5614)------------------------------
% 2.49/0.75  % (5607)Instruction limit reached!
% 2.49/0.75  % (5607)------------------------------
% 2.49/0.75  % (5607)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.49/0.75  % (5607)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.49/0.75  % (5607)Termination reason: Unknown
% 2.49/0.75  % (5607)Termination phase: Saturation
% 2.49/0.75  
% 2.49/0.75  % (5607)Memory used [KB]: 6140
% 2.49/0.75  % (5607)Time elapsed: 0.127 s
% 2.49/0.75  % (5607)Instructions burned: 16 (million)
% 2.49/0.75  % (5607)------------------------------
% 2.49/0.75  % (5607)------------------------------
% 2.49/0.75  % (5625)lrs+10_1:1_bd=off:drc=off:lcm=reverse:nwc=5.0:sd=1:sgt=16:spb=goal_then_units:ss=axioms:to=lpo:i=10:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/10Mi)
% 2.49/0.76  % (5583)Instruction limit reached!
% 2.49/0.76  % (5583)------------------------------
% 2.49/0.76  % (5583)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.49/0.76  % (5626)lrs+10_5:1_br=off:fde=none:nwc=3.0:sd=1:sgt=10:sos=on:ss=axioms:urr=on:i=472:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/472Mi)
% 2.80/0.77  % (5608)Instruction limit reached!
% 2.80/0.77  % (5608)------------------------------
% 2.80/0.77  % (5608)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.80/0.77  % (5637)lrs+2_1:1_ep=R:fde=none:lcm=reverse:nwc=5.0:sos=on:i=97:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/97Mi)
% 2.80/0.77  % (5583)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.80/0.77  % (5583)Termination reason: Unknown
% 2.80/0.77  % (5583)Termination phase: Saturation
% 2.80/0.77  
% 2.80/0.77  % (5583)Memory used [KB]: 6524
% 2.80/0.77  % (5583)Time elapsed: 0.178 s
% 2.80/0.77  % (5583)Instructions burned: 56 (million)
% 2.80/0.77  % (5583)------------------------------
% 2.80/0.77  % (5583)------------------------------
% 2.80/0.77  % (5578)Instruction limit reached!
% 2.80/0.77  % (5578)------------------------------
% 2.80/0.77  % (5578)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.80/0.77  % (5578)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.80/0.77  % (5578)Termination reason: Unknown
% 2.80/0.77  % (5578)Termination phase: Saturation
% 2.80/0.77  
% 2.80/0.77  % (5578)Memory used [KB]: 7036
% 2.80/0.77  % (5578)Time elapsed: 0.214 s
% 2.80/0.77  % (5578)Instructions burned: 92 (million)
% 2.80/0.77  % (5578)------------------------------
% 2.80/0.77  % (5578)------------------------------
% 2.80/0.77  % (5637)Refutation not found, incomplete strategy% (5637)------------------------------
% 2.80/0.77  % (5637)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.80/0.77  % (5637)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.80/0.77  % (5637)Termination reason: Refutation not found, incomplete strategy
% 2.80/0.77  
% 2.80/0.77  % (5637)Memory used [KB]: 5884
% 2.80/0.77  % (5637)Time elapsed: 0.061 s
% 2.80/0.77  % (5637)Instructions burned: 3 (million)
% 2.80/0.77  % (5637)------------------------------
% 2.80/0.77  % (5637)------------------------------
% 2.80/0.78  % (5625)Instruction limit reached!
% 2.80/0.78  % (5625)------------------------------
% 2.80/0.78  % (5625)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.80/0.78  % (5625)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.80/0.78  % (5625)Termination reason: Unknown
% 2.80/0.78  % (5625)Termination phase: Saturation
% 2.80/0.78  
% 2.80/0.78  % (5625)Memory used [KB]: 6012
% 2.80/0.78  % (5625)Time elapsed: 0.135 s
% 2.80/0.78  % (5625)Instructions burned: 11 (million)
% 2.80/0.78  % (5625)------------------------------
% 2.80/0.78  % (5625)------------------------------
% 2.80/0.78  % (5581)Instruction limit reached!
% 2.80/0.78  % (5581)------------------------------
% 2.80/0.78  % (5581)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.80/0.78  % (5581)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.80/0.78  % (5581)Termination reason: Unknown
% 2.80/0.78  % (5581)Termination phase: Saturation
% 2.80/0.78  
% 2.80/0.78  % (5581)Memory used [KB]: 2174
% 2.80/0.78  % (5581)Time elapsed: 0.220 s
% 2.80/0.78  % (5581)Instructions burned: 69 (million)
% 2.80/0.78  % (5581)------------------------------
% 2.80/0.78  % (5581)------------------------------
% 2.80/0.78  % (5608)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.80/0.78  % (5608)Termination reason: Unknown
% 2.80/0.78  % (5608)Termination phase: Saturation
% 2.80/0.78  
% 2.80/0.78  % (5608)Memory used [KB]: 6268
% 2.80/0.78  % (5608)Time elapsed: 0.145 s
% 2.80/0.78  % (5608)Instructions burned: 32 (million)
% 2.80/0.78  % (5608)------------------------------
% 2.80/0.78  % (5608)------------------------------
% 2.80/0.79  % (5627)Instruction limit reached!
% 2.80/0.79  % (5627)------------------------------
% 2.80/0.79  % (5627)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.80/0.79  % (5627)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.80/0.79  % (5627)Termination reason: Unknown
% 2.80/0.79  % (5627)Termination phase: Saturation
% 2.80/0.79  
% 2.80/0.79  % (5627)Memory used [KB]: 6268
% 2.80/0.79  % (5627)Time elapsed: 0.113 s
% 2.80/0.79  % (5627)Instructions burned: 21 (million)
% 2.80/0.79  % (5627)------------------------------
% 2.80/0.79  % (5627)------------------------------
% 2.80/0.79  % (5638)lrs+10_1:1_av=off:sd=2:sos=on:ss=axioms:st=1.5:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/21Mi)
% 2.80/0.79  % (5638)Refutation not found, incomplete strategy% (5638)------------------------------
% 2.80/0.79  % (5638)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.80/0.79  % (5638)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.80/0.79  % (5638)Termination reason: Refutation not found, incomplete strategy
% 2.80/0.79  
% 2.80/0.79  % (5638)Memory used [KB]: 1407
% 2.80/0.79  % (5638)Time elapsed: 0.116 s
% 2.80/0.79  % (5638)Instructions burned: 2 (million)
% 2.80/0.79  % (5638)------------------------------
% 2.80/0.79  % (5638)------------------------------
% 2.80/0.81  % (5648)dis+1011_1:1_nwc=3.0:sd=1:spb=goal_then_units:ss=included:to=lpo:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/138Mi)
% 2.80/0.81  % (5651)dis+10_1:1_newcnf=on:sgt=8:sos=on:ss=axioms:to=lpo:urr=on:i=393:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/393Mi)
% 2.80/0.81  % (5580)Instruction limit reached!
% 2.80/0.81  % (5580)------------------------------
% 2.80/0.81  % (5580)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.80/0.81  % (5580)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.80/0.81  % (5580)Termination reason: Unknown
% 2.80/0.81  % (5580)Termination phase: Saturation
% 2.80/0.81  
% 2.80/0.81  % (5580)Memory used [KB]: 6908
% 2.80/0.81  % (5580)Time elapsed: 0.229 s
% 2.80/0.81  % (5580)Instructions burned: 87 (million)
% 2.80/0.81  % (5580)------------------------------
% 2.80/0.81  % (5580)------------------------------
% 2.80/0.81  % (5666)dis+1004_1:1_br=off:fsd=on:urr=ec_only:i=93:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/93Mi)
% 2.80/0.82  % (5591)Instruction limit reached!
% 2.80/0.82  % (5591)------------------------------
% 2.80/0.82  % (5591)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.80/0.82  % (5591)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.80/0.82  % (5591)Termination reason: Unknown
% 2.80/0.82  % (5591)Termination phase: Saturation
% 2.80/0.82  
% 2.80/0.82  % (5591)Memory used [KB]: 6652
% 2.80/0.82  % (5591)Time elapsed: 0.237 s
% 2.80/0.82  % (5591)Instructions burned: 69 (million)
% 2.80/0.82  % (5591)------------------------------
% 2.80/0.82  % (5591)------------------------------
% 2.80/0.82  % (5660)lrs+10_1:1_br=off:sos=on:ss=axioms:st=2.0:urr=on:i=488:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/488Mi)
% 2.80/0.83  % (5602)Instruction limit reached!
% 2.80/0.83  % (5602)------------------------------
% 2.80/0.83  % (5602)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.80/0.83  % (5602)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.80/0.83  % (5602)Termination reason: Unknown
% 2.80/0.83  % (5602)Termination phase: Saturation
% 2.80/0.83  
% 2.80/0.83  % (5602)Memory used [KB]: 7164
% 2.80/0.83  % (5602)Time elapsed: 0.229 s
% 2.80/0.83  % (5602)Instructions burned: 87 (million)
% 2.80/0.83  % (5602)------------------------------
% 2.80/0.83  % (5602)------------------------------
% 2.80/0.85  % (5599)Instruction limit reached!
% 2.80/0.85  % (5599)------------------------------
% 2.80/0.85  % (5599)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.80/0.85  % (5599)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.80/0.85  % (5599)Termination reason: Unknown
% 2.80/0.85  % (5599)Termination phase: Saturation
% 2.80/0.85  
% 2.80/0.85  % (5599)Memory used [KB]: 6908
% 2.80/0.85  % (5599)Time elapsed: 0.235 s
% 2.80/0.85  % (5599)Instructions burned: 93 (million)
% 2.80/0.85  % (5599)------------------------------
% 2.80/0.85  % (5599)------------------------------
% 2.80/0.85  % (5670)lrs+10_1:8_ep=R:nwc=5.0:rnwc=on:sos=on:urr=on:i=23:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/23Mi)
% 2.80/0.85  % (5584)Instruction limit reached!
% 2.80/0.85  % (5584)------------------------------
% 2.80/0.85  % (5584)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.80/0.85  % (5584)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.80/0.85  % (5584)Termination reason: Unknown
% 2.80/0.85  % (5584)Termination phase: Saturation
% 2.80/0.85  
% 2.80/0.85  % (5584)Memory used [KB]: 7291
% 2.80/0.85  % (5584)Time elapsed: 0.259 s
% 2.80/0.85  % (5584)Instructions burned: 141 (million)
% 2.80/0.85  % (5584)------------------------------
% 2.80/0.85  % (5584)------------------------------
% 3.27/0.86  % (5582)Instruction limit reached!
% 3.27/0.86  % (5582)------------------------------
% 3.27/0.86  % (5582)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.27/0.86  % (5582)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.27/0.86  % (5582)Termination reason: Unknown
% 3.27/0.86  % (5582)Termination phase: Saturation
% 3.27/0.86  
% 3.27/0.86  % (5582)Memory used [KB]: 2942
% 3.27/0.86  % (5582)Time elapsed: 0.276 s
% 3.27/0.86  % (5582)Instructions burned: 107 (million)
% 3.27/0.86  % (5582)------------------------------
% 3.27/0.86  % (5582)------------------------------
% 3.27/0.86  % (5680)lrs+1010_1:1_sd=1:sos=on:sp=frequency:ss=included:to=lpo:i=221:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/221Mi)
% 3.27/0.86  % (5684)lrs+35_1:2_av=off:bsr=unit_only:flr=on:lcm=predicate:sp=frequency:i=222:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/222Mi)
% 3.27/0.87  % (5685)dis+1003_1:128_atotf=0.3:bce=on:newcnf=on:urr=on:i=86:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/86Mi)
% 3.27/0.88  % (5687)lrs+11_1:32_awrs=converge:awrsf=32:bd=preordered:drc=off:fd=preordered:flr=on:to=lpo:i=377:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/377Mi)
% 3.27/0.88  % (5686)dis+1011_1:1_aac=none:bs=unit_only:ep=RS:gsp=on:nwc=5.0:rnwc=on:s2a=on:s2at=3.0:slsq=on:slsqc=2:slsqr=1,8:i=79:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/79Mi)
% 3.27/0.88  % (5691)lrs+1011_1:4_av=off:bd=off:drc=off:ins=1:nwc=2.0:spb=goal:tgt=full:to=lpo:i=113:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/113Mi)
% 3.27/0.88  % (5686)Refutation not found, incomplete strategy% (5686)------------------------------
% 3.27/0.88  % (5686)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.27/0.88  % (5686)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.27/0.88  % (5686)Termination reason: Refutation not found, incomplete strategy
% 3.27/0.88  
% 3.27/0.88  % (5686)Memory used [KB]: 5884
% 3.27/0.88  % (5686)Time elapsed: 0.114 s
% 3.27/0.88  % (5686)Instructions burned: 2 (million)
% 3.27/0.88  % (5686)------------------------------
% 3.27/0.88  % (5686)------------------------------
% 3.27/0.88  % (5680)Refutation not found, incomplete strategy% (5680)------------------------------
% 3.27/0.88  % (5680)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.27/0.88  % (5680)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.27/0.88  % (5680)Termination reason: Refutation not found, incomplete strategy
% 3.27/0.88  
% 3.27/0.88  % (5680)Memory used [KB]: 5884
% 3.27/0.88  % (5680)Time elapsed: 0.130 s
% 3.27/0.88  % (5680)Instructions burned: 2 (million)
% 3.27/0.88  % (5680)------------------------------
% 3.27/0.88  % (5680)------------------------------
% 3.27/0.88  % (5598)Instruction limit reached!
% 3.27/0.88  % (5598)------------------------------
% 3.27/0.88  % (5598)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.37/0.89  % (5693)lrs+1002_1:1_av=off:gs=on:gsp=on:irw=on:nwc=2.0:sd=2:sos=on:ss=axioms:stl=30:urr=on:i=390:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/390Mi)
% 3.37/0.89  % (5689)lrs+10_1:64_plsq=on:plsqr=32,1:sac=on:sos=all:ss=axioms:st=5.0:i=118:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/118Mi)
% 3.37/0.89  % (5598)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.37/0.89  % (5598)Termination reason: Unknown
% 3.37/0.89  % (5598)Termination phase: Saturation
% 3.37/0.89  
% 3.37/0.89  % (5598)Memory used [KB]: 7547
% 3.37/0.89  % (5598)Time elapsed: 0.284 s
% 3.37/0.89  % (5598)Instructions burned: 132 (million)
% 3.37/0.89  % (5598)------------------------------
% 3.37/0.89  % (5598)------------------------------
% 3.37/0.89  % (5670)Instruction limit reached!
% 3.37/0.89  % (5670)------------------------------
% 3.37/0.89  % (5670)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.37/0.89  % (5670)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.37/0.89  % (5670)Termination reason: Unknown
% 3.37/0.89  % (5670)Termination phase: Saturation
% 3.37/0.89  
% 3.37/0.89  % (5670)Memory used [KB]: 6268
% 3.37/0.89  % (5670)Time elapsed: 0.165 s
% 3.37/0.89  % (5670)Instructions burned: 24 (million)
% 3.37/0.89  % (5670)------------------------------
% 3.37/0.89  % (5670)------------------------------
% 3.37/0.90  % (5601)Instruction limit reached!
% 3.37/0.90  % (5601)------------------------------
% 3.37/0.90  % (5601)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.37/0.90  % (5601)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.37/0.90  % (5601)Termination reason: Unknown
% 3.37/0.90  % (5601)Termination phase: Saturation
% 3.37/0.90  
% 3.37/0.90  % (5601)Memory used [KB]: 7419
% 3.37/0.90  % (5601)Time elapsed: 0.279 s
% 3.37/0.90  % (5601)Instructions burned: 111 (million)
% 3.37/0.90  % (5601)------------------------------
% 3.37/0.90  % (5601)------------------------------
% 3.37/0.90  % (5690)ins+10_1:1_br=off:gs=on:igrr=1/32:igs=34:igwr=on:nm=0:sp=const_min:uhcvi=on:updr=off:urr=ec_only:i=34:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/34Mi)
% 3.37/0.91  % (5694)ott+1011_1:16_lma=on:nicw=on:sd=7:sp=const_frequency:ss=axioms:st=5.0:urr=ec_only:i=23:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/23Mi)
% 3.37/0.91  % (5692)dis+2_3:1_aac=none:abs=on:ep=R:lcm=reverse:nwc=10.0:sos=on:sp=const_frequency:spb=units:urr=ec_only:i=8:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/8Mi)
% 3.37/0.92  % (5695)dis+1011_1:1_av=off:er=known:fde=unused:nwc=10.0:slsq=on:slsqc=1:slsqr=4,15:i=357:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/357Mi)
% 3.37/0.92  % (5666)Instruction limit reached!
% 3.37/0.92  % (5666)------------------------------
% 3.37/0.92  % (5666)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.37/0.92  % (5666)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.37/0.92  % (5666)Termination reason: Unknown
% 3.37/0.92  % (5666)Termination phase: Saturation
% 3.37/0.92  
% 3.37/0.92  % (5666)Memory used [KB]: 7164
% 3.37/0.92  % (5666)Time elapsed: 0.150 s
% 3.37/0.92  % (5666)Instructions burned: 95 (million)
% 3.37/0.92  % (5666)------------------------------
% 3.37/0.92  % (5666)------------------------------
% 3.37/0.92  % (5696)lrs+10_1:32_abs=on:br=off:urr=ec_only:i=366:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/366Mi)
% 3.66/0.93  % (5692)Instruction limit reached!
% 3.66/0.93  % (5692)------------------------------
% 3.66/0.93  % (5692)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.66/0.93  % (5692)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.66/0.93  % (5692)Termination reason: Unknown
% 3.66/0.93  % (5692)Termination phase: Saturation
% 3.66/0.93  
% 3.66/0.93  % (5692)Memory used [KB]: 6140
% 3.66/0.93  % (5692)Time elapsed: 0.117 s
% 3.66/0.93  % (5692)Instructions burned: 9 (million)
% 3.66/0.93  % (5692)------------------------------
% 3.66/0.93  % (5692)------------------------------
% 3.69/0.94  % (5694)Instruction limit reached!
% 3.69/0.94  % (5694)------------------------------
% 3.69/0.94  % (5694)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.69/0.94  % (5694)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.69/0.94  % (5694)Termination reason: Unknown
% 3.69/0.94  % (5694)Termination phase: Saturation
% 3.69/0.94  
% 3.69/0.94  % (5694)Memory used [KB]: 6268
% 3.69/0.94  % (5694)Time elapsed: 0.117 s
% 3.69/0.94  % (5694)Instructions burned: 25 (million)
% 3.69/0.94  % (5694)------------------------------
% 3.69/0.94  % (5694)------------------------------
% 3.69/0.94  % (5698)dis+1002_1:1_aac=none:bd=off:sac=on:sos=on:spb=units:i=753:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/753Mi)
% 3.69/0.94  % (5697)ott+1011_1:2_br=off:bs=unit_only:bsr=unit_only:nwc=5.0:s2a=on:s2agt=32:urr=on:i=424:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/424Mi)
% 3.69/0.95  % (5699)lrs+11_1:2_aac=none:acc=on:alpa=true:spb=units:i=288:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/288Mi)
% 3.69/0.96  % (5700)lrs+10_1:1_sd=1:sos=on:spb=goal_then_units:ss=included:to=lpo:i=1000:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/1000Mi)
% 3.69/0.96  % (5701)dis+1010_1:50_awrs=decay:awrsf=128:nwc=10.0:s2pl=no:sp=frequency:ss=axioms:i=149:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/149Mi)
% 3.69/0.96  % (5700)Refutation not found, incomplete strategy% (5700)------------------------------
% 3.69/0.96  % (5700)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.69/0.96  % (5700)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.69/0.96  % (5700)Termination reason: Refutation not found, incomplete strategy
% 3.69/0.96  
% 3.69/0.96  % (5700)Memory used [KB]: 6012
% 3.69/0.96  % (5700)Time elapsed: 0.078 s
% 3.69/0.96  % (5700)Instructions burned: 2 (million)
% 3.69/0.96  % (5700)------------------------------
% 3.69/0.96  % (5700)------------------------------
% 3.69/0.97  % (5690)Instruction limit reached!
% 3.69/0.97  % (5690)------------------------------
% 3.69/0.97  % (5690)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.69/0.97  % (5690)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.69/0.97  % (5690)Termination reason: Unknown
% 3.69/0.97  % (5690)Termination phase: Saturation
% 3.69/0.97  
% 3.69/0.97  % (5690)Memory used [KB]: 11385
% 3.69/0.97  % (5690)Time elapsed: 0.019 s
% 3.69/0.97  % (5690)Instructions burned: 36 (million)
% 3.69/0.97  % (5690)------------------------------
% 3.69/0.97  % (5690)------------------------------
% 3.69/0.98  % (5648)Instruction limit reached!
% 3.69/0.98  % (5648)------------------------------
% 3.69/0.98  % (5648)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.69/0.99  % (5702)lrs+10_5:1_bce=on:bd=off:bsr=unit_only:s2a=on:sos=all:sp=reverse_arity:ss=axioms:st=2.0:to=lpo:urr=on:i=35:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/35Mi)
% 3.69/0.99  % (5706)lrs+10_1:8_ep=R:nwc=5.0:rnwc=on:sos=on:urr=on:i=23:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/23Mi)
% 3.69/1.00  % (5648)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.69/1.00  % (5648)Termination reason: Unknown
% 3.69/1.00  % (5648)Termination phase: Saturation
% 3.69/1.00  
% 3.69/1.00  % (5648)Memory used [KB]: 8187
% 3.69/1.00  % (5648)Time elapsed: 0.257 s
% 3.69/1.00  % (5648)Instructions burned: 140 (million)
% 3.69/1.00  % (5648)------------------------------
% 3.69/1.00  % (5648)------------------------------
% 3.69/1.00  % (5704)lrs+1010_1:1_bd=off:fd=off:fde=none:ins=3:sac=on:sos=on:spb=goal:to=lpo:i=300:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/300Mi)
% 3.69/1.01  % (5703)dis+1002_1:1_av=off:dr=on:ep=RS:mep=off:newcnf=on:nm=2:nwc=10.0:s2a=on:slsq=on:slsqc=0:slsqr=1,8:i=377:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/377Mi)
% 3.92/1.01  % (5691)Instruction limit reached!
% 3.92/1.01  % (5691)------------------------------
% 3.92/1.01  % (5691)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.92/1.01  % (5691)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.92/1.01  % (5691)Termination reason: Unknown
% 3.92/1.01  % (5691)Termination phase: Saturation
% 3.92/1.01  
% 3.92/1.01  % (5691)Memory used [KB]: 3198
% 3.92/1.01  % (5691)Time elapsed: 0.151 s
% 3.92/1.01  % (5691)Instructions burned: 114 (million)
% 3.92/1.01  % (5691)------------------------------
% 3.92/1.01  % (5691)------------------------------
% 3.92/1.01  % (5703)Refutation not found, incomplete strategy% (5703)------------------------------
% 3.92/1.01  % (5703)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.92/1.01  % (5703)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.92/1.01  % (5703)Termination reason: Refutation not found, incomplete strategy
% 3.92/1.01  
% 3.92/1.01  % (5703)Memory used [KB]: 1535
% 3.92/1.01  % (5703)Time elapsed: 0.099 s
% 3.92/1.01  % (5703)Instructions burned: 3 (million)
% 3.92/1.01  % (5703)------------------------------
% 3.92/1.01  % (5703)------------------------------
% 3.92/1.01  % (5685)Instruction limit reached!
% 3.92/1.01  % (5685)------------------------------
% 3.92/1.01  % (5685)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.92/1.01  % (5685)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.92/1.01  % (5685)Termination reason: Unknown
% 3.92/1.01  % (5685)Termination phase: Saturation
% 3.92/1.01  
% 3.92/1.01  % (5685)Memory used [KB]: 6908
% 3.92/1.01  % (5685)Time elapsed: 0.256 s
% 3.92/1.01  % (5685)Instructions burned: 88 (million)
% 3.92/1.01  % (5685)------------------------------
% 3.92/1.01  % (5685)------------------------------
% 3.92/1.02  % (5702)Instruction limit reached!
% 3.92/1.02  % (5702)------------------------------
% 3.92/1.02  % (5702)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.92/1.02  % (5702)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.92/1.02  % (5702)Termination reason: Unknown
% 3.92/1.02  % (5702)Termination phase: Saturation
% 3.92/1.02  
% 3.92/1.02  % (5702)Memory used [KB]: 6524
% 3.92/1.02  % (5702)Time elapsed: 0.133 s
% 3.92/1.02  % (5702)Instructions burned: 37 (million)
% 3.92/1.02  % (5702)------------------------------
% 3.92/1.02  % (5702)------------------------------
% 3.92/1.02  % (5705)dis+1002_1:1_nm=0:nwc=2.0:s2a=on:spb=goal_then_units:to=lpo:i=45:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/45Mi)
% 3.92/1.04  % (5707)lrs+1011_1:1_aac=none:fs=off:fsr=off:i=136:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/136Mi)
% 3.92/1.04  % (5689)Instruction limit reached!
% 3.92/1.04  % (5689)------------------------------
% 3.92/1.04  % (5689)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.92/1.05  % (5709)lrs+10_1:4_drc=off:sos=on:to=lpo:i=102:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/102Mi)
% 3.92/1.05  % (5709)Refutation not found, incomplete strategy% (5709)------------------------------
% 3.92/1.05  % (5709)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.92/1.05  % (5709)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.92/1.05  % (5709)Termination reason: Refutation not found, incomplete strategy
% 3.92/1.05  
% 3.92/1.05  % (5709)Memory used [KB]: 6012
% 3.92/1.05  % (5709)Time elapsed: 0.074 s
% 3.92/1.05  % (5709)Instructions burned: 3 (million)
% 3.92/1.05  % (5709)------------------------------
% 3.92/1.05  % (5709)------------------------------
% 3.92/1.05  % (5710)lrs+1011_1:1_fd=preordered:fsd=on:sos=on:thsq=on:thsqc=64:thsqd=32:uwa=ground:i=234:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/234Mi)
% 3.92/1.05  % (5706)Instruction limit reached!
% 3.92/1.05  % (5706)------------------------------
% 3.92/1.05  % (5706)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.92/1.05  % (5706)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.92/1.05  % (5706)Termination reason: Unknown
% 3.92/1.05  % (5706)Termination phase: Saturation
% 3.92/1.05  
% 3.92/1.05  % (5706)Memory used [KB]: 6268
% 3.92/1.05  % (5706)Time elapsed: 0.109 s
% 3.92/1.05  % (5706)Instructions burned: 24 (million)
% 3.92/1.05  % (5706)------------------------------
% 3.92/1.05  % (5706)------------------------------
% 3.92/1.05  % (5708)lrs+10_1:1_amm=off:drc=off:sp=reverse_frequency:spb=goal_then_units:to=lpo:i=91:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/91Mi)
% 3.92/1.06  % (5689)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.92/1.06  % (5689)Termination reason: Unknown
% 3.92/1.06  % (5689)Termination phase: Saturation
% 3.92/1.06  
% 3.92/1.06  % (5689)Memory used [KB]: 7291
% 3.92/1.06  % (5689)Time elapsed: 0.240 s
% 3.92/1.06  % (5689)Instructions burned: 118 (million)
% 3.92/1.06  % (5689)------------------------------
% 3.92/1.06  % (5689)------------------------------
% 5.71/1.08  % (5705)Instruction limit reached!
% 5.71/1.08  % (5705)------------------------------
% 5.71/1.08  % (5705)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 5.71/1.08  % (5705)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 5.71/1.08  % (5705)Termination reason: Unknown
% 5.71/1.08  % (5705)Termination phase: Saturation
% 5.71/1.08  
% 5.71/1.08  % (5705)Memory used [KB]: 6652
% 5.71/1.08  % (5705)Time elapsed: 0.147 s
% 5.71/1.08  % (5705)Instructions burned: 46 (million)
% 5.71/1.08  % (5705)------------------------------
% 5.71/1.08  % (5705)------------------------------
% 5.71/1.10  % (5712)dis+1011_1:1_aac=none:bs=unit_only:ep=RS:gsp=on:nwc=5.0:rnwc=on:s2a=on:s2at=3.0:slsq=on:slsqc=2:slsqr=1,8:i=290:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/290Mi)
% 5.71/1.10  % (5712)Refutation not found, incomplete strategy% (5712)------------------------------
% 5.71/1.10  % (5712)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 5.71/1.10  % (5711)dis+1002_1:2_er=filter:fde=unused:nwc=3.0:sac=on:sp=frequency:ss=included:to=lpo:i=246:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/246Mi)
% 5.71/1.10  % (5617)Instruction limit reached!
% 5.71/1.10  % (5617)------------------------------
% 5.71/1.10  % (5617)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 5.71/1.10  % (5617)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 5.71/1.10  % (5617)Termination reason: Unknown
% 5.71/1.10  % (5617)Termination phase: Saturation
% 5.71/1.10  
% 5.71/1.10  % (5617)Memory used [KB]: 9338
% 5.71/1.10  % (5617)Time elapsed: 0.469 s
% 5.71/1.10  % (5617)Instructions burned: 344 (million)
% 5.71/1.10  % (5617)------------------------------
% 5.71/1.10  % (5617)------------------------------
% 5.71/1.11  % (5712)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 5.71/1.11  % (5712)Termination reason: Refutation not found, incomplete strategy
% 5.71/1.11  
% 5.71/1.11  % (5712)Memory used [KB]: 6012
% 5.71/1.11  % (5712)Time elapsed: 0.104 s
% 5.71/1.11  % (5712)Instructions burned: 3 (million)
% 5.71/1.11  % (5712)------------------------------
% 5.71/1.11  % (5712)------------------------------
% 5.71/1.12  % (5687)First to succeed.
% 5.71/1.12  % (5714)dis+10_1:1_ep=R:fde=none:fsr=off:slsq=on:slsqc=1:slsql=off:slsqr=1,4:ss=axioms:i=248:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/248Mi)
% 5.71/1.13  % (5713)dis+1010_1:3_av=off:bd=off:bs=on:bsr=on:cond=on:gsp=on:slsq=on:slsqc=1:slsqr=1,4:uwa=all:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/68Mi)
% 5.71/1.13  % (5687)Refutation found. Thanks to Tanya!
% 5.71/1.13  % SZS status Theorem for theBenchmark
% 5.71/1.13  % SZS output start Proof for theBenchmark
% See solution above
% 5.71/1.13  % (5687)------------------------------
% 5.71/1.13  % (5687)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 5.71/1.13  % (5687)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 5.71/1.13  % (5687)Termination reason: Refutation
% 5.71/1.13  
% 5.71/1.13  % (5687)Memory used [KB]: 8443
% 5.71/1.13  % (5687)Time elapsed: 0.339 s
% 5.71/1.13  % (5687)Instructions burned: 189 (million)
% 5.71/1.13  % (5687)------------------------------
% 5.71/1.13  % (5687)------------------------------
% 5.71/1.13  % (5464)Success in time 0.763 s
%------------------------------------------------------------------------------