TSTP Solution File: NUM925_3 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : NUM925_3 : 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 : n010.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:02 EDT 2022

% Result   : Theorem 2.51s 0.90s
% Output   : Refutation 2.51s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :  106
% Syntax   : Number of formulae    :  139 (  37 unt;  96 typ;   0 def)
%            Number of atoms       :   49 (  30 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :   15 (   9   ~;   4   |;   0   &)
%                                         (   0 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   2 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number of FOOLs       :    1 (   1 fml;   0 var)
%            Number of types       :   14 (  13 usr)
%            Number of type conns  :   81 (  48   >;  33   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :   80 (  80 usr;  35 con; 0-3 aty)
%            Number of variables   :   32 (  32   !;   0   ?;  32   :)

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

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

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

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

tff(type_def_9,type,
    fun_int_bool: $tType ).

tff(type_def_10,type,
    fun_int_fun_int_bool: $tType ).

tff(type_def_11,type,
    fun_nat_bool: $tType ).

tff(type_def_12,type,
    fun_nat_int: $tType ).

tff(type_def_13,type,
    fun_nat_nat: $tType ).

tff(type_def_14,type,
    fun_nat_real: $tType ).

tff(type_def_15,type,
    fun_nat_fun_nat_bool: $tType ).

tff(type_def_16,type,
    fun_real_bool: $tType ).

tff(type_def_17,type,
    fun_re413263731l_bool: $tType ).

tff(func_def_0,type,
    abs_abs_int: int > int ).

tff(func_def_1,type,
    abs_abs_real: real > real ).

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

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

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

tff(func_def_5,type,
    one_one_int: int ).

tff(func_def_6,type,
    one_one_nat: nat ).

tff(func_def_7,type,
    one_one_real: real ).

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

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

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

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

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

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

tff(func_def_14,type,
    zero_zero_int: int ).

tff(func_def_15,type,
    zero_zero_nat: nat ).

tff(func_def_16,type,
    zero_zero_real: real ).

tff(func_def_17,type,
    if_int: ( bool * int * int ) > int ).

tff(func_def_18,type,
    if_nat: ( bool * nat * nat ) > nat ).

tff(func_def_19,type,
    zcong: ( int * int ) > fun_int_bool ).

tff(func_def_20,type,
    zprime: fun_int_bool ).

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

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

tff(func_def_23,type,
    min: int ).

tff(func_def_24,type,
    pls: int ).

tff(func_def_25,type,
    nat_1: int > nat ).

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

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

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

tff(func_def_29,type,
    succ: int > int ).

tff(func_def_30,type,
    semiri1621563631at_int: fun_nat_int ).

tff(func_def_31,type,
    semiri984289939at_nat: fun_nat_nat ).

tff(func_def_32,type,
    semiri132038758t_real: fun_nat_real ).

tff(func_def_33,type,
    ord_less_int: fun_int_fun_int_bool ).

tff(func_def_34,type,
    ord_less_nat: fun_nat_fun_nat_bool ).

tff(func_def_35,type,
    ord_less_real: fun_re413263731l_bool ).

tff(func_def_36,type,
    ord_less_eq_int: fun_int_fun_int_bool ).

tff(func_def_37,type,
    ord_less_eq_nat: fun_nat_fun_nat_bool ).

tff(func_def_38,type,
    ord_less_eq_real: fun_re413263731l_bool ).

tff(func_def_39,type,
    power_power_int: int > fun_nat_int ).

tff(func_def_40,type,
    power_power_nat: nat > fun_nat_nat ).

tff(func_def_41,type,
    power_power_real: real > fun_nat_real ).

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

tff(func_def_43,type,
    quadRes: int > fun_int_bool ).

tff(func_def_44,type,
    dvd_dvd_int: fun_int_fun_int_bool ).

tff(func_def_45,type,
    dvd_dvd_nat: fun_nat_fun_nat_bool ).

tff(func_def_46,type,
    twoSqu820444569sum2sq: fun_int_bool ).

tff(func_def_47,type,
    fFalse: bool ).

tff(func_def_48,type,
    fTrue: bool ).

tff(func_def_49,type,
    hAPP_int_bool: ( fun_int_bool * int ) > bool ).

tff(func_def_50,type,
    hAPP_i1948725293t_bool: ( fun_int_fun_int_bool * int ) > fun_int_bool ).

tff(func_def_51,type,
    hAPP_nat_bool: ( fun_nat_bool * nat ) > bool ).

tff(func_def_52,type,
    hAPP_nat_int: ( fun_nat_int * nat ) > int ).

tff(func_def_53,type,
    hAPP_nat_nat: ( fun_nat_nat * nat ) > nat ).

tff(func_def_54,type,
    hAPP_nat_real: ( fun_nat_real * nat ) > real ).

tff(func_def_55,type,
    hAPP_n1699378549t_bool: ( fun_nat_fun_nat_bool * nat ) > fun_nat_bool ).

tff(func_def_56,type,
    hAPP_real_bool: ( fun_real_bool * real ) > bool ).

tff(func_def_57,type,
    hAPP_r1134773055l_bool: ( fun_re413263731l_bool * real ) > fun_real_bool ).

tff(func_def_58,type,
    m: int ).

tff(func_def_59,type,
    m1: int ).

tff(func_def_60,type,
    n: nat ).

tff(func_def_61,type,
    s1: int ).

tff(func_def_62,type,
    s: int ).

tff(func_def_63,type,
    t: int ).

tff(func_def_64,type,
    tn: nat ).

tff(func_def_65,type,
    x: int ).

tff(func_def_66,type,
    y: int ).

tff(func_def_67,type,
    sK2: int > nat ).

tff(func_def_68,type,
    sK3: ( nat * nat ) > nat ).

tff(func_def_69,type,
    sK4: ( int * int ) > nat ).

tff(func_def_70,type,
    sK5: int ).

tff(func_def_71,type,
    sK6: ( nat * nat ) > nat ).

tff(func_def_72,type,
    sK7: fun_int_bool > int ).

tff(func_def_73,type,
    sK8: fun_int_bool > nat ).

tff(func_def_74,type,
    sK9: ( int * fun_int_bool ) > int ).

tff(func_def_75,type,
    sK10: fun_int_bool > nat ).

tff(func_def_76,type,
    sK11: fun_int_bool > int ).

tff(func_def_77,type,
    sK12: int ).

tff(func_def_78,type,
    sK13: int ).

tff(func_def_79,type,
    sK14: ( fun_int_bool * int ) > int ).

tff(pred_def_1,type,
    hBOOL: bool > $o ).

tff(pred_def_2,type,
    sP0: ( bool * int * bool ) > $o ).

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

tff(f3618,plain,
    $false,
    inference(subsumption_resolution,[],[f3617,f2767]) ).

tff(f2767,plain,
    ~ hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),pls)),
    inference(cnf_transformation,[],[f49]) ).

