TSTP Solution File: NUM926_2 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : NUM926_2 : TPTP v8.1.0. Released v5.3.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 : n014.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 18:03:05 EDT 2022

% Result   : Theorem 6.94s 1.26s
% Output   : Refutation 6.94s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   75
% Syntax   : Number of formulae    :  113 (  22 unt;  63 typ;   0 def)
%            Number of atoms       :   82 (  31 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   59 (  27   ~;  22   |;   0   &)
%                                         (   7 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   3 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number of types       :    5 (   4 usr)
%            Number of type conns  :   71 (  39   >;  32   *;   0   +;   0  <<)
%            Number of predicates  :   17 (  15 usr;   1 prp; 0-3 aty)
%            Number of functors    :   44 (  44 usr;  20 con; 0-3 aty)
%            Number of variables   :   64 (  47   !;  16   ?;  64   :)
%                                         (   1  !>;   0  ?*;   0  @-;   0  @+)

% Comments : 
%------------------------------------------------------------------------------
tff(type_def_5,type,
    int: $tType ).

tff(type_def_6,type,
    nat: $tType ).

tff(type_def_7,type,
    real: $tType ).

tff(type_def_8,type,
    product_prod_int_int: $tType ).

tff(func_def_0,type,
    minus_minus_int: ( int * int ) > int ).

tff(func_def_1,type,
    minus_minus_nat: ( nat * nat ) > nat ).

tff(func_def_2,type,
    minus_minus_real: ( real * real ) > real ).

tff(func_def_3,type,
    one_one_int: int ).

tff(func_def_4,type,
    one_one_nat: nat ).

tff(func_def_5,type,
    one_one_real: real ).

tff(func_def_6,type,
    plus_plus_int: ( int * int ) > int ).

tff(func_def_7,type,
    plus_plus_nat: ( nat * nat ) > nat ).

tff(func_def_8,type,
    plus_plus_real: ( real * real ) > real ).

tff(func_def_9,type,
    times_times_int: ( int * int ) > int ).

tff(func_def_10,type,
    times_times_nat: ( nat * nat ) > nat ).

tff(func_def_11,type,
    times_times_real: ( real * real ) > real ).

tff(func_def_12,type,
    zero_zero_int: int ).

tff(func_def_13,type,
    zero_zero_nat: nat ).

tff(func_def_14,type,
    zero_zero_real: real ).

tff(func_def_15,type,
    bit0: int > int ).

tff(func_def_16,type,
    bit1: int > int ).

tff(func_def_17,type,
    min: int ).

tff(func_def_18,type,
    pls: int ).

tff(func_def_19,type,
    number_number_of_int: int > int ).

tff(func_def_20,type,
    number_number_of_nat: int > nat ).

tff(func_def_21,type,
    number267125858f_real: int > real ).

tff(func_def_22,type,
    power_power_int: ( int * nat ) > int ).

tff(func_def_23,type,
    power_power_nat: ( nat * nat ) > nat ).

tff(func_def_24,type,
    power_power_real: ( real * nat ) > real ).

tff(func_def_25,type,
    product_Pair_int_int: ( int * int ) > product_prod_int_int ).

tff(func_def_26,type,
    legendre: ( int * int ) > int ).

tff(func_def_27,type,
    twoSqu2107342101sum2sq: product_prod_int_int > int ).

tff(func_def_28,type,
    m: int ).

tff(func_def_29,type,
    s1: int ).

tff(func_def_30,type,
    s: int ).

tff(func_def_31,type,
    t: int ).

tff(func_def_32,type,
    sK0: int ).

tff(func_def_33,type,
    sK1: int ).

tff(func_def_34,type,
    sK2: ( int * int ) > int ).

tff(func_def_35,type,
    sK3: ( nat * real ) > real ).

tff(func_def_36,type,
    sK4: int ).

tff(func_def_37,type,
    sK6: int > int ).

tff(func_def_38,type,
    sK7: int ).

tff(func_def_39,type,
    sK8: int ).

tff(func_def_40,type,
    sK9: int ).

tff(func_def_41,type,
    sK10: int ).

tff(func_def_42,type,
    sK11: int ).

tff(func_def_43,type,
    sK12: ( int * int * int ) > int ).

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

tff(pred_def_2,type,
    zprime: int > $o ).

tff(pred_def_3,type,
    ord_less_int: ( int * int ) > $o ).

tff(pred_def_4,type,
    ord_less_nat: ( nat * nat ) > $o ).

tff(pred_def_5,type,
    ord_less_real: ( real * real ) > $o ).

tff(pred_def_6,type,
    ord_less_eq_int: ( int * int ) > $o ).

tff(pred_def_7,type,
    ord_less_eq_nat: ( nat * nat ) > $o ).

tff(pred_def_8,type,
    ord_less_eq_real: ( real * real ) > $o ).

tff(pred_def_9,type,
    quadRes: ( int * int ) > $o ).

tff(pred_def_10,type,
    dvd_dvd_int: ( int * int ) > $o ).

tff(pred_def_11,type,
    dvd_dvd_nat: ( nat * nat ) > $o ).

tff(pred_def_12,type,
    dvd_dvd_real: ( real * real ) > $o ).

tff(pred_def_13,type,
    twoSqu512355103sum2sq: int > $o ).

tff(pred_def_14,type,
    sP5: ( int * int ) > $o ).

tff(pred_def_15,type,
    sQ13_eqProxy: 
      !>[X0: $tType] : ( ( X0 * X0 ) > $o ) ).

tff(f5349,plain,
    $false,
    inference(subsumption_resolution,[],[f5348,f4149]) ).

tff(f4149,plain,
    ~ ord_less_int(t,one_one_int),
    inference(resolution,[],[f4136,f2120]) ).

tff(f2120,plain,
    ord_less_eq_int(one_one_int,t),
    inference(cnf_transformation,[],[f1]) ).

tff(f1,axiom,
    ord_less_eq_int(one_one_int,t),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_0_tpos) ).

tff(f4136,plain,
    ! [X2: int,X3: int] :
      ( ~ ord_less_eq_int(X2,X3)
      | ~ ord_less_int(X3,X2) ),
    inference(resolution,[],[f3683,f2108]) ).

tff(f2108,plain,
    ! [X0: int,X1: int] :
      ( ord_less_int(number_number_of_int(X0),number_number_of_int(X1))
      | ~ ord_less_int(X0,X1) ),
    inference(cnf_transformation,[],[f1244]) ).

tff(f1244,plain,
    ! [X1: int,X0: int] :
      ( ord_less_int(X0,X1)
    <=> ord_less_int(number_number_of_int(X0),number_number_of_int(X1)) ),
    inference(rectify,[],[f53]) ).

tff(f53,axiom,
    ! [X4: int,X5: int] :
      ( ord_less_int(X4,X5)
    <=> ord_less_int(number_number_of_int(X4),number_number_of_int(X5)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_52_less__number__of) ).

tff(f3683,plain,
    ! [X2: int,X3: int] :
      ( ~ ord_less_int(number_number_of_int(X2),number_number_of_int(X3))
      | ~ ord_less_eq_int(X3,X2) ),
    inference(resolution,[],[f2119,f1968]) ).

tff(f1968,plain,
    ! [X0: int,X1: int] :
      ( ord_less_eq_int(number_number_of_int(X0),number_number_of_int(X1))
      | ~ ord_less_eq_int(X0,X1) ),
    inference(cnf_transformation,[],[f986]) ).

tff(f986,plain,
    ! [X0: int,X1: int] :
      ( ord_less_eq_int(X0,X1)
    <=> ord_less_eq_int(number_number_of_int(X0),number_number_of_int(X1)) ),
    inference(rectify,[],[f55]) ).

tff(f55,axiom,
    ! [X4: int,X5: int] :
      ( ord_less_eq_int(X4,X5)
    <=> ord_less_eq_int(number_number_of_int(X4),number_number_of_int(X5)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_54_le__number__of) ).

tff(f2119,plain,
    ! [X0: int,X1: int] :
      ( ~ ord_less_eq_int(number_number_of_int(X0),number_number_of_int(X1))
      | ~ ord_less_int(number_number_of_int(X1),number_number_of_int(X0)) ),
    inference(cnf_transformation,[],[f1309]) ).

tff(f1309,plain,
    ! [X1: int,X0: int] :
      ( ord_less_eq_int(number_number_of_int(X0),number_number_of_int(X1))
    <=> ~ ord_less_int(number_number_of_int(X1),number_number_of_int(X0)) ),
    inference(rectify,[],[f51]) ).

tff(f51,axiom,
    ! [X27: int,X17: int] :
      ( ord_less_eq_int(number_number_of_int(X27),number_number_of_int(X17))
    <=> ~ ord_less_int(number_number_of_int(X17),number_number_of_int(X27)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_50_le__number__of__eq__not__less) ).

tff(f5348,plain,
    ord_less_int(t,one_one_int),
    inference(subsumption_resolution,[],[f5327,f5072]) ).

tff(f5072,plain,
    ~ ord_less_int(one_one_int,t),
    inference(subsumption_resolution,[],[f3469,f3106]) ).

tff(f3106,plain,
    ! [X0: int,X1: int] : ~ sQ13_eqProxy(int,plus_plus_int(times_times_int(number_number_of_int(plus_plus_int(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)),plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))),m),one_one_int),plus_plus_int(power_power_int(X1,number_number_of_nat(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))),power_power_int(X0,number_number_of_nat(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))))),
    inference(equality_proxy_replacement,[],[f2621,f3065]) ).

