TSTP Solution File: NUM925_2 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : NUM925_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_sat --cores 0 -t %d %s

% Computer : n029.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:07:18 EDT 2022

% Result   : Theorem 2.70s 0.85s
% Output   : Refutation 2.70s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :  122
% Syntax   : Number of formulae    :  159 (  43 unt; 100 typ;   0 def)
%            Number of atoms       :   85 (  60 equ)
%            Maximal formula atoms :    6 (   1 avg)
%            Number of connectives :   54 (  28   ~;  16   |;   6   &)
%                                         (   4 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   2 avg)
%            Maximal term depth    :    9 (   2 avg)
%            Number of FOOLs       :    1 (   1 fml;   0 var)
%            Number of types       :   16 (  15 usr)
%            Number of type conns  :   78 (  51   >;  27   *;   0   +;   0  <<)
%            Number of predicates  :    7 (   5 usr;   3 prp; 0-3 aty)
%            Number of functors    :   82 (  82 usr;  34 con; 0-2 aty)
%            Number of variables   :   25 (  25   !;   0   ?;  25   :)

% 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_int: $tType ).

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

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

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

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

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

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

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

tff(type_def_18,type,
    fun_real_real: $tType ).

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

tff(func_def_0,type,
    one_one_int: int ).

tff(func_def_1,type,
    one_one_nat: nat ).

tff(func_def_2,type,
    one_one_real: real ).

tff(func_def_3,type,
    plus_plus_int: int > fun_int_int ).

tff(func_def_4,type,
    plus_plus_nat: nat > fun_nat_nat ).

tff(func_def_5,type,
    plus_plus_real: real > fun_real_real ).

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

tff(func_def_7,type,
    zero_zero_int: int ).

tff(func_def_8,type,
    zero_zero_nat: nat ).

tff(func_def_9,type,
    zero_zero_real: real ).

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

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

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

tff(func_def_13,type,
    pls: int ).

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

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

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

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

tff(func_def_18,type,
    semiri1621563631at_int: fun_nat_int ).

tff(func_def_19,type,
    semiri984289939at_nat: fun_nat_nat ).

tff(func_def_20,type,
    semiri132038758t_real: fun_nat_real ).

tff(func_def_21,type,
    sqrt: real > real ).

tff(func_def_22,type,
    ord_less_int: fun_int_fun_int_bool ).

tff(func_def_23,type,
    ord_less_nat: fun_nat_fun_nat_bool ).

tff(func_def_24,type,
    ord_less_real: fun_re413263731l_bool ).

tff(func_def_25,type,
    ord_less_eq_int: fun_int_fun_int_bool ).

tff(func_def_26,type,
    ord_less_eq_nat: fun_nat_fun_nat_bool ).

tff(func_def_27,type,
    ord_less_eq_real: fun_re413263731l_bool ).

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

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

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

tff(func_def_31,type,
    fFalse: bool ).

tff(func_def_32,type,
    fTrue: bool ).

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

tff(func_def_34,type,
    hAPP_int_int: ( fun_int_int * int ) > int ).

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

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

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

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

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

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

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

tff(func_def_42,type,
    hAPP_real_real: ( fun_real_real * real ) > real ).

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

tff(func_def_44,type,
    m1: int ).

tff(func_def_45,type,
    n: nat ).

tff(func_def_46,type,
    t: int ).

tff(func_def_47,type,
    tn: nat ).

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

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

tff(func_def_50,type,
    sK4: ( fun_nat_bool * nat ) > nat ).

tff(func_def_51,type,
    sK5: fun_int_bool > nat ).

tff(func_def_52,type,
    sK6: fun_int_bool > int ).

tff(func_def_53,type,
    sK7: ( int * fun_int_bool ) > int ).

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

tff(func_def_55,type,
    sK9: fun_nat_nat > nat ).

tff(func_def_56,type,
    sK10: fun_nat_nat > nat ).

tff(func_def_57,type,
    sK11: ( nat * real ) > real ).

tff(func_def_58,type,
    sK12: fun_int_bool > int ).

tff(func_def_59,type,
    sK13: fun_int_bool > nat ).

tff(func_def_60,type,
    sK14: fun_nat_nat > nat ).

tff(func_def_61,type,
    sK15: fun_nat_nat > nat ).

tff(func_def_62,type,
    sK16: ( real * real ) > real ).