tff(f49,axiom,
    ~ hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),pls)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_48_rel__simps_I2_J) ).

tff(f3617,plain,
    hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),pls)),
    inference(subsumption_resolution,[],[f3584,f3423]) ).

tff(f3423,plain,
    hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n)))),
    inference(definition_unfolding,[],[f3066,f2801]) ).

tff(f2801,plain,
    zero_zero_int = pls,
    inference(cnf_transformation,[],[f99]) ).

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

tff(f3066,plain,
    hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,zero_zero_int),plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n)))),
    inference(cnf_transformation,[],[f1]) ).

tff(f1,axiom,
    hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,zero_zero_int),plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n)))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_0_n1pos) ).

tff(f3584,plain,
    ( ~ hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n))))
    | hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),pls)) ),
    inference(superposition,[],[f3251,f3553]) ).

tff(f3553,plain,
    pls = hAPP_nat_int(power_power_int(plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n))),number_number_of_nat(plus_plus_int(one_one_int,one_one_int))),
    inference(forward_demodulation,[],[f3552,f2693]) ).

tff(f2693,plain,
    ! [X0: int] : ( plus_plus_int(X0,pls) = X0 ),
    inference(cnf_transformation,[],[f1301]) ).

tff(f1301,plain,
    ! [X0: int] : ( plus_plus_int(X0,pls) = X0 ),
    inference(rectify,[],[f101]) ).

tff(f101,axiom,
    ! [X18: int] : ( plus_plus_int(X18,pls) = X18 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_100_add__Pls__right) ).

tff(f3552,plain,
    pls = hAPP_nat_int(power_power_int(plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n))),number_number_of_nat(plus_plus_int(one_one_int,plus_plus_int(one_one_int,pls)))),
    inference(forward_demodulation,[],[f3551,f2693]) ).

tff(f3551,plain,
    pls = hAPP_nat_int(power_power_int(plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n))),number_number_of_nat(plus_plus_int(one_one_int,plus_plus_int(one_one_int,plus_plus_int(pls,pls))))),
    inference(forward_demodulation,[],[f3550,f2655]) ).

tff(f2655,plain,
    ! [X2: int,X0: int,X1: int] : ( plus_plus_int(plus_plus_int(X1,X0),X2) = plus_plus_int(X1,plus_plus_int(X0,X2)) ),
    inference(cnf_transformation,[],[f1346]) ).

tff(f1346,plain,
    ! [X0: int,X1: int,X2: int] : ( plus_plus_int(plus_plus_int(X1,X0),X2) = plus_plus_int(X1,plus_plus_int(X0,X2)) ),
    inference(rectify,[],[f341]) ).

tff(f341,axiom,
    ! [X115: int,X114: int,X116: int] : ( plus_plus_int(plus_plus_int(X114,X115),X116) = plus_plus_int(X114,plus_plus_int(X115,X116)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_340_comm__semiring__1__class_Onormalizing__semiring__rules_I21_J) ).

tff(f3550,plain,
    pls = hAPP_nat_int(power_power_int(plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n))),number_number_of_nat(plus_plus_int(one_one_int,plus_plus_int(plus_plus_int(one_one_int,pls),pls)))),
    inference(forward_demodulation,[],[f3549,f3169]) ).

tff(f3169,plain,
    ! [X0: int] : ( plus_plus_int(pls,X0) = X0 ),
    inference(definition_unfolding,[],[f2470,f2801]) ).