tff(f3065,plain,
    ! [X0: $tType,X2: X0,X1: X0] :
      ( sQ13_eqProxy(X0,X1,X2)
    <=> ( X1 = X2 ) ),
    introduced(equality_proxy_definition,[new_symbols(naming,[sQ13_eqProxy])]) ).

tff(f2621,plain,
    ! [X0: int,X1: int] : ( plus_plus_int(times_times_int(number_number_of_int(plus_plus_int(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)),plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))),m),one_one_int) != plus_plus_int(power_power_int(X1,number_number_of_nat(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))),power_power_int(X0,number_number_of_nat(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int))))) ),
    inference(definition_unfolding,[],[f1740,f2327,f2327,f2248,f2341,f2327,f2248,f2341,f2327,f2248,f2341]) ).

tff(f2341,plain,
    pls = zero_zero_int,
    inference(cnf_transformation,[],[f357]) ).

tff(f357,axiom,
    pls = zero_zero_int,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_356_Pls__def) ).

tff(f2248,plain,
    ! [X0: int] : ( plus_plus_int(plus_plus_int(one_one_int,X0),X0) = bit1(X0) ),
    inference(cnf_transformation,[],[f1142]) ).

tff(f1142,plain,
    ! [X0: int] : ( plus_plus_int(plus_plus_int(one_one_int,X0),X0) = bit1(X0) ),
    inference(rectify,[],[f252]) ).

tff(f252,axiom,
    ! [X20: int] : ( bit1(X20) = plus_plus_int(plus_plus_int(one_one_int,X20),X20) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_251_Bit1__def) ).

tff(f2327,plain,
    ! [X0: int] : ( bit0(X0) = plus_plus_int(X0,X0) ),
    inference(cnf_transformation,[],[f1227]) ).

tff(f1227,plain,
    ! [X0: int] : ( bit0(X0) = plus_plus_int(X0,X0) ),
    inference(rectify,[],[f205]) ).

tff(f205,axiom,
    ! [X20: int] : ( bit0(X20) = plus_plus_int(X20,X20) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_204_Bit0__def) ).

tff(f1740,plain,
    ! [X0: int,X1: int] : ( plus_plus_int(times_times_int(number_number_of_int(bit0(bit0(bit1(pls)))),m),one_one_int) != plus_plus_int(power_power_int(X1,number_number_of_nat(bit0(bit1(pls)))),power_power_int(X0,number_number_of_nat(bit0(bit1(pls))))) ),
    inference(cnf_transformation,[],[f1452]) ).

tff(f1452,plain,
    ! [X1: int,X0: int] : ( plus_plus_int(times_times_int(number_number_of_int(bit0(bit0(bit1(pls)))),m),one_one_int) != plus_plus_int(power_power_int(X1,number_number_of_nat(bit0(bit1(pls)))),power_power_int(X0,number_number_of_nat(bit0(bit1(pls))))) ),
    inference(ennf_transformation,[],[f1060]) ).

tff(f1060,plain,
    ~ ? [X1: int,X0: int] : ( plus_plus_int(times_times_int(number_number_of_int(bit0(bit0(bit1(pls)))),m),one_one_int) = plus_plus_int(power_power_int(X1,number_number_of_nat(bit0(bit1(pls)))),power_power_int(X0,number_number_of_nat(bit0(bit1(pls))))) ),
    inference(rectify,[],[f700]) ).

tff(f700,negated_conjecture,
    ~ ? [X1: int,X0: int] : ( plus_plus_int(power_power_int(X0,number_number_of_nat(bit0(bit1(pls)))),power_power_int(X1,number_number_of_nat(bit0(bit1(pls))))) = plus_plus_int(times_times_int(number_number_of_int(bit0(bit0(bit1(pls)))),m),one_one_int) ),
    inference(negated_conjecture,[],[f699]) ).

tff(f699,conjecture,
    ? [X1: int,X0: int] : ( plus_plus_int(power_power_int(X0,number_number_of_nat(bit0(bit1(pls)))),power_power_int(X1,number_number_of_nat(bit0(bit1(pls))))) = plus_plus_int(times_times_int(number_number_of_int(bit0(bit0(bit1(pls)))),m),one_one_int) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conj_0) ).

tff(f3469,plain,
    ( ~ ord_less_int(one_one_int,t)
    | sQ13_eqProxy(int,plus_plus_int(times_times_int(number_number_of_int(plus_plus_int(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)),plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))),m),one_one_int),plus_plus_int(power_power_int(sK9,number_number_of_nat(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))),power_power_int(sK8,number_number_of_nat(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))))) ),
    inference(equality_proxy_replacement,[],[f2868,f3065]) ).

tff(f2868,plain,
    ( ( plus_plus_int(times_times_int(number_number_of_int(plus_plus_int(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)),plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))),m),one_one_int) = plus_plus_int(power_power_int(sK9,number_number_of_nat(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))),power_power_int(sK8,number_number_of_nat(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int))))) )
    | ~ ord_less_int(one_one_int,t) ),
    inference(definition_unfolding,[],[f2391,f2327,f2327,f2248,f2341,f2327,f2248,f2341,f2327,f2248,f2341]) ).

tff(f2391,plain,
    ( ( plus_plus_int(times_times_int(number_number_of_int(bit0(bit0(bit1(pls)))),m),one_one_int) = plus_plus_int(power_power_int(sK9,number_number_of_nat(bit0(bit1(pls)))),power_power_int(sK8,number_number_of_nat(bit0(bit1(pls))))) )
    | ~ ord_less_int(one_one_int,t) ),
    inference(cnf_transformation,[],[f1664]) ).

tff(f1664,plain,
    ( ~ ord_less_int(one_one_int,t)
    | ? [X0: int,X1: int] : ( plus_plus_int(times_times_int(number_number_of_int(bit0(bit0(bit1(pls)))),m),one_one_int) = plus_plus_int(power_power_int(X1,number_number_of_nat(bit0(bit1(pls)))),power_power_int(X0,number_number_of_nat(bit0(bit1(pls))))) ) ),
    inference(ennf_transformation,[],[f1315]) ).

tff(f1315,plain,
    ( ord_less_int(one_one_int,t)
   => ? [X0: int,X1: int] : ( plus_plus_int(times_times_int(number_number_of_int(bit0(bit0(bit1(pls)))),m),one_one_int) = plus_plus_int(power_power_int(X1,number_number_of_nat(bit0(bit1(pls)))),power_power_int(X0,number_number_of_nat(bit0(bit1(pls))))) ) ),
    inference(rectify,[],[f3]) ).

tff(f3,axiom,
    ( ord_less_int(one_one_int,t)
   => ? [X1: int,X0: int] : ( plus_plus_int(power_power_int(X0,number_number_of_nat(bit0(bit1(pls)))),power_power_int(X1,number_number_of_nat(bit0(bit1(pls))))) = plus_plus_int(times_times_int(number_number_of_int(bit0(bit0(bit1(pls)))),m),one_one_int) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_2__0961_A_060_At_A_061_061_062_AEX_Ax_Ay_O_Ax_A_094_A2_A_L_Ay_A_094_A2_A_06) ).

tff(f5327,plain,
    ( ord_less_int(one_one_int,t)
    | ord_less_int(t,one_one_int) ),
    inference(resolution,[],[f3138,f5074]) ).

tff(f5074,plain,
    ~ sQ13_eqProxy(int,one_one_int,t),
    inference(subsumption_resolution,[],[f3499,f3106]) ).

tff(f3499,plain,
    ( ~ sQ13_eqProxy(int,one_one_int,t)
    | sQ13_eqProxy(int,plus_plus_int(times_times_int(number_number_of_int(plus_plus_int(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)),plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))),m),one_one_int),plus_plus_int(power_power_int(sK10,number_number_of_nat(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))),power_power_int(sK11,number_number_of_nat(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))))) ),
    inference(equality_proxy_replacement,[],[f2886,f3065]) ).

tff(f2886,plain,
    ( ( one_one_int != t )
    | ( plus_plus_int(times_times_int(number_number_of_int(plus_plus_int(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)),plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))),m),one_one_int) = plus_plus_int(power_power_int(sK10,number_number_of_nat(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int)))),power_power_int(sK11,number_number_of_nat(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int),plus_plus_int(plus_plus_int(one_one_int,zero_zero_int),zero_zero_int))))) ) ),
    inference(definition_unfolding,[],[f2434,f2327,f2327,f2248,f2341,f2327,f2248,f2341,f2327,f2248,f2341]) ).

tff(f2434,plain,
    ( ( one_one_int != t )
    | ( plus_plus_int(times_times_int(number_number_of_int(bit0(bit0(bit1(pls)))),m),one_one_int) = plus_plus_int(power_power_int(sK10,number_number_of_nat(bit0(bit1(pls)))),power_power_int(sK11,number_number_of_nat(bit0(bit1(pls))))) ) ),
    inference(cnf_transformation,[],[f1564]) ).

tff(f1564,plain,
    ( ? [X0: int,X1: int] : ( plus_plus_int(power_power_int(X0,number_number_of_nat(bit0(bit1(pls)))),power_power_int(X1,number_number_of_nat(bit0(bit1(pls))))) = plus_plus_int(times_times_int(number_number_of_int(bit0(bit0(bit1(pls)))),m),one_one_int) )
    | ( one_one_int != t ) ),
    inference(ennf_transformation,[],[f2]) ).