tff(func_def_63,type,
    sK17: int > nat ).

tff(func_def_64,type,
    sK18: ( nat * nat ) > nat ).

tff(func_def_65,type,
    sK19: int > nat ).

tff(func_def_66,type,
    sK20: ( fun_nat_bool * nat ) > nat ).

tff(func_def_67,type,
    sK21: ( fun_int_bool * int ) > int ).

tff(func_def_68,type,
    sK22: ( int * int ) > nat ).

tff(func_def_69,type,
    sK23: int > nat ).

tff(func_def_70,type,
    sF24: fun_int_int ).

tff(func_def_71,type,
    sF25: int ).

tff(func_def_72,type,
    sF26: int ).

tff(func_def_73,type,
    sF27: fun_nat_int ).

tff(func_def_74,type,
    sF28: fun_int_int ).

tff(func_def_75,type,
    sF29: int ).

tff(func_def_76,type,
    sF30: fun_int_int ).

tff(func_def_77,type,
    sF31: int ).

tff(func_def_78,type,
    sF32: fun_int_int ).

tff(func_def_79,type,
    sF33: int ).

tff(func_def_80,type,
    sF34: nat ).

tff(func_def_81,type,
    sF35: 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: ( bool * int * bool ) > $o ).

tff(f5044,plain,
    $false,
    inference(avatar_sat_refutation,[],[f4935,f4940,f5043]) ).

tff(f5043,plain,
    ~ spl36_9,
    inference(avatar_contradiction_clause,[],[f5042]) ).

tff(f5042,plain,
    ( $false
    | ~ spl36_9 ),
    inference(subsumption_resolution,[],[f5041,f3252]) ).

tff(f3252,plain,
    ~ hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),pls)),
    inference(definition_unfolding,[],[f2303,f3200]) ).

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

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

tff(f2303,plain,
    ~ hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),zero_zero_int)),
    inference(cnf_transformation,[],[f80]) ).

tff(f80,axiom,
    ~ hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),zero_zero_int)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_79_bin__less__0__simps_I1_J) ).

tff(f5041,plain,
    ( hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),pls))
    | ~ spl36_9 ),
    inference(forward_demodulation,[],[f5040,f4934]) ).

tff(f4934,plain,
    ( ( pls = sF26 )
    | ~ spl36_9 ),
    inference(avatar_component_clause,[],[f4932]) ).

tff(f4932,plain,
    ( spl36_9
  <=> ( pls = sF26 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl36_9])]) ).

tff(f5040,plain,
    hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),sF26)),
    inference(forward_demodulation,[],[f5038,f3692]) ).

tff(f3692,plain,
    sF26 = hAPP_int_int(sF24,sF25),
    introduced(function_definition,[]) ).

tff(f5038,plain,
    hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),hAPP_int_int(sF24,sF25))),
    inference(superposition,[],[f4227,f3690]) ).

tff(f3690,plain,
    plus_plus_int(one_one_int) = sF24,
    introduced(function_definition,[]) ).

tff(f4227,plain,
    hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),hAPP_int_int(plus_plus_int(one_one_int),sF25))),
    inference(forward_demodulation,[],[f3262,f3691]) ).

tff(f3691,plain,
    hAPP_nat_int(semiri1621563631at_int,n) = sF25,
    introduced(function_definition,[]) ).

tff(f3262,plain,
    hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,pls),hAPP_int_int(plus_plus_int(one_one_int),hAPP_nat_int(semiri1621563631at_int,n)))),
    inference(definition_unfolding,[],[f2327,f3200]) ).

tff(f2327,plain,
    hBOOL(hAPP_int_bool(hAPP_i1948725293t_bool(ord_less_int,zero_zero_int),hAPP_int_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),hAPP_int_int(plus_plus_int(one_one_int),hAPP_nat_int(semiri1621563631at_int,n)))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_0_n1pos) ).

tff(f4940,plain,
    ~ spl36_8,
    inference(avatar_contradiction_clause,[],[f4939]) ).

tff(f4939,plain,
    ( $false
    | ~ spl36_8 ),
    inference(trivial_inequality_removal,[],[f4936]) ).

tff(f4936,plain,
    ( ( pls != pls )
    | ~ spl36_8 ),
    inference(superposition,[],[f4930,f4127]) ).