tff(f2470,plain,
    ! [X0: int] : ( plus_plus_int(zero_zero_int,X0) = X0 ),
    inference(cnf_transformation,[],[f1325]) ).

tff(f1325,plain,
    ! [X0: int] : ( plus_plus_int(zero_zero_int,X0) = X0 ),
    inference(rectify,[],[f370]) ).

tff(f370,axiom,
    ! [X128: int] : ( plus_plus_int(zero_zero_int,X128) = X128 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_369_add__0) ).

tff(f3549,plain,
    pls = hAPP_nat_int(power_power_int(plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n))),number_number_of_nat(plus_plus_int(one_one_int,plus_plus_int(pls,plus_plus_int(plus_plus_int(one_one_int,pls),pls))))),
    inference(forward_demodulation,[],[f3548,f3169]) ).

tff(f3548,plain,
    pls = hAPP_nat_int(power_power_int(plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n))),number_number_of_nat(plus_plus_int(one_one_int,plus_plus_int(pls,plus_plus_int(pls,plus_plus_int(plus_plus_int(one_one_int,pls),pls)))))),
    inference(forward_demodulation,[],[f3547,f2655]) ).

tff(f3547,plain,
    pls = hAPP_nat_int(power_power_int(plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n))),number_number_of_nat(plus_plus_int(plus_plus_int(one_one_int,pls),plus_plus_int(pls,plus_plus_int(plus_plus_int(one_one_int,pls),pls))))),
    inference(forward_demodulation,[],[f3413,f2655]) ).

tff(f3413,plain,
    pls = hAPP_nat_int(power_power_int(plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n))),number_number_of_nat(plus_plus_int(plus_plus_int(plus_plus_int(one_one_int,pls),pls),plus_plus_int(plus_plus_int(one_one_int,pls),pls)))),
    inference(definition_unfolding,[],[f3048,f2801,f3011,f2565]) ).

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

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

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

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

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

tff(f104,axiom,
    ! [X18: int] : ( bit0(X18) = plus_plus_int(X18,X18) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_103_Bit0__def) ).

tff(f3048,plain,
    zero_zero_int = hAPP_nat_int(power_power_int(plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n))),number_number_of_nat(bit0(bit1(pls)))),
    inference(cnf_transformation,[],[f1207]) ).

tff(f1207,plain,
    zero_zero_int = hAPP_nat_int(power_power_int(plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n))),number_number_of_nat(bit0(bit1(pls)))),
    inference(flattening,[],[f1206]) ).

tff(f1206,negated_conjecture,
    ( ~ zero_zero_int )
 != hAPP_nat_int(power_power_int(plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n))),number_number_of_nat(bit0(bit1(pls)))),
    inference(negated_conjecture,[],[f1205]) ).

tff(f1205,conjecture,
    zero_zero_int != hAPP_nat_int(power_power_int(plus_plus_int(one_one_int,hAPP_nat_int(semiri1621563631at_int,n))),number_number_of_nat(bit0(bit1(pls)))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conj_0) ).

tff(f3251,plain,
    ! [X0: nat,X1: int] :
      ( hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),hAPP_nat_int(power_power_int(X1),X0)))
      | ~ hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),X1)) ),
    inference(definition_unfolding,[],[f2669,f2801,f2801]) ).

tff(f2669,plain,
    ! [X0: nat,X1: int] :
      ( hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,zero_zero_int),hAPP_nat_int(power_power_int(X1),X0)))
      | ~ hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,zero_zero_int),X1)) ),
    inference(cnf_transformation,[],[f1812]) ).

tff(f1812,plain,
    ! [X0: nat,X1: int] :
      ( hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,zero_zero_int),hAPP_nat_int(power_power_int(X1),X0)))
      | ~ hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,zero_zero_int),X1)) ),
    inference(ennf_transformation,[],[f1271]) ).

tff(f1271,plain,
    ! [X0: nat,X1: int] :
      ( hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,zero_zero_int),X1))
     => hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,zero_zero_int),hAPP_nat_int(power_power_int(X1),X0))) ),
    inference(rectify,[],[f267]) ).

tff(f267,axiom,
    ! [X75: nat,X76: int] :
      ( hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,zero_zero_int),X76))
     => hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,zero_zero_int),hAPP_nat_int(power_power_int(X76),X75))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_266_zero__less__power) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem    : NUM925_3 : TPTP v8.1.0. Released v5.3.0.