tff(f2,axiom,
    ( ( one_one_int = t )
   => ? [X0: int,X1: int] : ( plus_plus_int(power_power_int(X0,number_number_of_nat(bit0(bit1(pls)))),power_power_int(X1,number_number_of_nat(bit0(bit1(pls))))) = plus_plus_int(times_times_int(number_number_of_int(bit0(bit0(bit1(pls)))),m),one_one_int) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_1__096t_A_061_A1_A_061_061_062_AEX_Ax_Ay_O_Ax_A_094_A2_A_L_Ay_A_094_A2_A_06) ).

tff(f3138,plain,
    ! [X0: int,X1: int] :
      ( sQ13_eqProxy(int,X0,X1)
      | ord_less_int(X1,X0)
      | ord_less_int(X0,X1) ),
    inference(equality_proxy_replacement,[],[f1796,f3065]) ).

tff(f1796,plain,
    ! [X0: int,X1: int] :
      ( ( X0 = X1 )
      | ord_less_int(X1,X0)
      | ord_less_int(X0,X1) ),
    inference(cnf_transformation,[],[f1125]) ).

tff(f1125,plain,
    ! [X1: int,X0: int] :
      ( ord_less_int(X0,X1)
      | ord_less_int(X1,X0)
      | ( X0 = X1 ) ),
    inference(rectify,[],[f39]) ).

tff(f39,axiom,
    ! [X19: int,X18: int] :
      ( ord_less_int(X19,X18)
      | ord_less_int(X18,X19)
      | ( X18 = X19 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_38_zless__linear) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem    : NUM926_2 : TPTP v8.1.0. Released v5.3.0.
% 0.06/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.12/0.33  % Computer : n014.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit   : 300
% 0.12/0.33  % WCLimit    : 300
% 0.12/0.33  % DateTime   : Tue Aug 30 09:25:33 EDT 2022
% 0.12/0.34  % CPUTime    : 
% 0.19/0.49  % (18868)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.19/0.50  % (18877)fmb+10_1:1_nm=2:i=3:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/3Mi)
% 0.19/0.52  % (18877)Instruction limit reached!
% 0.19/0.52  % (18877)------------------------------
% 0.19/0.52  % (18877)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (18877)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (18877)Termination reason: Unknown
% 0.19/0.52  % (18877)Termination phase: Preprocessing 1
% 0.19/0.52  
% 0.19/0.52  % (18877)Memory used [KB]: 2302
% 0.19/0.52  % (18877)Time elapsed: 0.005 s
% 0.19/0.52  % (18877)Instructions burned: 4 (million)
% 0.19/0.52  % (18877)------------------------------
% 0.19/0.52  % (18877)------------------------------
% 0.19/0.52  % (18882)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.19/0.53  % (18859)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.19/0.53  % (18868)Instruction limit reached!
% 0.19/0.53  % (18868)------------------------------
% 0.19/0.53  % (18868)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (18868)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (18868)Termination reason: Unknown
% 0.19/0.53  % (18868)Termination phase: Function definition elimination
% 0.19/0.53  
% 0.19/0.53  % (18868)Memory used [KB]: 3454
% 0.19/0.53  % (18868)Time elapsed: 0.023 s
% 0.19/0.53  % (18868)Instructions burned: 33 (million)
% 0.19/0.53  % (18868)------------------------------
% 0.19/0.53  % (18868)------------------------------
% 0.19/0.53  % (18860)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.19/0.53  % (18865)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.19/0.53  % (18864)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.19/0.53  % (18872)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.19/0.53  % (18871)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.19/0.53  % (18870)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.19/0.54  % (18883)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.19/0.54  % (18881)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.19/0.54  % (18876)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.19/0.54  % (18874)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.19/0.54  % (18874)Instruction limit reached!
% 0.19/0.54  % (18874)------------------------------
% 0.19/0.54  % (18874)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.54  % (18874)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.54  % (18874)Termination reason: Unknown
% 0.19/0.54  % (18874)Termination phase: Preprocessing 1
% 0.19/0.54  
% 0.19/0.54  % (18874)Memory used [KB]: 2174
% 0.19/0.54  % (18874)Time elapsed: 0.003 s
% 0.19/0.54  % (18874)Instructions burned: 3 (million)
% 0.19/0.54  % (18874)------------------------------
% 0.19/0.54  % (18874)------------------------------
% 0.19/0.55  % (18867)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.19/0.55  % (18873)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.19/0.55  % (18889)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.19/0.55  % (18861)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.19/0.55  % (18862)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.19/0.55  % (18863)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.19/0.55  % (18861)Instruction limit reached!
% 0.19/0.55  % (18861)------------------------------
% 0.19/0.55  % (18861)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  % (18861)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.55  % (18861)Termination reason: Unknown
% 0.19/0.55  % (18861)Termination phase: Preprocessing 1
% 0.19/0.55  
% 0.19/0.55  % (18861)Memory used [KB]: 2302
% 0.19/0.55  % (18861)Time elapsed: 0.003 s
% 0.19/0.55  % (18861)Instructions burned: 4 (million)
% 0.19/0.55  % (18861)------------------------------
% 0.19/0.55  % (18861)------------------------------
% 0.19/0.55  % (18860)Instruction limit reached!
% 0.19/0.55  % (18860)------------------------------
% 0.19/0.55  % (18860)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  % (18860)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.55  % (18860)Termination reason: Unknown
% 0.19/0.55  % (18860)Termination phase: Property scanning
% 0.19/0.55  
% 0.19/0.55  % (18860)Memory used [KB]: 2430
% 0.19/0.55  % (18860)Time elapsed: 0.008 s
% 0.19/0.55  % (18860)Instructions burned: 13 (million)
% 0.19/0.55  % (18860)------------------------------
% 0.19/0.55  % (18860)------------------------------
% 0.19/0.56  % (18885)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.19/0.56  % (18884)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.19/0.56  % (18870)Instruction limit reached!
% 0.19/0.56  % (18870)------------------------------
% 0.19/0.56  % (18870)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.56  % (18870)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.56  % (18870)Termination reason: Unknown
% 0.19/0.56  % (18870)Termination phase: Preprocessing 2
% 0.19/0.56  
% 0.19/0.56  % (18870)Memory used [KB]: 2942
% 0.19/0.56  % (18870)Time elapsed: 0.008 s
% 0.19/0.56  % (18870)Instructions burned: 12 (million)
% 0.19/0.56  % (18870)------------------------------
% 0.19/0.56  % (18870)------------------------------
% 0.19/0.56  % (18871)Instruction limit reached!
% 0.19/0.56  % (18871)------------------------------
% 0.19/0.56  % (18871)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.56  % (18871)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.56  % (18871)Termination reason: Unknown
% 0.19/0.56  % (18871)Termination phase: Preprocessing 1
% 0.19/0.56  
% 0.19/0.56  % (18871)Memory used [KB]: 2558
% 0.19/0.56  % (18871)Time elapsed: 0.006 s
% 0.19/0.56  % (18871)Instructions burned: 7 (million)
% 0.19/0.56  % (18871)------------------------------
% 0.19/0.56  % (18871)------------------------------
% 0.19/0.56  % (18887)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.19/0.56  % (18864)Instruction limit reached!
% 0.19/0.56  % (18864)------------------------------
% 0.19/0.56  % (18864)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.56  % (18864)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.56  % (18864)Termination reason: Unknown
% 0.19/0.56  % (18864)Termination phase: Preprocessing 3
% 0.19/0.56  
% 0.19/0.56  % (18864)Memory used [KB]: 3198
% 0.19/0.56  % (18864)Time elapsed: 0.009 s
% 0.19/0.56  % (18864)Instructions burned: 15 (million)
% 0.19/0.56  % (18864)------------------------------
% 0.19/0.56  % (18864)------------------------------
% 0.19/0.56  % (18886)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.19/0.56  % (18872)Instruction limit reached!
% 0.19/0.56  % (18872)------------------------------
% 0.19/0.56  % (18872)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.56  % (18872)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.56  % (18872)Termination reason: Unknown
% 0.19/0.56  % (18872)Termination phase: Preprocessing 3
% 0.19/0.56  
% 0.19/0.56  % (18872)Memory used [KB]: 3198
% 0.19/0.56  % (18872)Time elapsed: 0.010 s
% 0.19/0.56  % (18872)Instructions burned: 17 (million)
% 0.19/0.56  % (18872)------------------------------
% 0.19/0.56  % (18872)------------------------------
% 0.19/0.56  % (18875)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.19/0.56  % (18888)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.19/0.57  % (18879)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.19/0.57  % (18875)Instruction limit reached!
% 0.19/0.57  % (18875)------------------------------
% 0.19/0.57  % (18875)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.57  % (18875)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.57  % (18875)Termination reason: Unknown
% 0.19/0.57  % (18875)Termination phase: shuffling
% 0.19/0.57  
% 0.19/0.57  % (18875)Memory used [KB]: 2942
% 0.19/0.57  % (18875)Time elapsed: 0.005 s
% 0.19/0.57  % (18875)Instructions burned: 9 (million)
% 0.19/0.57  % (18875)------------------------------
% 0.19/0.57  % (18875)------------------------------
% 0.19/0.57  % (18878)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.19/0.57  % (18878)Instruction limit reached!
% 0.19/0.57  % (18878)------------------------------
% 0.19/0.57  % (18878)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.57  % (18878)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.57  % (18878)Termination reason: Unknown
% 0.19/0.57  % (18878)Termination phase: SInE selection
% 0.19/0.57  
% 0.19/0.57  % (18878)Memory used [KB]: 2046
% 0.19/0.57  % (18888)Instruction limit reached!
% 0.19/0.57  % (18888)------------------------------
% 0.19/0.57  % (18888)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.57  % (18878)Time elapsed: 0.002 s
% 0.19/0.57  % (18878)Instructions burned: 2 (million)
% 0.19/0.57  % (18888)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.57  % (18878)------------------------------
% 0.19/0.57  % (18878)------------------------------
% 0.19/0.57  % (18888)Termination reason: Unknown
% 0.19/0.57  % (18888)Termination phase: Unused predicate definition removal
% 0.19/0.57  
% 0.19/0.57  % (18888)Memory used [KB]: 2942
% 0.19/0.57  % (18888)Time elapsed: 0.006 s
% 0.19/0.57  % (18888)Instructions burned: 9 (million)
% 0.19/0.57  % (18888)------------------------------
% 0.19/0.57  % (18888)------------------------------
% 0.19/0.57  % (18880)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.19/0.57  % (18866)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.19/0.57  % (18879)Instruction limit reached!
% 0.19/0.57  % (18879)------------------------------
% 0.19/0.57  % (18879)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.57  % (18879)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.57  % (18879)Termination reason: Unknown
% 0.19/0.57  % (18879)Termination phase: Preprocessing 1
% 0.19/0.57  
% 0.19/0.57  % (18879)Memory used [KB]: 2814
% 0.19/0.57  % (18879)Time elapsed: 0.008 s
% 0.19/0.57  % (18879)Instructions burned: 12 (million)
% 0.19/0.57  % (18879)------------------------------
% 0.19/0.57  % (18879)------------------------------
% 0.19/0.58  % (18863)Instruction limit reached!
% 0.19/0.58  % (18863)------------------------------
% 0.19/0.58  % (18863)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.58  % (18863)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.58  % (18863)Termination reason: Unknown
% 0.19/0.58  % (18863)Termination phase: Property scanning
% 0.19/0.58  
% 0.19/0.58  % (18863)Memory used [KB]: 2814
% 0.19/0.58  % (18863)Time elapsed: 0.009 s
% 0.19/0.58  % (18863)Instructions burned: 16 (million)
% 0.19/0.58  % (18863)------------------------------
% 0.19/0.58  % (18863)------------------------------
% 0.19/0.59  % (18887)Instruction limit reached!
% 0.19/0.59  % (18887)------------------------------
% 0.19/0.59  % (18887)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.59  % (18887)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.59  % (18887)Termination reason: Unknown
% 0.19/0.59  % (18887)Termination phase: Property scanning
% 0.19/0.59  
% 0.19/0.59  % (18887)Memory used [KB]: 3582
% 0.19/0.59  % (18887)Time elapsed: 0.014 s
% 0.19/0.59  % (18887)Instructions burned: 25 (million)
% 0.19/0.59  % (18887)------------------------------
% 0.19/0.59  % (18887)------------------------------
% 0.19/0.59  % (18889)Instruction limit reached!
% 0.19/0.59  % (18889)------------------------------
% 0.19/0.59  % (18889)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.59  % (18889)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.59  % (18889)Termination reason: Unknown
% 0.19/0.59  % (18889)Termination phase: Property scanning
% 0.19/0.59  
% 0.19/0.59  % (18889)Memory used [KB]: 3454
% 0.19/0.59  % (18889)Time elapsed: 0.014 s
% 0.19/0.59  % (18889)Instructions burned: 26 (million)
% 0.19/0.59  % (18889)------------------------------
% 0.19/0.59  % (18889)------------------------------
% 0.19/0.61  % (18865)Instruction limit reached!
% 0.19/0.61  % (18865)------------------------------
% 0.19/0.61  % (18865)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.61  % (18865)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.61  % (18865)Termination reason: Unknown
% 0.19/0.61  % (18865)Termination phase: Saturation
% 0.19/0.61  
% 0.19/0.61  % (18865)Memory used [KB]: 7547
% 0.19/0.61  % (18865)Time elapsed: 0.163 s
% 0.19/0.61  % (18865)Instructions burned: 40 (million)
% 0.19/0.61  % (18865)------------------------------
% 0.19/0.61  % (18865)------------------------------
% 0.19/0.61  % (18883)Instruction limit reached!
% 0.19/0.61  % (18883)------------------------------
% 0.19/0.61  % (18883)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.61  % (18883)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.61  % (18883)Termination reason: Unknown
% 0.19/0.61  % (18883)Termination phase: Property scanning
% 0.19/0.61  
% 0.19/0.61  % (18883)Memory used [KB]: 3709
% 0.19/0.61  % (18883)Time elapsed: 0.021 s
% 0.19/0.61  % (18883)Instructions burned: 45 (million)
% 0.19/0.61  % (18883)------------------------------
% 0.19/0.61  % (18883)------------------------------
% 1.87/0.62  % (18880)Instruction limit reached!
% 1.87/0.62  % (18880)------------------------------
% 1.87/0.62  % (18880)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.87/0.62  % (18880)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.87/0.62  % (18880)Termination reason: Unknown
% 1.87/0.62  % (18880)Termination phase: Property scanning
% 1.87/0.62  
% 1.87/0.62  % (18880)Memory used [KB]: 3326
% 1.87/0.62  % (18880)Time elapsed: 0.016 s
% 1.87/0.62  % (18880)Instructions burned: 31 (million)
% 1.87/0.62  % (18880)------------------------------
% 1.87/0.62  % (18880)------------------------------
% 1.87/0.62  % (18866)Instruction limit reached!
% 1.87/0.62  % (18866)------------------------------
% 1.87/0.62  % (18866)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.87/0.62  % (18866)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.87/0.62  % (18866)Termination reason: Unknown
% 1.87/0.62  % (18866)Termination phase: Property scanning
% 1.87/0.62  
% 1.87/0.62  % (18866)Memory used [KB]: 3709
% 1.87/0.62  % (18866)Time elapsed: 0.019 s
% 1.87/0.62  % (18866)Instructions burned: 42 (million)
% 1.87/0.62  % (18866)------------------------------
% 1.87/0.62  % (18866)------------------------------
% 1.87/0.63  % (18862)Instruction limit reached!
% 1.87/0.63  % (18862)------------------------------
% 1.87/0.63  % (18862)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.87/0.63  % (18862)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.87/0.63  % (18862)Termination reason: Unknown
% 1.87/0.63  % (18862)Termination phase: Saturation
% 1.87/0.63  
% 1.87/0.63  % (18862)Memory used [KB]: 7419
% 1.87/0.63  % (18862)Time elapsed: 0.166 s
% 1.87/0.63  % (18862)Instructions burned: 51 (million)
% 1.87/0.63  % (18862)------------------------------
% 1.87/0.63  % (18862)------------------------------
% 1.87/0.63  % (18873)Instruction limit reached!
% 1.87/0.63  % (18873)------------------------------
% 1.87/0.63  % (18873)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.87/0.63  % (18873)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.87/0.63  % (18873)Termination reason: Unknown
% 1.87/0.63  % (18873)Termination phase: Saturation
% 1.87/0.63  
% 1.87/0.63  % (18873)Memory used [KB]: 8059
% 1.87/0.63  % (18873)Time elapsed: 0.024 s
% 1.87/0.63  % (18873)Instructions burned: 51 (million)
% 1.87/0.63  % (18873)------------------------------
% 1.87/0.63  % (18873)------------------------------
% 2.08/0.63  % (18876)Instruction limit reached!
% 2.08/0.63  % (18876)------------------------------
% 2.08/0.63  % (18876)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.08/0.63  % (18876)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.08/0.63  % (18876)Termination reason: Unknown
% 2.08/0.63  % (18876)Termination phase: Saturation
% 2.08/0.63  
% 2.08/0.63  % (18876)Memory used [KB]: 3709
% 2.08/0.63  % (18876)Time elapsed: 0.022 s
% 2.08/0.63  % (18876)Instructions burned: 50 (million)
% 2.08/0.63  % (18876)------------------------------
% 2.08/0.63  % (18876)------------------------------
% 2.08/0.63  % (18890)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.09/0.65  % (18867)Instruction limit reached!
% 2.09/0.65  % (18867)------------------------------
% 2.09/0.65  % (18867)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.09/0.65  % (18867)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.09/0.65  % (18867)Termination reason: Unknown
% 2.09/0.65  % (18867)Termination phase: Saturation
% 2.09/0.65  
% 2.09/0.65  % (18867)Memory used [KB]: 7931
% 2.09/0.65  % (18867)Time elapsed: 0.024 s
% 2.09/0.65  % (18867)Instructions burned: 51 (million)
% 2.09/0.65  % (18867)------------------------------
% 2.09/0.65  % (18867)------------------------------
% 2.09/0.65  % (18882)Instruction limit reached!
% 2.09/0.65  % (18882)------------------------------
% 2.09/0.65  % (18882)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.09/0.65  % (18882)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.09/0.65  % (18882)Termination reason: Unknown
% 2.09/0.65  % (18882)Termination phase: Saturation
% 2.09/0.65  
% 2.09/0.65  % (18882)Memory used [KB]: 8571
% 2.09/0.65  % (18882)Time elapsed: 0.187 s
% 2.09/0.65  % (18882)Instructions burned: 82 (million)
% 2.09/0.65  % (18882)------------------------------
% 2.09/0.65  % (18882)------------------------------
% 2.09/0.65  % (18884)Instruction limit reached!
% 2.09/0.65  % (18884)------------------------------
% 2.09/0.65  % (18884)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.09/0.65  % (18884)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.09/0.65  % (18884)Termination reason: Unknown
% 2.09/0.65  % (18884)Termination phase: Property scanning
% 2.09/0.65  
% 2.09/0.65  % (18884)Memory used [KB]: 3709
% 2.09/0.65  % (18884)Time elapsed: 0.023 s
% 2.09/0.65  % (18884)Instructions burned: 51 (million)
% 2.09/0.65  % (18884)------------------------------
% 2.09/0.65  % (18884)------------------------------
% 2.09/0.65  % (18891)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.09/0.66  % (18891)Instruction limit reached!
% 2.09/0.66  % (18891)------------------------------
% 2.09/0.66  % (18891)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.09/0.66  % (18891)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.09/0.66  % (18891)Termination reason: Unknown
% 2.09/0.66  % (18891)Termination phase: Preprocessing 3
% 2.09/0.66  
% 2.09/0.66  % (18891)Memory used [KB]: 2302
% 2.09/0.66  % (18891)Time elapsed: 0.012 s
% 2.09/0.66  % (18891)Instructions burned: 7 (million)
% 2.09/0.66  % (18891)------------------------------
% 2.09/0.66  % (18891)------------------------------
% 2.09/0.67  % (18892)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.09/0.68  % (18893)ott+4_1:28_av=off:sos=all:i=69:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/69Mi)
% 2.09/0.69  % (18885)Instruction limit reached!
% 2.09/0.69  % (18885)------------------------------
% 2.09/0.69  % (18885)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.09/0.69  % (18885)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.09/0.69  % (18885)Termination reason: Unknown
% 2.09/0.69  % (18885)Termination phase: Saturation
% 2.09/0.69  
% 2.09/0.69  % (18885)Memory used [KB]: 8827
% 2.09/0.69  % (18885)Time elapsed: 0.044 s
% 2.09/0.69  % (18885)Instructions burned: 95 (million)
% 2.09/0.69  % (18885)------------------------------
% 2.09/0.69  % (18885)------------------------------
% 2.09/0.69  % (18898)lrs+1010_1:1_ep=RS:sos=on:i=31:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/31Mi)
% 2.09/0.69  % (18897)dis+1011_1:16_fsr=off:nwc=2.0:i=42:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/42Mi)
% 2.09/0.69  % (18895)lrs+1010_1:1_bd=off:skr=on:ss=axioms:i=56:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/56Mi)
% 2.09/0.70  % (18881)Instruction limit reached!
% 2.09/0.70  % (18881)------------------------------
% 2.09/0.70  % (18881)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.09/0.70  % (18881)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.09/0.70  % (18881)Termination reason: Unknown
% 2.09/0.70  % (18881)Termination phase: Saturation
% 2.09/0.70  
% 2.09/0.70  % (18881)Memory used [KB]: 9594
% 2.09/0.70  % (18881)Time elapsed: 0.047 s
% 2.09/0.70  % (18881)Instructions burned: 100 (million)
% 2.09/0.70  % (18881)------------------------------
% 2.09/0.70  % (18881)------------------------------
% 2.09/0.70  % (18899)lrs+1011_1:1_ep=RST:fs=off:fsr=off:s2a=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/68Mi)
% 2.53/0.70  % (18901)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.53/0.70  % (18902)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.53/0.71  % (18900)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 (2997ds/84Mi)
% 2.53/0.71  % (18894)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 (2997ds/107Mi)
% 2.53/0.71  % (18903)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.53/0.71  % (18896)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 (2997ds/141Mi)
% 2.53/0.72  % (18904)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.53/0.73  % (18886)Instruction limit reached!
% 2.53/0.73  % (18886)------------------------------
% 2.53/0.73  % (18886)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.53/0.73  % (18886)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.53/0.73  % (18886)Termination reason: Unknown
% 2.53/0.73  % (18886)Termination phase: Saturation
% 2.53/0.73  
% 2.53/0.73  % (18886)Memory used [KB]: 5884
% 2.53/0.73  % (18886)Time elapsed: 0.053 s
% 2.53/0.73  % (18886)Instructions burned: 100 (million)
% 2.53/0.73  % (18886)------------------------------
% 2.53/0.73  % (18886)------------------------------
% 2.53/0.73  % (18905)lrs+4_1:1_fde=unused:sos=on:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/15Mi)
% 2.53/0.74  % (18906)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.53/0.74  % (18890)Instruction limit reached!
% 2.53/0.74  % (18890)------------------------------
% 2.53/0.74  % (18890)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.53/0.74  % (18890)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.53/0.74  % (18890)Termination reason: Unknown
% 2.53/0.74  % (18890)Termination phase: Saturation
% 2.53/0.74  
% 2.53/0.74  % (18890)Memory used [KB]: 8187
% 2.53/0.74  % (18890)Time elapsed: 0.104 s
% 2.53/0.74  % (18890)Instructions burned: 93 (million)
% 2.53/0.74  % (18890)------------------------------
% 2.53/0.74  % (18890)------------------------------
% 2.53/0.74  % (18898)Instruction limit reached!
% 2.53/0.74  % (18898)------------------------------
% 2.53/0.74  % (18898)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.53/0.74  % (18898)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.53/0.74  % (18898)Termination reason: Unknown
% 2.53/0.74  % (18898)Termination phase: Function definition elimination
% 2.53/0.74  
% 2.53/0.74  % (18898)Memory used [KB]: 3582
% 2.53/0.74  % (18898)Time elapsed: 0.016 s
% 2.53/0.74  % (18898)Instructions burned: 32 (million)
% 2.53/0.74  % (18898)------------------------------
% 2.53/0.74  % (18898)------------------------------
% 2.53/0.75  % (18908)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.53/0.76  % (18905)Instruction limit reached!
% 2.53/0.76  % (18905)------------------------------
% 2.53/0.76  % (18905)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.53/0.76  % (18905)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.53/0.76  % (18905)Termination reason: Unknown
% 2.53/0.76  % (18905)Termination phase: Preprocessing 3
% 2.53/0.76  
% 2.53/0.76  % (18905)Memory used [KB]: 3198
% 2.53/0.76  % (18905)Time elapsed: 0.009 s
% 2.53/0.76  % (18905)Instructions burned: 16 (million)
% 2.53/0.76  % (18905)------------------------------
% 2.53/0.76  % (18905)------------------------------
% 2.53/0.76  % (18907)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.53/0.76  % (18910)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.77/0.77  % (18911)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.77/0.77  % (18909)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.77/0.77  % (18897)Instruction limit reached!
% 2.77/0.77  % (18897)------------------------------
% 2.77/0.77  % (18897)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.77/0.77  % (18897)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.77/0.77  % (18897)Termination reason: Unknown
% 2.77/0.77  % (18897)Termination phase: Property scanning
% 2.77/0.77  
% 2.77/0.77  % (18897)Memory used [KB]: 3582
% 2.77/0.77  % (18897)Time elapsed: 0.021 s
% 2.77/0.77  % (18897)Instructions burned: 44 (million)
% 2.77/0.77  % (18897)------------------------------
% 2.77/0.77  % (18897)------------------------------
% 2.77/0.78  % (18912)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.77/0.78  % (18913)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.77/0.78  % (18912)Instruction limit reached!
% 2.77/0.78  % (18912)------------------------------
% 2.77/0.78  % (18912)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.77/0.78  % (18912)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.77/0.78  % (18912)Termination reason: Unknown
% 2.77/0.78  % (18912)Termination phase: Property scanning
% 2.77/0.78  
% 2.77/0.78  % (18912)Memory used [KB]: 2302
% 2.77/0.78  % (18912)Time elapsed: 0.006 s
% 2.77/0.78  % (18912)Instructions burned: 10 (million)
% 2.77/0.78  % (18912)------------------------------
% 2.77/0.78  % (18912)------------------------------
% 2.77/0.78  % (18916)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 (2996ds/21Mi)
% 2.77/0.79  % (18915)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 (2996ds/97Mi)
% 2.77/0.80  % (18909)Instruction limit reached!
% 2.77/0.80  % (18909)------------------------------
% 2.77/0.80  % (18909)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.77/0.80  % (18895)Instruction limit reached!
% 2.77/0.80  % (18895)------------------------------
% 2.77/0.80  % (18895)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.77/0.80  % (18909)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.77/0.80  % (18895)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.77/0.80  % (18909)Termination reason: Unknown
% 2.77/0.80  % (18895)Termination reason: Unknown
% 2.77/0.80  % (18909)Termination phase: Clausification
% 2.77/0.80  % (18895)Termination phase: Saturation
% 2.77/0.80  
% 2.77/0.80  
% 2.77/0.80  % (18909)Memory used [KB]: 3454
% 2.77/0.80  % (18909)Time elapsed: 0.012 s
% 2.77/0.80  % (18895)Memory used [KB]: 7675
% 2.77/0.80  % (18909)Instructions burned: 19 (million)
% 2.77/0.80  % (18895)Time elapsed: 0.185 s
% 2.77/0.80  % (18909)------------------------------
% 2.77/0.80  % (18909)------------------------------
% 2.77/0.80  % (18895)Instructions burned: 57 (million)
% 2.77/0.80  % (18895)------------------------------
% 2.77/0.80  % (18895)------------------------------
% 2.77/0.80  % (18914)lrs+10_1:1024_nm=0:nwc=5.0:ss=axioms:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/21Mi)
% 2.77/0.80  % (18893)Instruction limit reached!
% 2.77/0.80  % (18893)------------------------------
% 2.77/0.80  % (18893)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.77/0.80  % (18893)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.77/0.80  % (18893)Termination reason: Unknown
% 2.77/0.80  % (18893)Termination phase: Saturation
% 2.77/0.80  
% 2.77/0.80  % (18893)Memory used [KB]: 4477
% 2.77/0.80  % (18893)Time elapsed: 0.033 s
% 2.77/0.80  % (18893)Instructions burned: 69 (million)
% 2.77/0.80  % (18893)------------------------------
% 2.77/0.80  % (18893)------------------------------
% 2.77/0.81  % (18906)Instruction limit reached!
% 2.77/0.81  % (18906)------------------------------
% 2.77/0.81  % (18906)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.77/0.81  % (18916)Instruction limit reached!
% 2.77/0.81  % (18916)------------------------------
% 2.77/0.81  % (18916)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.77/0.81  % (18916)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.77/0.81  % (18916)Termination reason: Unknown
% 2.77/0.81  % (18916)Termination phase: Equality resolution with deletion
% 2.77/0.81  
% 2.77/0.81  % (18916)Memory used [KB]: 2942
% 2.77/0.81  % (18916)Time elapsed: 0.027 s
% 2.77/0.81  % (18916)Instructions burned: 21 (million)
% 2.77/0.81  % (18916)------------------------------
% 2.77/0.81  % (18916)------------------------------
% 2.77/0.81  % (18899)Instruction limit reached!
% 2.77/0.81  % (18899)------------------------------
% 2.77/0.81  % (18899)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.77/0.81  % (18899)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.77/0.81  % (18899)Termination reason: Unknown
% 2.77/0.81  % (18899)Termination phase: Property scanning
% 2.77/0.81  
% 2.77/0.81  % (18899)Memory used [KB]: 3965
% 2.77/0.81  % (18899)Time elapsed: 0.030 s
% 2.77/0.81  % (18899)Instructions burned: 68 (million)
% 2.77/0.81  % (18899)------------------------------
% 2.77/0.81  % (18899)------------------------------
% 2.77/0.81  % (18906)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.77/0.81  % (18906)Termination reason: Unknown
% 2.77/0.81  % (18906)Termination phase: Property scanning
% 2.77/0.81  
% 2.77/0.81  % (18906)Memory used [KB]: 3582
% 2.77/0.81  % (18906)Time elapsed: 0.018 s
% 2.77/0.81  % (18906)Instructions burned: 34 (million)
% 2.77/0.81  % (18906)------------------------------
% 2.77/0.81  % (18906)------------------------------
% 2.77/0.82  % (18914)Instruction limit reached!
% 2.77/0.82  % (18914)------------------------------
% 2.77/0.82  % (18914)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.77/0.82  % (18914)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.77/0.82  % (18914)Termination reason: Unknown
% 2.77/0.82  % (18914)Termination phase: Property scanning
% 2.77/0.82  
% 2.77/0.82  % (18914)Memory used [KB]: 2814
% 2.77/0.82  % (18914)Time elapsed: 0.011 s
% 2.77/0.82  % (18914)Instructions burned: 23 (million)
% 2.77/0.82  % (18914)------------------------------
% 2.77/0.82  % (18914)------------------------------
% 2.77/0.83  % (18917)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.77/0.83  % (18900)Instruction limit reached!
% 2.77/0.83  % (18900)------------------------------
% 2.77/0.83  % (18900)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.77/0.83  % (18900)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.77/0.83  % (18900)Termination reason: Unknown
% 2.77/0.83  % (18900)Termination phase: Saturation
% 2.77/0.83  
% 2.77/0.83  % (18900)Memory used [KB]: 4221
% 2.77/0.83  % (18900)Time elapsed: 0.036 s
% 2.77/0.83  % (18900)Instructions burned: 84 (million)
% 2.77/0.83  % (18900)------------------------------
% 2.77/0.83  % (18900)------------------------------
% 2.77/0.83  % (18918)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.77/0.84  % (18892)Instruction limit reached!
% 2.77/0.84  % (18892)------------------------------
% 2.77/0.84  % (18892)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.77/0.84  % (18892)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.77/0.84  % (18892)Termination reason: Unknown
% 2.77/0.84  % (18892)Termination phase: Saturation
% 2.77/0.84  
% 2.77/0.84  % (18892)Memory used [KB]: 7931
% 2.77/0.84  % (18892)Time elapsed: 0.225 s
% 2.77/0.84  % (18892)Instructions burned: 89 (million)
% 2.77/0.84  % (18892)------------------------------
% 2.77/0.84  % (18892)------------------------------
% 2.77/0.85  % (18920)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.77/0.86  % (18902)Instruction limit reached!
% 2.77/0.86  % (18902)------------------------------
% 2.77/0.86  % (18902)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.77/0.86  % (18902)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.77/0.86  % (18902)Termination reason: Unknown
% 2.77/0.86  % (18902)Termination phase: Saturation
% 2.77/0.86  
% 2.77/0.86  % (18902)Memory used [KB]: 8827
% 2.77/0.86  % (18902)Time elapsed: 0.043 s
% 2.77/0.86  % (18902)Instructions burned: 93 (million)
% 2.77/0.86  % (18902)------------------------------
% 2.77/0.86  % (18902)------------------------------
% 3.31/0.86  % (18904)Instruction limit reached!
% 3.31/0.86  % (18904)------------------------------
% 3.31/0.86  % (18904)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.31/0.86  % (18904)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.31/0.86  % (18904)Termination reason: Unknown
% 3.31/0.86  % (18904)Termination phase: Saturation
% 3.31/0.86  
% 3.31/0.86  % (18904)Memory used [KB]: 9338
% 3.31/0.86  % (18904)Time elapsed: 0.231 s
% 3.31/0.86  % (18904)Instructions burned: 87 (million)
% 3.31/0.86  % (18904)------------------------------
% 3.31/0.86  % (18904)------------------------------
% 3.31/0.86  % (18919)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)
% 3.31/0.87  % (18896)Instruction limit reached!
% 3.31/0.87  % (18896)------------------------------
% 3.31/0.87  % (18896)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.31/0.87  % (18896)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.31/0.87  % (18896)Termination reason: Unknown
% 3.31/0.87  % (18896)Termination phase: Saturation
% 3.31/0.87  
% 3.31/0.87  % (18896)Memory used [KB]: 7803
% 3.31/0.87  % (18896)Time elapsed: 0.287 s
% 3.31/0.87  % (18896)Instructions burned: 141 (million)
% 3.31/0.87  % (18896)------------------------------
% 3.31/0.87  % (18896)------------------------------
% 3.31/0.88  % (18921)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 (2995ds/23Mi)
% 3.31/0.88  % (18908)Instruction limit reached!
% 3.31/0.88  % (18908)------------------------------
% 3.31/0.88  % (18908)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.31/0.88  % (18908)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.31/0.88  % (18908)Termination reason: Unknown
% 3.31/0.88  % (18908)Termination phase: Saturation
% 3.31/0.88  
% 3.31/0.88  % (18908)Memory used [KB]: 8059
% 3.31/0.88  % (18908)Time elapsed: 0.227 s
% 3.31/0.88  % (18908)Instructions burned: 67 (million)
% 3.31/0.88  % (18908)------------------------------
% 3.31/0.88  % (18908)------------------------------
% 3.31/0.89  % (18922)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 (2995ds/221Mi)
% 3.31/0.89  % (18894)Instruction limit reached!
% 3.31/0.89  % (18894)------------------------------
% 3.31/0.89  % (18894)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.31/0.89  % (18894)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.31/0.89  % (18894)Termination reason: Unknown
% 3.31/0.89  % (18894)Termination phase: Saturation
% 3.31/0.89  
% 3.31/0.89  % (18894)Memory used [KB]: 4349
% 3.31/0.89  % (18894)Time elapsed: 0.303 s
% 3.31/0.89  % (18894)Instructions burned: 108 (million)
% 3.31/0.89  % (18894)------------------------------
% 3.31/0.89  % (18894)------------------------------
% 3.31/0.89  % (18903)Instruction limit reached!
% 3.31/0.89  % (18903)------------------------------
% 3.31/0.89  % (18903)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.31/0.89  % (18903)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.31/0.89  % (18903)Termination reason: Unknown
% 3.31/0.89  % (18903)Termination phase: Saturation
% 3.31/0.89  
% 3.31/0.89  % (18903)Memory used [KB]: 8699
% 3.31/0.89  % (18903)Time elapsed: 0.051 s
% 3.31/0.89  % (18903)Instructions burned: 110 (million)
% 3.31/0.89  % (18903)------------------------------
% 3.31/0.89  % (18903)------------------------------
% 3.45/0.90  % (18924)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 (2995ds/86Mi)
% 3.45/0.91  % (18923)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 (2995ds/222Mi)
% 3.45/0.91  % (18901)Instruction limit reached!
% 3.45/0.91  % (18901)------------------------------
% 3.45/0.91  % (18901)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.45/0.91  % (18901)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.45/0.91  % (18901)Termination reason: Unknown
% 3.45/0.91  % (18901)Termination phase: Saturation
% 3.45/0.91  
% 3.45/0.91  % (18901)Memory used [KB]: 9083
% 3.45/0.91  % (18901)Time elapsed: 0.064 s
% 3.45/0.91  % (18901)Instructions burned: 133 (million)
% 3.45/0.91  % (18901)------------------------------
% 3.45/0.91  % (18901)------------------------------
% 3.45/0.92  % (18921)Instruction limit reached!
% 3.45/0.92  % (18921)------------------------------
% 3.45/0.92  % (18921)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.45/0.92  % (18921)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.45/0.92  % (18921)Termination reason: Unknown
% 3.45/0.92  % (18921)Termination phase: Property scanning
% 3.45/0.92  
% 3.45/0.92  % (18921)Memory used [KB]: 3582
% 3.45/0.92  % (18921)Time elapsed: 0.011 s
% 3.45/0.92  % (18921)Instructions burned: 25 (million)
% 3.45/0.92  % (18921)------------------------------
% 3.45/0.92  % (18921)------------------------------
% 3.45/0.93  % (18926)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 (2995ds/377Mi)
% 3.52/0.93  % (18928)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.52/0.93  % (18927)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.52/0.94  % (18929)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.52/0.94  % (18930)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.52/0.94  % (18925)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 (2995ds/79Mi)
% 3.52/0.95  % (18930)Instruction limit reached!
% 3.52/0.95  % (18930)------------------------------
% 3.52/0.95  % (18930)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.52/0.95  % (18915)Instruction limit reached!
% 3.52/0.95  % (18915)------------------------------
% 3.52/0.95  % (18915)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.52/0.95  % (18930)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.52/0.95  % (18930)Termination reason: Unknown
% 3.52/0.95  % (18930)Termination phase: Unused predicate definition removal
% 3.52/0.95  % (18915)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.52/0.95  
% 3.52/0.95  % (18915)Termination reason: Unknown
% 3.52/0.95  % (18915)Termination phase: Saturation
% 3.52/0.95  
% 3.52/0.95  % (18930)Memory used [KB]: 2942
% 3.52/0.95  % (18930)Time elapsed: 0.007 s
% 3.52/0.95  % (18915)Memory used [KB]: 9083
% 3.52/0.95  % (18930)Instructions burned: 9 (million)
% 3.52/0.95  % (18915)Time elapsed: 0.264 s
% 3.52/0.95  % (18930)------------------------------
% 3.52/0.95  % (18930)------------------------------
% 3.52/0.95  % (18915)Instructions burned: 98 (million)
% 3.52/0.95  % (18915)------------------------------
% 3.52/0.95  % (18915)------------------------------
% 3.52/0.95  % (18931)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.52/0.96  % (18933)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.52/0.97  % (18932)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.52/0.97  % (18920)Instruction limit reached!
% 3.52/0.97  % (18920)------------------------------
% 3.52/0.97  % (18920)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.52/0.97  % (18920)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.52/0.97  % (18920)Termination reason: Unknown
% 3.52/0.97  % (18920)Termination phase: Saturation
% 3.52/0.97  
% 3.52/0.97  % (18920)Memory used [KB]: 8827
% 3.52/0.97  % (18920)Time elapsed: 0.117 s
% 3.52/0.97  % (18920)Instructions burned: 93 (million)
% 3.52/0.97  % (18920)------------------------------
% 3.52/0.97  % (18920)------------------------------
% 3.52/0.97  % (18928)Instruction limit reached!
% 3.52/0.97  % (18928)------------------------------
% 3.52/0.97  % (18928)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.52/0.97  % (18928)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.52/0.97  % (18928)Termination reason: Unknown
% 3.52/0.97  % (18928)Termination phase: Equality resolution with deletion
% 3.52/0.97  
% 3.52/0.97  % (18928)Memory used [KB]: 3582
% 3.52/0.97  % (18928)Time elapsed: 0.038 s
% 3.52/0.97  % (18928)Instructions burned: 34 (million)
% 3.52/0.97  % (18928)------------------------------
% 3.52/0.97  % (18928)------------------------------
% 3.52/0.99  % (18907)Instruction limit reached!
% 3.52/0.99  % (18907)------------------------------
% 3.52/0.99  % (18907)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.52/0.99  % (18907)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.52/0.99  % (18907)Termination reason: Unknown
% 3.52/0.99  % (18907)Termination phase: Saturation
% 3.52/0.99  
% 3.52/0.99  % (18907)Memory used [KB]: 9083
% 3.52/0.99  % (18907)Time elapsed: 0.348 s
% 3.52/0.99  % (18907)Instructions burned: 150 (million)
% 3.52/0.99  % (18907)------------------------------
% 3.52/0.99  % (18907)------------------------------
% 3.52/0.99  % (18934)lrs+10_1:32_abs=on:br=off:urr=ec_only:i=366:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/366Mi)
% 3.52/0.99  % (18935)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 (2994ds/424Mi)
% 3.93/1.00  % (18932)Instruction limit reached!
% 3.93/1.00  % (18932)------------------------------
% 3.93/1.00  % (18932)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.93/1.00  % (18932)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.93/1.00  % (18932)Termination reason: Unknown
% 3.93/1.00  % (18932)Termination phase: Property scanning
% 3.93/1.00  
% 3.93/1.00  % (18932)Memory used [KB]: 3454
% 3.93/1.00  % (18932)Time elapsed: 0.014 s
% 3.93/1.00  % (18932)Instructions burned: 25 (million)
% 3.93/1.00  % (18932)------------------------------
% 3.93/1.00  % (18932)------------------------------
% 3.93/1.00  % (18937)lrs+11_1:2_aac=none:acc=on:alpa=true:spb=units:i=288:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/288Mi)
% 3.93/1.01  % (18936)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 (2994ds/753Mi)
% 3.93/1.02  % (18939)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 (2994ds/149Mi)
% 3.93/1.02  % (18938)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 (2994ds/1000Mi)
% 3.93/1.03  % (18924)Instruction limit reached!
% 3.93/1.03  % (18924)------------------------------
% 3.93/1.03  % (18924)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.93/1.03  % (18924)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.93/1.03  % (18924)Termination reason: Unknown
% 3.93/1.03  % (18924)Termination phase: Saturation
% 3.93/1.03  
% 3.93/1.03  % (18924)Memory used [KB]: 8571
% 3.93/1.03  % (18924)Time elapsed: 0.220 s
% 3.93/1.03  % (18924)Instructions burned: 86 (million)
% 3.93/1.03  % (18924)------------------------------
% 3.93/1.03  % (18924)------------------------------
% 3.93/1.03  % (18917)Instruction limit reached!
% 3.93/1.03  % (18917)------------------------------
% 3.93/1.03  % (18917)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.93/1.03  % (18917)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.93/1.03  % (18917)Termination reason: Unknown
% 3.93/1.03  % (18917)Termination phase: Saturation
% 3.93/1.03  
% 3.93/1.03  % (18917)Memory used [KB]: 8955
% 3.93/1.03  % (18917)Time elapsed: 0.294 s
% 3.93/1.03  % (18917)Instructions burned: 138 (million)
% 3.93/1.03  % (18917)------------------------------
% 3.93/1.03  % (18917)------------------------------
% 3.93/1.03  % (18925)Instruction limit reached!
% 3.93/1.03  % (18925)------------------------------
% 3.93/1.03  % (18925)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.93/1.03  % (18925)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.93/1.03  % (18925)Termination reason: Unknown
% 3.93/1.03  % (18925)Termination phase: Saturation
% 3.93/1.03  
% 3.93/1.03  % (18925)Memory used [KB]: 8443
% 3.93/1.03  % (18925)Time elapsed: 0.031 s
% 3.93/1.03  % (18925)Instructions burned: 79 (million)
% 3.93/1.03  % (18925)------------------------------
% 3.93/1.03  % (18925)------------------------------
% 3.93/1.04  % (18940)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 (2994ds/35Mi)
% 3.93/1.05  % (18941)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)
% 4.20/1.07  % (18929)Instruction limit reached!
% 4.20/1.07  % (18929)------------------------------
% 4.20/1.07  % (18929)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 4.20/1.07  % (18929)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 4.20/1.07  % (18929)Termination reason: Unknown
% 4.20/1.07  % (18929)Termination phase: Saturation
% 4.20/1.07  
% 4.20/1.07  % (18929)Memory used [KB]: 4605
% 4.20/1.07  % (18929)Time elapsed: 0.043 s
% 4.20/1.07  % (18929)Instructions burned: 113 (million)
% 4.20/1.07  % (18929)------------------------------
% 4.20/1.07  % (18929)------------------------------
% 4.20/1.07  % (18943)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)
% 4.20/1.08  % (18942)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)
% 4.20/1.09  % (18940)Instruction limit reached!
% 4.20/1.09  % (18940)------------------------------
% 4.20/1.09  % (18940)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 4.20/1.10  % (18944)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 (2993ds/23Mi)
% 4.20/1.10  % (18940)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 4.20/1.10  % (18940)Termination reason: Unknown
% 4.20/1.10  % (18940)Termination phase: Function definition elimination
% 4.20/1.10  
% 4.20/1.10  % (18940)Memory used [KB]: 3454
% 4.20/1.10  % (18940)Time elapsed: 0.017 s
% 4.20/1.10  % (18940)Instructions burned: 35 (million)
% 4.20/1.10  % (18940)------------------------------
% 4.20/1.10  % (18940)------------------------------
% 4.20/1.10  % (18945)lrs+1011_1:1_aac=none:fs=off:fsr=off:i=136:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/136Mi)
% 4.20/1.12  % (18946)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 (2993ds/91Mi)
% 4.20/1.13  % (18927)Instruction limit reached!
% 4.20/1.13  % (18927)------------------------------
% 4.20/1.13  % (18927)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 4.20/1.13  % (18927)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 4.20/1.13  % (18927)Termination reason: Unknown
% 4.20/1.13  % (18927)Termination phase: Saturation
% 4.20/1.13  
% 4.20/1.13  % (18927)Memory used [KB]: 9466
% 4.20/1.13  % (18927)Time elapsed: 0.273 s
% 4.20/1.13  % (18927)Instructions burned: 120 (million)
% 4.20/1.13  % (18927)------------------------------
% 4.20/1.13  % (18927)------------------------------
% 4.20/1.13  % (18947)lrs+10_1:4_drc=off:sos=on:to=lpo:i=102:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/102Mi)
% 4.20/1.13  % (18948)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 (2993ds/234Mi)
% 4.20/1.14  % (18910)Instruction limit reached!
% 4.20/1.14  % (18910)------------------------------
% 4.20/1.14  % (18910)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 4.20/1.14  % (18910)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 4.20/1.14  % (18910)Termination reason: Unknown
% 4.20/1.14  % (18910)Termination phase: Saturation
% 4.20/1.14  
% 4.20/1.14  % (18910)Memory used [KB]: 10106
% 4.20/1.14  % (18910)Time elapsed: 0.431 s
% 4.20/1.14  % (18910)Instructions burned: 343 (million)
% 4.20/1.14  % (18910)------------------------------
% 4.20/1.14  % (18910)------------------------------
% 4.20/1.14  % (18944)Instruction limit reached!
% 4.20/1.14  % (18944)------------------------------
% 4.20/1.14  % (18944)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 4.20/1.14  % (18944)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 4.20/1.14  % (18944)Termination reason: Unknown
% 4.20/1.14  % (18944)Termination phase: Property scanning
% 4.20/1.14  
% 4.20/1.14  % (18944)Memory used [KB]: 3454
% 4.20/1.14  % (18944)Time elapsed: 0.017 s
% 4.20/1.14  % (18944)Instructions burned: 23 (million)
% 4.20/1.14  % (18944)------------------------------
% 4.20/1.14  % (18944)------------------------------
% 4.20/1.14  % (18950)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)
% 4.20/1.15  % (18943)Instruction limit reached!
% 4.20/1.15  % (18943)------------------------------
% 4.20/1.15  % (18943)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 4.20/1.15  % (18943)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 4.20/1.15  % (18943)Termination reason: Unknown
% 4.20/1.15  % (18943)Termination phase: Property scanning
% 4.20/1.15  
% 4.20/1.15  % (18943)Memory used [KB]: 3709
% 4.20/1.15  % (18943)Time elapsed: 0.022 s
% 4.20/1.15  % (18943)Instructions burned: 48 (million)
% 4.20/1.15  % (18943)------------------------------
% 4.20/1.15  % (18943)------------------------------
% 4.20/1.15  % (18911)Instruction limit reached!
% 4.20/1.15  % (18911)------------------------------
% 4.20/1.15  % (18911)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 4.20/1.15  % (18911)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 4.20/1.15  % (18911)Termination reason: Unknown
% 4.20/1.15  % (18911)Termination phase: Saturation
% 4.20/1.15  
% 4.20/1.15  % (18911)Memory used [KB]: 11129
% 4.20/1.15  % (18911)Time elapsed: 0.107 s
% 4.20/1.15  % (18911)Instructions burned: 237 (million)
% 4.20/1.15  % (18911)------------------------------
% 4.20/1.15  % (18911)------------------------------
% 4.20/1.17  % (18918)Instruction limit reached!
% 4.20/1.17  % (18918)------------------------------
% 4.20/1.17  % (18918)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 4.20/1.17  % (18918)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 4.20/1.17  % (18918)Termination reason: Unknown
% 4.20/1.17  % (18918)Termination phase: Saturation
% 4.20/1.17  
% 4.20/1.17  % (18918)Memory used [KB]: 9083
% 4.20/1.17  % (18918)Time elapsed: 0.261 s
% 4.20/1.17  % (18918)Instructions burned: 397 (million)
% 4.20/1.17  % (18918)------------------------------
% 4.20/1.17  % (18918)------------------------------
% 4.20/1.17  % (18922)Instruction limit reached!
% 4.20/1.17  % (18922)------------------------------
% 4.20/1.17  % (18922)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 4.20/1.17  % (18922)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 4.20/1.17  % (18922)Termination reason: Unknown
% 4.20/1.17  % (18922)Termination phase: Saturation
% 4.20/1.17  
% 4.20/1.17  % (18922)Memory used [KB]: 9978
% 4.20/1.17  % (18922)Time elapsed: 0.368 s
% 4.20/1.17  % (18922)Instructions burned: 221 (million)
% 4.20/1.17  % (18922)------------------------------
% 4.20/1.17  % (18922)------------------------------
% 6.37/1.19  % (18951)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 (2992ds/68Mi)
% 6.37/1.20  % (18949)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 (2993ds/246Mi)
% 6.69/1.24  % (18923)Instruction limit reached!
% 6.69/1.24  % (18923)------------------------------
% 6.69/1.24  % (18923)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.69/1.24  % (18923)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.69/1.24  % (18923)Termination reason: Unknown
% 6.69/1.24  % (18923)Termination phase: Saturation
% 6.69/1.24  
% 6.69/1.24  % (18923)Memory used [KB]: 5245
% 6.69/1.24  % (18923)Time elapsed: 0.425 s
% 6.69/1.24  % (18923)Instructions burned: 223 (million)
% 6.69/1.24  % (18923)------------------------------
% 6.69/1.24  % (18923)------------------------------
% 6.69/1.24  % (18941)First to succeed.
% 6.69/1.24  % (18952)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 (2992ds/248Mi)
% 6.94/1.25  % (18945)Instruction limit reached!
% 6.94/1.25  % (18945)------------------------------
% 6.94/1.25  % (18945)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.94/1.25  % (18945)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.94/1.25  % (18945)Termination reason: Unknown
% 6.94/1.25  % (18945)Termination phase: Saturation
% 6.94/1.25  
% 6.94/1.25  % (18945)Memory used [KB]: 9083
% 6.94/1.25  % (18945)Time elapsed: 0.117 s
% 6.94/1.25  % (18945)Instructions burned: 137 (million)
% 6.94/1.25  % (18945)------------------------------
% 6.94/1.25  % (18945)------------------------------
% 6.94/1.25  % (18939)Instruction limit reached!
% 6.94/1.25  % (18939)------------------------------
% 6.94/1.25  % (18939)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.94/1.25  % (18939)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.94/1.25  % (18939)Termination reason: Unknown
% 6.94/1.25  % (18939)Termination phase: Saturation
% 6.94/1.25  
% 6.94/1.25  % (18939)Memory used [KB]: 8187
% 6.94/1.25  % (18939)Time elapsed: 0.342 s
% 6.94/1.25  % (18939)Instructions burned: 149 (million)
% 6.94/1.25  % (18939)------------------------------
% 6.94/1.25  % (18939)------------------------------
% 6.94/1.26  % (18946)Instruction limit reached!
% 6.94/1.26  % (18946)------------------------------
% 6.94/1.26  % (18946)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.94/1.26  % (18946)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.94/1.26  % (18946)Termination reason: Unknown
% 6.94/1.26  % (18946)Termination phase: Saturation
% 6.94/1.26  
% 6.94/1.26  % (18946)Memory used [KB]: 8827
% 6.94/1.26  % (18946)Time elapsed: 0.039 s
% 6.94/1.26  % (18946)Instructions burned: 91 (million)
% 6.94/1.26  % (18946)------------------------------
% 6.94/1.26  % (18946)------------------------------
% 6.94/1.26  % (18953)lrs+1011_1:5_add=large:afp=4000:anc=none:irw=on:lma=on:nm=64:sac=on:sd=3:sos=on:sp=reverse_arity:ss=axioms:st=2.0:stl=30:updr=off:urr=on:i=126:si=on:rawr=on:rtra=on_0 on theBenchmark for (2992ds/126Mi)
% 6.94/1.26  % (18941)Refutation found. Thanks to Tanya!
% 6.94/1.26  % SZS status Theorem for theBenchmark
% 6.94/1.26  % SZS output start Proof for theBenchmark
% See solution above
% 6.94/1.26  % (18941)------------------------------
% 6.94/1.26  % (18941)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.94/1.26  % (18941)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.94/1.26  % (18941)Termination reason: Refutation
% 6.94/1.26  
% 6.94/1.26  % (18941)Memory used [KB]: 4349
% 6.94/1.26  % (18941)Time elapsed: 0.315 s
% 6.94/1.26  % (18941)Instructions burned: 135 (million)
% 6.94/1.26  % (18941)------------------------------
% 6.94/1.26  % (18941)------------------------------
% 6.94/1.26  % (18858)Success in time 0.914 s
%------------------------------------------------------------------------------