tff(f4127,plain,
    pls = hAPP_nat_int(sF27,sF34),
    inference(forward_demodulation,[],[f3701,f3702]) ).

tff(f3702,plain,
    pls = sF35,
    inference(definition_folding,[],[f3353,f3701,f3700,f3699,f3697,f3696,f3695,f3694,f3698,f3697,f3696,f3695,f3694,f3693,f3692,f3691,f3690]) ).

tff(f3693,plain,
    power_power_int(sF26) = sF27,
    introduced(function_definition,[]) ).

tff(f3698,plain,
    sF32 = plus_plus_int(sF31),
    introduced(function_definition,[]) ).

tff(f3694,plain,
    plus_plus_int(pls) = sF28,
    introduced(function_definition,[]) ).

tff(f3695,plain,
    hAPP_int_int(sF28,pls) = sF29,
    introduced(function_definition,[]) ).

tff(f3696,plain,
    plus_plus_int(sF29) = sF30,
    introduced(function_definition,[]) ).

tff(f3697,plain,
    sF31 = hAPP_int_int(sF30,one_one_int),
    introduced(function_definition,[]) ).

tff(f3699,plain,
    sF33 = hAPP_int_int(sF32,sF31),
    introduced(function_definition,[]) ).

tff(f3700,plain,
    sF34 = number_number_of_nat(sF33),
    introduced(function_definition,[]) ).

tff(f3353,plain,
    pls = hAPP_nat_int(power_power_int(hAPP_int_int(plus_plus_int(one_one_int),hAPP_nat_int(semiri1621563631at_int,n))),number_number_of_nat(hAPP_int_int(plus_plus_int(hAPP_int_int(plus_plus_int(hAPP_int_int(plus_plus_int(pls),pls)),one_one_int)),hAPP_int_int(plus_plus_int(hAPP_int_int(plus_plus_int(pls),pls)),one_one_int)))),
    inference(definition_unfolding,[],[f2586,f3200,f2927,f3236]) ).

tff(f3236,plain,
    ! [X0: int] : ( hAPP_int_int(plus_plus_int(hAPP_int_int(plus_plus_int(X0),X0)),one_one_int) = bit1(X0) ),
    inference(definition_unfolding,[],[f3053,f2612,f2927]) ).

tff(f2612,plain,
    ! [X0: int] : ( hAPP_int_int(plus_plus_int(X0),one_one_int) = succ(X0) ),
    inference(cnf_transformation,[],[f1121]) ).

tff(f1121,plain,
    ! [X0: int] : ( hAPP_int_int(plus_plus_int(X0),one_one_int) = succ(X0) ),
    inference(rectify,[],[f574]) ).

tff(f574,axiom,
    ! [X18: int] : ( succ(X18) = hAPP_int_int(plus_plus_int(X18),one_one_int) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_573_succ__def) ).

tff(f3053,plain,
    ! [X0: int] : ( succ(bit0(X0)) = bit1(X0) ),
    inference(cnf_transformation,[],[f715]) ).

tff(f715,plain,
    ! [X0: int] : ( succ(bit0(X0)) = bit1(X0) ),
    inference(rectify,[],[f569]) ).

tff(f569,axiom,
    ! [X18: int] : ( bit1(X18) = succ(bit0(X18)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_568_succ__Bit0) ).

tff(f2927,plain,
    ! [X0: int] : ( bit0(X0) = hAPP_int_int(plus_plus_int(X0),X0) ),
    inference(cnf_transformation,[],[f1126]) ).

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

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

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

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

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

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

tff(f3701,plain,
    sF35 = hAPP_nat_int(sF27,sF34),
    introduced(function_definition,[]) ).

tff(f4930,plain,
    ( ! [X0: nat] : ( pls != hAPP_nat_int(sF27,X0) )
    | ~ spl36_8 ),
    inference(avatar_component_clause,[],[f4929]) ).

tff(f4929,plain,
    ( spl36_8
  <=> ! [X0: nat] : ( pls != hAPP_nat_int(sF27,X0) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl36_8])]) ).

tff(f4935,plain,
    ( spl36_8
    | spl36_9 ),
    inference(avatar_split_clause,[],[f4923,f4932,f4929]) ).

tff(f4923,plain,
    ! [X0: nat] :
      ( ( pls = sF26 )
      | ( pls != hAPP_nat_int(sF27,X0) ) ),
    inference(superposition,[],[f3437,f3693]) ).