% 0.12/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.13/0.34  % Computer : n010.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Tue Aug 30 09:15:14 EDT 2022
% 0.13/0.34  % CPUTime    : 
% 0.19/0.59  % (28749)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.59  % (28749)Instruction limit reached!
% 0.19/0.59  % (28749)------------------------------
% 0.19/0.59  % (28749)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.59  % (28749)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.59  % (28749)Termination reason: Unknown
% 0.19/0.59  % (28749)Termination phase: shuffling
% 0.19/0.59  
% 0.19/0.59  % (28749)Memory used [KB]: 2814
% 0.19/0.59  % (28749)Time elapsed: 0.004 s
% 0.19/0.59  % (28749)Instructions burned: 2 (million)
% 0.19/0.59  % (28749)------------------------------
% 0.19/0.59  % (28749)------------------------------
% 0.19/0.59  % (28760)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.59  % (28753)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.59  % (28731)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.59  % (28742)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)
% 1.35/0.60  % (28745)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)
% 1.35/0.60  % (28758)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)
% 1.35/0.60  % (28737)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)
% 1.35/0.60  % (28757)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)
% 1.35/0.60  % (28745)Instruction limit reached!
% 1.35/0.60  % (28745)------------------------------
% 1.35/0.60  % (28745)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.35/0.60  % (28742)Instruction limit reached!
% 1.35/0.60  % (28742)------------------------------
% 1.35/0.60  % (28742)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.35/0.60  % (28742)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.35/0.60  % (28742)Termination reason: Unknown
% 1.35/0.60  % (28742)Termination phase: SInE selection
% 1.35/0.60  
% 1.35/0.60  % (28742)Memory used [KB]: 2942
% 1.35/0.60  % (28742)Time elapsed: 0.011 s
% 1.35/0.60  % (28742)Instructions burned: 8 (million)
% 1.35/0.60  % (28742)------------------------------
% 1.35/0.60  % (28742)------------------------------
% 1.35/0.60  % (28745)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.35/0.60  % (28745)Termination reason: Unknown
% 1.35/0.60  % (28745)Termination phase: Preprocessing 1
% 1.35/0.60  
% 1.35/0.60  % (28745)Memory used [KB]: 2942
% 1.35/0.60  % (28745)Time elapsed: 0.005 s
% 1.35/0.60  % (28745)Instructions burned: 3 (million)
% 1.35/0.61  % (28745)------------------------------
% 1.35/0.61  % (28745)------------------------------
% 1.35/0.61  % (28741)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)
% 1.35/0.61  % (28733)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)
% 1.51/0.61  % (28733)Instruction limit reached!
% 1.51/0.61  % (28733)------------------------------
% 1.51/0.61  % (28733)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.51/0.61  % (28733)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.51/0.61  % (28733)Termination reason: Unknown
% 1.51/0.61  % (28733)Termination phase: Preprocessing 1
% 1.51/0.61  
% 1.51/0.61  % (28733)Memory used [KB]: 3070
% 1.51/0.61  % (28733)Time elapsed: 0.004 s
% 1.51/0.61  % (28733)Instructions burned: 4 (million)
% 1.51/0.61  % (28733)------------------------------
% 1.51/0.61  % (28733)------------------------------
% 1.51/0.61  % (28743)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)
% 1.51/0.62  % (28736)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)
% 1.51/0.62  % (28735)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)
% 1.51/0.62  % (28754)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)
% 1.51/0.62  % (28746)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)
% 1.51/0.63  % (28738)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)
% 1.51/0.63  % (28759)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)
% 1.51/0.63  % (28752)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)
% 1.51/0.63  % (28739)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)
% 1.51/0.63  % (28748)fmb+10_1:1_nm=2:i=3:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/3Mi)
% 1.51/0.63  % (28751)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)
% 1.51/0.63  % (28747)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)
% 1.51/0.63  % (28740)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)
% 1.51/0.63  % (28744)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)
% 1.51/0.63  % (28741)Instruction limit reached!
% 1.51/0.63  % (28741)------------------------------
% 1.51/0.63  % (28741)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.51/0.63  % (28741)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.51/0.63  % (28741)Termination reason: Unknown
% 1.51/0.63  % (28741)Termination phase: Preprocessing 1
% 1.51/0.63  
% 1.51/0.63  % (28741)Memory used [KB]: 3582
% 1.51/0.63  % (28741)Time elapsed: 0.010 s
% 1.51/0.63  % (28741)Instructions burned: 13 (million)
% 1.51/0.63  % (28741)------------------------------
% 1.51/0.63  % (28741)------------------------------
% 1.51/0.63  % (28750)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)
% 1.51/0.63  % (28732)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)
% 1.51/0.64  % (28755)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)
% 1.51/0.64  % (28735)Instruction limit reached!
% 1.51/0.64  % (28735)------------------------------
% 1.51/0.64  % (28735)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.51/0.64  % (28735)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.51/0.64  % (28735)Termination reason: Unknown
% 1.51/0.64  % (28735)Termination phase: Preprocessing 1
% 1.51/0.64  
% 1.51/0.64  % (28735)Memory used [KB]: 3582
% 1.51/0.64  % (28735)Time elapsed: 0.009 s
% 1.51/0.64  % (28735)Instructions burned: 13 (million)
% 1.51/0.64  % (28735)------------------------------
% 1.51/0.64  % (28735)------------------------------
% 1.51/0.64  % (28758)Instruction limit reached!
% 1.51/0.64  % (28758)------------------------------
% 1.51/0.64  % (28758)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.51/0.64  % (28758)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.51/0.64  % (28758)Termination reason: Unknown
% 1.51/0.64  % (28758)Termination phase: Preprocessing 1
% 1.51/0.64  
% 1.51/0.64  % (28758)Memory used [KB]: 4093
% 1.51/0.64  % (28758)Time elapsed: 0.030 s
% 1.51/0.64  % (28758)Instructions burned: 25 (million)
% 1.51/0.64  % (28758)------------------------------
% 1.51/0.64  % (28758)------------------------------
% 1.51/0.64  % (28732)Instruction limit reached!
% 1.51/0.64  % (28732)------------------------------
% 1.51/0.64  % (28732)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.51/0.64  % (28743)Instruction limit reached!
% 1.51/0.64  % (28743)------------------------------
% 1.51/0.64  % (28743)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.51/0.64  % (28756)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)
% 1.51/0.64  % (28736)Instruction limit reached!
% 1.51/0.64  % (28736)------------------------------
% 1.51/0.64  % (28736)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.51/0.64  % (28736)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.51/0.64  % (28736)Termination reason: Unknown
% 1.51/0.64  % (28736)Termination phase: Preprocessing 1
% 1.51/0.64  
% 1.51/0.64  % (28736)Memory used [KB]: 3837
% 1.51/0.64  % (28736)Time elapsed: 0.011 s
% 1.51/0.64  % (28736)Instructions burned: 16 (million)
% 1.51/0.64  % (28736)------------------------------
% 1.51/0.64  % (28736)------------------------------
% 1.74/0.65  % (28734)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)
% 1.74/0.65  % (28746)Instruction limit reached!
% 1.74/0.65  % (28746)------------------------------
% 1.74/0.65  % (28746)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.65  % (28746)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.65  % (28746)Termination reason: Unknown
% 1.74/0.65  % (28746)Termination phase: Preprocessing 1
% 1.74/0.65  
% 1.74/0.65  % (28746)Memory used [KB]: 3454
% 1.74/0.65  % (28746)Time elapsed: 0.005 s
% 1.74/0.65  % (28746)Instructions burned: 7 (million)
% 1.74/0.65  % (28746)------------------------------
% 1.74/0.65  % (28746)------------------------------
% 1.74/0.65  % (28759)Instruction limit reached!
% 1.74/0.65  % (28759)------------------------------
% 1.74/0.65  % (28759)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.65  % (28748)Instruction limit reached!
% 1.74/0.65  % (28748)------------------------------
% 1.74/0.65  % (28748)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.65  % (28748)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.65  % (28748)Termination reason: Unknown
% 1.74/0.65  % (28748)Termination phase: Preprocessing 1
% 1.74/0.65  
% 1.74/0.65  % (28748)Memory used [KB]: 3070
% 1.74/0.65  % (28748)Time elapsed: 0.005 s
% 1.74/0.65  % (28748)Instructions burned: 3 (million)
% 1.74/0.65  % (28748)------------------------------
% 1.74/0.65  % (28748)------------------------------
% 1.74/0.65  % (28759)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.65  % (28759)Termination reason: Unknown
% 1.74/0.65  % (28759)Termination phase: Preprocessing 1
% 1.74/0.65  
% 1.74/0.65  % (28759)Memory used [KB]: 3709
% 1.74/0.65  % (28759)Time elapsed: 0.007 s
% 1.74/0.65  % (28759)Instructions burned: 9 (million)
% 1.74/0.65  % (28759)------------------------------
% 1.74/0.65  % (28759)------------------------------
% 1.74/0.65  % (28760)Instruction limit reached!
% 1.74/0.65  % (28760)------------------------------
% 1.74/0.65  % (28760)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.65  % (28760)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.65  % (28760)Termination reason: Unknown
% 1.74/0.65  % (28760)Termination phase: Preprocessing 1
% 1.74/0.65  
% 1.74/0.65  % (28760)Memory used [KB]: 4093
% 1.74/0.65  % (28760)Time elapsed: 0.019 s
% 1.74/0.65  % (28760)Instructions burned: 24 (million)
% 1.74/0.65  % (28760)------------------------------
% 1.74/0.65  % (28760)------------------------------
% 1.74/0.65  % (28743)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.65  % (28743)Termination reason: Unknown
% 1.74/0.65  % (28743)Termination phase: Preprocessing 1
% 1.74/0.65  
% 1.74/0.65  % (28743)Memory used [KB]: 3709
% 1.74/0.65  % (28743)Time elapsed: 0.011 s
% 1.74/0.65  % (28743)Instructions burned: 16 (million)
% 1.74/0.65  % (28743)------------------------------
% 1.74/0.65  % (28743)------------------------------
% 1.74/0.65  % (28750)Instruction limit reached!
% 1.74/0.65  % (28750)------------------------------
% 1.74/0.65  % (28750)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.65  % (28750)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.65  % (28750)Termination reason: Unknown
% 1.74/0.65  % (28750)Termination phase: SInE selection
% 1.74/0.65  
% 1.74/0.65  % (28750)Memory used [KB]: 2942
% 1.74/0.65  % (28750)Time elapsed: 0.009 s
% 1.74/0.65  % (28750)Instructions burned: 11 (million)
% 1.74/0.65  % (28750)------------------------------
% 1.74/0.65  % (28750)------------------------------
% 1.74/0.66  % (28732)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.66  % (28732)Termination reason: Unknown
% 1.74/0.66  % (28732)Termination phase: Preprocessing 3
% 1.74/0.66  
% 1.74/0.66  % (28732)Memory used [KB]: 3454
% 1.74/0.66  % (28732)Time elapsed: 0.009 s
% 1.74/0.66  % (28732)Instructions burned: 13 (million)
% 1.74/0.66  % (28732)------------------------------
% 1.74/0.66  % (28732)------------------------------
% 1.74/0.66  % (28737)Instruction limit reached!
% 1.74/0.66  % (28737)------------------------------
% 1.74/0.66  % (28737)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.66  % (28737)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.66  % (28737)Termination reason: Unknown
% 1.74/0.66  % (28737)Termination phase: Property scanning
% 1.74/0.66  
% 1.74/0.66  % (28737)Memory used [KB]: 4733
% 1.74/0.66  % (28737)Time elapsed: 0.028 s
% 1.74/0.66  % (28737)Instructions burned: 42 (million)
% 1.74/0.66  % (28737)------------------------------
% 1.74/0.66  % (28737)------------------------------
% 1.74/0.68  % (28751)Instruction limit reached!
% 1.74/0.68  % (28751)------------------------------
% 1.74/0.68  % (28751)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.68  % (28751)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.68  % (28751)Termination reason: Unknown
% 1.74/0.68  % (28751)Termination phase: NewCNF
% 1.74/0.68  
% 1.74/0.68  % (28751)Memory used [KB]: 4221
% 1.74/0.68  % (28751)Time elapsed: 0.024 s
% 1.74/0.68  % (28751)Instructions burned: 30 (million)
% 1.74/0.68  % (28751)------------------------------
% 1.74/0.68  % (28751)------------------------------
% 1.74/0.69  % (28740)Instruction limit reached!
% 1.74/0.69  % (28740)------------------------------
% 1.74/0.69  % (28740)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.69  % (28740)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.69  % (28740)Termination reason: Unknown
% 1.74/0.69  % (28740)Termination phase: Preprocessing 3
% 1.74/0.69  
% 1.74/0.69  % (28740)Memory used [KB]: 4861
% 1.74/0.69  % (28740)Time elapsed: 0.025 s
% 1.74/0.69  % (28740)Instructions burned: 35 (million)
% 1.74/0.69  % (28740)------------------------------
% 1.74/0.69  % (28740)------------------------------
% 1.74/0.70  % (28739)Instruction limit reached!
% 1.74/0.70  % (28739)------------------------------
% 1.74/0.70  % (28739)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.70  % (28739)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.70  % (28739)Termination reason: Unknown
% 1.74/0.70  % (28739)Termination phase: Property scanning
% 1.74/0.70  
% 1.74/0.70  % (28739)Memory used [KB]: 4605
% 1.74/0.70  % (28739)Time elapsed: 0.025 s
% 1.74/0.70  % (28739)Instructions burned: 50 (million)
% 1.74/0.70  % (28739)------------------------------
% 1.74/0.70  % (28739)------------------------------
% 1.74/0.71  % (28755)Instruction limit reached!
% 1.74/0.71  % (28755)------------------------------
% 1.74/0.71  % (28755)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.71  % (28753)Instruction limit reached!
% 1.74/0.71  % (28753)------------------------------
% 1.74/0.71  % (28753)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.71  % (28753)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.71  % (28753)Termination reason: Unknown
% 1.74/0.71  % (28753)Termination phase: Function definition elimination
% 1.74/0.71  
% 1.74/0.71  % (28753)Memory used [KB]: 5884
% 1.74/0.71  % (28753)Time elapsed: 0.042 s
% 1.74/0.71  % (28753)Instructions burned: 82 (million)
% 1.74/0.71  % (28753)------------------------------
% 1.74/0.71  % (28753)------------------------------
% 1.74/0.72  % (28754)Instruction limit reached!
% 1.74/0.72  % (28754)------------------------------
% 1.74/0.72  % (28754)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.72  % (28754)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.72  % (28754)Termination reason: Unknown
% 1.74/0.72  % (28754)Termination phase: Property scanning
% 1.74/0.72  
% 1.74/0.72  % (28754)Memory used [KB]: 5756
% 1.74/0.72  % (28754)Time elapsed: 0.029 s
% 1.74/0.72  % (28754)Instructions burned: 47 (million)
% 1.74/0.72  % (28754)------------------------------
% 1.74/0.72  % (28754)------------------------------
% 1.74/0.72  % (28755)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.72  % (28755)Termination reason: Unknown
% 1.74/0.72  % (28755)Termination phase: Property scanning
% 1.74/0.72  
% 1.74/0.72  % (28755)Memory used [KB]: 5884
% 1.74/0.72  % (28755)Time elapsed: 0.050 s
% 1.74/0.72  % (28755)Instructions burned: 50 (million)
% 1.74/0.72  % (28755)------------------------------
% 1.74/0.72  % (28755)------------------------------
% 1.74/0.72  % (28747)Instruction limit reached!
% 1.74/0.72  % (28747)------------------------------
% 1.74/0.72  % (28747)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.72  % (28747)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.72  % (28747)Termination reason: Unknown
% 1.74/0.72  % (28747)Termination phase: Property scanning
% 1.74/0.72  
% 1.74/0.72  % (28747)Memory used [KB]: 5756
% 1.74/0.72  % (28747)Time elapsed: 0.032 s
% 1.74/0.72  % (28747)Instructions burned: 51 (million)
% 1.74/0.72  % (28747)------------------------------
% 1.74/0.72  % (28747)------------------------------
% 1.74/0.72  % (28757)Instruction limit reached!
% 1.74/0.72  % (28757)------------------------------
% 1.74/0.72  % (28757)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.74/0.72  % (28757)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.74/0.72  % (28757)Termination reason: Unknown
% 1.74/0.72  % (28757)Termination phase: Property scanning
% 1.74/0.72  
% 1.74/0.72  % (28757)Memory used [KB]: 6012
% 1.74/0.72  % (28757)Time elapsed: 0.092 s
% 1.74/0.72  % (28757)Instructions burned: 100 (million)
% 1.74/0.72  % (28757)------------------------------
% 1.74/0.72  % (28757)------------------------------
% 2.21/0.74  % (28764)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 (2997ds/7Mi)
% 2.21/0.74  % (28738)Instruction limit reached!
% 2.21/0.74  % (28738)------------------------------
% 2.21/0.74  % (28738)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.21/0.74  % (28738)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.21/0.74  % (28738)Termination reason: Unknown
% 2.21/0.74  % (28738)Termination phase: Preprocessing 3
% 2.21/0.74  
% 2.21/0.74  % (28738)Memory used [KB]: 5245
% 2.21/0.74  % (28738)Time elapsed: 0.028 s
% 2.21/0.74  % (28738)Instructions burned: 40 (million)
% 2.21/0.74  % (28738)------------------------------
% 2.21/0.74  % (28738)------------------------------
% 2.21/0.74  % (28763)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 (2997ds/92Mi)
% 2.21/0.74  % (28764)Instruction limit reached!
% 2.21/0.74  % (28764)------------------------------
% 2.21/0.74  % (28764)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.21/0.74  % (28764)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.21/0.74  % (28764)Termination reason: Unknown
% 2.21/0.74  % (28764)Termination phase: Preprocessing 1
% 2.21/0.74  
% 2.21/0.74  % (28764)Memory used [KB]: 2942
% 2.21/0.74  % (28764)Time elapsed: 0.006 s
% 2.21/0.74  % (28764)Instructions burned: 8 (million)
% 2.21/0.74  % (28764)------------------------------
% 2.21/0.74  % (28764)------------------------------
% 2.21/0.75  % (28734)Instruction limit reached!
% 2.21/0.75  % (28734)------------------------------
% 2.21/0.75  % (28734)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.21/0.75  % (28734)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.21/0.75  % (28734)Termination reason: Unknown
% 2.21/0.75  % (28734)Termination phase: Saturation
% 2.21/0.75  
% 2.21/0.75  % (28734)Memory used [KB]: 8699
% 2.21/0.75  % (28734)Time elapsed: 0.225 s
% 2.21/0.75  % (28734)Instructions burned: 52 (million)
% 2.21/0.75  % (28734)------------------------------
% 2.21/0.75  % (28734)------------------------------
% 2.21/0.75  % (28744)Instruction limit reached!
% 2.21/0.75  % (28744)------------------------------
% 2.21/0.75  % (28744)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.21/0.75  % (28744)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.21/0.75  % (28744)Termination reason: Unknown
% 2.21/0.75  % (28744)Termination phase: Property scanning
% 2.21/0.75  
% 2.21/0.75  % (28744)Memory used [KB]: 4989
% 2.21/0.75  % (28744)Time elapsed: 0.029 s
% 2.21/0.75  % (28744)Instructions burned: 54 (million)
% 2.21/0.75  % (28744)------------------------------
% 2.21/0.75  % (28744)------------------------------
% 2.21/0.76  % (28765)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 (2997ds/87Mi)
% 2.21/0.77  % (28766)ott+4_1:28_av=off:sos=all:i=69:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/69Mi)
% 2.33/0.79  % (28782)dis+1011_1:16_fsr=off:nwc=2.0:i=42:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/42Mi)
% 2.33/0.80  % (28778)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.33/0.80  % (28795)lrs+4_1:1_fde=unused:sos=on:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/15Mi)
% 2.33/0.80  % (28791)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.33/0.81  % (28783)lrs+1010_1:1_ep=RS:sos=on:i=31:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/31Mi)
% 2.33/0.81  % (28794)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.33/0.81  % (28756)Instruction limit reached!
% 2.33/0.81  % (28756)------------------------------
% 2.33/0.81  % (28756)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.33/0.81  % (28756)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.33/0.81  % (28756)Termination reason: Unknown
% 2.33/0.81  % (28756)Termination phase: Property scanning
% 2.33/0.81  
% 2.33/0.81  % (28756)Memory used [KB]: 6140
% 2.33/0.81  % (28756)Time elapsed: 0.069 s
% 2.33/0.81  % (28756)Instructions burned: 96 (million)
% 2.33/0.81  % (28756)------------------------------
% 2.33/0.81  % (28756)------------------------------
% 2.33/0.81  % (28780)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.33/0.82  % (28774)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.33/0.82  % (28792)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.33/0.82  % (28785)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.33/0.83  % (28795)Instruction limit reached!
% 2.33/0.83  % (28795)------------------------------
% 2.33/0.83  % (28795)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.33/0.83  % (28795)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.33/0.83  % (28795)Termination reason: Unknown
% 2.33/0.83  % (28795)Termination phase: shuffling
% 2.33/0.83  
% 2.33/0.83  % (28795)Memory used [KB]: 4349
% 2.33/0.83  % (28795)Time elapsed: 0.010 s
% 2.33/0.83  % (28795)Instructions burned: 16 (million)
% 2.33/0.83  % (28795)------------------------------
% 2.33/0.83  % (28795)------------------------------
% 2.33/0.83  % (28752)Instruction limit reached!
% 2.33/0.83  % (28752)------------------------------
% 2.33/0.83  % (28752)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.33/0.83  % (28752)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.33/0.83  % (28752)Termination reason: Unknown
% 2.33/0.83  % (28752)Termination phase: Property scanning
% 2.33/0.83  
% 2.33/0.83  % (28752)Memory used [KB]: 6012
% 2.33/0.83  % (28752)Time elapsed: 0.051 s
% 2.33/0.83  % (28752)Instructions burned: 102 (million)
% 2.33/0.83  % (28752)------------------------------
% 2.33/0.83  % (28752)------------------------------
% 2.33/0.83  % (28786)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.33/0.84  % (28782)Instruction limit reached!
% 2.33/0.84  % (28782)------------------------------
% 2.33/0.84  % (28782)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.33/0.84  % (28801)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 (2996ds/237Mi)
% 2.33/0.85  % (28799)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 (2996ds/19Mi)
% 2.33/0.85  % (28796)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 (2996ds/32Mi)
% 2.43/0.86  % (28782)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.43/0.86  % (28782)Termination reason: Unknown
% 2.43/0.86  % (28782)Termination phase: Property scanning
% 2.43/0.86  
% 2.43/0.86  % (28782)Memory used [KB]: 5756
% 2.43/0.86  % (28782)Time elapsed: 0.034 s
% 2.43/0.86  % (28782)Instructions burned: 42 (million)
% 2.43/0.86  % (28782)------------------------------
% 2.43/0.86  % (28782)------------------------------
% 2.43/0.86  % (28793)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.43/0.86  % (28803)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 (2996ds/472Mi)
% 2.51/0.87  % (28802)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 (2996ds/10Mi)
% 2.51/0.88  % (28797)lrs+1002_1:32_ep=RS:ss=axioms:st=5.0:i=149:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/149Mi)
% 2.51/0.88  % (28802)Instruction limit reached!
% 2.51/0.88  % (28802)------------------------------
% 2.51/0.88  % (28802)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.51/0.88  % (28798)ott+10_1:1_ep=R:sd=1:sos=all:ss=axioms:i=66:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/66Mi)
% 2.51/0.88  % (28802)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.51/0.88  % (28802)Termination reason: Unknown
% 2.51/0.88  % (28802)Termination phase: Preprocessing 1
% 2.51/0.88  
% 2.51/0.88  % (28802)Memory used [KB]: 3198
% 2.51/0.88  % (28802)Time elapsed: 0.019 s
% 2.51/0.88  % (28802)Instructions burned: 10 (million)
% 2.51/0.88  % (28802)------------------------------
% 2.51/0.88  % (28802)------------------------------
% 2.51/0.89  % (28783)Instruction limit reached!
% 2.51/0.89  % (28783)------------------------------
% 2.51/0.89  % (28783)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.51/0.89  % (28783)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.51/0.89  % (28783)Termination reason: Unknown
% 2.51/0.89  % (28783)Termination phase: Preprocessing 3
% 2.51/0.89  
% 2.51/0.89  % (28783)Memory used [KB]: 5117
% 2.51/0.89  % (28783)Time elapsed: 0.019 s
% 2.51/0.89  % (28783)Instructions burned: 31 (million)
% 2.51/0.89  % (28783)------------------------------
% 2.51/0.89  % (28783)------------------------------
% 2.51/0.89  % (28763)First to succeed.
% 2.51/0.89  % (28807)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 (2995ds/138Mi)
% 2.51/0.89  % (28765)Also succeeded, but the first one will report.
% 2.51/0.90  % (28763)Refutation found. Thanks to Tanya!
% 2.51/0.90  % SZS status Theorem for theBenchmark
% 2.51/0.90  % SZS output start Proof for theBenchmark
% See solution above
% 2.51/0.90  % (28763)------------------------------
% 2.51/0.90  % (28763)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.51/0.90  % (28763)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.51/0.90  % (28763)Termination reason: Refutation
% 2.51/0.90  
% 2.51/0.90  % (28763)Memory used [KB]: 9466
% 2.51/0.90  % (28763)Time elapsed: 0.260 s
% 2.51/0.90  % (28763)Instructions burned: 71 (million)
% 2.51/0.90  % (28763)------------------------------
% 2.51/0.90  % (28763)------------------------------
% 2.51/0.90  % (28730)Success in time 0.548 s
%------------------------------------------------------------------------------