tff(f3437,plain,
    ! [X0: int,X1: nat] :
      ( ( pls != hAPP_nat_int(power_power_int(X0),X1) )
      | ( pls = X0 ) ),
    inference(definition_unfolding,[],[f2823,f3200,f3200]) ).

tff(f2823,plain,
    ! [X0: int,X1: nat] :
      ( ( zero_zero_int = X0 )
      | ( zero_zero_int != hAPP_nat_int(power_power_int(X0),X1) ) ),
    inference(cnf_transformation,[],[f2029]) ).

tff(f2029,plain,
    ! [X0: int,X1: nat] :
      ( ( ( ( zero_zero_nat != X1 )
          & ( zero_zero_int = X0 ) )
        | ( zero_zero_int != hAPP_nat_int(power_power_int(X0),X1) ) )
      & ( ( zero_zero_int = hAPP_nat_int(power_power_int(X0),X1) )
        | ( zero_zero_nat = X1 )
        | ( zero_zero_int != X0 ) ) ),
    inference(flattening,[],[f2028]) ).

tff(f2028,plain,
    ! [X0: int,X1: nat] :
      ( ( ( ( zero_zero_nat != X1 )
          & ( zero_zero_int = X0 ) )
        | ( zero_zero_int != hAPP_nat_int(power_power_int(X0),X1) ) )
      & ( ( zero_zero_int = hAPP_nat_int(power_power_int(X0),X1) )
        | ( zero_zero_nat = X1 )
        | ( zero_zero_int != X0 ) ) ),
    inference(nnf_transformation,[],[f931]) ).

tff(f931,plain,
    ! [X0: int,X1: nat] :
      ( ( ( zero_zero_nat != X1 )
        & ( zero_zero_int = X0 ) )
    <=> ( zero_zero_int = hAPP_nat_int(power_power_int(X0),X1) ) ),
    inference(rectify,[],[f286]) ).

tff(f286,axiom,
    ! [X2: int,X15: nat] :
      ( ( ( zero_zero_int = X2 )
        & ( zero_zero_nat != X15 ) )
    <=> ( zero_zero_int = hAPP_nat_int(power_power_int(X2),X15) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_285_power__eq__0__iff) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem    : NUM925_2 : 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_sat --cores 0 -t %d %s
% 0.13/0.35  % Computer : n029.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit   : 300
% 0.13/0.35  % WCLimit    : 300
% 0.13/0.35  % DateTime   : Tue Aug 30 09:32:27 EDT 2022
% 0.13/0.35  % CPUTime    : 
% 0.21/0.54  % (18198)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.21/0.55  % (18216)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 0.21/0.56  % (18203)dis+2_1:64_add=large:bce=on:bd=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.21/0.56  % (18217)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=498:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/498Mi)
% 0.21/0.56  % (18199)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.21/0.56  % (18209)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/68Mi)
% 0.21/0.56  % (18206)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.21/0.56  % (18202)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.21/0.57  % (18202)Instruction limit reached!
% 0.21/0.57  % (18202)------------------------------
% 0.21/0.57  % (18202)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.21/0.57  % (18202)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.21/0.57  % (18202)Termination reason: Unknown
% 0.21/0.57  % (18202)Termination phase: Preprocessing 1
% 0.21/0.57  
% 0.21/0.57  % (18202)Memory used [KB]: 2558
% 0.21/0.57  % (18202)Time elapsed: 0.005 s
% 0.21/0.57  % (18202)Instructions burned: 8 (million)
% 0.21/0.57  % (18202)------------------------------
% 0.21/0.57  % (18202)------------------------------
% 0.21/0.57  % (18224)ott+10_7:2_awrs=decay:awrsf=8:bd=preordered:drc=off:fd=preordered:fde=unused:fsr=off:slsq=on:slsqc=2:slsqr=5,8:sp=const_min:spb=units:to=lpo:i=355:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/355Mi)
% 0.21/0.57  % (18211)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.21/0.57  % (18201)fmb+10_1:1_fmbsr=2.0:nm=4:skr=on:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.21/0.57  % (18195)fmb+10_1:1_bce=on:fmbsr=1.5:nm=4:skr=on:i=191324:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/191324Mi)
% 0.21/0.57  % (18205)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.21/0.57  % (18221)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/68Mi)
% 0.21/0.58  % (18200)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=48:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/48Mi)
% 1.45/0.58  % (18203)Instruction limit reached!
% 1.45/0.58  % (18203)------------------------------
% 1.45/0.58  % (18203)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.45/0.58  % (18203)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.45/0.58  % (18203)Termination reason: Unknown
% 1.45/0.58  % (18203)Termination phase: Preprocessing 1
% 1.45/0.58  
% 1.45/0.58  % (18203)Memory used [KB]: 1791
% 1.45/0.58  % (18203)Time elapsed: 0.004 s
% 1.45/0.58  % (18203)Instructions burned: 2 (million)
% 1.45/0.58  % (18203)------------------------------
% 1.45/0.58  % (18203)------------------------------
% 1.45/0.58  % (18212)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59Mi)
% 1.45/0.58  % (18196)ott+10_1:32_abs=on:br=off:urr=ec_only:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 1.45/0.59  % (18197)ott+4_1:1_av=off:bd=off:nwc=5.0:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/37Mi)
% 1.45/0.59  % (18222)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=177:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/177Mi)
% 1.45/0.59  % (18208)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 1.45/0.59  % (18204)ott-1_1:6_av=off:cond=on:fsr=off:nwc=3.0:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 1.45/0.59  % (18219)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/482Mi)
% 1.45/0.59  % (18223)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 1.45/0.59  % (18207)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/101Mi)
% 1.45/0.60  % (18220)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 1.60/0.60  % (18215)ott+10_1:8_bsd=on:fsd=on:lcm=predicate:nwc=5.0:s2a=on:s2at=1.5:spb=goal_then_units:i=176:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/176Mi)
% 1.60/0.60  % (18213)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 1.60/0.60  % (18214)ott+4_1:1_av=off:bd=off:nwc=5.0:rp=on:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 1.60/0.60  % (18198)Instruction limit reached!
% 1.60/0.60  % (18198)------------------------------
% 1.60/0.60  % (18198)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.60/0.60  % (18198)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.60/0.60  % (18198)Termination reason: Unknown
% 1.60/0.60  % (18198)Termination phase: Property scanning
% 1.60/0.60  
% 1.60/0.60  % (18198)Memory used [KB]: 3326
% 1.60/0.60  % (18198)Time elapsed: 0.024 s
% 1.60/0.60  % (18198)Instructions burned: 52 (million)
% 1.60/0.60  % (18198)------------------------------
% 1.60/0.60  % (18198)------------------------------
% 1.60/0.60  % (18210)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=75:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/75Mi)
% 1.60/0.61  % (18218)ott+11_1:1_drc=off:nwc=5.0:slsq=on:slsqc=1:spb=goal_then_units:to=lpo:i=467:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/467Mi)
% 1.60/0.62  % (18200)Instruction limit reached!
% 1.60/0.62  % (18200)------------------------------
% 1.60/0.62  % (18200)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.60/0.62  % (18200)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.60/0.62  % (18200)Termination reason: Unknown
% 1.60/0.62  % (18200)Termination phase: Property scanning
% 1.60/0.62  
% 1.60/0.62  % (18200)Memory used [KB]: 3454
% 1.60/0.62  % (18200)Time elapsed: 0.027 s
% 1.60/0.62  % (18200)Instructions burned: 48 (million)
% 1.60/0.62  % (18200)------------------------------
% 1.60/0.62  % (18200)------------------------------
% 1.60/0.63  % (18197)Instruction limit reached!
% 1.60/0.63  % (18197)------------------------------
% 1.60/0.63  % (18197)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.60/0.63  % (18197)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.60/0.63  % (18197)Termination reason: Unknown
% 1.60/0.63  % (18197)Termination phase: Property scanning
% 1.60/0.63  
% 1.60/0.63  % (18197)Memory used [KB]: 3198
% 1.60/0.63  % (18197)Time elapsed: 0.023 s
% 1.60/0.63  % (18197)Instructions burned: 38 (million)
% 1.60/0.63  % (18197)------------------------------
% 1.60/0.63  % (18197)------------------------------
% 1.60/0.64  % (18199)Instruction limit reached!
% 1.60/0.64  % (18199)------------------------------
% 1.60/0.64  % (18199)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.60/0.64  % (18199)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.60/0.64  % (18199)Termination reason: Unknown
% 1.60/0.64  % (18199)Termination phase: Property scanning
% 1.60/0.64  
% 1.60/0.64  % (18199)Memory used [KB]: 3326
% 1.60/0.64  % (18199)Time elapsed: 0.024 s
% 1.60/0.64  % (18199)Instructions burned: 52 (million)
% 1.60/0.64  % (18199)------------------------------
% 1.60/0.64  % (18199)------------------------------
% 1.60/0.64  % (18196)Instruction limit reached!
% 1.60/0.64  % (18196)------------------------------
% 1.60/0.64  % (18196)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.60/0.64  % (18196)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.60/0.64  % (18196)Termination reason: Unknown
% 1.60/0.64  % (18196)Termination phase: Property scanning
% 1.60/0.64  
% 1.60/0.64  % (18196)Memory used [KB]: 3454
% 1.60/0.64  % (18196)Time elapsed: 0.023 s
% 1.60/0.64  % (18196)Instructions burned: 50 (million)
% 1.60/0.64  % (18196)------------------------------
% 1.60/0.64  % (18196)------------------------------
% 1.94/0.65  % (18201)Instruction limit reached!
% 1.94/0.65  % (18201)------------------------------
% 1.94/0.65  % (18201)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.94/0.66  % (18205)Instruction limit reached!
% 1.94/0.66  % (18205)------------------------------
% 1.94/0.66  % (18205)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.94/0.66  % (18201)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.94/0.66  % (18201)Termination reason: Unknown
% 1.94/0.66  % (18201)Termination phase: Property scanning
% 1.94/0.66  
% 1.94/0.66  % (18201)Memory used [KB]: 3326
% 1.94/0.66  % (18201)Time elapsed: 0.030 s
% 1.94/0.66  % (18201)Instructions burned: 53 (million)
% 1.94/0.66  % (18201)------------------------------
% 1.94/0.66  % (18201)------------------------------
% 1.94/0.66  % (18204)Instruction limit reached!
% 1.94/0.66  % (18204)------------------------------
% 1.94/0.66  % (18204)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.94/0.66  % (18204)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.94/0.66  % (18204)Termination reason: Unknown
% 1.94/0.66  % (18204)Termination phase: Property scanning
% 1.94/0.66  
% 1.94/0.66  % (18204)Memory used [KB]: 3454
% 1.94/0.66  % (18204)Time elapsed: 0.023 s
% 1.94/0.66  % (18204)Instructions burned: 51 (million)
% 1.94/0.66  % (18204)------------------------------
% 1.94/0.66  % (18204)------------------------------
% 1.94/0.66  % (18205)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.94/0.66  % (18205)Termination reason: Unknown
% 1.94/0.66  % (18205)Termination phase: Property scanning
% 1.94/0.66  
% 1.94/0.66  % (18205)Memory used [KB]: 3326
% 1.94/0.66  % (18205)Time elapsed: 0.037 s
% 1.94/0.66  % (18205)Instructions burned: 51 (million)
% 1.94/0.66  % (18205)------------------------------
% 1.94/0.66  % (18205)------------------------------
% 1.94/0.67  % (18209)Instruction limit reached!
% 1.94/0.67  % (18209)------------------------------
% 1.94/0.67  % (18209)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.94/0.67  % (18209)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.94/0.67  % (18209)Termination reason: Unknown
% 1.94/0.67  % (18209)Termination phase: Saturation
% 1.94/0.67  
% 1.94/0.67  % (18209)Memory used [KB]: 8571
% 1.94/0.67  % (18209)Time elapsed: 0.040 s
% 1.94/0.67  % (18209)Instructions burned: 70 (million)
% 1.94/0.67  % (18209)------------------------------
% 1.94/0.67  % (18209)------------------------------
% 1.94/0.67  % (18212)Instruction limit reached!
% 1.94/0.67  % (18212)------------------------------
% 1.94/0.67  % (18212)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.94/0.67  % (18212)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.94/0.67  % (18212)Termination reason: Unknown
% 1.94/0.67  % (18212)Termination phase: Property scanning
% 1.94/0.67  
% 1.94/0.67  % (18212)Memory used [KB]: 3326
% 1.94/0.67  % (18212)Time elapsed: 0.026 s
% 1.94/0.67  % (18212)Instructions burned: 62 (million)
% 1.94/0.67  % (18212)------------------------------
% 1.94/0.67  % (18212)------------------------------
% 1.94/0.68  % (18206)Instruction limit reached!
% 1.94/0.68  % (18206)------------------------------
% 1.94/0.68  % (18206)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.94/0.68  % (18206)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.94/0.68  % (18206)Termination reason: Unknown
% 1.94/0.68  % (18206)Termination phase: Saturation
% 1.94/0.68  
% 1.94/0.68  % (18206)Memory used [KB]: 8059
% 1.94/0.68  % (18206)Time elapsed: 0.068 s
% 1.94/0.68  % (18206)Instructions burned: 101 (million)
% 1.94/0.68  % (18206)------------------------------
% 1.94/0.68  % (18206)------------------------------
% 1.94/0.69  % (18221)Instruction limit reached!
% 1.94/0.69  % (18221)------------------------------
% 1.94/0.69  % (18221)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.94/0.69  % (18221)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.94/0.69  % (18221)Termination reason: Unknown
% 1.94/0.69  % (18221)Termination phase: Saturation
% 1.94/0.69  
% 1.94/0.69  % (18221)Memory used [KB]: 8443
% 1.94/0.69  % (18221)Time elapsed: 0.030 s
% 1.94/0.69  % (18221)Instructions burned: 68 (million)
% 1.94/0.69  % (18221)------------------------------
% 1.94/0.69  % (18221)------------------------------
% 1.94/0.70  % (18225)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=388:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/388Mi)
% 1.94/0.72  % (18211)Instruction limit reached!
% 1.94/0.72  % (18211)------------------------------
% 1.94/0.72  % (18211)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.94/0.72  % (18211)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.94/0.72  % (18211)Termination reason: Unknown
% 1.94/0.72  % (18211)Termination phase: Saturation
% 1.94/0.72  
% 1.94/0.72  % (18211)Memory used [KB]: 8315
% 1.94/0.72  % (18211)Time elapsed: 0.254 s
% 1.94/0.72  % (18211)Instructions burned: 100 (million)
% 1.94/0.72  % (18211)------------------------------
% 1.94/0.72  % (18211)------------------------------
% 1.94/0.72  % (18210)Instruction limit reached!
% 1.94/0.72  % (18210)------------------------------
% 1.94/0.72  % (18210)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.94/0.72  % (18210)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.94/0.72  % (18210)Termination reason: Unknown
% 1.94/0.72  % (18210)Termination phase: Saturation
% 1.94/0.72  
% 1.94/0.72  % (18210)Memory used [KB]: 3709
% 1.94/0.72  % (18210)Time elapsed: 0.035 s
% 1.94/0.72  % (18210)Instructions burned: 76 (million)
% 1.94/0.72  % (18210)------------------------------
% 1.94/0.72  % (18210)------------------------------
% 1.94/0.72  % (18226)ott-1_1:6_av=off:cond=on:fsr=off:nwc=3.0:i=211:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/211Mi)
% 1.94/0.73  % (18208)Instruction limit reached!
% 1.94/0.73  % (18208)------------------------------
% 1.94/0.73  % (18208)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.94/0.73  % (18208)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.94/0.73  % (18208)Termination reason: Unknown
% 1.94/0.73  % (18208)Termination phase: Saturation
% 1.94/0.73  
% 1.94/0.73  % (18208)Memory used [KB]: 8187
% 1.94/0.73  % (18208)Time elapsed: 0.043 s
% 1.94/0.73  % (18208)Instructions burned: 99 (million)
% 1.94/0.73  % (18208)------------------------------
% 1.94/0.73  % (18208)------------------------------
% 1.94/0.73  % (18227)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/90Mi)
% 1.94/0.74  % (18213)Instruction limit reached!
% 1.94/0.74  % (18213)------------------------------
% 1.94/0.74  % (18213)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.94/0.74  % (18213)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.94/0.74  % (18213)Termination reason: Unknown
% 1.94/0.74  % (18213)Termination phase: Saturation
% 1.94/0.74  
% 1.94/0.74  % (18213)Memory used [KB]: 8315
% 1.94/0.74  % (18213)Time elapsed: 0.045 s
% 1.94/0.74  % (18213)Instructions burned: 101 (million)
% 1.94/0.74  % (18213)------------------------------
% 1.94/0.74  % (18213)------------------------------
% 2.51/0.75  % (18216)Instruction limit reached!
% 2.51/0.75  % (18216)------------------------------
% 2.51/0.75  % (18216)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.51/0.75  % (18216)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.51/0.75  % (18216)Termination reason: Unknown
% 2.51/0.75  % (18216)Termination phase: Saturation
% 2.51/0.75  
% 2.51/0.75  % (18216)Memory used [KB]: 8699
% 2.51/0.75  % (18216)Time elapsed: 0.087 s
% 2.51/0.75  % (18216)Instructions burned: 139 (million)
% 2.51/0.75  % (18216)------------------------------
% 2.51/0.75  % (18216)------------------------------
% 2.51/0.75  % (18228)ott+1_1:2_i=920:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/920Mi)
% 2.51/0.75  % (18207)Instruction limit reached!
% 2.51/0.75  % (18207)------------------------------
% 2.51/0.75  % (18207)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.51/0.75  % (18207)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.51/0.75  % (18207)Termination reason: Unknown
% 2.51/0.75  % (18207)Termination phase: Saturation
% 2.51/0.75  
% 2.51/0.75  % (18207)Memory used [KB]: 8315
% 2.51/0.75  % (18207)Time elapsed: 0.043 s
% 2.51/0.75  % (18207)Instructions burned: 102 (million)
% 2.51/0.75  % (18207)------------------------------
% 2.51/0.75  % (18207)------------------------------
% 2.51/0.77  % (18214)Instruction limit reached!
% 2.51/0.77  % (18214)------------------------------
% 2.51/0.77  % (18214)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.51/0.77  % (18214)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.51/0.77  % (18214)Termination reason: Unknown
% 2.51/0.77  % (18214)Termination phase: Saturation
% 2.51/0.77  
% 2.51/0.77  % (18214)Memory used [KB]: 3709
% 2.51/0.77  % (18214)Time elapsed: 0.046 s
% 2.51/0.77  % (18214)Instructions burned: 102 (million)
% 2.51/0.77  % (18214)------------------------------
% 2.51/0.77  % (18214)------------------------------
% 2.51/0.77  % (18230)ott+10_1:50_bsr=unit_only:drc=off:fd=preordered:sp=frequency:i=747:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/747Mi)
% 2.51/0.77  % (18229)ott+1_1:7_bd=off:i=934:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/934Mi)
% 2.51/0.78  % (18231)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=655:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/655Mi)
% 2.51/0.79  % (18232)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/68Mi)
% 2.70/0.80  WARNING Broken Constraint: if sine_depth(2) has been set then sine_selection(off) is not equal to off
% 2.70/0.80  % (18234)ott+11_4:1_br=off:fde=none:s2a=on:sd=2:sp=frequency:urr=on:i=981:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/981Mi)
% 2.70/0.80  % (18233)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=940:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/940Mi)
% 2.70/0.81  % (18235)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/90Mi)
% 2.70/0.81  % (18236)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=2016:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/2016Mi)
% 2.70/0.82  % (18237)dis+10_1:2_atotf=0.3:i=3735:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/3735Mi)
% 2.70/0.83  % (18238)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=4958:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/4958Mi)
% 2.70/0.84  % (18220)First to succeed.
% 2.70/0.84  % (18240)ott+10_1:1_kws=precedence:tgt=ground:i=4756:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/4756Mi)
% 2.70/0.85  % (18220)Refutation found. Thanks to Tanya!
% 2.70/0.85  % SZS status Theorem for theBenchmark
% 2.70/0.85  % SZS output start Proof for theBenchmark
% See solution above
% 2.70/0.85  % (18220)------------------------------
% 2.70/0.85  % (18220)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.70/0.85  % (18220)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.70/0.85  % (18220)Termination reason: Refutation
% 2.70/0.85  
% 2.70/0.85  % (18220)Memory used [KB]: 8699
% 2.70/0.85  % (18220)Time elapsed: 0.399 s
% 2.70/0.85  % (18220)Instructions burned: 163 (million)
% 2.70/0.85  % (18220)------------------------------
% 2.70/0.85  % (18220)------------------------------
% 2.70/0.85  % (18194)Success in time 0.474 s
%------------------------------------------------------------------------------