TSTP Solution File: SWW586_2 by Vampire---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.8
% Problem  : SWW586_2 : TPTP v8.1.2. Released v6.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s

% Computer : n018.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 : Sun May  5 11:19:12 EDT 2024

% Result   : Theorem 31.18s 4.90s
% Output   : Refutation 31.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :  122
% Syntax   : Number of formulae    :  285 (  43 unt;  82 typ;   0 def)
%            Number of atoms       :  647 ( 237 equ)
%            Maximal formula atoms :   21 (   3 avg)
%            Number of connectives :  629 ( 185   ~; 285   |; 130   &)
%                                         (  17 <=>;  11  =>;   0  <=;   1 <~>)
%            Maximal formula depth :   14 (   5 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number of types       :   10 (   8 usr;   1 ari)
%            Number of type conns  :  117 (  58   >;  59   *;   0   +;   0  <<)
%            Number of predicates  :   21 (  19 usr;  13 prp; 0-3 aty)
%            Number of functors    :   67 (  67 usr;  16 con; 0-8 aty)
%            Number of variables   :  322 ( 201   !; 121   ?; 322   :)

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

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

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

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

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

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

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

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

tff(func_def_0,type,
    witness1: ty > uni ).

tff(func_def_1,type,
    int: ty ).

tff(func_def_2,type,
    real: ty ).

tff(func_def_3,type,
    bool: ty ).

tff(func_def_4,type,
    true1: bool1 ).

tff(func_def_5,type,
    false1: bool1 ).

tff(func_def_6,type,
    match_bool1: ( ty * bool1 * uni * uni ) > uni ).

tff(func_def_7,type,
    tuple0: ty ).

tff(func_def_8,type,
    tuple03: tuple02 ).

tff(func_def_9,type,
    qtmark: ty ).

tff(func_def_10,type,
    char: ty ).

tff(func_def_11,type,
    zero1: char2 ).

tff(func_def_12,type,
    one1: char2 ).

tff(func_def_13,type,
    match_char1: ( ty * char2 * uni * uni ) > uni ).

tff(func_def_14,type,
    regexp: ty ).

tff(func_def_15,type,
    empty1: regexp1 ).

tff(func_def_16,type,
    epsilon1: regexp1 ).

tff(func_def_17,type,
    char3: char2 > regexp1 ).

tff(func_def_18,type,
    alt1: ( regexp1 * regexp1 ) > regexp1 ).

tff(func_def_19,type,
    concat1: ( regexp1 * regexp1 ) > regexp1 ).

tff(func_def_20,type,
    star1: regexp1 > regexp1 ).

tff(func_def_21,type,
    match_regexp1: ( ty * regexp1 * uni * uni * uni * uni * uni * uni ) > uni ).

tff(func_def_22,type,
    char_proj_11: regexp1 > char2 ).

tff(func_def_23,type,
    alt_proj_11: regexp1 > regexp1 ).

tff(func_def_24,type,
    alt_proj_21: regexp1 > regexp1 ).

tff(func_def_25,type,
    concat_proj_11: regexp1 > regexp1 ).

tff(func_def_26,type,
    concat_proj_21: regexp1 > regexp1 ).

tff(func_def_27,type,
    star_proj_11: regexp1 > regexp1 ).

tff(func_def_28,type,
    list: ty > ty ).

tff(func_def_29,type,
    nil: ty > uni ).

tff(func_def_30,type,
    cons: ( ty * uni * uni ) > uni ).

tff(func_def_31,type,
    match_list: ( ty * ty * uni * uni * uni ) > uni ).

tff(func_def_32,type,
    cons_proj_1: ( ty * uni ) > uni ).

tff(func_def_33,type,
    cons_proj_2: ( ty * uni ) > uni ).

tff(func_def_34,type,
    infix_plpl: ( ty * uni * uni ) > uni ).

tff(func_def_37,type,
    length1: ( ty * uni ) > $int ).

tff(func_def_40,type,
    t2tb: list_char > uni ).

tff(func_def_41,type,
    tb2t: uni > list_char ).

tff(func_def_42,type,
    t2tb1: char2 > uni ).

tff(func_def_43,type,
    tb2t1: uni > char2 ).

tff(func_def_44,type,
    option: ty > ty ).

tff(func_def_45,type,
    none: ty > uni ).

tff(func_def_46,type,
    some: ( ty * uni ) > uni ).

tff(func_def_47,type,
    match_option1: ( ty * ty * uni * uni * uni ) > uni ).

tff(func_def_48,type,
    some_proj_11: ( ty * uni ) > uni ).

tff(func_def_49,type,
    stream: ty ).

tff(func_def_50,type,
    mk_stream1: list_char > stream1 ).

tff(func_def_51,type,
    state1: stream1 > list_char ).

tff(func_def_53,type,
    sK4: list_char ).

tff(func_def_54,type,
    sK5: list_char > list_char ).

tff(func_def_55,type,
    sK6: ( regexp1 * list_char ) > list_char ).

tff(func_def_56,type,
    sK7: ( regexp1 * list_char ) > regexp1 ).

tff(func_def_57,type,
    sK8: ( regexp1 * list_char ) > regexp1 ).

tff(func_def_58,type,
    sK9: ( regexp1 * list_char ) > list_char ).

tff(func_def_59,type,
    sK10: ( regexp1 * list_char ) > regexp1 ).

tff(func_def_60,type,
    sK11: ( regexp1 * list_char ) > regexp1 ).

tff(func_def_61,type,
    sK12: ( regexp1 * list_char ) > list_char ).

tff(func_def_62,type,
    sK13: ( regexp1 * list_char ) > list_char ).

tff(func_def_63,type,
    sK14: ( regexp1 * list_char ) > regexp1 ).

tff(func_def_64,type,
    sK15: ( regexp1 * list_char ) > list_char ).

tff(func_def_65,type,
    sK16: ( regexp1 * list_char ) > list_char ).

tff(func_def_66,type,
    sK17: ( regexp1 * list_char ) > regexp1 ).

tff(func_def_67,type,
    sK18: ( regexp1 * list_char ) > regexp1 ).

tff(func_def_68,type,
    sK19: ( list_char * regexp1 ) > regexp1 ).

tff(func_def_69,type,
    sK20: ( list_char * regexp1 ) > char2 ).

tff(func_def_70,type,
    sK21: ( ty * uni * uni ) > uni ).

tff(func_def_71,type,
    sK22: ( ty * uni * uni ) > uni ).

tff(pred_def_1,type,
    sort1: ( ty * uni ) > $o ).

tff(pred_def_3,type,
    mem: ( ty * uni * uni ) > $o ).

tff(pred_def_4,type,
    mem2: ( list_char * regexp1 ) > $o ).

tff(pred_def_6,type,
    sP0: ( regexp1 * list_char ) > $o ).

tff(pred_def_7,type,
    sP1: ( regexp1 * list_char ) > $o ).

tff(pred_def_8,type,
    sP2: ( regexp1 * list_char ) > $o ).

tff(pred_def_9,type,
    sP3: ( regexp1 * list_char ) > $o ).

tff(f6133,plain,
    $false,
    inference(avatar_sat_refutation,[],[f378,f379,f733,f1171,f3074,f4368,f4372,f4483,f4494,f5966,f6040,f6094,f6114,f6132]) ).

tff(f6132,plain,
    ~ spl23_105,
    inference(avatar_contradiction_clause,[],[f6131]) ).

tff(f6131,plain,
    ( $false
    | ~ spl23_105 ),
    inference(subsumption_resolution,[],[f6129,f283]) ).

tff(f283,plain,
    ! [X0: regexp1,X1: regexp1] : ( epsilon1 != concat1(X0,X1) ),
    inference(cnf_transformation,[],[f139]) ).

tff(f139,plain,
    ! [X0: regexp1,X1: regexp1] : ( epsilon1 != concat1(X0,X1) ),
    inference(rectify,[],[f27]) ).

tff(f27,axiom,
    ! [X16: regexp1,X17: regexp1] : ( epsilon1 != concat1(X16,X17) ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',epsilon_Concat) ).

tff(f6129,plain,
    ( ( epsilon1 = concat1(sK17(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4)))),sK18(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))) )
    | ~ spl23_105 ),
    inference(resolution,[],[f4412,f258]) ).

tff(f258,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ~ sP0(X0,X1)
      | ( concat1(sK17(X0,X1),sK18(X0,X1)) = X0 ) ),
    inference(cnf_transformation,[],[f224]) ).

tff(f224,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ( ( concat1(sK17(X0,X1),sK18(X0,X1)) = X0 )
        & ( tb2t(infix_plpl(char,t2tb(sK15(X0,X1)),t2tb(sK16(X0,X1)))) = X1 )
        & mem2(sK16(X0,X1),sK18(X0,X1))
        & mem2(sK15(X0,X1),sK17(X0,X1)) )
      | ~ sP0(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK15,sK16,sK17,sK18])],[f222,f223]) ).

tff(f223,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ? [X2: list_char,X3: list_char,X4: regexp1,X5: regexp1] :
          ( ( concat1(X4,X5) = X0 )
          & ( tb2t(infix_plpl(char,t2tb(X2),t2tb(X3))) = X1 )
          & mem2(X3,X5)
          & mem2(X2,X4) )
     => ( ( concat1(sK17(X0,X1),sK18(X0,X1)) = X0 )
        & ( tb2t(infix_plpl(char,t2tb(sK15(X0,X1)),t2tb(sK16(X0,X1)))) = X1 )
        & mem2(sK16(X0,X1),sK18(X0,X1))
        & mem2(sK15(X0,X1),sK17(X0,X1)) ) ),
    introduced(choice_axiom,[]) ).

tff(f222,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ? [X2: list_char,X3: list_char,X4: regexp1,X5: regexp1] :
          ( ( concat1(X4,X5) = X0 )
          & ( tb2t(infix_plpl(char,t2tb(X2),t2tb(X3))) = X1 )
          & mem2(X3,X5)
          & mem2(X2,X4) )
      | ~ sP0(X0,X1) ),
    inference(rectify,[],[f221]) ).

tff(f221,plain,
    ! [X1: regexp1,X0: list_char] :
      ( ? [X6: list_char,X7: list_char,X8: regexp1,X9: regexp1] :
          ( ( concat1(X8,X9) = X1 )
          & ( tb2t(infix_plpl(char,t2tb(X6),t2tb(X7))) = X0 )
          & mem2(X7,X9)
          & mem2(X6,X8) )
      | ~ sP0(X1,X0) ),
    inference(nnf_transformation,[],[f194]) ).

tff(f194,plain,
    ! [X1: regexp1,X0: list_char] :
      ( ? [X6: list_char,X7: list_char,X8: regexp1,X9: regexp1] :
          ( ( concat1(X8,X9) = X1 )
          & ( tb2t(infix_plpl(char,t2tb(X6),t2tb(X7))) = X0 )
          & mem2(X7,X9)
          & mem2(X6,X8) )
      | ~ sP0(X1,X0) ),
    introduced(predicate_definition_introduction,[new_symbols(naming,[sP0])]) ).

tff(f4412,plain,
    ( sP0(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ~ spl23_105 ),
    inference(avatar_component_clause,[],[f4410]) ).

tff(f4410,plain,
    ( spl23_105
  <=> sP0(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_105])]) ).

tff(f6114,plain,
    ( spl23_106
    | spl23_105
    | spl23_13
    | spl23_16
    | ~ spl23_57
    | ~ spl23_107
    | ~ spl23_108 ),
    inference(avatar_split_clause,[],[f6113,f4422,f4418,f2440,f691,f539,f4410,f4414]) ).

tff(f4414,plain,
    ( spl23_106
  <=> sP3(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_106])]) ).

tff(f539,plain,
    ( spl23_13
  <=> ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK4))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_13])]) ).

tff(f691,plain,
    ( spl23_16
  <=> sP2(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_16])]) ).

tff(f2440,plain,
    ( spl23_57
  <=> ( epsilon1 = sK10(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_57])]) ).

tff(f4418,plain,
    ( spl23_107
  <=> sP2(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_107])]) ).

tff(f4422,plain,
    ( spl23_108
  <=> sP1(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_108])]) ).

tff(f6113,plain,
    ( sP0(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | sP3(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | spl23_13
    | spl23_16
    | ~ spl23_57
    | ~ spl23_107
    | ~ spl23_108 ),
    inference(subsumption_resolution,[],[f6112,f4423]) ).

tff(f4423,plain,
    ( sP1(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ~ spl23_108 ),
    inference(avatar_component_clause,[],[f4422]) ).

tff(f6112,plain,
    ( sP0(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | sP3(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ~ sP1(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | spl23_13
    | spl23_16
    | ~ spl23_57
    | ~ spl23_107 ),
    inference(subsumption_resolution,[],[f6111,f540]) ).

tff(f540,plain,
    ( ( tb2t(nil(char)) != tb2t(cons(char,t2tb1(one1),t2tb(sK4))) )
    | spl23_13 ),
    inference(avatar_component_clause,[],[f539]) ).

tff(f6111,plain,
    ( sP0(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | sP3(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK4))) )
    | ~ sP1(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | spl23_16
    | ~ spl23_57
    | ~ spl23_107 ),
    inference(subsumption_resolution,[],[f6110,f285]) ).

tff(f285,plain,
    ! [X0: char2] : ( epsilon1 != char3(X0) ),
    inference(cnf_transformation,[],[f141]) ).

tff(f141,plain,
    ! [X0: char2] : ( epsilon1 != char3(X0) ),
    inference(rectify,[],[f25]) ).

tff(f25,axiom,
    ! [X16: char2] : ( epsilon1 != char3(X16) ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',epsilon_Char) ).

tff(f6110,plain,
    ( sP0(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | sP3(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ( epsilon1 = char3(sK20(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),epsilon1)) )
    | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK4))) )
    | ~ sP1(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | spl23_16
    | ~ spl23_57
    | ~ spl23_107 ),
    inference(subsumption_resolution,[],[f6109,f4419]) ).

tff(f4419,plain,
    ( sP2(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ~ spl23_107 ),
    inference(avatar_component_clause,[],[f4418]) ).

tff(f6109,plain,
    ( sP0(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | sP3(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ~ sP2(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ( epsilon1 = char3(sK20(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),epsilon1)) )
    | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK4))) )
    | ~ sP1(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | spl23_16
    | ~ spl23_57 ),
    inference(subsumption_resolution,[],[f6058,f282]) ).

tff(f282,plain,
    ! [X0: regexp1] : ( epsilon1 != star1(X0) ),
    inference(cnf_transformation,[],[f138]) ).

tff(f138,plain,
    ! [X0: regexp1] : ( epsilon1 != star1(X0) ),
    inference(rectify,[],[f28]) ).

tff(f28,axiom,
    ! [X16: regexp1] : ( epsilon1 != star1(X16) ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',epsilon_Star) ).

tff(f6058,plain,
    ( ( epsilon1 = star1(sK19(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),epsilon1)) )
    | sP0(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | sP3(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ~ sP2(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ( epsilon1 = char3(sK20(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),epsilon1)) )
    | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK4))) )
    | ~ sP1(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | spl23_16
    | ~ spl23_57 ),
    inference(resolution,[],[f6042,f353]) ).

tff(f353,plain,
    ! [X0: list_char,X1: regexp1] :
      ( mem2(X0,X1)
      | ( star1(sK19(X0,X1)) = X1 )
      | sP0(X1,X0)
      | sP3(X1,X0)
      | ~ sP2(X1,X0)
      | ( char3(sK20(X0,X1)) = X1 )
      | ( tb2t(nil(char)) = X0 )
      | ~ sP1(X1,X0) ),
    inference(consistent_polarity_flipping,[],[f265]) ).

tff(f265,plain,
    ! [X0: list_char,X1: regexp1] :
      ( sP1(X1,X0)
      | ( star1(sK19(X0,X1)) = X1 )
      | sP0(X1,X0)
      | sP3(X1,X0)
      | sP2(X1,X0)
      | ( char3(sK20(X0,X1)) = X1 )
      | ( tb2t(nil(char)) = X0 )
      | ~ mem2(X0,X1) ),
    inference(cnf_transformation,[],[f228]) ).

tff(f228,plain,
    ! [X0: list_char,X1: regexp1] :
      ( sP1(X1,X0)
      | ( ( star1(sK19(X0,X1)) = X1 )
        & ( tb2t(nil(char)) = X0 ) )
      | sP0(X1,X0)
      | sP3(X1,X0)
      | sP2(X1,X0)
      | ( ( char3(sK20(X0,X1)) = X1 )
        & ( tb2t(cons(char,t2tb1(sK20(X0,X1)),nil(char))) = X0 ) )
      | ( ( epsilon1 = X1 )
        & ( tb2t(nil(char)) = X0 ) )
      | ~ mem2(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK19,sK20])],[f225,f227,f226]) ).

tff(f226,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ? [X2: regexp1] :
          ( ( star1(X2) = X1 )
          & ( tb2t(nil(char)) = X0 ) )
     => ( ( star1(sK19(X0,X1)) = X1 )
        & ( tb2t(nil(char)) = X0 ) ) ),
    introduced(choice_axiom,[]) ).

tff(f227,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ? [X3: char2] :
          ( ( char3(X3) = X1 )
          & ( tb2t(cons(char,t2tb1(X3),nil(char))) = X0 ) )
     => ( ( char3(sK20(X0,X1)) = X1 )
        & ( tb2t(cons(char,t2tb1(sK20(X0,X1)),nil(char))) = X0 ) ) ),
    introduced(choice_axiom,[]) ).

tff(f225,plain,
    ! [X0: list_char,X1: regexp1] :
      ( sP1(X1,X0)
      | ? [X2: regexp1] :
          ( ( star1(X2) = X1 )
          & ( tb2t(nil(char)) = X0 ) )
      | sP0(X1,X0)
      | sP3(X1,X0)
      | sP2(X1,X0)
      | ? [X3: char2] :
          ( ( char3(X3) = X1 )
          & ( tb2t(cons(char,t2tb1(X3),nil(char))) = X0 ) )
      | ( ( epsilon1 = X1 )
        & ( tb2t(nil(char)) = X0 ) )
      | ~ mem2(X0,X1) ),
    inference(rectify,[],[f198]) ).

tff(f198,plain,
    ! [X0: list_char,X1: regexp1] :
      ( sP1(X1,X0)
      | ? [X5: regexp1] :
          ( ( star1(X5) = X1 )
          & ( tb2t(nil(char)) = X0 ) )
      | sP0(X1,X0)
      | sP3(X1,X0)
      | sP2(X1,X0)
      | ? [X16: char2] :
          ( ( char3(X16) = X1 )
          & ( tb2t(cons(char,t2tb1(X16),nil(char))) = X0 ) )
      | ( ( epsilon1 = X1 )
        & ( tb2t(nil(char)) = X0 ) )
      | ~ mem2(X0,X1) ),
    inference(definition_folding,[],[f175,f197,f196,f195,f194]) ).

tff(f195,plain,
    ! [X1: regexp1,X0: list_char] :
      ( ? [X2: list_char,X3: list_char,X4: regexp1] :
          ( ( star1(X4) = X1 )
          & ( tb2t(infix_plpl(char,t2tb(X2),t2tb(X3))) = X0 )
          & mem2(X3,star1(X4))
          & mem2(X2,X4) )
      | ~ sP1(X1,X0) ),
    introduced(predicate_definition_introduction,[new_symbols(naming,[sP1])]) ).

tff(f196,plain,
    ! [X1: regexp1,X0: list_char] :
      ( ? [X13: list_char,X14: regexp1,X15: regexp1] :
          ( ( alt1(X14,X15) = X1 )
          & ( X0 = X13 )
          & mem2(X13,X14) )
      | ~ sP2(X1,X0) ),
    introduced(predicate_definition_introduction,[new_symbols(naming,[sP2])]) ).

tff(f197,plain,
    ! [X1: regexp1,X0: list_char] :
      ( ? [X10: list_char,X11: regexp1,X12: regexp1] :
          ( ( alt1(X11,X12) = X1 )
          & ( X0 = X10 )
          & mem2(X10,X12) )
      | ~ sP3(X1,X0) ),
    introduced(predicate_definition_introduction,[new_symbols(naming,[sP3])]) ).

tff(f175,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ? [X2: list_char,X3: list_char,X4: regexp1] :
          ( ( star1(X4) = X1 )
          & ( tb2t(infix_plpl(char,t2tb(X2),t2tb(X3))) = X0 )
          & mem2(X3,star1(X4))
          & mem2(X2,X4) )
      | ? [X5: regexp1] :
          ( ( star1(X5) = X1 )
          & ( tb2t(nil(char)) = X0 ) )
      | ? [X6: list_char,X7: list_char,X8: regexp1,X9: regexp1] :
          ( ( concat1(X8,X9) = X1 )
          & ( tb2t(infix_plpl(char,t2tb(X6),t2tb(X7))) = X0 )
          & mem2(X7,X9)
          & mem2(X6,X8) )
      | ? [X10: list_char,X11: regexp1,X12: regexp1] :
          ( ( alt1(X11,X12) = X1 )
          & ( X0 = X10 )
          & mem2(X10,X12) )
      | ? [X13: list_char,X14: regexp1,X15: regexp1] :
          ( ( alt1(X14,X15) = X1 )
          & ( X0 = X13 )
          & mem2(X13,X14) )
      | ? [X16: char2] :
          ( ( char3(X16) = X1 )
          & ( tb2t(cons(char,t2tb1(X16),nil(char))) = X0 ) )
      | ( ( epsilon1 = X1 )
        & ( tb2t(nil(char)) = X0 ) )
      | ~ mem2(X0,X1) ),
    inference(flattening,[],[f174]) ).

tff(f174,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ? [X2: list_char,X3: list_char,X4: regexp1] :
          ( ( star1(X4) = X1 )
          & ( tb2t(infix_plpl(char,t2tb(X2),t2tb(X3))) = X0 )
          & mem2(X3,star1(X4))
          & mem2(X2,X4) )
      | ? [X5: regexp1] :
          ( ( star1(X5) = X1 )
          & ( tb2t(nil(char)) = X0 ) )
      | ? [X6: list_char,X7: list_char,X8: regexp1,X9: regexp1] :
          ( ( concat1(X8,X9) = X1 )
          & ( tb2t(infix_plpl(char,t2tb(X6),t2tb(X7))) = X0 )
          & mem2(X7,X9)
          & mem2(X6,X8) )
      | ? [X10: list_char,X11: regexp1,X12: regexp1] :
          ( ( alt1(X11,X12) = X1 )
          & ( X0 = X10 )
          & mem2(X10,X12) )
      | ? [X13: list_char,X14: regexp1,X15: regexp1] :
          ( ( alt1(X14,X15) = X1 )
          & ( X0 = X13 )
          & mem2(X13,X14) )
      | ? [X16: char2] :
          ( ( char3(X16) = X1 )
          & ( tb2t(cons(char,t2tb1(X16),nil(char))) = X0 ) )
      | ( ( epsilon1 = X1 )
        & ( tb2t(nil(char)) = X0 ) )
      | ~ mem2(X0,X1) ),
    inference(ennf_transformation,[],[f124]) ).

tff(f124,plain,
    ! [X0: list_char,X1: regexp1] :
      ( mem2(X0,X1)
     => ( ? [X2: list_char,X3: list_char,X4: regexp1] :
            ( ( star1(X4) = X1 )
            & ( tb2t(infix_plpl(char,t2tb(X2),t2tb(X3))) = X0 )
            & mem2(X3,star1(X4))
            & mem2(X2,X4) )
        | ? [X5: regexp1] :
            ( ( star1(X5) = X1 )
            & ( tb2t(nil(char)) = X0 ) )
        | ? [X6: list_char,X7: list_char,X8: regexp1,X9: regexp1] :
            ( ( concat1(X8,X9) = X1 )
            & ( tb2t(infix_plpl(char,t2tb(X6),t2tb(X7))) = X0 )
            & mem2(X7,X9)
            & mem2(X6,X8) )
        | ? [X10: list_char,X11: regexp1,X12: regexp1] :
            ( ( alt1(X11,X12) = X1 )
            & ( X0 = X10 )
            & mem2(X10,X12) )
        | ? [X13: list_char,X14: regexp1,X15: regexp1] :
            ( ( alt1(X14,X15) = X1 )
            & ( X0 = X13 )
            & mem2(X13,X14) )
        | ? [X16: char2] :
            ( ( char3(X16) = X1 )
            & ( tb2t(cons(char,t2tb1(X16),nil(char))) = X0 ) )
        | ( ( epsilon1 = X1 )
          & ( tb2t(nil(char)) = X0 ) ) ) ),
    inference(rectify,[],[f78]) ).

tff(f78,axiom,
    ! [X4: list_char,X5: regexp1] :
      ( mem2(X4,X5)
     => ( ? [X30: list_char,X31: list_char,X32: regexp1] :
            ( ( star1(X32) = X5 )
            & ( tb2t(infix_plpl(char,t2tb(X30),t2tb(X31))) = X4 )
            & mem2(X31,star1(X32))
            & mem2(X30,X32) )
        | ? [X32: regexp1] :
            ( ( star1(X32) = X5 )
            & ( tb2t(nil(char)) = X4 ) )
        | ? [X30: list_char,X31: list_char,X28: regexp1,X29: regexp1] :
            ( ( concat1(X28,X29) = X5 )
            & ( tb2t(infix_plpl(char,t2tb(X30),t2tb(X31))) = X4 )
            & mem2(X31,X29)
            & mem2(X30,X28) )
        | ? [X27: list_char,X28: regexp1,X29: regexp1] :
            ( ( alt1(X28,X29) = X5 )
            & ( X4 = X27 )
            & mem2(X27,X29) )
        | ? [X27: list_char,X28: regexp1,X29: regexp1] :
            ( ( alt1(X28,X29) = X5 )
            & ( X4 = X27 )
            & mem2(X27,X28) )
        | ? [X26: char2] :
            ( ( char3(X26) = X5 )
            & ( tb2t(cons(char,t2tb1(X26),nil(char))) = X4 ) )
        | ( ( epsilon1 = X5 )
          & ( tb2t(nil(char)) = X4 ) ) ) ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',mem_inversion) ).

tff(f6042,plain,
    ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),epsilon1)
    | spl23_16
    | ~ spl23_57 ),
    inference(forward_demodulation,[],[f5983,f5980]) ).

tff(f5980,plain,
    ( ( tb2t(cons(char,t2tb1(one1),t2tb(sK4))) = sK9(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) )
    | spl23_16 ),
    inference(resolution,[],[f693,f344]) ).

tff(f344,plain,
    ! [X0: regexp1,X1: list_char] :
      ( sP2(X0,X1)
      | ( sK9(X0,X1) = X1 ) ),
    inference(consistent_polarity_flipping,[],[f249]) ).

tff(f249,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ( sK9(X0,X1) = X1 )
      | ~ sP2(X0,X1) ),
    inference(cnf_transformation,[],[f216]) ).

tff(f216,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ( ( alt1(sK10(X0,X1),sK11(X0,X1)) = X0 )
        & ( sK9(X0,X1) = X1 )
        & mem2(sK9(X0,X1),sK10(X0,X1)) )
      | ~ sP2(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK9,sK10,sK11])],[f214,f215]) ).

tff(f215,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ? [X2: list_char,X3: regexp1,X4: regexp1] :
          ( ( alt1(X3,X4) = X0 )
          & ( X1 = X2 )
          & mem2(X2,X3) )
     => ( ( alt1(sK10(X0,X1),sK11(X0,X1)) = X0 )
        & ( sK9(X0,X1) = X1 )
        & mem2(sK9(X0,X1),sK10(X0,X1)) ) ),
    introduced(choice_axiom,[]) ).

tff(f214,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ? [X2: list_char,X3: regexp1,X4: regexp1] :
          ( ( alt1(X3,X4) = X0 )
          & ( X1 = X2 )
          & mem2(X2,X3) )
      | ~ sP2(X0,X1) ),
    inference(rectify,[],[f213]) ).

tff(f213,plain,
    ! [X1: regexp1,X0: list_char] :
      ( ? [X13: list_char,X14: regexp1,X15: regexp1] :
          ( ( alt1(X14,X15) = X1 )
          & ( X0 = X13 )
          & mem2(X13,X14) )
      | ~ sP2(X1,X0) ),
    inference(nnf_transformation,[],[f196]) ).

tff(f693,plain,
    ( ~ sP2(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | spl23_16 ),
    inference(avatar_component_clause,[],[f691]) ).

tff(f5983,plain,
    ( ~ mem2(sK9(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))),epsilon1)
    | spl23_16
    | ~ spl23_57 ),
    inference(forward_demodulation,[],[f5979,f2442]) ).

tff(f2442,plain,
    ( ( epsilon1 = sK10(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) )
    | ~ spl23_57 ),
    inference(avatar_component_clause,[],[f2440]) ).

tff(f5979,plain,
    ( ~ mem2(sK9(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))),sK10(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))))
    | spl23_16 ),
    inference(resolution,[],[f693,f345]) ).

tff(f345,plain,
    ! [X0: regexp1,X1: list_char] :
      ( sP2(X0,X1)
      | ~ mem2(sK9(X0,X1),sK10(X0,X1)) ),
    inference(consistent_polarity_flipping,[],[f248]) ).

tff(f248,plain,
    ! [X0: regexp1,X1: list_char] :
      ( mem2(sK9(X0,X1),sK10(X0,X1))
      | ~ sP2(X0,X1) ),
    inference(cnf_transformation,[],[f216]) ).

tff(f6094,plain,
    ~ spl23_106,
    inference(avatar_contradiction_clause,[],[f6093]) ).

tff(f6093,plain,
    ( $false
    | ~ spl23_106 ),
    inference(subsumption_resolution,[],[f6091,f284]) ).

tff(f284,plain,
    ! [X0: regexp1,X1: regexp1] : ( epsilon1 != alt1(X0,X1) ),
    inference(cnf_transformation,[],[f140]) ).

tff(f140,plain,
    ! [X0: regexp1,X1: regexp1] : ( epsilon1 != alt1(X0,X1) ),
    inference(rectify,[],[f26]) ).

tff(f26,axiom,
    ! [X16: regexp1,X17: regexp1] : ( epsilon1 != alt1(X16,X17) ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',epsilon_Alt) ).

tff(f6091,plain,
    ( ( epsilon1 = alt1(sK7(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4)))),sK8(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))) )
    | ~ spl23_106 ),
    inference(resolution,[],[f4416,f247]) ).

tff(f247,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ~ sP3(X0,X1)
      | ( alt1(sK7(X0,X1),sK8(X0,X1)) = X0 ) ),
    inference(cnf_transformation,[],[f212]) ).

tff(f212,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ( ( alt1(sK7(X0,X1),sK8(X0,X1)) = X0 )
        & ( sK6(X0,X1) = X1 )
        & mem2(sK6(X0,X1),sK8(X0,X1)) )
      | ~ sP3(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK6,sK7,sK8])],[f210,f211]) ).

tff(f211,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ? [X2: list_char,X3: regexp1,X4: regexp1] :
          ( ( alt1(X3,X4) = X0 )
          & ( X1 = X2 )
          & mem2(X2,X4) )
     => ( ( alt1(sK7(X0,X1),sK8(X0,X1)) = X0 )
        & ( sK6(X0,X1) = X1 )
        & mem2(sK6(X0,X1),sK8(X0,X1)) ) ),
    introduced(choice_axiom,[]) ).

tff(f210,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ? [X2: list_char,X3: regexp1,X4: regexp1] :
          ( ( alt1(X3,X4) = X0 )
          & ( X1 = X2 )
          & mem2(X2,X4) )
      | ~ sP3(X0,X1) ),
    inference(rectify,[],[f209]) ).

tff(f209,plain,
    ! [X1: regexp1,X0: list_char] :
      ( ? [X10: list_char,X11: regexp1,X12: regexp1] :
          ( ( alt1(X11,X12) = X1 )
          & ( X0 = X10 )
          & mem2(X10,X12) )
      | ~ sP3(X1,X0) ),
    inference(nnf_transformation,[],[f197]) ).

tff(f4416,plain,
    ( sP3(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ~ spl23_106 ),
    inference(avatar_component_clause,[],[f4414]) ).

tff(f6040,plain,
    ~ spl23_13,
    inference(avatar_contradiction_clause,[],[f6039]) ).

tff(f6039,plain,
    ( $false
    | ~ spl23_13 ),
    inference(subsumption_resolution,[],[f6038,f322]) ).

tff(f322,plain,
    ! [X2: uni,X0: ty,X1: uni] : ( nil(X0) != cons(X0,X1,X2) ),
    inference(cnf_transformation,[],[f168]) ).

tff(f168,plain,
    ! [X0: ty,X1: uni,X2: uni] : ( nil(X0) != cons(X0,X1,X2) ),
    inference(rectify,[],[f47]) ).

tff(f47,axiom,
    ! [X0: ty,X16: uni,X17: uni] : ( nil(X0) != cons(X0,X16,X17) ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',nil_Cons) ).

tff(f6038,plain,
    ( ( nil(char) = cons(char,t2tb1(one1),t2tb(sK4)) )
    | ~ spl23_13 ),
    inference(forward_demodulation,[],[f6037,f325]) ).

tff(f325,plain,
    ! [X0: uni] : ( t2tb(tb2t(X0)) = X0 ),
    inference(cnf_transformation,[],[f170]) ).

tff(f170,plain,
    ! [X0: uni] : ( t2tb(tb2t(X0)) = X0 ),
    inference(rectify,[],[f67]) ).

tff(f67,axiom,
    ! [X25: uni] : ( t2tb(tb2t(X25)) = X25 ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',bridgeR) ).

tff(f6037,plain,
    ( ( cons(char,t2tb1(one1),t2tb(sK4)) = t2tb(tb2t(nil(char))) )
    | ~ spl23_13 ),
    inference(superposition,[],[f325,f541]) ).

tff(f541,plain,
    ( ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK4))) )
    | ~ spl23_13 ),
    inference(avatar_component_clause,[],[f539]) ).

tff(f5966,plain,
    ( ~ spl23_1
    | ~ spl23_17 ),
    inference(avatar_contradiction_clause,[],[f5965]) ).

tff(f5965,plain,
    ( $false
    | ~ spl23_1
    | ~ spl23_17 ),
    inference(subsumption_resolution,[],[f5942,f373]) ).

tff(f373,plain,
    ( mem2(sK4,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_1 ),
    inference(avatar_component_clause,[],[f371]) ).

tff(f371,plain,
    ( spl23_1
  <=> mem2(sK4,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_1])]) ).

tff(f5942,plain,
    ( ~ mem2(sK4,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_17 ),
    inference(resolution,[],[f5941,f334]) ).

tff(f334,plain,
    ! [X0: list_char] :
      ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))
      | ~ mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    inference(consistent_polarity_flipping,[],[f238]) ).

tff(f238,plain,
    ! [X0: list_char] :
      ( mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
      | ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) ),
    inference(cnf_transformation,[],[f203]) ).

tff(f203,plain,
    ! [X0: list_char] :
      ( ( mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
        | ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) )
      & ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))
        | ~ mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ) ),
    inference(nnf_transformation,[],[f120]) ).

tff(f120,plain,
    ! [X0: list_char] :
      ( mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    <=> mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) ),
    inference(rectify,[],[f94]) ).

tff(f94,axiom,
    ! [X27: list_char] :
      ( mem2(X27,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    <=> mem2(tb2t(cons(char,t2tb1(one1),t2tb(X27))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',one_w_in_r1) ).

tff(f5941,plain,
    ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))
    | ~ spl23_17 ),
    inference(forward_demodulation,[],[f5936,f4498]) ).

tff(f4498,plain,
    ( ( tb2t(cons(char,t2tb1(one1),t2tb(sK4))) = sK6(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) )
    | ~ spl23_17 ),
    inference(resolution,[],[f697,f246]) ).

tff(f246,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ~ sP3(X0,X1)
      | ( sK6(X0,X1) = X1 ) ),
    inference(cnf_transformation,[],[f212]) ).

tff(f697,plain,
    ( sP3(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ~ spl23_17 ),
    inference(avatar_component_clause,[],[f695]) ).

tff(f695,plain,
    ( spl23_17
  <=> sP3(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_17])]) ).

tff(f5936,plain,
    ( ~ mem2(sK6(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))
    | ~ spl23_17 ),
    inference(superposition,[],[f4497,f4614]) ).

tff(f4614,plain,
    ( ( concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)) = sK8(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) )
    | ~ spl23_17 ),
    inference(forward_demodulation,[],[f4609,f294]) ).

tff(f294,plain,
    ! [X0: regexp1,X1: regexp1] : ( alt_proj_21(alt1(X0,X1)) = X1 ),
    inference(cnf_transformation,[],[f149]) ).

tff(f149,plain,
    ! [X0: regexp1,X1: regexp1] : ( alt_proj_21(alt1(X0,X1)) = X1 ),
    inference(rectify,[],[f37]) ).

tff(f37,axiom,
    ! [X6: regexp1,X15: regexp1] : ( alt_proj_21(alt1(X6,X15)) = X15 ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',alt_proj_2_def) ).

tff(f4609,plain,
    ( ( alt_proj_21(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) = sK8(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) )
    | ~ spl23_17 ),
    inference(superposition,[],[f294,f4499]) ).

tff(f4499,plain,
    ( ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = alt1(sK7(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))),sK8(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))) )
    | ~ spl23_17 ),
    inference(resolution,[],[f697,f247]) ).

tff(f4497,plain,
    ( ~ mem2(sK6(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))),sK8(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))))
    | ~ spl23_17 ),
    inference(resolution,[],[f697,f342]) ).

tff(f342,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ~ sP3(X0,X1)
      | ~ mem2(sK6(X0,X1),sK8(X0,X1)) ),
    inference(consistent_polarity_flipping,[],[f245]) ).

tff(f245,plain,
    ! [X0: regexp1,X1: list_char] :
      ( mem2(sK6(X0,X1),sK8(X0,X1))
      | ~ sP3(X0,X1) ),
    inference(cnf_transformation,[],[f212]) ).

tff(f4494,plain,
    spl23_108,
    inference(avatar_contradiction_clause,[],[f4493]) ).

tff(f4493,plain,
    ( $false
    | spl23_108 ),
    inference(subsumption_resolution,[],[f4491,f282]) ).

tff(f4491,plain,
    ( ( epsilon1 = star1(sK14(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))) )
    | spl23_108 ),
    inference(resolution,[],[f4424,f346]) ).

tff(f346,plain,
    ! [X0: regexp1,X1: list_char] :
      ( sP1(X0,X1)
      | ( star1(sK14(X0,X1)) = X0 ) ),
    inference(consistent_polarity_flipping,[],[f254]) ).

tff(f254,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ( star1(sK14(X0,X1)) = X0 )
      | ~ sP1(X0,X1) ),
    inference(cnf_transformation,[],[f220]) ).

tff(f220,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ( ( star1(sK14(X0,X1)) = X0 )
        & ( tb2t(infix_plpl(char,t2tb(sK12(X0,X1)),t2tb(sK13(X0,X1)))) = X1 )
        & mem2(sK13(X0,X1),star1(sK14(X0,X1)))
        & mem2(sK12(X0,X1),sK14(X0,X1)) )
      | ~ sP1(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK12,sK13,sK14])],[f218,f219]) ).

tff(f219,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ? [X2: list_char,X3: list_char,X4: regexp1] :
          ( ( star1(X4) = X0 )
          & ( tb2t(infix_plpl(char,t2tb(X2),t2tb(X3))) = X1 )
          & mem2(X3,star1(X4))
          & mem2(X2,X4) )
     => ( ( star1(sK14(X0,X1)) = X0 )
        & ( tb2t(infix_plpl(char,t2tb(sK12(X0,X1)),t2tb(sK13(X0,X1)))) = X1 )
        & mem2(sK13(X0,X1),star1(sK14(X0,X1)))
        & mem2(sK12(X0,X1),sK14(X0,X1)) ) ),
    introduced(choice_axiom,[]) ).

tff(f218,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ? [X2: list_char,X3: list_char,X4: regexp1] :
          ( ( star1(X4) = X0 )
          & ( tb2t(infix_plpl(char,t2tb(X2),t2tb(X3))) = X1 )
          & mem2(X3,star1(X4))
          & mem2(X2,X4) )
      | ~ sP1(X0,X1) ),
    inference(rectify,[],[f217]) ).

tff(f217,plain,
    ! [X1: regexp1,X0: list_char] :
      ( ? [X2: list_char,X3: list_char,X4: regexp1] :
          ( ( star1(X4) = X1 )
          & ( tb2t(infix_plpl(char,t2tb(X2),t2tb(X3))) = X0 )
          & mem2(X3,star1(X4))
          & mem2(X2,X4) )
      | ~ sP1(X1,X0) ),
    inference(nnf_transformation,[],[f195]) ).

tff(f4424,plain,
    ( ~ sP1(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | spl23_108 ),
    inference(avatar_component_clause,[],[f4422]) ).

tff(f4483,plain,
    spl23_107,
    inference(avatar_contradiction_clause,[],[f4482]) ).

tff(f4482,plain,
    ( $false
    | spl23_107 ),
    inference(subsumption_resolution,[],[f4480,f284]) ).

tff(f4480,plain,
    ( ( epsilon1 = alt1(sK10(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4)))),sK11(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))) )
    | spl23_107 ),
    inference(resolution,[],[f4420,f343]) ).

tff(f343,plain,
    ! [X0: regexp1,X1: list_char] :
      ( sP2(X0,X1)
      | ( alt1(sK10(X0,X1),sK11(X0,X1)) = X0 ) ),
    inference(consistent_polarity_flipping,[],[f250]) ).

tff(f250,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ( alt1(sK10(X0,X1),sK11(X0,X1)) = X0 )
      | ~ sP2(X0,X1) ),
    inference(cnf_transformation,[],[f216]) ).

tff(f4420,plain,
    ( ~ sP2(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | spl23_107 ),
    inference(avatar_component_clause,[],[f4418]) ).

tff(f4372,plain,
    ( ~ spl23_16
    | spl23_18
    | spl23_13
    | spl23_2
    | ~ spl23_15
    | spl23_17 ),
    inference(avatar_split_clause,[],[f4371,f695,f687,f375,f539,f699,f691]) ).

tff(f699,plain,
    ( spl23_18
  <=> sP0(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_18])]) ).

tff(f375,plain,
    ( spl23_2
  <=> mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_2])]) ).

tff(f687,plain,
    ( spl23_15
  <=> sP1(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_15])]) ).

tff(f4371,plain,
    ( ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK4))) )
    | sP0(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ~ sP2(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | spl23_2
    | ~ spl23_15
    | spl23_17 ),
    inference(subsumption_resolution,[],[f4359,f278]) ).

tff(f278,plain,
    zero1 != one1,
    inference(cnf_transformation,[],[f11]) ).

tff(f11,axiom,
    zero1 != one1,
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',zero_One) ).

tff(f4359,plain,
    ( ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK4))) )
    | sP0(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ( zero1 = one1 )
    | ~ sP2(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | spl23_2
    | ~ spl23_15
    | spl23_17 ),
    inference(resolution,[],[f696,f3077]) ).

tff(f3077,plain,
    ( ! [X0: char2] :
        ( sP3(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))),tb2t(cons(char,t2tb1(X0),t2tb(sK4))))
        | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(X0),t2tb(sK4))) )
        | sP0(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))),tb2t(cons(char,t2tb1(X0),t2tb(sK4))))
        | ( zero1 = X0 )
        | ~ sP2(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))),tb2t(cons(char,t2tb1(X0),t2tb(sK4)))) )
    | spl23_2
    | ~ spl23_15 ),
    inference(subsumption_resolution,[],[f3076,f735]) ).

tff(f735,plain,
    ( ! [X0: char2] :
        ( sP1(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))),tb2t(cons(char,t2tb1(X0),t2tb(sK4))))
        | ( zero1 = X0 ) )
    | ~ spl23_15 ),
    inference(superposition,[],[f688,f277]) ).

tff(f277,plain,
    ! [X0: char2] :
      ( ( one1 = X0 )
      | ( zero1 = X0 ) ),
    inference(cnf_transformation,[],[f134]) ).

tff(f134,plain,
    ! [X0: char2] :
      ( ( one1 = X0 )
      | ( zero1 = X0 ) ),
    inference(rectify,[],[f12]) ).

tff(f12,axiom,
    ! [X6: char2] :
      ( ( one1 = X6 )
      | ( zero1 = X6 ) ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',char_inversion) ).

tff(f688,plain,
    ( sP1(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ~ spl23_15 ),
    inference(avatar_component_clause,[],[f687]) ).

tff(f3076,plain,
    ( ! [X0: char2] :
        ( ( zero1 = X0 )
        | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(X0),t2tb(sK4))) )
        | sP0(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))),tb2t(cons(char,t2tb1(X0),t2tb(sK4))))
        | sP3(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))),tb2t(cons(char,t2tb1(X0),t2tb(sK4))))
        | ~ sP2(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))),tb2t(cons(char,t2tb1(X0),t2tb(sK4))))
        | ~ sP1(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))),tb2t(cons(char,t2tb1(X0),t2tb(sK4)))) )
    | spl23_2 ),
    inference(subsumption_resolution,[],[f1281,f291]) ).

tff(f291,plain,
    ! [X2: regexp1,X0: char2,X1: regexp1] : ( alt1(X1,X2) != char3(X0) ),
    inference(cnf_transformation,[],[f146]) ).

tff(f146,plain,
    ! [X0: char2,X1: regexp1,X2: regexp1] : ( alt1(X1,X2) != char3(X0) ),
    inference(rectify,[],[f29]) ).

tff(f29,axiom,
    ! [X6: char2,X16: regexp1,X17: regexp1] : ( char3(X6) != alt1(X16,X17) ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',char_Alt) ).

tff(f1281,plain,
    ( ! [X0: char2] :
        ( ( zero1 = X0 )
        | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(X0),t2tb(sK4))) )
        | sP0(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))),tb2t(cons(char,t2tb1(X0),t2tb(sK4))))
        | sP3(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))),tb2t(cons(char,t2tb1(X0),t2tb(sK4))))
        | ~ sP2(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))),tb2t(cons(char,t2tb1(X0),t2tb(sK4))))
        | ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))) = char3(sK20(tb2t(cons(char,t2tb1(X0),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))))) )
        | ~ sP1(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))),tb2t(cons(char,t2tb1(X0),t2tb(sK4)))) )
    | spl23_2 ),
    inference(resolution,[],[f1195,f367]) ).

tff(f367,plain,
    ! [X0: list_char,X1: regexp1] :
      ( mem2(X0,X1)
      | ( tb2t(nil(char)) = X0 )
      | sP0(X1,X0)
      | sP3(X1,X0)
      | ~ sP2(X1,X0)
      | ( char3(sK20(X0,X1)) = X1 )
      | ~ sP1(X1,X0) ),
    inference(duplicate_literal_removal,[],[f357]) ).

tff(f357,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ sP1(X1,X0)
      | ( tb2t(nil(char)) = X0 )
      | sP0(X1,X0)
      | sP3(X1,X0)
      | ~ sP2(X1,X0)
      | ( char3(sK20(X0,X1)) = X1 )
      | ( tb2t(nil(char)) = X0 )
      | mem2(X0,X1) ),
    inference(consistent_polarity_flipping,[],[f261]) ).

tff(f261,plain,
    ! [X0: list_char,X1: regexp1] :
      ( sP1(X1,X0)
      | ( tb2t(nil(char)) = X0 )
      | sP0(X1,X0)
      | sP3(X1,X0)
      | sP2(X1,X0)
      | ( char3(sK20(X0,X1)) = X1 )
      | ( tb2t(nil(char)) = X0 )
      | ~ mem2(X0,X1) ),
    inference(cnf_transformation,[],[f228]) ).

tff(f1195,plain,
    ( ! [X0: char2] :
        ( ~ mem2(tb2t(cons(char,t2tb1(X0),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))))
        | ( zero1 = X0 ) )
    | spl23_2 ),
    inference(superposition,[],[f376,f277]) ).

tff(f376,plain,
    ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | spl23_2 ),
    inference(avatar_component_clause,[],[f375]) ).

tff(f696,plain,
    ( ~ sP3(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | spl23_17 ),
    inference(avatar_component_clause,[],[f695]) ).

tff(f4368,plain,
    ~ spl23_18,
    inference(avatar_contradiction_clause,[],[f4367]) ).

tff(f4367,plain,
    ( $false
    | ~ spl23_18 ),
    inference(subsumption_resolution,[],[f4365,f297]) ).

tff(f297,plain,
    ! [X2: regexp1,X3: regexp1,X0: regexp1,X1: regexp1] : ( concat1(X2,X3) != alt1(X0,X1) ),
    inference(cnf_transformation,[],[f152]) ).

tff(f152,plain,
    ! [X0: regexp1,X1: regexp1,X2: regexp1,X3: regexp1] : ( concat1(X2,X3) != alt1(X0,X1) ),
    inference(rectify,[],[f32]) ).

tff(f32,axiom,
    ! [X6: regexp1,X15: regexp1,X16: regexp1,X17: regexp1] : ( alt1(X6,X15) != concat1(X16,X17) ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',alt_Concat) ).

tff(f4365,plain,
    ( ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = concat1(sK17(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))),sK18(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))) )
    | ~ spl23_18 ),
    inference(resolution,[],[f701,f258]) ).

tff(f701,plain,
    ( sP0(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | ~ spl23_18 ),
    inference(avatar_component_clause,[],[f699]) ).

tff(f3074,plain,
    ( spl23_57
    | spl23_16 ),
    inference(avatar_split_clause,[],[f3073,f691,f2440]) ).

tff(f3073,plain,
    ( ( epsilon1 = sK10(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) )
    | spl23_16 ),
    inference(forward_demodulation,[],[f3068,f295]) ).

tff(f295,plain,
    ! [X0: regexp1,X1: regexp1] : ( alt_proj_11(alt1(X0,X1)) = X0 ),
    inference(cnf_transformation,[],[f150]) ).

tff(f150,plain,
    ! [X0: regexp1,X1: regexp1] : ( alt_proj_11(alt1(X0,X1)) = X0 ),
    inference(rectify,[],[f36]) ).

tff(f36,axiom,
    ! [X6: regexp1,X15: regexp1] : ( alt_proj_11(alt1(X6,X15)) = X6 ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',alt_proj_1_def) ).

tff(f3068,plain,
    ( ( sK10(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))) = alt_proj_11(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
    | spl23_16 ),
    inference(superposition,[],[f295,f738]) ).

tff(f738,plain,
    ( ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = alt1(sK10(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4)))),sK11(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))) )
    | spl23_16 ),
    inference(resolution,[],[f693,f343]) ).

tff(f1171,plain,
    ( spl23_1
    | ~ spl23_2 ),
    inference(avatar_contradiction_clause,[],[f1170]) ).

tff(f1170,plain,
    ( $false
    | spl23_1
    | ~ spl23_2 ),
    inference(subsumption_resolution,[],[f1153,f278]) ).

tff(f1153,plain,
    ( ( zero1 = one1 )
    | spl23_1
    | ~ spl23_2 ),
    inference(resolution,[],[f975,f933]) ).

tff(f933,plain,
    ( ! [X0: char2] :
        ( mem2(tb2t(cons(char,t2tb1(X0),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(X0))),char3(X0))))
        | ( zero1 = X0 ) )
    | ~ spl23_2 ),
    inference(superposition,[],[f377,f277]) ).

tff(f377,plain,
    ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_2 ),
    inference(avatar_component_clause,[],[f375]) ).

tff(f975,plain,
    ( ! [X0: regexp1] : ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),alt1(X0,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | spl23_1 ),
    inference(resolution,[],[f903,f363]) ).

tff(f363,plain,
    ! [X2: regexp1,X0: list_char,X1: regexp1] :
      ( mem2(X0,X2)
      | ~ mem2(X0,alt1(X1,X2)) ),
    inference(consistent_polarity_flipping,[],[f270]) ).

tff(f270,plain,
    ! [X2: regexp1,X0: list_char,X1: regexp1] :
      ( mem2(X0,alt1(X1,X2))
      | ~ mem2(X0,X2) ),
    inference(cnf_transformation,[],[f180]) ).

tff(f180,plain,
    ! [X0: list_char,X1: regexp1,X2: regexp1] :
      ( mem2(X0,alt1(X1,X2))
      | ~ mem2(X0,X2) ),
    inference(ennf_transformation,[],[f128]) ).

tff(f128,plain,
    ! [X0: list_char,X1: regexp1,X2: regexp1] :
      ( mem2(X0,X2)
     => mem2(X0,alt1(X1,X2)) ),
    inference(rectify,[],[f74]) ).

tff(f74,axiom,
    ! [X27: list_char,X28: regexp1,X29: regexp1] :
      ( mem2(X27,X29)
     => mem2(X27,alt1(X28,X29)) ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',mem_altr) ).

tff(f903,plain,
    ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))
    | spl23_1 ),
    inference(resolution,[],[f372,f335]) ).

tff(f335,plain,
    ! [X0: list_char] :
      ( mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
      | ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) ),
    inference(consistent_polarity_flipping,[],[f237]) ).

tff(f237,plain,
    ! [X0: list_char] :
      ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))
      | ~ mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    inference(cnf_transformation,[],[f203]) ).

tff(f372,plain,
    ( ~ mem2(sK4,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | spl23_1 ),
    inference(avatar_component_clause,[],[f371]) ).

tff(f733,plain,
    spl23_15,
    inference(avatar_contradiction_clause,[],[f732]) ).

tff(f732,plain,
    ( $false
    | spl23_15 ),
    inference(subsumption_resolution,[],[f730,f296]) ).

tff(f296,plain,
    ! [X2: regexp1,X0: regexp1,X1: regexp1] : ( star1(X2) != alt1(X0,X1) ),
    inference(cnf_transformation,[],[f151]) ).

tff(f151,plain,
    ! [X0: regexp1,X1: regexp1,X2: regexp1] : ( star1(X2) != alt1(X0,X1) ),
    inference(rectify,[],[f33]) ).

tff(f33,axiom,
    ! [X6: regexp1,X15: regexp1,X16: regexp1] : ( alt1(X6,X15) != star1(X16) ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',alt_Star) ).

tff(f730,plain,
    ( ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = star1(sK14(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))) )
    | spl23_15 ),
    inference(resolution,[],[f689,f346]) ).

tff(f689,plain,
    ( ~ sP1(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK4))))
    | spl23_15 ),
    inference(avatar_component_clause,[],[f687]) ).

tff(f379,plain,
    ( ~ spl23_1
    | ~ spl23_2 ),
    inference(avatar_split_clause,[],[f331,f375,f371]) ).

tff(f331,plain,
    ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ mem2(sK4,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    inference(consistent_polarity_flipping,[],[f233]) ).

tff(f233,plain,
    ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | mem2(sK4,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    inference(cnf_transformation,[],[f201]) ).

tff(f201,plain,
    ( ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
      | ~ mem2(sK4,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
    & ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
      | mem2(sK4,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK4])],[f199,f200]) ).

tff(f200,plain,
    ( ? [X0: list_char] :
        ( ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
          | ~ mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
        & ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
          | mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ) )
   => ( ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
        | ~ mem2(sK4,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
      & ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
        | mem2(sK4,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f199,plain,
    ? [X0: list_char] :
      ( ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
        | ~ mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
      & ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
        | mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ) ),
    inference(nnf_transformation,[],[f173]) ).

tff(f173,plain,
    ? [X0: list_char] :
      ( mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    <~> mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    inference(ennf_transformation,[],[f118]) ).

tff(f118,plain,
    ~ ! [X0: list_char] :
        ( mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
      <=> mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    inference(rectify,[],[f97]) ).

tff(f97,negated_conjecture,
    ~ ! [X27: list_char] :
        ( mem2(X27,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
      <=> mem2(tb2t(cons(char,t2tb1(one1),t2tb(X27))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    inference(negated_conjecture,[],[f96]) ).

tff(f96,conjecture,
    ! [X27: list_char] :
      ( mem2(X27,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    <=> mem2(tb2t(cons(char,t2tb1(one1),t2tb(X27))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    file('/export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815',one_w_in_r2) ).

tff(f378,plain,
    ( spl23_1
    | spl23_2 ),
    inference(avatar_split_clause,[],[f330,f375,f371]) ).

tff(f330,plain,
    ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | mem2(sK4,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    inference(consistent_polarity_flipping,[],[f234]) ).

tff(f234,plain,
    ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ mem2(sK4,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    inference(cnf_transformation,[],[f201]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.12  % Problem    : SWW586_2 : TPTP v8.1.2. Released v6.1.0.
% 0.12/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s
% 0.13/0.35  % Computer : n018.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   : Fri May  3 19:25:08 EDT 2024
% 0.13/0.35  % CPUTime    : 
% 0.13/0.35  This is a TF0_THM_EQU_ARI problem
% 0.13/0.35  Running vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t 300 /export/starexec/sandbox2/tmp/tmp.iJf4EDTuGT/Vampire---4.8_19815
% 0.60/0.79  % (19925)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on Vampire---4 for (2995ds/78Mi)
% 0.60/0.79  % (19927)lrs+2_1:1_sil=16000:fde=none:sos=all:nwc=5.0:i=34:ep=RS:s2pl=on:lma=on:afp=100000_0 on Vampire---4 for (2995ds/34Mi)
% 0.60/0.79  % (19926)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on Vampire---4 for (2995ds/33Mi)
% 0.60/0.79  % (19928)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on Vampire---4 for (2995ds/45Mi)
% 0.60/0.79  % (19924)lrs+1011_461:32768_sil=16000:irw=on:sp=frequency:lsd=20:fd=preordered:nwc=10.0:s2agt=32:alpa=false:cond=fast:s2a=on:i=51:s2at=3.0:awrs=decay:awrsf=691:bd=off:nm=20:fsr=off:amm=sco:uhcvi=on:rawr=on_0 on Vampire---4 for (2995ds/51Mi)
% 0.60/0.79  % (19929)lrs+21_1:5_sil=2000:sos=on:urr=on:newcnf=on:slsq=on:i=83:slsql=off:bd=off:nm=2:ss=axioms:st=1.5:sp=const_min:gsp=on:rawr=on_0 on Vampire---4 for (2995ds/83Mi)
% 0.60/0.79  % (19923)dis-1011_2:1_sil=2000:lsd=20:nwc=5.0:flr=on:mep=off:st=3.0:i=34:sd=1:ep=RS:ss=axioms_0 on Vampire---4 for (2995ds/34Mi)
% 0.60/0.79  % (19930)lrs-21_1:1_to=lpo:sil=2000:sp=frequency:sos=on:lma=on:i=56:sd=2:ss=axioms:ep=R_0 on Vampire---4 for (2995ds/56Mi)
% 0.60/0.79  % (19930)Refutation not found, incomplete strategy% (19930)------------------------------
% 0.60/0.79  % (19930)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.60/0.79  % (19930)Termination reason: Refutation not found, incomplete strategy
% 0.60/0.79  
% 0.60/0.79  % (19930)Memory used [KB]: 1164
% 0.60/0.79  % (19930)Time elapsed: 0.006 s
% 0.60/0.79  % (19930)Instructions burned: 10 (million)
% 0.60/0.79  % (19930)------------------------------
% 0.60/0.79  % (19930)------------------------------
% 0.60/0.80  % (19928)Refutation not found, incomplete strategy% (19928)------------------------------
% 0.60/0.80  % (19928)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.60/0.80  % (19928)Termination reason: Refutation not found, incomplete strategy
% 0.60/0.80  
% 0.60/0.80  % (19928)Memory used [KB]: 1169
% 0.60/0.80  % (19928)Time elapsed: 0.008 s
% 0.60/0.80  % (19928)Instructions burned: 13 (million)
% 0.60/0.80  % (19927)Refutation not found, incomplete strategy% (19927)------------------------------
% 0.60/0.80  % (19927)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.60/0.80  % (19927)Termination reason: Refutation not found, incomplete strategy
% 0.60/0.80  
% 0.60/0.80  % (19927)Memory used [KB]: 1282
% 0.60/0.80  % (19927)Time elapsed: 0.008 s
% 0.60/0.80  % (19927)Instructions burned: 15 (million)
% 0.60/0.80  % (19928)------------------------------
% 0.60/0.80  % (19928)------------------------------
% 0.60/0.80  % (19927)------------------------------
% 0.60/0.80  % (19927)------------------------------
% 0.60/0.80  % (19931)lrs+21_1:16_sil=2000:sp=occurrence:urr=on:flr=on:i=55:sd=1:nm=0:ins=3:ss=included:rawr=on:br=off_0 on Vampire---4 for (2995ds/55Mi)
% 0.60/0.80  % (19923)Refutation not found, incomplete strategy% (19923)------------------------------
% 0.60/0.80  % (19923)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.60/0.80  % (19923)Termination reason: Refutation not found, incomplete strategy
% 0.60/0.80  
% 0.60/0.80  % (19923)Memory used [KB]: 1207
% 0.60/0.80  % (19923)Time elapsed: 0.011 s
% 0.60/0.80  % (19923)Instructions burned: 18 (million)
% 0.60/0.80  % (19933)lrs+1010_1:2_sil=4000:tgt=ground:nwc=10.0:st=2.0:i=208:sd=1:bd=off:ss=axioms_0 on Vampire---4 for (2995ds/208Mi)
% 0.60/0.80  % (19932)dis+3_25:4_sil=16000:sos=all:erd=off:i=50:s2at=4.0:bd=off:nm=60:sup=off:cond=on:av=off:ins=2:nwc=10.0:etr=on:to=lpo:s2agt=20:fd=off:bsr=unit_only:slsq=on:slsqr=28,19:awrs=converge:awrsf=500:tgt=ground:bs=unit_only_0 on Vampire---4 for (2995ds/50Mi)
% 0.60/0.80  % (19923)------------------------------
% 0.60/0.80  % (19923)------------------------------
% 0.60/0.80  % (19934)lrs-1011_1:1_sil=4000:plsq=on:plsqr=32,1:sp=frequency:plsql=on:nwc=10.0:i=52:aac=none:afr=on:ss=axioms:er=filter:sgt=16:rawr=on:etr=on:lma=on_0 on Vampire---4 for (2995ds/52Mi)
% 0.60/0.80  % (19926)Instruction limit reached!
% 0.60/0.80  % (19926)------------------------------
% 0.60/0.80  % (19926)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.60/0.80  % (19926)Termination reason: Unknown
% 0.60/0.80  % (19926)Termination phase: Saturation
% 0.60/0.80  
% 0.60/0.80  % (19926)Memory used [KB]: 1500
% 0.60/0.80  % (19926)Time elapsed: 0.018 s
% 0.60/0.80  % (19926)Instructions burned: 33 (million)
% 0.60/0.81  % (19926)------------------------------
% 0.60/0.81  % (19926)------------------------------
% 0.60/0.81  % (19935)lrs-1010_1:1_to=lpo:sil=2000:sp=reverse_arity:sos=on:urr=ec_only:i=518:sd=2:bd=off:ss=axioms:sgt=16_0 on Vampire---4 for (2995ds/518Mi)
% 0.60/0.82  % (19924)Instruction limit reached!
% 0.60/0.82  % (19924)------------------------------
% 0.60/0.82  % (19924)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.60/0.82  % (19924)Termination reason: Unknown
% 0.60/0.82  % (19924)Termination phase: Saturation
% 0.60/0.82  
% 0.60/0.82  % (19924)Memory used [KB]: 1645
% 0.60/0.82  % (19924)Time elapsed: 0.029 s
% 0.60/0.82  % (19924)Instructions burned: 52 (million)
% 0.60/0.82  % (19924)------------------------------
% 0.60/0.82  % (19924)------------------------------
% 0.60/0.82  % (19936)lrs+1011_87677:1048576_sil=8000:sos=on:spb=non_intro:nwc=10.0:kmz=on:i=42:ep=RS:nm=0:ins=1:uhcvi=on:rawr=on:fde=unused:afp=2000:afq=1.444:plsq=on:nicw=on_0 on Vampire---4 for (2995ds/42Mi)
% 0.60/0.82  % (19931)Instruction limit reached!
% 0.60/0.82  % (19931)------------------------------
% 0.60/0.82  % (19931)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.60/0.82  % (19931)Termination reason: Unknown
% 0.60/0.82  % (19931)Termination phase: Property scanning
% 0.60/0.82  % (19932)Instruction limit reached!
% 0.60/0.82  % (19932)------------------------------
% 0.60/0.82  % (19932)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.60/0.82  
% 0.60/0.82  % (19931)Memory used [KB]: 1313
% 0.60/0.82  % (19931)Time elapsed: 0.023 s
% 0.60/0.82  % (19931)Instructions burned: 55 (million)
% 0.60/0.82  % (19931)------------------------------
% 0.60/0.82  % (19931)------------------------------
% 0.60/0.82  % (19932)Termination reason: Unknown
% 0.60/0.82  % (19932)Termination phase: Saturation
% 0.60/0.82  
% 0.60/0.82  % (19932)Memory used [KB]: 1408
% 0.60/0.82  % (19932)Time elapsed: 0.023 s
% 0.60/0.82  % (19932)Instructions burned: 51 (million)
% 0.60/0.82  % (19932)------------------------------
% 0.60/0.82  % (19932)------------------------------
% 0.60/0.82  % (19935)Refutation not found, incomplete strategy% (19935)------------------------------
% 0.60/0.82  % (19935)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.60/0.82  % (19935)Termination reason: Refutation not found, incomplete strategy
% 0.60/0.82  
% 0.60/0.82  % (19935)Memory used [KB]: 1279
% 0.60/0.82  % (19935)Time elapsed: 0.011 s
% 0.60/0.82  % (19935)Instructions burned: 19 (million)
% 0.60/0.82  % (19935)------------------------------
% 0.60/0.82  % (19935)------------------------------
% 0.60/0.82  % (19938)lrs+1011_2:9_sil=2000:lsd=10:newcnf=on:i=117:sd=2:awrs=decay:ss=included:amm=off:ep=R_0 on Vampire---4 for (2995ds/117Mi)
% 0.60/0.82  % (19925)Instruction limit reached!
% 0.60/0.82  % (19925)------------------------------
% 0.60/0.82  % (19925)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.60/0.82  % (19925)Termination reason: Unknown
% 0.60/0.82  % (19925)Termination phase: Saturation
% 0.60/0.82  
% 0.60/0.82  % (19925)Memory used [KB]: 1472
% 0.60/0.82  % (19925)Time elapsed: 0.038 s
% 0.60/0.82  % (19925)Instructions burned: 79 (million)
% 0.60/0.82  % (19925)------------------------------
% 0.60/0.82  % (19925)------------------------------
% 0.60/0.83  % (19929)Instruction limit reached!
% 0.60/0.83  % (19929)------------------------------
% 0.60/0.83  % (19929)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.60/0.83  % (19929)Termination reason: Unknown
% 0.60/0.83  % (19929)Termination phase: Saturation
% 0.60/0.83  
% 0.60/0.83  % (19929)Memory used [KB]: 1731
% 0.60/0.83  % (19929)Time elapsed: 0.038 s
% 0.60/0.83  % (19929)Instructions burned: 84 (million)
% 0.60/0.83  % (19929)------------------------------
% 0.60/0.83  % (19929)------------------------------
% 0.60/0.83  % (19937)dis+1011_1258907:1048576_bsr=unit_only:to=lpo:drc=off:sil=2000:tgt=full:fde=none:sp=frequency:spb=goal:rnwc=on:nwc=6.70083:sac=on:newcnf=on:st=2:i=243:bs=unit_only:sd=3:afp=300:awrs=decay:awrsf=218:nm=16:ins=3:afq=3.76821:afr=on:ss=axioms:sgt=5:rawr=on:add=off:bsd=on_0 on Vampire---4 for (2995ds/243Mi)
% 0.60/0.83  % (19939)dis+1011_11:1_sil=2000:avsq=on:i=143:avsqr=1,16:ep=RS:rawr=on:aac=none:lsd=100:mep=off:fde=none:newcnf=on:bsr=unit_only_0 on Vampire---4 for (2995ds/143Mi)
% 0.60/0.83  % (19941)lrs+1666_1:1_sil=4000:sp=occurrence:sos=on:urr=on:newcnf=on:i=62:amm=off:ep=R:erd=off:nm=0:plsq=on:plsqr=14,1_0 on Vampire---4 for (2995ds/62Mi)
% 0.60/0.83  % (19940)lrs+1011_1:2_to=lpo:sil=8000:plsqc=1:plsq=on:plsqr=326,59:sp=weighted_frequency:plsql=on:nwc=10.0:newcnf=on:i=93:awrs=converge:awrsf=200:bd=off:ins=1:rawr=on:alpa=false:avsq=on:avsqr=1,16_0 on Vampire---4 for (2995ds/93Mi)
% 0.60/0.84  % (19936)Instruction limit reached!
% 0.60/0.84  % (19936)------------------------------
% 0.60/0.84  % (19936)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.60/0.84  % (19936)Termination reason: Unknown
% 0.60/0.84  % (19936)Termination phase: Property scanning
% 0.60/0.84  
% 0.60/0.84  % (19936)Memory used [KB]: 1313
% 0.60/0.84  % (19936)Time elapsed: 0.018 s
% 0.60/0.84  % (19936)Instructions burned: 42 (million)
% 0.60/0.84  % (19936)------------------------------
% 0.60/0.84  % (19936)------------------------------
% 0.60/0.84  % (19934)Instruction limit reached!
% 0.60/0.84  % (19934)------------------------------
% 0.60/0.84  % (19934)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.60/0.84  % (19934)Termination reason: Unknown
% 0.60/0.84  % (19934)Termination phase: Saturation
% 0.60/0.84  
% 0.60/0.84  % (19934)Memory used [KB]: 1635
% 0.60/0.84  % (19934)Time elapsed: 0.035 s
% 0.60/0.84  % (19934)Instructions burned: 53 (million)
% 0.60/0.84  % (19934)------------------------------
% 0.60/0.84  % (19934)------------------------------
% 0.91/0.84  % (19942)lrs+21_2461:262144_anc=none:drc=off:sil=2000:sp=occurrence:nwc=6.0:updr=off:st=3.0:i=32:sd=2:afp=4000:erml=3:nm=14:afq=2.0:uhcvi=on:ss=included:er=filter:abs=on:nicw=on:ile=on:sims=off:s2a=on:s2agt=50:s2at=-1.0:plsq=on:plsql=on:plsqc=2:plsqr=1,32:newcnf=on:bd=off:to=lpo_0 on Vampire---4 for (2995ds/32Mi)
% 0.91/0.84  % (19943)dis+1011_1:1_sil=16000:nwc=7.0:s2agt=64:s2a=on:i=1919:ss=axioms:sgt=8:lsd=50:sd=7_0 on Vampire---4 for (2995ds/1919Mi)
% 0.91/0.85  % (19941)Instruction limit reached!
% 0.91/0.85  % (19941)------------------------------
% 0.91/0.85  % (19941)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.91/0.85  % (19942)Instruction limit reached!
% 0.91/0.85  % (19942)------------------------------
% 0.91/0.85  % (19942)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.91/0.85  % (19942)Termination reason: Unknown
% 0.91/0.85  % (19942)Termination phase: Saturation
% 0.91/0.85  
% 0.91/0.85  % (19942)Memory used [KB]: 1303
% 0.91/0.85  % (19942)Time elapsed: 0.013 s
% 0.91/0.85  % (19942)Instructions burned: 33 (million)
% 0.91/0.85  % (19942)------------------------------
% 0.91/0.85  % (19942)------------------------------
% 0.91/0.85  % (19941)Termination reason: Unknown
% 0.91/0.85  % (19941)Termination phase: Property scanning
% 0.91/0.85  
% 0.91/0.85  % (19941)Memory used [KB]: 1699
% 0.91/0.85  % (19941)Time elapsed: 0.026 s
% 0.91/0.85  % (19941)Instructions burned: 63 (million)
% 0.91/0.85  % (19941)------------------------------
% 0.91/0.85  % (19941)------------------------------
% 0.91/0.86  % (19944)ott-32_5:1_sil=4000:sp=occurrence:urr=full:rp=on:nwc=5.0:newcnf=on:st=5.0:s2pl=on:i=55:sd=2:ins=2:ss=included:rawr=on:anc=none:sos=on:s2agt=8:spb=intro:ep=RS:avsq=on:avsqr=27,155:lma=on_0 on Vampire---4 for (2994ds/55Mi)
% 0.91/0.86  % (19945)lrs-1011_1:1_sil=2000:sos=on:urr=on:i=53:sd=1:bd=off:ins=3:av=off:ss=axioms:sgt=16:gsp=on:lsd=10_0 on Vampire---4 for (2994ds/53Mi)
% 0.91/0.87  % (19944)Instruction limit reached!
% 0.91/0.87  % (19944)------------------------------
% 0.91/0.87  % (19944)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.91/0.87  % (19944)Termination reason: Unknown
% 0.91/0.87  % (19944)Termination phase: Saturation
% 0.91/0.87  
% 0.91/0.87  % (19944)Memory used [KB]: 1780
% 0.91/0.87  % (19944)Time elapsed: 0.017 s
% 0.91/0.87  % (19944)Instructions burned: 56 (million)
% 0.91/0.87  % (19944)------------------------------
% 0.91/0.87  % (19944)------------------------------
% 0.98/0.87  % (19946)lrs+1011_6929:65536_anc=all_dependent:sil=2000:fde=none:plsqc=1:plsq=on:plsqr=19,8:plsql=on:nwc=3.0:i=46:afp=4000:ep=R:nm=3:fsr=off:afr=on:aer=off:gsp=on_0 on Vampire---4 for (2994ds/46Mi)
% 0.98/0.88  % (19940)Instruction limit reached!
% 0.98/0.88  % (19940)------------------------------
% 0.98/0.88  % (19940)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.88  % (19940)Termination reason: Unknown
% 0.98/0.88  % (19940)Termination phase: Saturation
% 0.98/0.88  
% 0.98/0.88  % (19940)Memory used [KB]: 1885
% 0.98/0.88  % (19940)Time elapsed: 0.072 s
% 0.98/0.88  % (19940)Instructions burned: 94 (million)
% 0.98/0.88  % (19940)------------------------------
% 0.98/0.88  % (19940)------------------------------
% 0.98/0.88  % (19938)Instruction limit reached!
% 0.98/0.88  % (19938)------------------------------
% 0.98/0.88  % (19938)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.88  % (19938)Termination reason: Unknown
% 0.98/0.88  % (19938)Termination phase: Saturation
% 0.98/0.88  
% 0.98/0.88  % (19938)Memory used [KB]: 2294
% 0.98/0.88  % (19938)Time elapsed: 0.081 s
% 0.98/0.88  % (19938)Instructions burned: 118 (million)
% 0.98/0.88  % (19938)------------------------------
% 0.98/0.88  % (19938)------------------------------
% 0.98/0.88  % (19945)Instruction limit reached!
% 0.98/0.88  % (19945)------------------------------
% 0.98/0.88  % (19945)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.88  % (19945)Termination reason: Unknown
% 0.98/0.88  % (19945)Termination phase: Saturation
% 0.98/0.88  
% 0.98/0.88  % (19945)Memory used [KB]: 1504
% 0.98/0.88  % (19945)Time elapsed: 0.026 s
% 0.98/0.88  % (19945)Instructions burned: 54 (million)
% 0.98/0.88  % (19945)------------------------------
% 0.98/0.88  % (19945)------------------------------
% 0.98/0.89  % (19947)dis+10_3:31_sil=2000:sp=frequency:abs=on:acc=on:lcm=reverse:nwc=3.0:alpa=random:st=3.0:i=102:sd=1:nm=4:ins=1:aer=off:ss=axioms_0 on Vampire---4 for (2994ds/102Mi)
% 0.98/0.89  % (19948)ott+1011_9:29_slsqr=3,2:sil=2000:tgt=ground:lsd=10:lcm=predicate:avsqc=4:slsq=on:avsq=on:i=35:s2at=4.0:add=large:sd=1:avsqr=1,16:aer=off:ss=axioms:sgt=100:rawr=on:s2a=on:sac=on:afp=1:nwc=10.0:nm=64:bd=preordered:abs=on:rnwc=on:er=filter:nicw=on:spb=non_intro:lma=on_0 on Vampire---4 for (2994ds/35Mi)
% 0.98/0.89  % (19949)dis+1003_1:1024_sil=4000:urr=on:newcnf=on:i=87:av=off:fsr=off:bce=on_0 on Vampire---4 for (2994ds/87Mi)
% 0.98/0.89  % (19946)Instruction limit reached!
% 0.98/0.89  % (19946)------------------------------
% 0.98/0.89  % (19946)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.89  % (19946)Termination reason: Unknown
% 0.98/0.89  % (19946)Termination phase: Saturation
% 0.98/0.89  
% 0.98/0.89  % (19946)Memory used [KB]: 1996
% 0.98/0.89  % (19946)Time elapsed: 0.017 s
% 0.98/0.89  % (19946)Instructions burned: 46 (million)
% 0.98/0.89  % (19946)------------------------------
% 0.98/0.89  % (19946)------------------------------
% 0.98/0.89  % (19950)dis+1010_12107:524288_anc=none:drc=encompass:sil=2000:bsd=on:rp=on:nwc=10.0:alpa=random:i=109:kws=precedence:awrs=decay:awrsf=2:nm=16:ins=3:rawr=on:s2a=on:s2at=4.5:acc=on:flr=on_0 on Vampire---4 for (2994ds/109Mi)
% 0.98/0.89  % (19939)Instruction limit reached!
% 0.98/0.89  % (19939)------------------------------
% 0.98/0.89  % (19939)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.89  % (19939)Termination reason: Unknown
% 0.98/0.89  % (19939)Termination phase: Saturation
% 0.98/0.89  
% 0.98/0.89  % (19939)Memory used [KB]: 1795
% 0.98/0.89  % (19939)Time elapsed: 0.092 s
% 0.98/0.89  % (19939)Instructions burned: 143 (million)
% 0.98/0.89  % (19939)------------------------------
% 0.98/0.89  % (19939)------------------------------
% 0.98/0.90  % (19933)Instruction limit reached!
% 0.98/0.90  % (19933)------------------------------
% 0.98/0.90  % (19933)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.90  % (19933)Termination reason: Unknown
% 0.98/0.90  % (19933)Termination phase: Saturation
% 0.98/0.90  
% 0.98/0.90  % (19933)Memory used [KB]: 2193
% 0.98/0.90  % (19933)Time elapsed: 0.103 s
% 0.98/0.90  % (19933)Instructions burned: 208 (million)
% 0.98/0.90  % (19933)------------------------------
% 0.98/0.90  % (19933)------------------------------
% 0.98/0.90  % (19951)lrs+1002_1:16_sil=2000:sp=occurrence:sos=on:i=161:aac=none:bd=off:ss=included:sd=5:st=2.5:sup=off_0 on Vampire---4 for (2994ds/161Mi)
% 0.98/0.90  % (19952)lrs-1002_2:9_anc=none:sil=2000:plsqc=1:plsq=on:avsql=on:plsqr=2859761,1048576:erd=off:rp=on:nwc=21.7107:newcnf=on:avsq=on:i=69:aac=none:avsqr=6317,1048576:ep=RS:fsr=off:rawr=on:afp=50:afq=2.133940627822616:sac=on_0 on Vampire---4 for (2994ds/69Mi)
% 0.98/0.90  % (19948)Instruction limit reached!
% 0.98/0.90  % (19948)------------------------------
% 0.98/0.90  % (19948)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.90  % (19948)Termination reason: Unknown
% 0.98/0.90  % (19948)Termination phase: Saturation
% 0.98/0.90  
% 0.98/0.90  % (19948)Memory used [KB]: 1453
% 0.98/0.90  % (19948)Time elapsed: 0.020 s
% 0.98/0.90  % (19948)Instructions burned: 37 (million)
% 0.98/0.90  % (19948)------------------------------
% 0.98/0.90  % (19948)------------------------------
% 0.98/0.91  % (19951)Refutation not found, incomplete strategy% (19951)------------------------------
% 0.98/0.91  % (19951)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.91  % (19951)Termination reason: Refutation not found, incomplete strategy
% 0.98/0.91  
% 0.98/0.91  % (19951)Memory used [KB]: 1202
% 0.98/0.91  % (19951)Time elapsed: 0.007 s
% 0.98/0.91  % (19951)Instructions burned: 13 (million)
% 0.98/0.91  % (19951)------------------------------
% 0.98/0.91  % (19951)------------------------------
% 0.98/0.91  % (19953)lrs+1010_1:512_sil=8000:tgt=ground:spb=units:gs=on:lwlo=on:nicw=on:gsem=on:st=1.5:i=40:nm=21:ss=included:nwc=5.3:afp=4000:afq=1.38:ins=1:bs=unit_only:awrs=converge:awrsf=10:bce=on_0 on Vampire---4 for (2994ds/40Mi)
% 0.98/0.91  % (19954)ott+1011_1:3_drc=off:sil=4000:tgt=ground:fde=unused:plsq=on:sp=unary_first:fd=preordered:nwc=10.0:i=360:ins=1:rawr=on:bd=preordered_0 on Vampire---4 for (2994ds/360Mi)
% 0.98/0.93  % (19950)Instruction limit reached!
% 0.98/0.93  % (19950)------------------------------
% 0.98/0.93  % (19950)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.93  % (19950)Termination reason: Unknown
% 0.98/0.93  % (19950)Termination phase: Saturation
% 0.98/0.93  
% 0.98/0.93  % (19950)Memory used [KB]: 2083
% 0.98/0.93  % (19950)Time elapsed: 0.038 s
% 1.34/0.93  % (19950)Instructions burned: 111 (million)
% 1.34/0.93  % (19950)------------------------------
% 1.34/0.93  % (19950)------------------------------
% 1.34/0.93  % (19947)Instruction limit reached!
% 1.34/0.93  % (19947)------------------------------
% 1.34/0.93  % (19947)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.34/0.93  % (19947)Termination reason: Unknown
% 1.34/0.93  % (19947)Termination phase: Saturation
% 1.34/0.93  
% 1.34/0.93  % (19947)Memory used [KB]: 1734
% 1.34/0.93  % (19947)Time elapsed: 0.047 s
% 1.34/0.93  % (19947)Instructions burned: 102 (million)
% 1.34/0.93  % (19947)------------------------------
% 1.34/0.93  % (19947)------------------------------
% 1.34/0.93  % (19953)Instruction limit reached!
% 1.34/0.93  % (19953)------------------------------
% 1.34/0.93  % (19953)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.34/0.93  % (19953)Termination reason: Unknown
% 1.34/0.93  % (19953)Termination phase: Saturation
% 1.34/0.93  
% 1.34/0.93  % (19953)Memory used [KB]: 1606
% 1.34/0.93  % (19953)Time elapsed: 0.023 s
% 1.34/0.93  % (19953)Instructions burned: 40 (million)
% 1.34/0.93  % (19953)------------------------------
% 1.34/0.93  % (19953)------------------------------
% 1.34/0.93  % (19955)dis+10_1:4_to=lpo:sil=2000:sos=on:spb=goal:rp=on:sac=on:newcnf=on:i=161:ss=axioms:aac=none_0 on Vampire---4 for (2994ds/161Mi)
% 1.34/0.93  % (19949)Instruction limit reached!
% 1.34/0.93  % (19949)------------------------------
% 1.34/0.93  % (19949)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.34/0.93  % (19949)Termination reason: Unknown
% 1.34/0.93  % (19949)Termination phase: Saturation
% 1.34/0.93  
% 1.34/0.93  % (19949)Memory used [KB]: 1866
% 1.34/0.93  % (19949)Time elapsed: 0.048 s
% 1.34/0.93  % (19949)Instructions burned: 88 (million)
% 1.34/0.93  % (19949)------------------------------
% 1.34/0.93  % (19949)------------------------------
% 1.34/0.93  % (19956)lrs+1011_1:20_sil=4000:tgt=ground:i=80:sd=1:bd=off:nm=32:av=off:ss=axioms:lsd=60_0 on Vampire---4 for (2994ds/80Mi)
% 1.34/0.94  % (19957)lrs+11_1:2_slsqr=1,2:sil=2000:sp=const_frequency:kmz=on:newcnf=on:slsq=on:i=37:s2at=1.5:awrs=converge:nm=2:uhcvi=on:ss=axioms:sgt=20:afp=10000:fs=off:fsr=off:bd=off:s2agt=5:fd=off:add=off:erd=off:foolp=on:nwc=10.0:rp=on_0 on Vampire---4 for (2994ds/37Mi)
% 1.34/0.94  % (19955)Refutation not found, incomplete strategy% (19955)------------------------------
% 1.34/0.94  % (19955)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.34/0.94  % (19955)Termination reason: Refutation not found, incomplete strategy
% 1.34/0.94  
% 1.34/0.94  % (19955)Memory used [KB]: 1171
% 1.34/0.94  % (19955)Time elapsed: 0.006 s
% 1.34/0.94  % (19955)Instructions burned: 15 (million)
% 1.34/0.94  % (19958)lrs+1011_1:2_drc=encompass:sil=4000:fde=unused:sos=on:sac=on:newcnf=on:i=55:sd=10:bd=off:ins=1:uhcvi=on:ss=axioms:spb=non_intro:st=3.0:erd=off:s2a=on:nwc=3.0_0 on Vampire---4 for (2994ds/55Mi)
% 1.34/0.94  % (19955)------------------------------
% 1.34/0.94  % (19955)------------------------------
% 1.34/0.94  % (19952)Instruction limit reached!
% 1.34/0.94  % (19952)------------------------------
% 1.34/0.94  % (19952)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.34/0.94  % (19952)Termination reason: Unknown
% 1.34/0.94  % (19952)Termination phase: Saturation
% 1.34/0.94  
% 1.34/0.94  % (19952)Memory used [KB]: 1787
% 1.34/0.94  % (19952)Time elapsed: 0.037 s
% 1.34/0.94  % (19952)Instructions burned: 70 (million)
% 1.34/0.94  % (19952)------------------------------
% 1.34/0.94  % (19952)------------------------------
% 1.34/0.94  % (19959)dis-1011_1:32_to=lpo:drc=off:sil=2000:sp=reverse_arity:sos=on:foolp=on:lsd=20:nwc=1.49509792053687:s2agt=30:avsq=on:s2a=on:s2pl=no:i=47:s2at=5.0:avsqr=5593,1048576:nm=0:fsr=off:amm=sco:rawr=on:awrs=converge:awrsf=427:ss=included:sd=1:slsq=on:fd=off_0 on Vampire---4 for (2994ds/47Mi)
% 1.34/0.94  % (19937)Instruction limit reached!
% 1.34/0.94  % (19937)------------------------------
% 1.34/0.94  % (19937)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.34/0.94  % (19937)Termination reason: Unknown
% 1.34/0.94  % (19937)Termination phase: Saturation
% 1.34/0.94  
% 1.34/0.94  % (19937)Memory used [KB]: 2276
% 1.34/0.94  % (19937)Time elapsed: 0.141 s
% 1.34/0.94  % (19937)Instructions burned: 243 (million)
% 1.34/0.94  % (19937)------------------------------
% 1.34/0.94  % (19937)------------------------------
% 1.34/0.94  % (19960)lrs+10_1:1024_sil=2000:st=2.0:i=32:sd=2:ss=included:ep=R_0 on Vampire---4 for (2994ds/32Mi)
% 1.34/0.95  % (19961)dis+1011_1:1_sil=4000:s2agt=4:slsqc=3:slsq=on:i=132:bd=off:av=off:sup=off:ss=axioms:st=3.0_0 on Vampire---4 for (2994ds/132Mi)
% 1.34/0.95  % (19959)Instruction limit reached!
% 1.34/0.95  % (19959)------------------------------
% 1.34/0.95  % (19959)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.34/0.95  % (19959)Termination reason: Unknown
% 1.34/0.95  % (19959)Termination phase: Property scanning
% 1.34/0.95  
% 1.34/0.95  % (19959)Memory used [KB]: 1314
% 1.34/0.95  % (19959)Time elapsed: 0.012 s
% 1.34/0.95  % (19959)Instructions burned: 51 (million)
% 1.34/0.95  % (19959)------------------------------
% 1.34/0.95  % (19959)------------------------------
% 1.68/0.95  % (19962)dis-1011_1:1024_sil=2000:fde=unused:sos=on:nwc=10.0:i=54:uhcvi=on:ss=axioms:ep=RS:av=off:sp=occurrence:fsr=off:awrs=decay:awrsf=200_0 on Vampire---4 for (2994ds/54Mi)
% 1.68/0.95  % (19957)Instruction limit reached!
% 1.68/0.95  % (19957)------------------------------
% 1.68/0.95  % (19957)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.68/0.95  % (19957)Termination reason: Unknown
% 1.68/0.95  % (19957)Termination phase: Saturation
% 1.68/0.95  
% 1.68/0.95  % (19957)Memory used [KB]: 1359
% 1.68/0.95  % (19957)Time elapsed: 0.019 s
% 1.68/0.95  % (19957)Instructions burned: 38 (million)
% 1.68/0.95  % (19957)------------------------------
% 1.68/0.95  % (19957)------------------------------
% 1.68/0.96  % (19960)Instruction limit reached!
% 1.68/0.96  % (19960)------------------------------
% 1.68/0.96  % (19960)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.68/0.96  % (19960)Termination reason: Unknown
% 1.68/0.96  % (19960)Termination phase: Saturation
% 1.68/0.96  
% 1.68/0.96  % (19960)Memory used [KB]: 1470
% 1.68/0.96  % (19960)Time elapsed: 0.017 s
% 1.68/0.96  % (19960)Instructions burned: 33 (million)
% 1.68/0.96  % (19960)------------------------------
% 1.68/0.96  % (19960)------------------------------
% 1.68/0.96  % (19963)lrs+1011_1:2_to=lpo:drc=off:sil=2000:sp=const_min:urr=on:lcm=predicate:nwc=16.7073:updr=off:newcnf=on:i=82:av=off:rawr=on:ss=included:st=5.0:erd=off:flr=on_0 on Vampire---4 for (2994ds/82Mi)
% 1.68/0.96  % (19964)lrs+11_1:32_sil=2000:sp=occurrence:lsd=20:rp=on:i=119:sd=1:nm=0:av=off:ss=included:nwc=10.0:flr=on_0 on Vampire---4 for (2993ds/119Mi)
% 1.68/0.97  % (19958)Instruction limit reached!
% 1.68/0.97  % (19958)------------------------------
% 1.68/0.97  % (19958)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.68/0.97  % (19958)Termination reason: Unknown
% 1.68/0.97  % (19958)Termination phase: Saturation
% 1.68/0.97  
% 1.68/0.97  % (19958)Memory used [KB]: 1646
% 1.68/0.97  % (19958)Time elapsed: 0.030 s
% 1.68/0.97  % (19958)Instructions burned: 56 (million)
% 1.68/0.97  % (19958)------------------------------
% 1.68/0.97  % (19958)------------------------------
% 1.68/0.97  % (19962)Instruction limit reached!
% 1.68/0.97  % (19962)------------------------------
% 1.68/0.97  % (19962)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.68/0.97  % (19962)Termination reason: Unknown
% 1.68/0.97  % (19962)Termination phase: Saturation
% 1.68/0.97  
% 1.68/0.97  % (19962)Memory used [KB]: 1551
% 1.68/0.97  % (19962)Time elapsed: 0.016 s
% 1.68/0.97  % (19962)Instructions burned: 56 (million)
% 1.68/0.97  % (19962)------------------------------
% 1.68/0.97  % (19962)------------------------------
% 1.68/0.97  % (19956)Instruction limit reached!
% 1.68/0.97  % (19956)------------------------------
% 1.68/0.97  % (19956)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.68/0.97  % (19956)Termination reason: Unknown
% 1.68/0.97  % (19956)Termination phase: Saturation
% 1.68/0.97  
% 1.68/0.97  % (19956)Memory used [KB]: 1415
% 1.68/0.97  % (19956)Time elapsed: 0.038 s
% 1.68/0.97  % (19956)Instructions burned: 81 (million)
% 1.68/0.97  % (19956)------------------------------
% 1.68/0.97  % (19956)------------------------------
% 1.68/0.97  % (19965)ott+1002_2835555:1048576_to=lpo:sil=2000:sos=on:fs=off:nwc=10.3801:avsqc=3:updr=off:avsq=on:st=2:s2a=on:i=177:s2at=3:afp=10000:aac=none:avsqr=13357983,1048576:awrs=converge:awrsf=460:bd=off:nm=13:ins=2:fsr=off:amm=sco:afq=1.16719:ss=axioms:rawr=on:fd=off_0 on Vampire---4 for (2993ds/177Mi)
% 1.68/0.97  % (19966)lrs+1002_263:262144_sfv=off:to=lpo:drc=encompass:sil=2000:tgt=full:fde=none:bsd=on:sp=const_frequency:spb=units:fd=preordered:nwc=12.504039574721643:lwlo=on:i=117:awrs=converge:awrsf=1360:bsdmm=3:bd=off:nm=11:fsd=on:amm=off:uhcvi=on:afr=on:rawr=on:fsdmm=1:updr=off:sac=on:fdi=16_0 on Vampire---4 for (2993ds/117Mi)
% 1.68/0.98  % (19965)Refutation not found, incomplete strategy% (19965)------------------------------
% 1.68/0.98  % (19965)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.68/0.98  % (19967)dis+1011_1:128_sil=2000:plsq=on:sp=frequency:plsql=on:nicw=on:i=49:kws=precedence:bd=off:fsr=off:ss=axioms:sgt=64:sd=3_0 on Vampire---4 for (2993ds/49Mi)
% 1.68/0.98  % (19965)Termination reason: Refutation not found, incomplete strategy
% 1.68/0.98  
% 1.68/0.98  % (19965)Memory used [KB]: 1205
% 1.68/0.98  % (19965)Time elapsed: 0.007 s
% 1.68/0.98  % (19965)Instructions burned: 20 (million)
% 1.68/0.98  % (19965)------------------------------
% 1.68/0.98  % (19965)------------------------------
% 1.68/0.98  % (19968)lrs-1011_8:1_sil=2000:spb=goal:urr=on:sac=on:i=51:afp=10000:fsr=off:ss=axioms:avsq=on:avsqr=17819,524288:bd=off:bsd=on:fd=off:sims=off:rawr=on:alpa=true:bsr=on:aer=off_0 on Vampire---4 for (2993ds/51Mi)
% 1.68/1.00  % (19968)Instruction limit reached!
% 1.68/1.00  % (19968)------------------------------
% 1.68/1.00  % (19968)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.68/1.00  % (19968)Termination reason: Unknown
% 1.68/1.00  % (19968)Termination phase: Saturation
% 1.68/1.00  
% 1.68/1.00  % (19968)Memory used [KB]: 1849
% 1.68/1.00  % (19968)Time elapsed: 0.019 s
% 1.68/1.00  % (19968)Instructions burned: 52 (million)
% 1.68/1.00  % (19968)------------------------------
% 1.68/1.00  % (19968)------------------------------
% 1.68/1.00  % (19963)Instruction limit reached!
% 1.68/1.00  % (19963)------------------------------
% 1.68/1.00  % (19963)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.68/1.00  % (19963)Termination reason: Unknown
% 1.68/1.00  % (19963)Termination phase: Saturation
% 1.68/1.00  
% 1.68/1.00  % (19963)Memory used [KB]: 1973
% 1.68/1.00  % (19963)Time elapsed: 0.043 s
% 1.68/1.00  % (19963)Instructions burned: 82 (million)
% 1.68/1.00  % (19963)------------------------------
% 1.68/1.00  % (19963)------------------------------
% 1.68/1.00  % (19969)lrs+1011_1:1024_sil=8000:sp=unary_first:nwc=10.0:st=3.0:s2a=on:i=149:s2at=5.0:awrs=converge:awrsf=390:ep=R:av=off:ss=axioms:s2agt=32_0 on Vampire---4 for (2993ds/149Mi)
% 1.68/1.00  % (19967)Instruction limit reached!
% 1.68/1.00  % (19967)------------------------------
% 1.68/1.00  % (19967)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.68/1.00  % (19967)Termination reason: Unknown
% 1.68/1.00  % (19967)Termination phase: Saturation
% 1.68/1.00  
% 1.68/1.00  % (19967)Memory used [KB]: 1573
% 1.68/1.00  % (19967)Time elapsed: 0.027 s
% 1.68/1.00  % (19967)Instructions burned: 50 (million)
% 1.68/1.00  % (19967)------------------------------
% 1.68/1.00  % (19967)------------------------------
% 1.68/1.00  % (19970)lrs+11_10:1_to=lpo:drc=off:sil=4000:sp=const_min:fd=preordered:rp=on:st=3.0:s2a=on:i=56:s2at=2.0:ss=axioms:er=known:sup=off:sd=1_0 on Vampire---4 for (2993ds/56Mi)
% 1.68/1.01  % (19971)lrs+1011_4:1_bsr=on:sil=32000:sos=all:urr=on:br=off:s2a=on:i=289:s2at=2.0:bd=off:gsp=on:ss=axioms:sgt=8:sd=1:fsr=off_0 on Vampire---4 for (2993ds/289Mi)
% 1.68/1.01  % (19964)Instruction limit reached!
% 1.68/1.01  % (19964)------------------------------
% 1.68/1.01  % (19964)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.68/1.01  % (19964)Termination reason: Unknown
% 1.68/1.01  % (19964)Termination phase: Saturation
% 1.68/1.01  
% 1.68/1.01  % (19964)Memory used [KB]: 1378
% 1.68/1.01  % (19964)Time elapsed: 0.047 s
% 1.68/1.01  % (19964)Instructions burned: 120 (million)
% 1.68/1.01  % (19964)------------------------------
% 1.68/1.01  % (19964)------------------------------
% 1.68/1.01  % (19961)Instruction limit reached!
% 1.68/1.01  % (19961)------------------------------
% 1.68/1.01  % (19961)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.68/1.01  % (19961)Termination reason: Unknown
% 1.68/1.01  % (19961)Termination phase: Saturation
% 1.68/1.01  
% 1.68/1.01  % (19961)Memory used [KB]: 1753
% 1.68/1.01  % (19961)Time elapsed: 0.065 s
% 1.68/1.01  % (19961)Instructions burned: 133 (million)
% 1.68/1.01  % (19961)------------------------------
% 1.68/1.01  % (19961)------------------------------
% 1.68/1.01  % (19972)ott-1011_16:1_sil=2000:sp=const_max:urr=on:lsd=20:st=3.0:i=206:ss=axioms:gsp=on:rp=on:sos=on:fd=off:aac=none_0 on Vampire---4 for (2993ds/206Mi)
% 1.68/1.02  % (19973)ott+1004_1:2_bsr=unit_only:slsqr=1,8:to=lpo:sil=2000:plsqc=2:plsq=on:sp=reverse_frequency:acc=on:nwc=6.4:slsq=on:st=2.0:i=50:s2at=3.0:bd=off:ins=4:ss=axioms:sgt=10:plsql=on:rawr=on:aer=off:slsqc=2:afp=4000:afq=2.0:bce=on:gs=on:lma=on:br=off:gsaa=full_model:add=off_0 on Vampire---4 for (2993ds/50Mi)
% 2.02/1.03  % (19970)Instruction limit reached!
% 2.02/1.03  % (19970)------------------------------
% 2.02/1.03  % (19970)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.02/1.03  % (19970)Termination reason: Unknown
% 2.02/1.03  % (19970)Termination phase: Saturation
% 2.02/1.03  
% 2.02/1.03  % (19970)Memory used [KB]: 1697
% 2.02/1.03  % (19970)Time elapsed: 0.028 s
% 2.02/1.03  % (19970)Instructions burned: 56 (million)
% 2.02/1.03  % (19970)------------------------------
% 2.02/1.03  % (19970)------------------------------
% 2.02/1.03  % (19966)Instruction limit reached!
% 2.02/1.03  % (19966)------------------------------
% 2.02/1.03  % (19966)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.02/1.03  % (19966)Termination reason: Unknown
% 2.02/1.03  % (19966)Termination phase: Saturation
% 2.02/1.03  
% 2.02/1.03  % (19966)Memory used [KB]: 2041
% 2.02/1.03  % (19966)Time elapsed: 0.062 s
% 2.02/1.03  % (19966)Instructions burned: 117 (million)
% 2.02/1.03  % (19966)------------------------------
% 2.02/1.03  % (19966)------------------------------
% 2.02/1.04  % (19975)dis+1010_1:3_sil=2000:tgt=ground:sp=const_max:nwc=5.0:s2a=on:i=67:nm=16:av=off:bd=off_0 on Vampire---4 for (2993ds/67Mi)
% 2.02/1.04  % (19974)lrs+1011_1:1_to=lpo:drc=off:sil=2000:tgt=full:i=1483:fd=preordered_0 on Vampire---4 for (2993ds/1483Mi)
% 2.02/1.04  % (19973)Instruction limit reached!
% 2.02/1.04  % (19973)------------------------------
% 2.02/1.04  % (19973)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.02/1.04  % (19973)Termination reason: Unknown
% 2.02/1.04  % (19973)Termination phase: Saturation
% 2.02/1.04  
% 2.02/1.04  % (19973)Memory used [KB]: 1433
% 2.02/1.04  % (19973)Time elapsed: 0.026 s
% 2.02/1.04  % (19973)Instructions burned: 50 (million)
% 2.02/1.04  % (19973)------------------------------
% 2.02/1.04  % (19973)------------------------------
% 2.02/1.04  % (19976)lrs+1011_1:1_sil=64000:tgt=full:plsqc=1:plsq=on:plsqr=32,1:sp=occurrence:sos=on:lsd=20:st=5.0:i=67:sd=2:nm=4:av=off:fsr=off:ss=axioms:er=tagged:gs=on:sgt=8:nwc=3.0:bd=off_0 on Vampire---4 for (2993ds/67Mi)
% 2.02/1.05  % (19969)Instruction limit reached!
% 2.02/1.05  % (19969)------------------------------
% 2.02/1.05  % (19969)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.02/1.05  % (19969)Termination reason: Unknown
% 2.02/1.05  % (19969)Termination phase: Saturation
% 2.02/1.05  
% 2.02/1.05  % (19969)Memory used [KB]: 1741
% 2.02/1.05  % (19969)Time elapsed: 0.047 s
% 2.02/1.05  % (19969)Instructions burned: 150 (million)
% 2.02/1.05  % (19969)------------------------------
% 2.02/1.05  % (19969)------------------------------
% 2.02/1.05  % (19977)dis+1002_1:1024_sil=2000:sac=on:slsq=on:i=52:nm=16:sfv=off:slsqc=1:urr=ec_only:bd=off_0 on Vampire---4 for (2993ds/52Mi)
% 2.02/1.05  % (19976)Refutation not found, incomplete strategy% (19976)------------------------------
% 2.02/1.05  % (19976)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.02/1.05  % (19976)Termination reason: Refutation not found, incomplete strategy
% 2.02/1.05  
% 2.02/1.05  % (19976)Memory used [KB]: 1178
% 2.02/1.05  % (19976)Time elapsed: 0.008 s
% 2.02/1.05  % (19976)Instructions burned: 14 (million)
% 2.02/1.05  % (19976)------------------------------
% 2.02/1.05  % (19976)------------------------------
% 2.02/1.06  % (19978)lrs+1010_1:1_to=lpo:sil=2000:plsq=on:plsqr=32,1:sos=on:i=366:sd=2:ss=axioms_0 on Vampire---4 for (2993ds/366Mi)
% 2.02/1.06  % (19978)Refutation not found, incomplete strategy% (19978)------------------------------
% 2.02/1.06  % (19978)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.02/1.06  % (19978)Termination reason: Refutation not found, incomplete strategy
% 2.02/1.06  
% 2.02/1.06  % (19978)Memory used [KB]: 1170
% 2.02/1.06  % (19978)Time elapsed: 0.009 s
% 2.02/1.06  % (19978)Instructions burned: 15 (million)
% 2.02/1.07  % (19978)------------------------------
% 2.02/1.07  % (19978)------------------------------
% 2.02/1.07  % (19979)lrs+1011_4:1_to=lpo:drc=off:sil=8000:sp=frequency:abs=on:urr=on:lsd=10:nwc=5.0:s2agt=4:newcnf=on:st=5.0:s2a=on:i=863:ss=axioms:aac=none:br=off:bd=preordered_0 on Vampire---4 for (2993ds/863Mi)
% 2.02/1.07  % (19975)Instruction limit reached!
% 2.02/1.07  % (19975)------------------------------
% 2.02/1.07  % (19975)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.02/1.07  % (19975)Termination reason: Unknown
% 2.02/1.07  % (19975)Termination phase: Saturation
% 2.02/1.07  
% 2.02/1.07  % (19975)Memory used [KB]: 1618
% 2.02/1.07  % (19975)Time elapsed: 0.036 s
% 2.02/1.07  % (19975)Instructions burned: 68 (million)
% 2.02/1.07  % (19975)------------------------------
% 2.02/1.07  % (19975)------------------------------
% 2.02/1.07  % (19980)lrs+1011_1:1_sil=16000:fde=unused:plsqc=1:plsq=on:plsqr=32,1:sos=on:nwc=10.0:i=163:kws=frequency:nm=2:lsd=1:bd=off_0 on Vampire---4 for (2992ds/163Mi)
% 2.02/1.08  % (19977)Instruction limit reached!
% 2.02/1.08  % (19977)------------------------------
% 2.02/1.08  % (19977)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.02/1.08  % (19977)Termination reason: Unknown
% 2.02/1.08  % (19977)Termination phase: Saturation
% 2.02/1.08  
% 2.02/1.08  % (19977)Memory used [KB]: 1490
% 2.02/1.08  % (19977)Time elapsed: 0.043 s
% 2.02/1.08  % (19977)Instructions burned: 52 (million)
% 2.02/1.08  % (19977)------------------------------
% 2.02/1.08  % (19977)------------------------------
% 2.79/1.08  % (19981)lrs+33_1:1_sil=4000:sp=reverse_frequency:sos=all:i=77:sd=2:bd=off:nm=2:av=off:fsr=off:ss=axioms:sgt=10:rawr=on:sup=off:to=lpo:fs=off_0 on Vampire---4 for (2992ds/77Mi)
% 2.79/1.10  % (19981)Instruction limit reached!
% 2.79/1.10  % (19981)------------------------------
% 2.79/1.10  % (19981)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.79/1.10  % (19981)Termination reason: Unknown
% 2.79/1.10  % (19981)Termination phase: Saturation
% 2.79/1.10  
% 2.79/1.10  % (19981)Memory used [KB]: 1521
% 2.79/1.10  % (19981)Time elapsed: 0.043 s
% 2.79/1.10  % (19981)Instructions burned: 80 (million)
% 2.79/1.10  % (19981)------------------------------
% 2.79/1.10  % (19981)------------------------------
% 2.79/1.11  % (19954)Instruction limit reached!
% 2.79/1.11  % (19954)------------------------------
% 2.79/1.11  % (19954)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.79/1.11  % (19954)Termination reason: Unknown
% 2.79/1.11  % (19954)Termination phase: Saturation
% 2.79/1.11  
% 2.79/1.11  % (19954)Memory used [KB]: 3933
% 2.79/1.11  % (19954)Time elapsed: 0.196 s
% 2.79/1.11  % (19954)Instructions burned: 360 (million)
% 2.79/1.11  % (19954)------------------------------
% 2.79/1.11  % (19954)------------------------------
% 2.79/1.11  % (19982)lrs-1010_1:8_sil=2000:sos=on:i=1548:sd=1:ins=3:ss=included_0 on Vampire---4 for (2992ds/1548Mi)
% 2.79/1.11  % (19972)Instruction limit reached!
% 2.79/1.11  % (19972)------------------------------
% 2.79/1.11  % (19972)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.79/1.11  % (19972)Termination reason: Unknown
% 2.79/1.11  % (19972)Termination phase: Saturation
% 2.79/1.11  
% 2.79/1.11  % (19972)Memory used [KB]: 3914
% 2.79/1.11  % (19972)Time elapsed: 0.100 s
% 2.79/1.11  % (19972)Instructions burned: 207 (million)
% 2.79/1.11  % (19972)------------------------------
% 2.79/1.11  % (19972)------------------------------
% 2.79/1.11  % (19983)lrs+1010_974213:1048576_nwc=9.0:s2a=on:i=76:bd=off:lwlo=on:fd=off:sil=256000:s2agt=10:sims=off:nm=9:sp=const_min:rp=on:er=known:cond=fast:bce=on:abs=on:irw=on:amm=sco:afp=2000:updr=off:add=off:to=lpo:awrs=decay:awrsf=260:rawr=on:afq=2.0:uhcvi=on_0 on Vampire---4 for (2992ds/76Mi)
% 2.79/1.11  % (19982)Refutation not found, incomplete strategy% (19982)------------------------------
% 2.79/1.11  % (19982)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.79/1.11  % (19982)Termination reason: Refutation not found, incomplete strategy
% 2.79/1.11  
% 2.79/1.11  % (19982)Memory used [KB]: 1372
% 2.79/1.11  % (19982)Time elapsed: 0.008 s
% 2.79/1.11  % (19982)Instructions burned: 22 (million)
% 2.79/1.11  % (19982)------------------------------
% 2.79/1.11  % (19982)------------------------------
% 2.79/1.12  % (19985)lrs-1002_3:2_sil=2000:sos=on:fd=off:nwc=10.0:flr=on:i=117:nm=16:fsr=off:sup=off:ss=axioms:fs=off:bd=off:fde=none:erd=off_0 on Vampire---4 for (2992ds/117Mi)
% 2.79/1.12  % (19984)dis+1010_111129:1048576_sfv=off:drc=encompass:sil=2000:tgt=full:sp=reverse_arity:spb=goal:rnwc=on:fd=preordered:rp=on:nwc=6.5667:i=1376:kws=arity_squared:bd=off:nm=0:uhcvi=on:rawr=on:av=off:erd=off:cond=on:lcm=reverse_0 on Vampire---4 for (2992ds/1376Mi)
% 2.79/1.12  % (19985)Refutation not found, incomplete strategy% (19985)------------------------------
% 2.79/1.12  % (19985)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.79/1.12  % (19985)Termination reason: Refutation not found, incomplete strategy
% 2.79/1.12  
% 2.79/1.12  % (19985)Memory used [KB]: 1112
% 2.79/1.12  % (19985)Time elapsed: 0.003 s
% 2.79/1.12  % (19985)Instructions burned: 8 (million)
% 2.79/1.12  % (19985)------------------------------
% 2.79/1.12  % (19985)------------------------------
% 2.79/1.12  % (19986)ott+1011_47:51_anc=all_dependent:slsqr=853,231:sil=4000:sp=reverse_frequency:foolp=on:spb=non_intro:abs=on:s2agt=50:slsqc=1:slsq=on:st=4.0:i=59:s2at=1.5:sd=7:kws=inv_frequency:afp=2000:nm=14:ins=2:afq=1.2:uhcvi=on:afr=on:gsp=on:ss=axioms:sgt=100:rawr=on:tgt=ground:awrs=converge:awrsf=390:bs=unit_only:add=off:flr=on:plsq=on:plsqc=1:plsqr=6705511,1048576:bd=preordered:newcnf=on:nwc=5.0_0 on Vampire---4 for (2992ds/59Mi)
% 2.79/1.13  % (19971)Instruction limit reached!
% 2.79/1.13  % (19971)------------------------------
% 2.79/1.13  % (19971)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.79/1.13  % (19971)Termination reason: Unknown
% 2.79/1.13  % (19971)Termination phase: Saturation
% 2.79/1.13  
% 2.79/1.13  % (19971)Memory used [KB]: 3282
% 2.79/1.13  % (19971)Time elapsed: 0.125 s
% 2.79/1.13  % (19971)Instructions burned: 289 (million)
% 2.79/1.13  % (19971)------------------------------
% 2.79/1.13  % (19971)------------------------------
% 2.79/1.14  % (19987)lrs+1002_1:1_sfv=off:drc=encompass:sil=2000:fde=unused:sp=frequency:nwc=10.0:flr=on:st=1.5:i=151:bd=off:nm=0:ins=4:fsr=off:fsd=on:ss=axioms:s2a=on:s2agt=32:to=lpo:aac=none:sims=off_0 on Vampire---4 for (2992ds/151Mi)
% 2.79/1.14  % (19986)Instruction limit reached!
% 2.79/1.14  % (19986)------------------------------
% 2.79/1.14  % (19986)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.79/1.14  % (19986)Termination reason: Unknown
% 2.79/1.14  % (19986)Termination phase: Saturation
% 2.79/1.14  
% 2.79/1.14  % (19986)Memory used [KB]: 1801
% 2.79/1.14  % (19986)Time elapsed: 0.021 s
% 2.79/1.14  % (19986)Instructions burned: 61 (million)
% 2.79/1.14  % (19986)------------------------------
% 2.79/1.14  % (19986)------------------------------
% 2.79/1.14  % (19988)lrs+11_1:1_sos=on:urr=on:s2a=on:i=260:sd=1:aac=none:ss=axioms:gsp=on:sil=128000:nm=3:bce=on:fd=preordered:alpa=true:etr=on:bd=off:lcm=predicate_0 on Vampire---4 for (2992ds/260Mi)
% 2.79/1.15  % (19983)Instruction limit reached!
% 2.79/1.15  % (19983)------------------------------
% 2.79/1.15  % (19983)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.79/1.15  % (19983)Termination reason: Unknown
% 2.79/1.15  % (19983)Termination phase: Saturation
% 2.79/1.15  
% 2.79/1.15  % (19983)Memory used [KB]: 1558
% 2.79/1.15  % (19983)Time elapsed: 0.037 s
% 2.79/1.15  % (19983)Instructions burned: 76 (million)
% 2.79/1.15  % (19983)------------------------------
% 2.79/1.15  % (19983)------------------------------
% 2.79/1.15  % (19989)dis+1010_1:1_drc=off:sil=32000:rp=on:cond=fast:i=1797:av=off:newcnf=on:bd=off:sfv=off:plsq=on:plsqr=1,32:erd=off_0 on Vampire---4 for (2992ds/1797Mi)
% 2.79/1.16  % (19980)Instruction limit reached!
% 2.79/1.16  % (19980)------------------------------
% 2.79/1.16  % (19980)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.79/1.16  % (19980)Termination reason: Unknown
% 2.79/1.16  % (19980)Termination phase: Saturation
% 2.79/1.16  
% 2.79/1.16  % (19980)Memory used [KB]: 2165
% 2.79/1.16  % (19980)Time elapsed: 0.106 s
% 2.79/1.16  % (19980)Instructions burned: 163 (million)
% 2.79/1.16  % (19980)------------------------------
% 2.79/1.16  % (19980)------------------------------
% 3.31/1.16  % (19990)lrs-1010_1:8_sil=2000:spb=intro:acc=on:rp=on:i=200:sd=1:bd=off:uhcvi=on:ss=axioms:sgt=32:rawr=on:erd=off:alpa=true:anc=none:afp=2000_0 on Vampire---4 for (2991ds/200Mi)
% 3.38/1.20  % (19987)Instruction limit reached!
% 3.38/1.20  % (19987)------------------------------
% 3.38/1.20  % (19987)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.38/1.20  % (19987)Termination reason: Unknown
% 3.38/1.20  % (19987)Termination phase: Saturation
% 3.38/1.20  
% 3.38/1.20  % (19987)Memory used [KB]: 1453
% 3.38/1.20  % (19987)Time elapsed: 0.061 s
% 3.38/1.20  % (19987)Instructions burned: 151 (million)
% 3.38/1.20  % (19987)------------------------------
% 3.38/1.20  % (19987)------------------------------
% 3.38/1.20  % (19991)lrs+1002_1:8_sil=4000:sos=on:nicw=on:st=2.5:i=356:ss=included:sd=7:ep=RS:erd=off_0 on Vampire---4 for (2991ds/356Mi)
% 3.38/1.21  % (19991)Refutation not found, incomplete strategy% (19991)------------------------------
% 3.38/1.21  % (19991)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.38/1.21  % (19991)Termination reason: Refutation not found, incomplete strategy
% 3.38/1.21  
% 3.38/1.21  % (19991)Memory used [KB]: 1217
% 3.38/1.21  % (19991)Time elapsed: 0.008 s
% 3.38/1.21  % (19991)Instructions burned: 13 (million)
% 3.38/1.21  % (19991)------------------------------
% 3.38/1.21  % (19991)------------------------------
% 3.38/1.21  % (19988)Instruction limit reached!
% 3.38/1.21  % (19988)------------------------------
% 3.38/1.21  % (19988)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.38/1.21  % (19988)Termination reason: Unknown
% 3.38/1.21  % (19988)Termination phase: Saturation
% 3.38/1.21  
% 3.38/1.21  % (19988)Memory used [KB]: 2753
% 3.38/1.21  % (19988)Time elapsed: 0.068 s
% 3.38/1.21  % (19988)Instructions burned: 260 (million)
% 3.38/1.21  % (19988)------------------------------
% 3.38/1.21  % (19988)------------------------------
% 3.38/1.21  % (19992)lrs+1011_1:4_bsr=unit_only:to=lpo:sil=2000:plsqc=4:plsq=on:sp=occurrence:plsql=on:alpa=false:i=75:afp=10:afq=2.0:ss=axioms:rawr=on:fd=off_0 on Vampire---4 for (2991ds/75Mi)
% 3.38/1.22  % (19993)dis+1011_13623:1048576_drc=off:sil=2000:fde=unused:bsd=on:sp=const_min:br=off:fd=preordered:gs=on:nwc=17.1261:gsem=off:i=578:kws=inv_frequency:nm=4:rawr=on:bd=off:fsr=off:bsdmm=1:av=off_0 on Vampire---4 for (2991ds/578Mi)
% 3.61/1.25  % (19992)Instruction limit reached!
% 3.61/1.25  % (19992)------------------------------
% 3.61/1.25  % (19992)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.61/1.25  % (19992)Termination reason: Unknown
% 3.61/1.25  % (19992)Termination phase: Saturation
% 3.61/1.25  
% 3.61/1.25  % (19992)Memory used [KB]: 1452
% 3.61/1.25  % (19992)Time elapsed: 0.030 s
% 3.61/1.25  % (19992)Instructions burned: 76 (million)
% 3.61/1.25  % (19992)------------------------------
% 3.61/1.25  % (19992)------------------------------
% 3.61/1.25  % (19990)Instruction limit reached!
% 3.61/1.25  % (19990)------------------------------
% 3.61/1.25  % (19990)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.61/1.25  % (19990)Termination reason: Unknown
% 3.61/1.25  % (19990)Termination phase: Saturation
% 3.61/1.25  
% 3.61/1.25  % (19990)Memory used [KB]: 1599
% 3.61/1.25  % (19990)Time elapsed: 0.090 s
% 3.61/1.25  % (19990)Instructions burned: 200 (million)
% 3.61/1.25  % (19990)------------------------------
% 3.61/1.25  % (19990)------------------------------
% 3.61/1.25  % (19994)ott-1011_3:2_to=lpo:drc=off:sil=2000:sims=off:sos=on:lma=on:spb=goal_then_units:lcm=predicate:fd=preordered:rp=on:newcnf=on:avsq=on:i=251:ins=1:fsr=off:avsqc=4:aac=none:plsq=on:plsqc=1:plsqr=32,1:fs=off_0 on Vampire---4 for (2991ds/251Mi)
% 3.61/1.25  % (19995)dis+1010_1:1_sil=2000:tgt=full:rp=on:gs=on:nwc=5.0:i=93:abs=on:sos=on_0 on Vampire---4 for (2991ds/93Mi)
% 3.61/1.26  % (19995)Refutation not found, incomplete strategy% (19995)------------------------------
% 3.61/1.26  % (19995)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.61/1.26  % (19995)Termination reason: Refutation not found, incomplete strategy
% 3.61/1.26  
% 3.61/1.26  % (19995)Memory used [KB]: 1308
% 3.61/1.26  % (19995)Time elapsed: 0.010 s
% 3.61/1.26  % (19995)Instructions burned: 16 (million)
% 3.61/1.26  % (19995)------------------------------
% 3.61/1.26  % (19995)------------------------------
% 3.61/1.27  % (19996)lrs+1010_1:8_sil=4000:sos=on:urr=on:rnwc=on:nwc=10.0:i=37:sup=off:kws=frequency_0 on Vampire---4 for (2990ds/37Mi)
% 3.61/1.29  % (19996)Instruction limit reached!
% 3.61/1.29  % (19996)------------------------------
% 3.61/1.29  % (19996)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.61/1.29  % (19996)Termination reason: Unknown
% 3.61/1.29  % (19996)Termination phase: Saturation
% 3.61/1.29  
% 3.61/1.29  % (19996)Memory used [KB]: 1523
% 3.61/1.29  % (19996)Time elapsed: 0.019 s
% 3.61/1.29  % (19996)Instructions burned: 37 (million)
% 3.61/1.29  % (19996)------------------------------
% 3.61/1.29  % (19996)------------------------------
% 3.89/1.30  % (19997)lrs+1010_1:1_sil=2000:sos=all:kmz=on:cond=fast:i=132:kws=inv_frequency:av=off:gsp=on:rawr=on:s2a=on:s2at=2.0_0 on Vampire---4 for (2990ds/132Mi)
% 4.01/1.36  % (19997)Instruction limit reached!
% 4.01/1.36  % (19997)------------------------------
% 4.01/1.36  % (19997)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 4.01/1.36  % (19997)Termination reason: Unknown
% 4.01/1.36  % (19997)Termination phase: Saturation
% 4.01/1.36  
% 4.01/1.36  % (19997)Memory used [KB]: 2132
% 4.01/1.36  % (19997)Time elapsed: 0.086 s
% 4.01/1.36  % (19997)Instructions burned: 132 (million)
% 4.01/1.36  % (19997)------------------------------
% 4.01/1.36  % (19997)------------------------------
% 4.01/1.37  % (19994)Instruction limit reached!
% 4.01/1.37  % (19994)------------------------------
% 4.01/1.37  % (19994)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 4.01/1.37  % (19994)Termination reason: Unknown
% 4.01/1.37  % (19994)Termination phase: Saturation
% 4.01/1.37  
% 4.01/1.37  % (19994)Memory used [KB]: 3332
% 4.01/1.37  % (19994)Time elapsed: 0.120 s
% 4.01/1.37  % (19994)Instructions burned: 252 (million)
% 4.01/1.37  % (19994)------------------------------
% 4.01/1.37  % (19994)------------------------------
% 4.01/1.37  % (19998)dis+1011_1:1024_drc=off:sil=2000:urr=ec_only:br=off:sac=on:i=209:fsr=off_0 on Vampire---4 for (2989ds/209Mi)
% 4.01/1.37  % (19999)lrs+11_7:12_sil=2000:sp=occurrence:sos=on:erd=off:lcm=reverse:gs=on:st=5.0:i=100:awrs=converge:bd=off:ss=axioms:fs=off:fsr=off:rawr=on_0 on Vampire---4 for (2989ds/100Mi)
% 4.01/1.40  % (19993)Instruction limit reached!
% 4.01/1.40  % (19993)------------------------------
% 4.01/1.40  % (19993)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 4.01/1.40  % (19993)Termination reason: Unknown
% 4.01/1.40  % (19993)Termination phase: Saturation
% 4.01/1.40  
% 4.01/1.40  % (19993)Memory used [KB]: 9479
% 4.01/1.40  % (19993)Time elapsed: 0.180 s
% 4.01/1.40  % (19993)Instructions burned: 580 (million)
% 4.01/1.40  % (19993)------------------------------
% 4.01/1.40  % (19993)------------------------------
% 4.01/1.41  % (20000)dis+10_1:1_sil=2000:nwc=5.0:s2agt=32:s2a=on:i=54:nm=4:alpa=true_0 on Vampire---4 for (2989ds/54Mi)
% 4.01/1.42  % (19999)Instruction limit reached!
% 4.01/1.42  % (19999)------------------------------
% 4.01/1.42  % (19999)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 4.01/1.42  % (19999)Termination reason: Unknown
% 4.01/1.42  % (19999)Termination phase: Saturation
% 4.01/1.42  
% 4.01/1.42  % (19999)Memory used [KB]: 1915
% 4.01/1.42  % (19999)Time elapsed: 0.046 s
% 4.01/1.42  % (19999)Instructions burned: 100 (million)
% 4.01/1.42  % (19999)------------------------------
% 4.01/1.42  % (19999)------------------------------
% 4.01/1.42  % (20000)Instruction limit reached!
% 4.01/1.42  % (20000)------------------------------
% 4.01/1.42  % (20000)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 4.01/1.42  % (20000)Termination reason: Unknown
% 4.01/1.42  % (20000)Termination phase: Saturation
% 4.01/1.42  
% 4.01/1.42  % (20000)Memory used [KB]: 1666
% 4.01/1.42  % (20000)Time elapsed: 0.018 s
% 4.01/1.42  % (20000)Instructions burned: 54 (million)
% 4.01/1.42  % (20000)------------------------------
% 4.01/1.42  % (20000)------------------------------
% 4.01/1.42  % (20001)lrs-1011_1:1_to=lpo:drc=off:sil=2000:sp=const_min:sos=on:lsd=10:sac=on:i=62:br=off:newcnf=on_0 on Vampire---4 for (2989ds/62Mi)
% 4.01/1.43  % (20002)lrs+10_8:1_to=lpo:drc=encompass:sil=4000:sos=on:urr=on:newcnf=on:i=2265:sd=2:nm=2:ss=axioms:sgt=32:sup=off:bd=off_0 on Vampire---4 for (2989ds/2265Mi)
% 4.01/1.43  % (20001)Refutation not found, incomplete strategy% (20001)------------------------------
% 4.01/1.43  % (20001)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 4.01/1.43  % (20001)Termination reason: Refutation not found, incomplete strategy
% 4.01/1.43  
% 4.01/1.43  % (20001)Memory used [KB]: 1260
% 4.01/1.43  % (20001)Time elapsed: 0.011 s
% 4.01/1.43  % (20001)Instructions burned: 19 (million)
% 4.01/1.43  % (20001)------------------------------
% 4.01/1.43  % (20001)------------------------------
% 4.01/1.45  % (20003)lrs+1011_1:128_sil=2000:lsd=10:newcnf=on:i=91:bd=off:fsd=on:ss=axioms:plsq=on:plsqr=9200103,131072:sd=1:lma=on_0 on Vampire---4 for (2989ds/91Mi)
% 4.01/1.45  % (19979)Instruction limit reached!
% 4.01/1.45  % (19979)------------------------------
% 4.01/1.45  % (19979)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 4.01/1.45  % (19979)Termination reason: Unknown
% 4.01/1.45  % (19979)Termination phase: Saturation
% 4.01/1.45  
% 4.01/1.45  % (19979)Memory used [KB]: 7472
% 4.01/1.45  % (19979)Time elapsed: 0.387 s
% 4.01/1.45  % (19979)Instructions burned: 864 (million)
% 4.01/1.45  % (19979)------------------------------
% 4.01/1.45  % (19979)------------------------------
% 5.03/1.46  % (20004)ott+1011_7:2_anc=all:to=lpo:sil=2000:tgt=full:plsq=on:sos=on:spb=intro:fd=preordered:rp=on:i=83:uhcvi=on:rawr=on:fs=off:fsr=off:lsd=1:erd=off:aac=none:plsqc=2:newcnf=on:abs=on:bd=off_0 on Vampire---4 for (2989ds/83Mi)
% 5.03/1.47  % (19998)Instruction limit reached!
% 5.03/1.47  % (19998)------------------------------
% 5.03/1.47  % (19998)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 5.03/1.47  % (19998)Termination reason: Unknown
% 5.03/1.47  % (19998)Termination phase: Saturation
% 5.03/1.47  
% 5.03/1.47  % (19998)Memory used [KB]: 2980
% 5.03/1.47  % (19998)Time elapsed: 0.102 s
% 5.03/1.47  % (19998)Instructions burned: 210 (million)
% 5.03/1.47  % (19998)------------------------------
% 5.03/1.47  % (19998)------------------------------
% 5.03/1.48  % (20003)Instruction limit reached!
% 5.03/1.48  % (20003)------------------------------
% 5.03/1.48  % (20003)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 5.03/1.48  % (20003)Termination reason: Unknown
% 5.03/1.48  % (20003)Termination phase: Saturation
% 5.03/1.48  
% 5.03/1.48  % (20003)Memory used [KB]: 1308
% 5.03/1.48  % (20003)Time elapsed: 0.059 s
% 5.03/1.48  % (20003)Instructions burned: 93 (million)
% 5.03/1.48  % (20003)------------------------------
% 5.03/1.48  % (20003)------------------------------
% 5.03/1.49  % (20006)dis-1003_1:1_drc=off:sil=2000:sos=all:i=84:av=off:irw=on:plsq=on:plsqc=1:plsqr=32,1:sfv=off_0 on Vampire---4 for (2988ds/84Mi)
% 5.03/1.49  % (20005)dis+1010_1:1_to=lpo:sil=2000:plsq=on:plsqr=32,1:sos=on:spb=goal:rp=on:i=123:bd=off:ins=4:ss=axioms:sgt=32:acc=on:fde=none_0 on Vampire---4 for (2988ds/123Mi)
% 5.24/1.50  % (20005)Refutation not found, incomplete strategy% (20005)------------------------------
% 5.24/1.50  % (20005)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 5.24/1.50  % (20005)Termination reason: Refutation not found, incomplete strategy
% 5.24/1.50  
% 5.24/1.50  % (20005)Memory used [KB]: 1309
% 5.24/1.50  % (20005)Time elapsed: 0.034 s
% 5.24/1.50  % (20005)Instructions burned: 26 (million)
% 5.24/1.50  % (20004)Instruction limit reached!
% 5.24/1.50  % (20004)------------------------------
% 5.24/1.50  % (20004)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 5.24/1.50  % (20004)Termination reason: Unknown
% 5.24/1.50  % (20004)Termination phase: Saturation
% 5.24/1.50  
% 5.24/1.50  % (20004)Memory used [KB]: 2199
% 5.24/1.50  % (20004)Time elapsed: 0.043 s
% 5.24/1.50  % (20004)Instructions burned: 84 (million)
% 5.24/1.50  % (20004)------------------------------
% 5.24/1.50  % (20004)------------------------------
% 5.24/1.50  % (20005)------------------------------
% 5.24/1.50  % (20005)------------------------------
% 5.24/1.50  % (20008)dis+1002_1:1_sil=2000:tgt=full:spb=goal:avsq=on:i=259:avsqr=19,107:er=known:rawr=on:nwc=3.7:cond=fast:abs=on_0 on Vampire---4 for (2988ds/259Mi)
% 5.24/1.51  % (20007)lrs+2_1:1_sil=2000:urr=on:flr=on:s2a=on:i=85:s2at=5.0:sd=1:ss=axioms:sgt=8:gsp=on:br=off_0 on Vampire---4 for (2988ds/85Mi)
% 5.24/1.52  % (20006)Instruction limit reached!
% 5.24/1.52  % (20006)------------------------------
% 5.24/1.52  % (20006)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 5.24/1.52  % (20006)Termination reason: Unknown
% 5.24/1.52  % (20006)Termination phase: Saturation
% 5.24/1.52  
% 5.24/1.52  % (20006)Memory used [KB]: 1616
% 5.24/1.52  % (20006)Time elapsed: 0.038 s
% 5.24/1.52  % (20006)Instructions burned: 84 (million)
% 5.24/1.52  % (20006)------------------------------
% 5.24/1.52  % (20006)------------------------------
% 5.24/1.53  % (20009)lrs+1010_1:1_to=lpo:sil=32000:plsq=on:plsqr=32,1:sp=frequency:sos=on:erd=off:newcnf=on:i=106:bd=off:rawr=on:sup=off_0 on Vampire---4 for (2988ds/106Mi)
% 5.42/1.53  % (20009)Refutation not found, incomplete strategy% (20009)------------------------------
% 5.42/1.53  % (20009)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 5.42/1.53  % (20009)Termination reason: Refutation not found, incomplete strategy
% 5.42/1.53  
% 5.42/1.53  % (20009)Memory used [KB]: 1183
% 5.42/1.53  % (20009)Time elapsed: 0.007 s
% 5.42/1.53  % (20009)Instructions burned: 11 (million)
% 5.42/1.53  % (20009)------------------------------
% 5.42/1.53  % (20009)------------------------------
% 5.45/1.55  % (20007)Instruction limit reached!
% 5.45/1.55  % (20007)------------------------------
% 5.45/1.55  % (20007)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 5.45/1.55  % (20007)Termination reason: Unknown
% 5.45/1.55  % (20007)Termination phase: Saturation
% 5.45/1.55  
% 5.45/1.55  % (20007)Memory used [KB]: 2029
% 5.45/1.55  % (20007)Time elapsed: 0.043 s
% 5.45/1.55  % (20007)Instructions burned: 85 (million)
% 5.45/1.55  % (20007)------------------------------
% 5.45/1.55  % (20007)------------------------------
% 5.45/1.55  % (20010)lrs+1010_1:28_sil=2000:s2agt=16:st=3.0:s2a=on:i=278:sd=3:ss=axioms:av=off:slsq=on_0 on Vampire---4 for (2988ds/278Mi)
% 5.45/1.55  % (20011)lrs+1011_1:10_to=lpo:sil=2000:nwc=5.0:st=5.0:i=151:nm=2:av=off:ss=included:bd=preordered:uhcvi=on:irw=on_0 on Vampire---4 for (2988ds/151Mi)
% 6.89/1.63  % (20008)Instruction limit reached!
% 6.89/1.63  % (20008)------------------------------
% 6.89/1.63  % (20008)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 6.89/1.63  % (20008)Termination reason: Unknown
% 6.89/1.63  % (20008)Termination phase: Saturation
% 6.89/1.63  
% 6.89/1.63  % (20008)Memory used [KB]: 2697
% 6.89/1.63  % (20008)Time elapsed: 0.126 s
% 6.89/1.63  % (20008)Instructions burned: 261 (million)
% 6.89/1.63  % (20008)------------------------------
% 6.89/1.63  % (20008)------------------------------
% 6.89/1.63  % (20011)Instruction limit reached!
% 6.89/1.63  % (20011)------------------------------
% 6.89/1.63  % (20011)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 6.89/1.63  % (20011)Termination reason: Unknown
% 6.89/1.63  % (20011)Termination phase: Saturation
% 6.89/1.63  
% 6.89/1.63  % (20011)Memory used [KB]: 2302
% 6.89/1.63  % (20011)Time elapsed: 0.081 s
% 6.89/1.63  % (20011)Instructions burned: 151 (million)
% 6.89/1.63  % (20011)------------------------------
% 6.89/1.63  % (20011)------------------------------
% 6.89/1.63  % (20013)dis+1011_1:1_sil=2000:sos=on:lsd=100:rp=on:nwc=10.0:s2agt=16:newcnf=on:i=464:bd=off:fsr=off:rawr=on:avsq=on:avsql=on:avsqr=117,449:s2a=on:bs=on_0 on Vampire---4 for (2987ds/464Mi)
% 6.89/1.63  % (20012)lrs+2_1:28_bsr=unit_only:slsqr=1,2:to=lpo:sil=4000:fde=none:sp=unary_first:spb=goal_then_units:slsqc=1:slsq=on:i=97:s2at=2.0:slsql=off:bd=off:nm=3:av=off:fsd=on:s2agt=32_0 on Vampire---4 for (2987ds/97Mi)
% 6.89/1.64  % (20013)Refutation not found, incomplete strategy% (20013)------------------------------
% 6.89/1.64  % (20013)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 6.89/1.64  % (20013)Termination reason: Refutation not found, incomplete strategy
% 6.89/1.64  
% 6.89/1.64  % (20013)Memory used [KB]: 1366
% 6.89/1.64  % (20013)Time elapsed: 0.012 s
% 6.89/1.64  % (20013)Instructions burned: 20 (million)
% 6.89/1.64  % (20013)------------------------------
% 6.89/1.64  % (20013)------------------------------
% 6.89/1.65  % (20010)Instruction limit reached!
% 6.89/1.65  % (20010)------------------------------
% 6.89/1.65  % (20010)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 6.89/1.65  % (20010)Termination reason: Unknown
% 6.89/1.65  % (20010)Termination phase: Saturation
% 6.89/1.65  
% 6.89/1.65  % (20010)Memory used [KB]: 1886
% 6.89/1.65  % (20010)Time elapsed: 0.123 s
% 6.89/1.65  % (20010)Instructions burned: 278 (million)
% 6.89/1.65  % (20010)------------------------------
% 6.89/1.65  % (20010)------------------------------
% 6.89/1.65  % (20014)dis+666_17:28_sil=4000:sp=const_frequency:lcm=reverse:nwc=15.189:avsqc=3:avsq=on:s2a=on:i=79:s2at=2.5:bs=on:ins=2:fsd=on:rawr=on:to=lpo:s2agt=8:sac=on:bd=off_0 on Vampire---4 for (2987ds/79Mi)
% 6.89/1.65  % (20015)dis-1011_1:4_sil=2000:tgt=ground:s2a=on:i=1993:ep=RS:fsr=off:s2at=2.0:av=off:ss=axioms:st=1.5_0 on Vampire---4 for (2987ds/1993Mi)
% 6.89/1.67  % (19943)Instruction limit reached!
% 6.89/1.67  % (19943)------------------------------
% 6.89/1.67  % (19943)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 6.89/1.67  % (19943)Termination reason: Unknown
% 6.89/1.67  % (19943)Termination phase: Saturation
% 6.89/1.67  
% 6.89/1.67  % (19943)Memory used [KB]: 5115
% 6.89/1.67  % (19943)Time elapsed: 0.830 s
% 6.89/1.67  % (19943)Instructions burned: 1919 (million)
% 6.89/1.67  % (19943)------------------------------
% 6.89/1.67  % (19943)------------------------------
% 6.89/1.67  % (20016)lrs+1011_1:1_sil=64000:i=101:sd=2:ep=R:ss=axioms_0 on Vampire---4 for (2986ds/101Mi)
% 7.36/1.68  % (20016)Refutation not found, incomplete strategy% (20016)------------------------------
% 7.36/1.68  % (20016)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 7.36/1.68  % (20016)Termination reason: Refutation not found, incomplete strategy
% 7.36/1.68  
% 7.36/1.68  % (20016)Memory used [KB]: 1167
% 7.36/1.68  % (20016)Time elapsed: 0.007 s
% 7.36/1.68  % (20016)Instructions burned: 12 (million)
% 7.36/1.68  % (20016)------------------------------
% 7.36/1.68  % (20016)------------------------------
% 7.36/1.68  % (20012)Instruction limit reached!
% 7.36/1.68  % (20012)------------------------------
% 7.36/1.68  % (20012)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 7.36/1.68  % (20012)Termination reason: Unknown
% 7.36/1.68  % (20012)Termination phase: Saturation
% 7.36/1.68  
% 7.36/1.68  % (20012)Memory used [KB]: 1906
% 7.36/1.68  % (20012)Time elapsed: 0.074 s
% 7.36/1.68  % (20012)Instructions burned: 97 (million)
% 7.36/1.68  % (20012)------------------------------
% 7.36/1.68  % (20012)------------------------------
% 7.36/1.69  % (20014)Instruction limit reached!
% 7.36/1.69  % (20014)------------------------------
% 7.36/1.69  % (20014)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 7.36/1.69  % (20014)Termination reason: Unknown
% 7.36/1.69  % (20014)Termination phase: Saturation
% 7.36/1.69  
% 7.36/1.69  % (20014)Memory used [KB]: 1661
% 7.36/1.69  % (20014)Time elapsed: 0.061 s
% 7.36/1.69  % (20014)Instructions burned: 80 (million)
% 7.36/1.69  % (20014)------------------------------
% 7.36/1.69  % (20014)------------------------------
% 7.36/1.69  % (20017)dis-1010_1:1_bsr=unit_only:to=lpo:sil=256000:fde=none:plsq=on:plsqr=205,29:sp=occurrence:sos=on:abs=on:newcnf=on:st=6.0:i=4978:sd=2:bd=off:amm=off:ss=axioms:rawr=on_0 on Vampire---4 for (2986ds/4978Mi)
% 7.36/1.69  % (20019)ott+2_27871:262144_drc=encompass:sil=2000:plsqc=1:plsq=on:ile=on:plsqr=9426019,262144:sp=const_frequency:foolp=on:bce=on:rnwc=on:gs=on:nwc=12.5427:i=178:gsaa=from_current:erml=3:bd=off:nm=10:uhcvi=on:gsp=on:er=known:rawr=on:fd=preordered:alpa=true_0 on Vampire---4 for (2986ds/178Mi)
% 7.36/1.69  % (20018)lrs+1002_14319:131072_to=lpo:drc=encompass:sil=2000:tgt=ground:fde=none:sp=const_max:sos=on:spb=units:lcm=predicate:nwc=7.734471748972603:flr=on:newcnf=on:i=169:add=large:awrs=decay:awrsf=1079:bd=off:nm=2:ins=1:fsr=off:uhcvi=on:rawr=on:anc=all_dependent:aac=none:fs=off_0 on Vampire---4 for (2986ds/169Mi)
% 7.36/1.69  % (20017)Refutation not found, incomplete strategy% (20017)------------------------------
% 7.36/1.69  % (20017)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 7.36/1.70  % (20017)Termination reason: Refutation not found, incomplete strategy
% 7.36/1.70  
% 7.36/1.70  % (20017)Memory used [KB]: 1185
% 7.36/1.70  % (20017)Time elapsed: 0.010 s
% 7.36/1.70  % (20017)Instructions burned: 18 (million)
% 7.36/1.70  % (20017)------------------------------
% 7.36/1.70  % (20017)------------------------------
% 7.36/1.70  % (20020)dis+21_1:1_to=lpo:drc=off:sil=2000:etr=on:sp=const_frequency:sos=all:fs=off:spb=goal_then_units:s2a=on:i=111:s2at=3.0:fsr=off_0 on Vampire---4 for (2986ds/111Mi)
% 7.36/1.71  % (20018)Refutation not found, incomplete strategy% (20018)------------------------------
% 7.36/1.71  % (20018)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 7.36/1.71  % (20018)Termination reason: Refutation not found, incomplete strategy
% 7.36/1.71  
% 7.36/1.71  % (20018)Memory used [KB]: 1452
% 7.36/1.71  % (20018)Time elapsed: 0.040 s
% 7.36/1.71  % (20018)Instructions burned: 30 (million)
% 7.36/1.71  % (20018)------------------------------
% 7.36/1.71  % (20018)------------------------------
% 7.36/1.71  % (19984)Instruction limit reached!
% 7.36/1.71  % (19984)------------------------------
% 7.36/1.71  % (19984)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 7.36/1.71  % (19984)Termination reason: Unknown
% 7.36/1.71  % (19984)Termination phase: Saturation
% 7.36/1.71  
% 7.36/1.71  % (19984)Memory used [KB]: 5072
% 7.36/1.71  % (19984)Time elapsed: 0.600 s
% 7.36/1.71  % (19984)Instructions burned: 1376 (million)
% 7.36/1.71  % (19984)------------------------------
% 7.36/1.71  % (19984)------------------------------
% 7.36/1.71  % (20021)lrs+1011_3:1_slsqr=1,2:sil=2000:tgt=full:plsq=on:plsqr=173,396:spb=goal:bce=on:newcnf=on:slsq=on:st=3.5:i=243:add=off:bs=on:fsr=off:ss=axioms:rawr=on:afp=1:afq=2.9664927043397338_0 on Vampire---4 for (2986ds/243Mi)
% 7.36/1.72  % (20022)lrs+1011_1:32_sil=2000:tgt=ground:acc=model:lsd=10:nwc=1.1:flr=on:s2pl=no:i=229:bd=off:gsp=on:rawr=on_0 on Vampire---4 for (2986ds/229Mi)
% 7.36/1.75  % (20020)Instruction limit reached!
% 7.36/1.75  % (20020)------------------------------
% 7.36/1.75  % (20020)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 7.36/1.75  % (20020)Termination reason: Unknown
% 7.36/1.75  % (20020)Termination phase: Saturation
% 7.36/1.75  
% 7.36/1.75  % (20020)Memory used [KB]: 1855
% 7.36/1.75  % (20020)Time elapsed: 0.050 s
% 7.36/1.75  % (20020)Instructions burned: 112 (million)
% 7.36/1.75  % (20020)------------------------------
% 7.36/1.75  % (20020)------------------------------
% 7.36/1.76  % (20023)lrs+1002_63:8_sil=4000:sp=frequency:urr=on:lcm=reverse:nwc=10.0:flr=on:i=306:fdi=1:fsr=off:br=off_0 on Vampire---4 for (2985ds/306Mi)
% 7.89/1.78  % (19974)Instruction limit reached!
% 7.89/1.78  % (19974)------------------------------
% 7.89/1.78  % (19974)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 7.89/1.78  % (19974)Termination reason: Unknown
% 7.89/1.78  % (19974)Termination phase: Saturation
% 7.89/1.78  
% 7.89/1.78  % (19974)Memory used [KB]: 7088
% 7.89/1.78  % (19974)Time elapsed: 0.764 s
% 7.89/1.78  % (19974)Instructions burned: 1485 (million)
% 7.89/1.78  % (19974)------------------------------
% 7.89/1.78  % (19974)------------------------------
% 7.89/1.78  % (20019)Instruction limit reached!
% 7.89/1.78  % (20019)------------------------------
% 7.89/1.78  % (20019)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 7.89/1.78  % (20019)Termination reason: Unknown
% 7.89/1.78  % (20019)Termination phase: Saturation
% 7.89/1.78  
% 7.89/1.78  % (20019)Memory used [KB]: 2493
% 7.89/1.78  % (20019)Time elapsed: 0.096 s
% 7.89/1.78  % (20019)Instructions burned: 178 (million)
% 7.89/1.78  % (20019)------------------------------
% 7.89/1.78  % (20019)------------------------------
% 7.89/1.79  % (20025)dis-1011_1:2_to=lpo:sil=2000:plsq=on:plsqr=473,226:etr=on:erd=off:i=85:bd=off:amm=off:ss=axioms:sgt=64:rawr=on:add=large:fd=off_0 on Vampire---4 for (2985ds/85Mi)
% 7.89/1.79  % (20024)dis+22_1:32_sil=2000:fde=none:nwc=10.0:slsqc=3:slsq=on:i=118:slsql=off:nm=16:fsr=off:fsd=on:ss=axioms_0 on Vampire---4 for (2985ds/118Mi)
% 8.08/1.83  % (20025)Instruction limit reached!
% 8.08/1.83  % (20025)------------------------------
% 8.08/1.83  % (20025)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.08/1.83  % (20025)Termination reason: Unknown
% 8.08/1.83  % (20025)Termination phase: Saturation
% 8.08/1.83  
% 8.08/1.83  % (20025)Memory used [KB]: 1695
% 8.08/1.83  % (20025)Time elapsed: 0.046 s
% 8.08/1.83  % (20025)Instructions burned: 85 (million)
% 8.08/1.83  % (20025)------------------------------
% 8.08/1.83  % (20025)------------------------------
% 8.08/1.84  % (20022)Instruction limit reached!
% 8.08/1.84  % (20022)------------------------------
% 8.08/1.84  % (20022)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.08/1.84  % (20022)Termination reason: Unknown
% 8.08/1.84  % (20022)Termination phase: Saturation
% 8.08/1.84  
% 8.08/1.84  % (20022)Memory used [KB]: 2884
% 8.08/1.84  % (20022)Time elapsed: 0.126 s
% 8.08/1.84  % (20022)Instructions burned: 230 (million)
% 8.08/1.84  % (20022)------------------------------
% 8.08/1.84  % (20022)------------------------------
% 8.08/1.84  % (20021)Instruction limit reached!
% 8.08/1.84  % (20021)------------------------------
% 8.08/1.84  % (20021)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.08/1.84  % (20021)Termination reason: Unknown
% 8.08/1.84  % (20021)Termination phase: Saturation
% 8.08/1.84  
% 8.08/1.84  % (20021)Memory used [KB]: 2755
% 8.08/1.84  % (20021)Time elapsed: 0.133 s
% 8.08/1.84  % (20021)Instructions burned: 245 (million)
% 8.08/1.84  % (20021)------------------------------
% 8.08/1.84  % (20021)------------------------------
% 8.08/1.85  % (20026)lrs+11_1:1_drc=off:sil=4000:fde=unused:sp=unary_frequency:sos=on:fs=off:nwc=17.7715:flr=on:avsq=on:i=182:kws=precedence:avsqr=18,127:bd=off:nm=16:fsr=off:uhcvi=on:rawr=on:s2pl=no:s2agt=8:ss=axioms:sd=1:st=3.5:aac=none:afp=50:afq=2.0_0 on Vampire---4 for (2985ds/182Mi)
% 8.08/1.85  % (20027)lrs-32_1:4_to=lpo:drc=off:sil=2000:sp=reverse_arity:spb=goal_then_units:urr=on:nwc=2.0:i=134:ss=included:st=2.0:bd=preordered_0 on Vampire---4 for (2985ds/134Mi)
% 8.08/1.85  % (20028)dis+1011_1:1_sil=2000:sos=on:newcnf=on:i=181:sd=2:ep=R:ss=axioms_0 on Vampire---4 for (2985ds/181Mi)
% 8.08/1.85  % (20024)Instruction limit reached!
% 8.08/1.85  % (20024)------------------------------
% 8.08/1.85  % (20024)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.08/1.85  % (20024)Termination reason: Unknown
% 8.08/1.85  % (20024)Termination phase: Saturation
% 8.08/1.85  
% 8.08/1.85  % (20024)Memory used [KB]: 2069
% 8.08/1.85  % (20024)Time elapsed: 0.063 s
% 8.08/1.85  % (20024)Instructions burned: 119 (million)
% 8.08/1.85  % (20024)------------------------------
% 8.08/1.85  % (20024)------------------------------
% 8.08/1.85  % (20029)dis-11_4:1_to=lpo:sil=2000:fde=unused:sims=off:sp=occurrence:lma=on:spb=goal_then_units:abs=on:fd=off:flr=on:avsq=on:i=61:avsqr=1137305,524288:bd=off:uhcvi=on:awrs=decay:sos=on:bsd=on:afp=50:afq=1.3:nwc=10.053150171695567_0 on Vampire---4 for (2985ds/61Mi)
% 8.08/1.86  % (20029)Refutation not found, incomplete strategy% (20029)------------------------------
% 8.08/1.86  % (20029)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.08/1.86  % (20029)Termination reason: Refutation not found, incomplete strategy
% 8.08/1.86  
% 8.08/1.86  % (20029)Memory used [KB]: 1333
% 8.08/1.86  % (20029)Time elapsed: 0.010 s
% 8.08/1.86  % (20029)Instructions burned: 17 (million)
% 8.08/1.86  % (20029)------------------------------
% 8.08/1.86  % (20029)------------------------------
% 8.08/1.86  % (20030)dis+1010_1:1_sil=2000:nwc=5.0:i=135:nm=4:av=off:rp=on:ep=R_0 on Vampire---4 for (2984ds/135Mi)
% 8.64/1.91  % (20027)Instruction limit reached!
% 8.64/1.91  % (20027)------------------------------
% 8.64/1.91  % (20027)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.64/1.91  % (20027)Termination reason: Unknown
% 8.64/1.91  % (20027)Termination phase: Saturation
% 8.64/1.91  
% 8.64/1.91  % (20027)Memory used [KB]: 2207
% 8.64/1.91  % (20027)Time elapsed: 0.065 s
% 8.64/1.91  % (20027)Instructions burned: 134 (million)
% 8.64/1.91  % (20027)------------------------------
% 8.64/1.91  % (20027)------------------------------
% 8.64/1.92  % (20031)dis+1010_6843:1048576_to=lpo:sil=4000:bsd=on:sp=unary_frequency:sos=on:spb=non_intro:nwc=1.63121:newcnf=on:s2a=on:i=94:s2at=4.5:awrs=decay:awrsf=1049:bsdmm=1:bd=preordered:nm=2:av=off:gsp=on:s2pl=no_0 on Vampire---4 for (2984ds/94Mi)
% 8.64/1.92  % (20023)Instruction limit reached!
% 8.64/1.92  % (20023)------------------------------
% 8.64/1.92  % (20023)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.64/1.92  % (20023)Termination reason: Unknown
% 8.64/1.92  % (20023)Termination phase: Saturation
% 8.64/1.92  
% 8.64/1.92  % (20023)Memory used [KB]: 4766
% 8.64/1.92  % (20023)Time elapsed: 0.171 s
% 8.64/1.92  % (20023)Instructions burned: 307 (million)
% 8.64/1.92  % (20023)------------------------------
% 8.64/1.92  % (20023)------------------------------
% 8.64/1.93  % (20028)Instruction limit reached!
% 8.64/1.93  % (20028)------------------------------
% 8.64/1.93  % (20028)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.64/1.93  % (20028)Termination reason: Unknown
% 8.64/1.93  % (20028)Termination phase: Saturation
% 8.64/1.93  
% 8.64/1.93  % (20028)Memory used [KB]: 2472
% 8.64/1.93  % (20028)Time elapsed: 0.080 s
% 8.64/1.93  % (20028)Instructions burned: 183 (million)
% 8.64/1.93  % (20028)------------------------------
% 8.64/1.93  % (20028)------------------------------
% 8.64/1.93  % (20030)Instruction limit reached!
% 8.64/1.93  % (20030)------------------------------
% 8.64/1.93  % (20030)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.64/1.93  % (20030)Termination reason: Unknown
% 8.64/1.93  % (20030)Termination phase: Saturation
% 8.64/1.93  
% 8.64/1.93  % (20030)Memory used [KB]: 1902
% 8.64/1.93  % (20030)Time elapsed: 0.064 s
% 8.64/1.93  % (20030)Instructions burned: 136 (million)
% 8.64/1.93  % (20030)------------------------------
% 8.64/1.93  % (20030)------------------------------
% 8.64/1.93  % (20031)Refutation not found, incomplete strategy% (20031)------------------------------
% 8.64/1.93  % (20031)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.64/1.93  % (20031)Termination reason: Refutation not found, incomplete strategy
% 8.64/1.93  
% 8.64/1.93  % (20031)Memory used [KB]: 1371
% 8.64/1.93  % (20031)Time elapsed: 0.014 s
% 8.64/1.93  % (20031)Instructions burned: 24 (million)
% 8.64/1.93  % (20031)------------------------------
% 8.64/1.93  % (20031)------------------------------
% 8.64/1.93  % (20032)lrs+1_1:1_sil=4000:plsqc=1:plsq=on:plsqr=108,31:sos=on:st=5.0:i=111:sd=2:bd=off:fsr=off:ss=axioms:rawr=on:bce=on:aac=none:afr=on_0 on Vampire---4 for (2984ds/111Mi)
% 8.64/1.93  % (20033)dis+1011_2:3_sil=2000:tgt=ground:fde=none:sos=on:lsd=1:alpa=random:i=371:kws=inv_arity_squared:gsp=on:bsd=on_0 on Vampire---4 for (2984ds/371Mi)
% 8.64/1.93  % (20034)dis+33_1:1_to=lpo:sil=16000:plsq=on:nwc=3.0:s2agt=16:s2a=on:i=1643:s2at=5.5:nm=2:av=off:fsr=off:s2pl=no:ep=RS:erd=off_0 on Vampire---4 for (2984ds/1643Mi)
% 8.64/1.93  % (20026)Instruction limit reached!
% 8.64/1.93  % (20026)------------------------------
% 8.64/1.93  % (20026)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.64/1.93  % (20026)Termination reason: Unknown
% 8.64/1.93  % (20026)Termination phase: Saturation
% 8.64/1.93  % (20035)lrs+1010_3:1_slsqr=4009667,65536:sil=4000:slsqc=3:slsq=on:i=143:slsql=off:ep=RST:nm=6:anc=none:avsq=on:plsq=on:plsqr=32,1_0 on Vampire---4 for (2984ds/143Mi)
% 8.64/1.93  
% 8.64/1.93  % (20026)Memory used [KB]: 2217
% 8.64/1.93  % (20026)Time elapsed: 0.085 s
% 8.64/1.93  % (20026)Instructions burned: 184 (million)
% 8.64/1.93  % (20026)------------------------------
% 8.64/1.93  % (20026)------------------------------
% 8.64/1.93  % (20036)lrs+1011_1:64_sil=2000:fde=none:sos=on:urr=ec_only:nwc=10.0:i=225:nm=19:gsp=on:ss=axioms:bd=off_0 on Vampire---4 for (2984ds/225Mi)
% 8.64/1.98  % (20032)Instruction limit reached!
% 8.64/1.98  % (20032)------------------------------
% 8.64/1.98  % (20032)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.64/1.98  % (20032)Termination reason: Unknown
% 8.64/1.98  % (20032)Termination phase: Saturation
% 8.64/1.98  
% 8.64/1.98  % (20032)Memory used [KB]: 1812
% 8.64/1.98  % (20032)Time elapsed: 0.050 s
% 8.64/1.98  % (20032)Instructions burned: 113 (million)
% 8.64/1.98  % (20032)------------------------------
% 8.64/1.98  % (20032)------------------------------
% 9.31/1.98  % (19989)Instruction limit reached!
% 9.31/1.98  % (19989)------------------------------
% 9.31/1.98  % (19989)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.31/1.98  % (19989)Termination reason: Unknown
% 9.31/1.98  % (19989)Termination phase: Saturation
% 9.31/1.98  
% 9.31/1.98  % (19989)Memory used [KB]: 7948
% 9.31/1.98  % (19989)Time elapsed: 0.828 s
% 9.31/1.98  % (19989)Instructions burned: 1797 (million)
% 9.31/1.98  % (19989)------------------------------
% 9.31/1.98  % (19989)------------------------------
% 9.31/1.98  % (20037)lrs+1002_1:128_to=lpo:sil=2000:plsq=on:plsqr=7,2:sos=on:spb=units:fd=preordered:nwc=5.0:i=89:bd=off:nm=4:av=off:rawr=on:newcnf=on:fs=off:fsr=off_0 on Vampire---4 for (2983ds/89Mi)
% 9.31/1.98  % (20038)lrs+1011_2:3_drc=off:sil=2000:tgt=ground:fde=none:sp=occurrence:urr=ec_only:lsd=100:i=149:bd=off:rawr=on:ins=4:av=off_0 on Vampire---4 for (2983ds/149Mi)
% 9.31/2.00  % (20036)Instruction limit reached!
% 9.31/2.00  % (20036)------------------------------
% 9.31/2.00  % (20036)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.31/2.00  % (20036)Termination reason: Unknown
% 9.31/2.00  % (20036)Termination phase: Saturation
% 9.31/2.00  
% 9.31/2.00  % (20036)Memory used [KB]: 2413
% 9.31/2.00  % (20036)Time elapsed: 0.063 s
% 9.31/2.00  % (20036)Instructions burned: 228 (million)
% 9.31/2.00  % (20036)------------------------------
% 9.31/2.00  % (20036)------------------------------
% 9.31/2.00  % (20035)Instruction limit reached!
% 9.31/2.00  % (20035)------------------------------
% 9.31/2.00  % (20035)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.31/2.00  % (20035)Termination reason: Unknown
% 9.31/2.00  % (20035)Termination phase: Saturation
% 9.31/2.00  
% 9.31/2.00  % (20035)Memory used [KB]: 1972
% 9.31/2.00  % (20035)Time elapsed: 0.068 s
% 9.31/2.00  % (20035)Instructions burned: 143 (million)
% 9.31/2.00  % (20035)------------------------------
% 9.31/2.00  % (20035)------------------------------
% 9.31/2.00  % (20039)dis+1002_50821:131072_drc=encompass:sil=4000:irw=on:fde=unused:etr=on:sp=occurrence:lma=on:spb=intro:urr=ec_only:nwc=14.514:s2agt=20:sac=on:s2a=on:s2pl=no:i=217:kws=precedence:awrs=decay:awrsf=404:nm=4:uhcvi=on:ss=axioms:rawr=on:nicw=on:afp=10:afq=2.1363337302905383:slsq=on:slsqc=1:slsqr=101081,131072:sup=off:amm=off:flr=on_0 on Vampire---4 for (2983ds/217Mi)
% 9.31/2.00  % (20040)lrs+1011_1:1_sil=8000:nicw=on:i=1513:sd=1:ss=axioms:sgt=64_0 on Vampire---4 for (2983ds/1513Mi)
% 9.31/2.00  % (20039)Refutation not found, incomplete strategy% (20039)------------------------------
% 9.31/2.00  % (20039)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.31/2.00  % (20039)Termination reason: Refutation not found, incomplete strategy
% 9.31/2.00  
% 9.31/2.00  % (20039)Memory used [KB]: 1192
% 9.31/2.00  % (20039)Time elapsed: 0.007 s
% 9.31/2.00  % (20039)Instructions burned: 18 (million)
% 9.31/2.00  % (20039)------------------------------
% 9.31/2.00  % (20039)------------------------------
% 9.31/2.01  % (20041)lrs+10_1:52_anc=all:bsr=unit_only:to=lpo:sil=2000:sp=frequency:fd=preordered:flr=on:sac=on:i=460:bd=off:alpa=true:plsq=on:plsqr=1,32_0 on Vampire---4 for (2983ds/460Mi)
% 9.31/2.02  % (20037)Instruction limit reached!
% 9.31/2.02  % (20037)------------------------------
% 9.31/2.02  % (20037)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.31/2.02  % (20037)Termination reason: Unknown
% 9.31/2.02  % (20037)Termination phase: Saturation
% 9.31/2.02  
% 9.31/2.02  % (20037)Memory used [KB]: 1594
% 9.31/2.02  % (20037)Time elapsed: 0.040 s
% 9.31/2.02  % (20037)Instructions burned: 91 (million)
% 9.31/2.02  % (20037)------------------------------
% 9.31/2.02  % (20037)------------------------------
% 9.31/2.02  % (20042)lrs+1002_1:8_sil=16000:tgt=ground:fde=none:sp=const_frequency:sos=on:nwc=3.0:i=76_0 on Vampire---4 for (2983ds/76Mi)
% 9.31/2.03  % (20042)Refutation not found, incomplete strategy% (20042)------------------------------
% 9.31/2.03  % (20042)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.31/2.03  % (20042)Termination reason: Refutation not found, incomplete strategy
% 9.31/2.03  
% 9.31/2.03  % (20042)Memory used [KB]: 1305
% 9.31/2.03  % (20042)Time elapsed: 0.010 s
% 9.31/2.03  % (20042)Instructions burned: 16 (million)
% 9.31/2.03  % (20042)------------------------------
% 9.31/2.03  % (20042)------------------------------
% 9.31/2.04  % (20043)lrs-1011_1:64_sil=2000:tgt=full:acc=on:urr=ec_only:sac=on:i=113:nm=2:ss=axioms:sgt=4:er=filter_0 on Vampire---4 for (2983ds/113Mi)
% 9.31/2.05  % (20038)Instruction limit reached!
% 9.31/2.05  % (20038)------------------------------
% 9.31/2.05  % (20038)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.31/2.05  % (20038)Termination reason: Unknown
% 9.31/2.05  % (20038)Termination phase: Saturation
% 9.31/2.05  
% 9.31/2.05  % (20038)Memory used [KB]: 1915
% 9.31/2.05  % (20038)Time elapsed: 0.071 s
% 9.31/2.05  % (20038)Instructions burned: 149 (million)
% 9.31/2.05  % (20038)------------------------------
% 9.31/2.05  % (20038)------------------------------
% 9.31/2.06  % (20044)dis-1002_3:1_to=lpo:sil=4000:sp=occurrence:fd=off:nwc=6.0:st=2.0:i=77:sd=1:fsr=off:ss=axioms:sgt=16:fs=off_0 on Vampire---4 for (2983ds/77Mi)
% 9.70/2.10  % (20043)Instruction limit reached!
% 9.70/2.10  % (20043)------------------------------
% 9.70/2.10  % (20043)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.70/2.10  % (20043)Termination reason: Unknown
% 9.70/2.10  % (20043)Termination phase: Saturation
% 9.70/2.10  
% 9.70/2.10  % (20043)Memory used [KB]: 2116
% 9.70/2.10  % (20043)Time elapsed: 0.061 s
% 9.70/2.10  % (20043)Instructions burned: 114 (million)
% 9.70/2.10  % (20043)------------------------------
% 9.70/2.10  % (20043)------------------------------
% 9.70/2.10  % (20044)Instruction limit reached!
% 9.70/2.10  % (20044)------------------------------
% 9.70/2.10  % (20044)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.70/2.10  % (20044)Termination reason: Unknown
% 9.70/2.10  % (20044)Termination phase: Saturation
% 9.70/2.10  
% 9.70/2.10  % (20044)Memory used [KB]: 1839
% 9.70/2.10  % (20044)Time elapsed: 0.043 s
% 9.70/2.10  % (20044)Instructions burned: 77 (million)
% 9.70/2.10  % (20044)------------------------------
% 9.70/2.10  % (20044)------------------------------
% 9.70/2.10  % (20045)dis+1011_2:3_sil=8000:tgt=ground:fde=none:spb=goal_then_units:acc=on:nwc=4.0:updr=off:i=639:kws=inv_frequency:nm=16:ins=3:rawr=on:amm=sco_0 on Vampire---4 for (2982ds/639Mi)
% 9.82/2.12  % (20046)dis+1011_1:1_sil=2000:fd=off:nwc=10.0:s2a=on:i=851:bd=off:nm=2:sup=off:s2at=4.0_0 on Vampire---4 for (2982ds/851Mi)
% 9.82/2.12  % (20033)Instruction limit reached!
% 9.82/2.12  % (20033)------------------------------
% 9.82/2.12  % (20033)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.82/2.12  % (20033)Termination reason: Unknown
% 9.82/2.12  % (20033)Termination phase: Saturation
% 9.82/2.12  
% 9.82/2.12  % (20033)Memory used [KB]: 3516
% 9.82/2.12  % (20033)Time elapsed: 0.188 s
% 9.82/2.12  % (20033)Instructions burned: 371 (million)
% 9.82/2.12  % (20033)------------------------------
% 9.82/2.12  % (20033)------------------------------
% 9.82/2.12  % (20047)lrs+1011_1:2_sil=2000:fde=unused:nwc=10.0:newcnf=on:i=463:ep=RST:av=off:ins=1_0 on Vampire---4 for (2982ds/463Mi)
% 10.90/2.19  % (20041)Instruction limit reached!
% 10.90/2.19  % (20041)------------------------------
% 10.90/2.19  % (20041)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 10.90/2.19  % (20041)Termination reason: Unknown
% 10.90/2.19  % (20041)Termination phase: Saturation
% 10.90/2.19  
% 10.90/2.19  % (20041)Memory used [KB]: 5698
% 10.90/2.19  % (20041)Time elapsed: 0.181 s
% 10.90/2.19  % (20041)Instructions burned: 461 (million)
% 10.90/2.19  % (20041)------------------------------
% 10.90/2.19  % (20041)------------------------------
% 10.90/2.19  % (20015)Instruction limit reached!
% 10.90/2.19  % (20015)------------------------------
% 10.90/2.19  % (20015)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 10.90/2.19  % (20015)Termination reason: Unknown
% 10.90/2.19  % (20015)Termination phase: Saturation
% 10.90/2.19  
% 10.90/2.19  % (20015)Memory used [KB]: 2024
% 10.90/2.19  % (20015)Time elapsed: 0.562 s
% 10.90/2.19  % (20015)Instructions burned: 1994 (million)
% 10.90/2.19  % (20015)------------------------------
% 10.90/2.19  % (20015)------------------------------
% 10.90/2.20  % (20049)lrs+1010_1:1_anc=all_dependent:sil=2000:tgt=ground:nwc=5.0:s2agt=20:alpa=false:newcnf=on:avsq=on:s2a=on:i=159:avsqr=1,16:bd=off:sac=on:aac=none:erd=off_0 on Vampire---4 for (2981ds/159Mi)
% 10.90/2.20  % (20048)lrs+1011_1:95_anc=none:sil=2000:plsq=on:plsqr=7,80:sos=on:lsd=50:plsql=on:fd=off:st=6.0:s2a=on:i=127:nm=16:uhcvi=on:ss=axioms:rawr=on:gsp=on:amm=sco_0 on Vampire---4 for (2981ds/127Mi)
% 10.90/2.21  % (20048)Refutation not found, incomplete strategy% (20048)------------------------------
% 10.90/2.21  % (20048)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 10.90/2.21  % (20048)Termination reason: Refutation not found, incomplete strategy
% 10.90/2.21  
% 10.90/2.21  % (20048)Memory used [KB]: 1324
% 10.90/2.21  % (20048)Time elapsed: 0.011 s
% 10.90/2.21  % (20048)Instructions burned: 19 (million)
% 10.90/2.21  % (20048)------------------------------
% 10.90/2.21  % (20048)------------------------------
% 11.55/2.21  % (20050)dis+10_16:63_anc=none:to=lpo:sil=2000:fde=none:sos=on:nwc=10.0:i=140:sd=1:aac=none:ep=RS:fsr=off:ss=axioms:st=5.0_0 on Vampire---4 for (2981ds/140Mi)
% 11.55/2.22  % (20050)Refutation not found, incomplete strategy% (20050)------------------------------
% 11.55/2.22  % (20050)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 11.55/2.22  % (20050)Termination reason: Refutation not found, incomplete strategy
% 11.55/2.22  
% 11.55/2.22  % (20050)Memory used [KB]: 1195
% 11.55/2.22  % (20050)Time elapsed: 0.008 s
% 11.55/2.22  % (20050)Instructions burned: 13 (million)
% 11.55/2.22  % (20050)------------------------------
% 11.55/2.22  % (20050)------------------------------
% 11.55/2.23  % (20051)dis-1002_1:12_to=lpo:sil=2000:sp=const_max:nwc=2.0:sac=on:i=246:nm=16:nicw=on:fsr=off_0 on Vampire---4 for (2981ds/246Mi)
% 11.55/2.27  % (20049)Instruction limit reached!
% 11.55/2.27  % (20049)------------------------------
% 11.55/2.27  % (20049)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 11.55/2.27  % (20049)Termination reason: Unknown
% 11.55/2.27  % (20049)Termination phase: Saturation
% 11.55/2.27  
% 11.55/2.27  % (20049)Memory used [KB]: 2172
% 11.55/2.27  % (20049)Time elapsed: 0.080 s
% 11.55/2.27  % (20049)Instructions burned: 159 (million)
% 11.55/2.27  % (20049)------------------------------
% 11.55/2.27  % (20049)------------------------------
% 11.55/2.27  % (20002)Instruction limit reached!
% 11.55/2.27  % (20002)------------------------------
% 11.55/2.27  % (20002)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 11.55/2.27  % (20002)Termination reason: Unknown
% 11.55/2.27  % (20002)Termination phase: Saturation
% 11.55/2.27  
% 11.55/2.27  % (20002)Memory used [KB]: 14790
% 11.55/2.27  % (20002)Time elapsed: 0.860 s
% 11.55/2.27  % (20002)Instructions burned: 2265 (million)
% 11.55/2.27  % (20002)------------------------------
% 11.55/2.27  % (20002)------------------------------
% 11.55/2.28  % (20052)lrs+1011_7141:1048576_sil=2000:plsq=on:plsqr=2328305,1048576:sp=frequency:sos=on:plsql=on:fd=off:nwc=19.7177:cond=fast:st=3:i=275:bd=off:nm=2:ins=2:av=off:uhcvi=on:fdi=16:ss=included:lsd=5_0 on Vampire---4 for (2980ds/275Mi)
% 12.12/2.29  % (20053)lrs+2_1:1_sil=2000:tgt=ground:sos=on:i=1318:sd=1:ss=included:to=lpo:plsq=on:plsqr=32,1_0 on Vampire---4 for (2980ds/1318Mi)
% 12.12/2.30  % (20053)Refutation not found, incomplete strategy% (20053)------------------------------
% 12.12/2.30  % (20053)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.12/2.30  % (20053)Termination reason: Refutation not found, incomplete strategy
% 12.12/2.30  
% 12.12/2.30  % (20053)Memory used [KB]: 1309
% 12.12/2.30  % (20053)Time elapsed: 0.038 s
% 12.12/2.30  % (20053)Instructions burned: 16 (million)
% 12.12/2.30  % (20053)------------------------------
% 12.12/2.30  % (20053)------------------------------
% 12.12/2.30  % (20054)lrs+35_10:1_bsr=unit_only:to=lpo:sil=2000:bsd=on:sp=unary_first:abs=on:urr=on:s2agt=32:newcnf=on:s2a=on:i=286:gsp=on:rawr=on:sac=on:afp=1000:avsq=on:avsqr=63937,1048576:nwc=10.0_0 on Vampire---4 for (2980ds/286Mi)
% 12.12/2.33  % (20047)Instruction limit reached!
% 12.12/2.33  % (20047)------------------------------
% 12.12/2.33  % (20047)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.12/2.33  % (20047)Termination reason: Unknown
% 12.12/2.33  % (20047)Termination phase: Saturation
% 12.12/2.33  
% 12.12/2.33  % (20047)Memory used [KB]: 3086
% 12.12/2.33  % (20047)Time elapsed: 0.216 s
% 12.12/2.33  % (20047)Instructions burned: 463 (million)
% 12.12/2.33  % (20047)------------------------------
% 12.12/2.33  % (20047)------------------------------
% 12.12/2.34  % (20055)dis+1002_5:16_sil=4000:sos=on:sac=on:i=965:ep=RST:fsr=off:erd=off_0 on Vampire---4 for (2980ds/965Mi)
% 12.12/2.35  % (20055)Refutation not found, incomplete strategy% (20055)------------------------------
% 12.12/2.35  % (20055)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.12/2.35  % (20055)Termination reason: Refutation not found, incomplete strategy
% 12.12/2.35  
% 12.12/2.35  % (20055)Memory used [KB]: 1205
% 12.12/2.35  % (20055)Time elapsed: 0.008 s
% 12.12/2.35  % (20055)Instructions burned: 13 (million)
% 12.12/2.35  % (20055)------------------------------
% 12.12/2.35  % (20055)------------------------------
% 12.12/2.35  % (20051)Instruction limit reached!
% 12.12/2.35  % (20051)------------------------------
% 12.12/2.35  % (20051)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.12/2.35  % (20051)Termination reason: Unknown
% 12.12/2.35  % (20051)Termination phase: Saturation
% 12.12/2.35  
% 12.12/2.35  % (20051)Memory used [KB]: 2854
% 12.12/2.35  % (20051)Time elapsed: 0.148 s
% 12.12/2.35  % (20051)Instructions burned: 247 (million)
% 12.12/2.35  % (20051)------------------------------
% 12.12/2.35  % (20051)------------------------------
% 12.12/2.35  % (20057)dis-1002_1:64_sil=2000:sos=on:nwc=10.0:i=145:nm=2:ss=axioms:ep=RST:sd=1_0 on Vampire---4 for (2980ds/145Mi)
% 12.12/2.36  % (20057)Refutation not found, incomplete strategy% (20057)------------------------------
% 12.12/2.36  % (20057)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.12/2.36  % (20057)Termination reason: Refutation not found, incomplete strategy
% 12.12/2.36  
% 12.12/2.36  % (20057)Memory used [KB]: 1164
% 12.12/2.36  % (20057)Time elapsed: 0.006 s
% 12.12/2.36  % (20057)Instructions burned: 10 (million)
% 12.12/2.36  % (20057)------------------------------
% 12.12/2.36  % (20057)------------------------------
% 12.12/2.36  % (20056)dis+1011_4:1_slsqr=11827605,262144:sil=2000:sp=const_max:spb=non_intro:acc=on:newcnf=on:slsq=on:nicw=on:i=144:kws=precedence:bd=off:rawr=on:alpa=true:bsd=on:bsr=unit_only:urr=ec_only_0 on Vampire---4 for (2980ds/144Mi)
% 12.12/2.36  % (20058)lrs-1010_1:4_sil=256000:sp=occurrence:sos=on:s2a=on:i=3921:sd=1:kws=precedence:bd=off:ins=3:ss=included:sfv=off:amm=off_0 on Vampire---4 for (2980ds/3921Mi)
% 12.12/2.37  % (20058)Refutation not found, incomplete strategy% (20058)------------------------------
% 12.12/2.37  % (20058)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.12/2.37  % (20058)Termination reason: Refutation not found, incomplete strategy
% 12.12/2.37  
% 12.12/2.37  % (20058)Memory used [KB]: 1211
% 12.12/2.37  % (20058)Time elapsed: 0.009 s
% 12.12/2.37  % (20058)Instructions burned: 17 (million)
% 12.12/2.37  % (20058)------------------------------
% 12.12/2.37  % (20058)------------------------------
% 12.67/2.38  % (20059)dis+1011_8:1_sil=4000:sos=on:acc=on:alpa=true:i=154:fsr=off:sfv=off:gsp=on_0 on Vampire---4 for (2979ds/154Mi)
% 12.77/2.41  % (20056)Instruction limit reached!
% 12.77/2.41  % (20056)------------------------------
% 12.77/2.41  % (20056)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.77/2.41  % (20056)Termination reason: Unknown
% 12.77/2.41  % (20056)Termination phase: Saturation
% 12.77/2.41  
% 12.77/2.41  % (20056)Memory used [KB]: 2013
% 12.77/2.41  % (20056)Time elapsed: 0.081 s
% 12.77/2.41  % (20056)Instructions burned: 146 (million)
% 12.77/2.41  % (20056)------------------------------
% 12.77/2.41  % (20056)------------------------------
% 12.77/2.41  % (20060)lrs+20_16421289:1048576_drc=encompass:sil=4000:sp=frequency:sos=on:spb=intro:lcm=predicate:gs=on:nwc=19.1506:alpa=random:kmz=on:updr=off:sac=on:gsem=on:i=205:bs=on:gsaa=from_current:sd=3:kws=inv_arity_squared:afp=50:nm=49:afq=1.98965:gsp=on:ss=axioms:er=filter:sgt=20:rawr=on:avsq=on:avsqr=1994651,1048576:sup=off_0 on Vampire---4 for (2979ds/205Mi)
% 12.77/2.41  % (20045)Instruction limit reached!
% 12.77/2.41  % (20045)------------------------------
% 12.77/2.41  % (20045)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.77/2.41  % (20045)Termination reason: Unknown
% 12.77/2.41  % (20045)Termination phase: Saturation
% 12.77/2.41  
% 12.77/2.41  % (20045)Memory used [KB]: 4949
% 12.77/2.41  % (20045)Time elapsed: 0.312 s
% 12.77/2.41  % (20045)Instructions burned: 639 (million)
% 12.77/2.41  % (20045)------------------------------
% 12.77/2.41  % (20045)------------------------------
% 12.77/2.42  % (20046)Instruction limit reached!
% 12.77/2.42  % (20046)------------------------------
% 12.77/2.42  % (20046)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.77/2.42  % (20046)Termination reason: Unknown
% 12.77/2.42  % (20046)Termination phase: Saturation
% 12.77/2.42  
% 12.77/2.42  % (20046)Memory used [KB]: 4650
% 12.77/2.42  % (20046)Time elapsed: 0.320 s
% 12.77/2.42  % (20046)Instructions burned: 852 (million)
% 12.77/2.42  % (20046)------------------------------
% 12.77/2.42  % (20046)------------------------------
% 12.77/2.42  % (20052)Instruction limit reached!
% 12.77/2.42  % (20052)------------------------------
% 12.77/2.42  % (20052)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.77/2.42  % (20052)Termination reason: Unknown
% 12.77/2.42  % (20052)Termination phase: Saturation
% 12.77/2.42  
% 12.77/2.42  % (20052)Memory used [KB]: 3093
% 12.77/2.42  % (20052)Time elapsed: 0.140 s
% 12.77/2.42  % (20052)Instructions burned: 277 (million)
% 12.77/2.42  % (20052)------------------------------
% 12.77/2.42  % (20052)------------------------------
% 12.77/2.42  % (20054)Instruction limit reached!
% 12.77/2.42  % (20054)------------------------------
% 12.77/2.42  % (20054)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.77/2.42  % (20054)Termination reason: Unknown
% 12.77/2.42  % (20054)Termination phase: Saturation
% 12.77/2.42  
% 12.77/2.42  % (20054)Memory used [KB]: 4038
% 12.77/2.42  % (20054)Time elapsed: 0.136 s
% 12.77/2.42  % (20054)Instructions burned: 287 (million)
% 12.77/2.42  % (20054)------------------------------
% 12.77/2.42  % (20054)------------------------------
% 13.05/2.42  % (20060)Refutation not found, incomplete strategy% (20060)------------------------------
% 13.05/2.42  % (20060)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.05/2.42  % (20060)Termination reason: Refutation not found, incomplete strategy
% 13.05/2.42  
% 13.05/2.42  % (20060)Memory used [KB]: 1317
% 13.05/2.42  % (20060)Time elapsed: 0.030 s
% 13.05/2.42  % (20060)Instructions burned: 19 (million)
% 13.05/2.42  % (20060)------------------------------
% 13.05/2.42  % (20060)------------------------------
% 13.05/2.42  % (20061)lrs-1002_138645:1048576_sfv=off:slsqr=135371,262144:to=lpo:drc=encompass:sil=4000:tgt=full:bsd=on:sp=const_frequency:spb=goal:urr=ec_only:rp=on:nwc=4.14887:s2agt=50:newcnf=on:slsq=on:i=899:s2at=3:afp=1000:bsdmm=2:bd=preordered:nm=15:afq=4.12266:rawr=on:bsr=unit_only:lwlo=on:irw=on:bce=on_0 on Vampire---4 for (2979ds/899Mi)
% 13.05/2.42  % (20062)lrs-32_1:1024_sil=8000:sos=on:i=645:nm=4:updr=off_0 on Vampire---4 for (2979ds/645Mi)
% 13.05/2.42  % (20063)lrs+1010_1:1_slsqr=430,487:sil=4000:fde=none:plsq=on:plsqr=7,29:erd=off:plsql=on:rp=on:nwc=14.055527276864483:slsqc=3:newcnf=on:slsq=on:i=175:bd=off:av=off:rawr=on_0 on Vampire---4 for (2979ds/175Mi)
% 13.05/2.42  % (20065)lrs-1011_4:7_sil=2000:tgt=full:bsd=on:spb=goal:nwc=5.0:updr=off:newcnf=on:i=144:kws=arity_squared:rawr=on:bsdmm=2_0 on Vampire---4 for (2979ds/144Mi)
% 13.05/2.42  % (20064)lrs-1002_6:7_sil=4000:sos=on:nwc=10.0:i=120:ep=R:ins=1:fsr=off:gsp=on:fs=off:fde=none:avsq=on:bce=on_0 on Vampire---4 for (2979ds/120Mi)
% 13.05/2.43  % (20064)Refutation not found, incomplete strategy% (20064)------------------------------
% 13.05/2.43  % (20064)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.05/2.43  % (20064)Termination reason: Refutation not found, incomplete strategy
% 13.05/2.43  
% 13.05/2.43  % (20064)Memory used [KB]: 1295
% 13.05/2.43  % (20064)Time elapsed: 0.008 s
% 13.05/2.43  % (20064)Instructions burned: 15 (million)
% 13.05/2.43  % (20064)------------------------------
% 13.05/2.43  % (20064)------------------------------
% 13.05/2.44  % (20066)lrs+10_1:1_sil=16000:sp=frequency:nwc=10.0:s2agt=5:s2a=on:i=166:sd=2:nm=2:ss=axioms:sgt=8:bd=off_0 on Vampire---4 for (2979ds/166Mi)
% 13.05/2.45  % (20059)Instruction limit reached!
% 13.05/2.45  % (20059)------------------------------
% 13.05/2.45  % (20059)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.05/2.45  % (20059)Termination reason: Unknown
% 13.05/2.45  % (20059)Termination phase: Saturation
% 13.05/2.45  
% 13.05/2.45  % (20059)Memory used [KB]: 2568
% 13.05/2.45  % (20059)Time elapsed: 0.101 s
% 13.05/2.45  % (20059)Instructions burned: 155 (million)
% 13.05/2.45  % (20059)------------------------------
% 13.05/2.45  % (20059)------------------------------
% 13.05/2.46  % (20067)lrs+10_1:1_sil=4000:tgt=full:sos=on:st=2.0:i=97:sd=2:kws=inv_frequency:nm=4:ss=axioms:sac=on_0 on Vampire---4 for (2978ds/97Mi)
% 13.05/2.49  % (20065)Instruction limit reached!
% 13.05/2.49  % (20065)------------------------------
% 13.05/2.49  % (20065)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.05/2.49  % (20065)Termination reason: Unknown
% 13.05/2.49  % (20065)Termination phase: Saturation
% 13.05/2.49  
% 13.05/2.49  % (20065)Memory used [KB]: 2348
% 13.05/2.49  % (20065)Time elapsed: 0.058 s
% 13.05/2.49  % (20065)Instructions burned: 144 (million)
% 13.05/2.49  % (20065)------------------------------
% 13.05/2.49  % (20065)------------------------------
% 13.05/2.50  % (20068)lrs+10_1:14_bsr=on:sil=2000:sp=occurrence:sos=on:bce=on:gs=on:newcnf=on:nicw=on:i=159:gsaa=from_current:amm=off:rawr=on:avsq=on:avsqr=2,7:fsr=off_0 on Vampire---4 for (2978ds/159Mi)
% 13.05/2.50  % (20067)Instruction limit reached!
% 13.05/2.50  % (20067)------------------------------
% 13.05/2.50  % (20067)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.05/2.50  % (20067)Termination reason: Unknown
% 13.05/2.50  % (20067)Termination phase: Saturation
% 13.05/2.50  
% 13.05/2.50  % (20067)Memory used [KB]: 1927
% 13.05/2.50  % (20067)Time elapsed: 0.048 s
% 13.05/2.50  % (20067)Instructions burned: 97 (million)
% 13.05/2.50  % (20067)------------------------------
% 13.05/2.50  % (20067)------------------------------
% 13.05/2.51  % (20066)Instruction limit reached!
% 13.05/2.51  % (20066)------------------------------
% 13.05/2.51  % (20066)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.05/2.51  % (20066)Termination reason: Unknown
% 13.05/2.51  % (20066)Termination phase: Saturation
% 13.05/2.51  
% 13.05/2.51  % (20066)Memory used [KB]: 1803
% 13.05/2.51  % (20066)Time elapsed: 0.080 s
% 13.05/2.51  % (20066)Instructions burned: 169 (million)
% 13.05/2.51  % (20063)Instruction limit reached!
% 13.05/2.51  % (20063)------------------------------
% 13.05/2.51  % (20063)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.05/2.51  % (20066)------------------------------
% 13.05/2.51  % (20066)------------------------------
% 13.05/2.51  % (20063)Termination reason: Unknown
% 13.05/2.51  % (20063)Termination phase: Saturation
% 13.05/2.51  
% 13.05/2.51  % (20063)Memory used [KB]: 2033
% 13.05/2.51  % (20063)Time elapsed: 0.088 s
% 13.05/2.51  % (20063)Instructions burned: 176 (million)
% 13.05/2.51  % (20063)------------------------------
% 13.05/2.51  % (20063)------------------------------
% 13.05/2.51  % (20068)Refutation not found, incomplete strategy% (20068)------------------------------
% 13.05/2.51  % (20068)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.05/2.51  % (20068)Termination reason: Refutation not found, incomplete strategy
% 13.05/2.51  
% 13.05/2.51  % (20068)Memory used [KB]: 1358
% 13.05/2.51  % (20068)Time elapsed: 0.013 s
% 13.05/2.51  % (20068)Instructions burned: 22 (million)
% 13.05/2.51  % (20068)------------------------------
% 13.05/2.51  % (20068)------------------------------
% 13.05/2.51  % (20069)lrs+1_8:1_bsr=on:sil=2000:abs=on:fd=preordered:nwc=10.0:s2a=on:i=135:bd=off:sup=off:s2pl=on_0 on Vampire---4 for (2978ds/135Mi)
% 13.05/2.51  % (20071)dis+1002_1:1_sil=8000:fde=none:nwc=5.0:i=119:ep=R:fsr=off:sos=on:mep=off_0 on Vampire---4 for (2978ds/119Mi)
% 13.05/2.51  % (20070)dis+1011_5:1_sil=2000:fde=unused:nwc=10.0:i=450:ep=R:fs=off:fsr=off:awrs=converge_0 on Vampire---4 for (2978ds/450Mi)
% 13.05/2.51  % (20072)ott-1010_16:1_bsr=unit_only:sil=64000:sos=on:urr=on:sac=on:i=4758:sd=2:kws=inv_frequency:ins=4:ss=axioms:br=off_0 on Vampire---4 for (2978ds/4758Mi)
% 13.72/2.52  % (20071)Refutation not found, incomplete strategy% (20071)------------------------------
% 13.72/2.52  % (20071)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.72/2.52  % (20071)Termination reason: Refutation not found, incomplete strategy
% 13.72/2.52  
% 13.72/2.52  % (20071)Memory used [KB]: 1200
% 13.72/2.52  % (20071)Time elapsed: 0.008 s
% 13.72/2.52  % (20071)Instructions burned: 14 (million)
% 13.72/2.52  % (20071)------------------------------
% 13.72/2.52  % (20071)------------------------------
% 13.72/2.52  % (20073)dis+1011_3:2_drc=encompass:sil=8000:tgt=full:sp=frequency:nwc=10.0:i=139:nm=2:fde=none:ins=1_0 on Vampire---4 for (2978ds/139Mi)
% 13.72/2.54  % (20069)Instruction limit reached!
% 13.72/2.54  % (20069)------------------------------
% 13.72/2.54  % (20069)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.72/2.54  % (20069)Termination reason: Unknown
% 13.72/2.54  % (20069)Termination phase: Saturation
% 13.72/2.54  
% 13.72/2.54  % (20069)Memory used [KB]: 2153
% 13.72/2.54  % (20069)Time elapsed: 0.037 s
% 13.72/2.54  % (20069)Instructions burned: 136 (million)
% 13.72/2.54  % (20069)------------------------------
% 13.72/2.54  % (20069)------------------------------
% 13.72/2.55  % (20074)dis+1011_4:1_sil=2000:nwc=10.0:newcnf=on:i=139:sd=1:nm=2:ss=axioms:fde=unused:sup=off:av=off_0 on Vampire---4 for (2978ds/139Mi)
% 13.72/2.55  % (20074)Refutation not found, incomplete strategy% (20074)------------------------------
% 13.72/2.55  % (20074)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.72/2.55  % (20074)Termination reason: Refutation not found, incomplete strategy
% 13.72/2.55  
% 13.72/2.55  % (20074)Memory used [KB]: 1163
% 13.72/2.55  % (20074)Time elapsed: 0.005 s
% 13.72/2.55  % (20074)Instructions burned: 14 (million)
% 13.72/2.55  % (20074)------------------------------
% 13.72/2.55  % (20074)------------------------------
% 13.72/2.55  % (20075)lrs+1011_8157881:1048576_to=lpo:drc=off:sil=2000:fde=unused:sos=on:spb=intro:urr=on:nwc=4.0:i=116:add=off:sd=1:nm=19:fsr=off:uhcvi=on:ss=axioms:sgt=100:ins=3:sup=off:afp=1000:s2pl=no:anc=none:acc=model:fs=off:lma=on_0 on Vampire---4 for (2978ds/116Mi)
% 13.72/2.58  % (20075)Instruction limit reached!
% 13.72/2.58  % (20075)------------------------------
% 13.72/2.58  % (20075)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.72/2.58  % (20075)Termination reason: Unknown
% 13.72/2.58  % (20075)Termination phase: Saturation
% 13.72/2.58  
% 13.72/2.58  % (20075)Memory used [KB]: 2258
% 13.72/2.58  % (20075)Time elapsed: 0.031 s
% 13.72/2.58  % (20075)Instructions burned: 117 (million)
% 13.72/2.58  % (20075)------------------------------
% 13.72/2.58  % (20075)------------------------------
% 13.72/2.59  % (20076)lrs+1010_1:16_sil=2000:plsq=on:plsqr=32,1:slsq=on:i=53:slsql=off:bd=off:er=filter:erml=3:slsqc=2:cond=on:alpa=false:fsr=off:acc=on_0 on Vampire---4 for (2977ds/53Mi)
% 13.72/2.59  % (20073)Instruction limit reached!
% 13.72/2.59  % (20073)------------------------------
% 13.72/2.59  % (20073)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.72/2.59  % (20073)Termination reason: Unknown
% 13.72/2.59  % (20073)Termination phase: Saturation
% 13.72/2.59  
% 13.72/2.59  % (20073)Memory used [KB]: 2150
% 13.72/2.59  % (20073)Time elapsed: 0.072 s
% 13.72/2.59  % (20073)Instructions burned: 140 (million)
% 13.72/2.59  % (20073)------------------------------
% 13.72/2.59  % (20073)------------------------------
% 13.96/2.59  % (20040)Instruction limit reached!
% 13.96/2.59  % (20040)------------------------------
% 13.96/2.59  % (20040)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.96/2.59  % (20040)Termination reason: Unknown
% 13.96/2.59  % (20040)Termination phase: Saturation
% 13.96/2.59  
% 13.96/2.59  % (20040)Memory used [KB]: 2059
% 13.96/2.59  % (20040)Time elapsed: 0.594 s
% 13.96/2.59  % (20040)Instructions burned: 1514 (million)
% 13.96/2.59  % (20040)------------------------------
% 13.96/2.59  % (20040)------------------------------
% 13.96/2.60  % (20077)dis-1002_1:1024_sil=2000:tgt=ground:sos=on:acc=model:s2agt=64:sac=on:newcnf=on:s2a=on:i=159:fsr=off:ss=axioms:ins=1_0 on Vampire---4 for (2977ds/159Mi)
% 13.96/2.60  % (20078)lrs+11_4:1_sil=2000:tgt=full:sos=on:erd=off:spb=goal_then_units:sac=on:st=6.0:i=96:nm=3:ss=included:sd=1:s2pl=on:awrs=converge:awrsf=20:afp=50:afq=1.2_0 on Vampire---4 for (2977ds/96Mi)
% 13.96/2.60  % (20076)Instruction limit reached!
% 13.96/2.60  % (20076)------------------------------
% 13.96/2.60  % (20076)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.96/2.60  % (20076)Termination reason: Unknown
% 13.96/2.60  % (20076)Termination phase: Saturation
% 13.96/2.60  
% 13.96/2.60  % (20076)Memory used [KB]: 1413
% 13.96/2.60  % (20076)Time elapsed: 0.017 s
% 13.96/2.60  % (20076)Instructions burned: 57 (million)
% 13.96/2.60  % (20076)------------------------------
% 13.96/2.60  % (20076)------------------------------
% 13.96/2.60  % (20077)Refutation not found, incomplete strategy% (20077)------------------------------
% 13.96/2.60  % (20077)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.96/2.60  % (20077)Termination reason: Refutation not found, incomplete strategy
% 13.96/2.60  
% 13.96/2.60  % (20077)Memory used [KB]: 1160
% 13.96/2.60  % (20077)Time elapsed: 0.008 s
% 13.96/2.60  % (20077)Instructions burned: 14 (million)
% 13.96/2.60  % (20077)------------------------------
% 13.96/2.60  % (20077)------------------------------
% 13.96/2.61  % (20079)lrs+1011_4345945:1048576_bsr=unit_only:sil=8000:tgt=full:irw=on:fde=none:sos=on:lma=on:spb=intro:abs=on:urr=on:br=off:fd=preordered:rp=on:nwc=14.3155:s2agt=50:alpa=random:kmz=on:updr=off:s2a=on:i=223:add=off:bs=on:kws=inv_arity_squared:afp=100000:aac=none:awrs=decay:awrsf=1366:nm=2:ins=2:afq=4.07453:uhcvi=on:afr=on:rawr=on:sp=unary_first:bd=off:fsd=on:fsdmm=1:s2at=5.0:sup=off_0 on Vampire---4 for (2977ds/223Mi)
% 13.96/2.61  % (20080)dis+1011_16:1_anc=all_dependent:sil=4000:tgt=ground:fde=unused:sos=on:acc=model:newcnf=on:avsq=on:i=116:bs=on:avsqr=32,501:uhcvi=on:rawr=on:nwc=10.0:alpa=true:slsq=on:slsqr=5,16_0 on Vampire---4 for (2977ds/116Mi)
% 13.96/2.65  % (20078)Instruction limit reached!
% 13.96/2.65  % (20078)------------------------------
% 13.96/2.65  % (20078)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.96/2.65  % (20078)Termination reason: Unknown
% 13.96/2.65  % (20078)Termination phase: Saturation
% 13.96/2.65  
% 13.96/2.65  % (20078)Memory used [KB]: 1850
% 13.96/2.65  % (20078)Time elapsed: 0.050 s
% 13.96/2.65  % (20078)Instructions burned: 97 (million)
% 13.96/2.65  % (20078)------------------------------
% 13.96/2.65  % (20078)------------------------------
% 13.96/2.65  % (20034)Instruction limit reached!
% 13.96/2.65  % (20034)------------------------------
% 13.96/2.65  % (20034)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.96/2.65  % (20034)Termination reason: Unknown
% 13.96/2.65  % (20034)Termination phase: Saturation
% 13.96/2.65  
% 13.96/2.65  % (20034)Memory used [KB]: 15723
% 13.96/2.65  % (20034)Time elapsed: 0.726 s
% 13.96/2.65  % (20034)Instructions burned: 1644 (million)
% 13.96/2.65  % (20034)------------------------------
% 13.96/2.65  % (20034)------------------------------
% 13.96/2.66  % (20082)lrs+1002_1:1024_sil=2000:plsq=on:plsqr=1,1:gs=on:gsem=off:i=416:nm=0:fsr=off:fs=off_0 on Vampire---4 for (2977ds/416Mi)
% 13.96/2.66  % (20079)Instruction limit reached!
% 13.96/2.66  % (20079)------------------------------
% 13.96/2.66  % (20079)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.96/2.66  % (20079)Termination reason: Unknown
% 13.96/2.66  % (20079)Termination phase: Saturation
% 13.96/2.66  
% 13.96/2.66  % (20079)Memory used [KB]: 3525
% 13.96/2.66  % (20079)Time elapsed: 0.060 s
% 13.96/2.66  % (20079)Instructions burned: 225 (million)
% 13.96/2.66  % (20079)------------------------------
% 13.96/2.66  % (20079)------------------------------
% 13.96/2.66  % (20081)lrs-1011_1:1_bsr=unit_only:sil=2000:sp=occurrence:sac=on:i=149:sd=3:ss=axioms:sgt=30:newcnf=on_0 on Vampire---4 for (2977ds/149Mi)
% 13.96/2.67  % (20083)lrs+1011_10195:1048576_to=lpo:sil=2000:fde=none:ile=on:sp=const_frequency:lma=on:lcm=reverse:nwc=22.1777:flr=on:st=1.5:i=420:bs=on:sd=2:awrs=converge:awrsf=457:bd=preordered:nm=5:fsd=on:ss=axioms:sgt=20:rawr=on:etr=on:bsd=on:afp=10:afq=2.1644398980198307_0 on Vampire---4 for (2976ds/420Mi)
% 13.96/2.67  % (20080)Instruction limit reached!
% 13.96/2.67  % (20080)------------------------------
% 13.96/2.67  % (20080)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.96/2.67  % (20080)Termination reason: Unknown
% 13.96/2.67  % (20080)Termination phase: Saturation
% 13.96/2.67  
% 13.96/2.67  % (20080)Memory used [KB]: 2406
% 13.96/2.67  % (20080)Time elapsed: 0.060 s
% 13.96/2.67  % (20080)Instructions burned: 117 (million)
% 13.96/2.67  % (20080)------------------------------
% 13.96/2.67  % (20080)------------------------------
% 13.96/2.67  % (20084)lrs-1010_1:3_sil=4000:tgt=ground:sos=on:i=179:nm=3:ss=axioms:nwc=2.0_0 on Vampire---4 for (2976ds/179Mi)
% 14.33/2.68  % (20084)Refutation not found, incomplete strategy% (20084)------------------------------
% 14.33/2.68  % (20084)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 14.33/2.68  % (20084)Termination reason: Refutation not found, incomplete strategy
% 14.33/2.68  
% 14.33/2.68  % (20084)Memory used [KB]: 1152
% 14.33/2.68  % (20084)Time elapsed: 0.007 s
% 14.33/2.68  % (20084)Instructions burned: 11 (million)
% 14.33/2.68  % (20084)------------------------------
% 14.33/2.68  % (20084)------------------------------
% 14.33/2.70  % (20085)dis+21_1:64_sil=8000:sp=frequency:lcm=predicate:gs=on:slsqc=3:slsq=on:st=2.0:i=680:s2at=5.5:av=off:ss=included:s2a=on:rawr=on:ep=R_0 on Vampire---4 for (2976ds/680Mi)
% 14.33/2.70  % (20070)Instruction limit reached!
% 14.33/2.70  % (20070)------------------------------
% 14.33/2.70  % (20070)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 14.33/2.70  % (20070)Termination reason: Unknown
% 14.33/2.70  % (20070)Termination phase: Saturation
% 14.33/2.70  
% 14.33/2.70  % (20070)Memory used [KB]: 6378
% 14.33/2.70  % (20070)Time elapsed: 0.196 s
% 14.33/2.70  % (20070)Instructions burned: 451 (million)
% 14.33/2.70  % (20070)------------------------------
% 14.33/2.70  % (20070)------------------------------
% 14.33/2.71  % (20086)lrs+11_5:2_to=lpo:drc=encompass:sil=8000:tgt=full:sp=const_frequency:sos=all:lma=on:spb=goal_then_units:nwc=10.0:i=165:fsr=off:rawr=on:fdi=5_0 on Vampire---4 for (2976ds/165Mi)
% 15.44/2.71  % (20062)Instruction limit reached!
% 15.44/2.71  % (20062)------------------------------
% 15.44/2.71  % (20062)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 15.44/2.71  % (20062)Termination reason: Unknown
% 15.44/2.71  % (20062)Termination phase: Saturation
% 15.44/2.71  
% 15.44/2.71  % (20062)Memory used [KB]: 5535
% 15.44/2.71  % (20062)Time elapsed: 0.297 s
% 15.44/2.71  % (20062)Instructions burned: 646 (million)
% 15.44/2.71  % (20062)------------------------------
% 15.44/2.71  % (20062)------------------------------
% 15.44/2.72  % (20087)lrs+21_16:1_bsr=unit_only:to=lpo:sp=const_frequency:sos=on:urr=on:newcnf=on:i=191:fsr=off:ss=axioms:alpa=true:ep=RST:sil=8000:sac=on:spb=non_intro_0 on Vampire---4 for (2976ds/191Mi)
% 15.54/2.74  % (20081)Instruction limit reached!
% 15.54/2.74  % (20081)------------------------------
% 15.54/2.74  % (20081)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 15.54/2.74  % (20081)Termination reason: Unknown
% 15.54/2.74  % (20081)Termination phase: Saturation
% 15.54/2.74  
% 15.54/2.74  % (20081)Memory used [KB]: 2564
% 15.54/2.74  % (20081)Time elapsed: 0.104 s
% 15.54/2.74  % (20081)Instructions burned: 150 (million)
% 15.54/2.74  % (20081)------------------------------
% 15.54/2.74  % (20081)------------------------------
% 15.54/2.75  % (20088)dis+1002_1:1_sil=16000:tgt=ground:sac=on:i=260:sd=2:aac=none:ss=axioms:nwc=10.0_0 on Vampire---4 for (2976ds/260Mi)
% 15.54/2.78  % (20086)Instruction limit reached!
% 15.54/2.78  % (20086)------------------------------
% 15.54/2.78  % (20086)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 15.54/2.78  % (20086)Termination reason: Unknown
% 15.54/2.78  % (20086)Termination phase: Saturation
% 15.54/2.78  
% 15.54/2.78  % (20086)Memory used [KB]: 2217
% 15.54/2.78  % (20086)Time elapsed: 0.070 s
% 15.54/2.78  % (20086)Instructions burned: 165 (million)
% 15.54/2.78  % (20086)------------------------------
% 15.54/2.78  % (20086)------------------------------
% 15.54/2.78  % (20089)dis+1011_3:8_bsr=unit_only:slsqr=1,16:sil=2000:plsq=on:plsqr=296,127:sp=reverse_frequency:lsd=5:nwc=10.0:slsqc=3:slsq=on:st=3.0:i=192:s2at=4.5:sd=4:slsql=off:nm=16:ins=5:ss=axioms:sgt=20:rawr=on:urr=ec_only:to=lpo_0 on Vampire---4 for (2975ds/192Mi)
% 15.54/2.79  % (20061)Instruction limit reached!
% 15.54/2.79  % (20061)------------------------------
% 15.54/2.79  % (20061)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 15.54/2.79  % (20061)Termination reason: Unknown
% 15.54/2.79  % (20061)Termination phase: Saturation
% 15.54/2.79  
% 15.54/2.79  % (20061)Memory used [KB]: 3050
% 15.54/2.79  % (20061)Time elapsed: 0.403 s
% 15.54/2.79  % (20061)Instructions burned: 900 (million)
% 15.54/2.79  % (20061)------------------------------
% 15.54/2.79  % (20061)------------------------------
% 15.54/2.80  % (20090)dis-1010_64191:1048576_slsqr=356311,1048576:drc=off:sil=2000:tgt=full:sp=weighted_frequency:sos=all:spb=goal:fd=preordered:rp=on:nwc=13.7836:s2agt=5:slsqc=2:sac=on:slsq=on:st=3:s2a=on:i=140:sd=2:kws=precedence:afp=10:erml=2:slsql=off:nm=5:amm=sco:afq=1.96219:ss=axioms:er=known:rawr=on:avsq=on:avsqc=3:avsqr=23111,524288:aac=none:rnwc=on_0 on Vampire---4 for (2975ds/140Mi)
% 15.54/2.80  % (20087)Instruction limit reached!
% 15.54/2.80  % (20087)------------------------------
% 15.54/2.80  % (20087)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 15.54/2.80  % (20087)Termination reason: Unknown
% 15.54/2.80  % (20087)Termination phase: Saturation
% 15.54/2.80  
% 15.54/2.80  % (20087)Memory used [KB]: 3801
% 15.54/2.80  % (20087)Time elapsed: 0.084 s
% 15.54/2.80  % (20087)Instructions burned: 193 (million)
% 15.54/2.80  % (20087)------------------------------
% 15.54/2.80  % (20087)------------------------------
% 15.54/2.81  % (20091)lrs-1010_1:128_tgt=ground:si=on:plsq=on:plsqr=2087559,524288:sos=on:st=1.5:i=653:sd=2:rtra=on:ss=included:sil=128000:ins=1:gsp=on:anc=all_dependent_0 on Vampire---4 for (2975ds/653Mi)
% 15.54/2.81  % (20083)Instruction limit reached!
% 15.54/2.81  % (20083)------------------------------
% 15.54/2.81  % (20083)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 15.54/2.81  % (20083)Termination reason: Unknown
% 15.54/2.81  % (20083)Termination phase: Saturation
% 15.54/2.81  
% 15.54/2.81  % (20083)Memory used [KB]: 4319
% 15.54/2.81  % (20083)Time elapsed: 0.158 s
% 15.54/2.81  % (20083)Instructions burned: 421 (million)
% 15.54/2.81  % (20083)------------------------------
% 15.54/2.81  % (20083)------------------------------
% 15.54/2.81  % (20092)ott+1011_170061:1048576_to=lpo:drc=encompass:sil=4000:tgt=full:fde=unused:sims=off:sp=unary_frequency:lma=on:gs=on:nwc=3.05078:sac=on:nicw=on:gsem=off:s2a=on:i=307:bs=on:nm=16:ins=7:fsr=off:amm=sco:uhcvi=on:fdi=4:rawr=on_0 on Vampire---4 for (2975ds/307Mi)
% 15.54/2.82  % (20091)Refutation not found, incomplete strategy% (20091)------------------------------
% 15.54/2.82  % (20091)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 15.54/2.82  % (20091)Termination reason: Refutation not found, incomplete strategy
% 15.54/2.82  
% 15.54/2.82  % (20091)Memory used [KB]: 1391
% 15.54/2.82  % (20091)Time elapsed: 0.011 s
% 15.54/2.82  % (20091)Instructions burned: 19 (million)
% 15.54/2.82  % (20091)------------------------------
% 15.54/2.82  % (20091)------------------------------
% 16.19/2.83  % (20093)dis-1011_1:32_to=lpo:sil=2000:fde=none:sos=on:nwc=5.0:flr=on:st=3.0:i=216:nm=3:ss=axioms:aac=none:fsr=off_0 on Vampire---4 for (2975ds/216Mi)
% 16.19/2.84  % (20082)Instruction limit reached!
% 16.19/2.84  % (20082)------------------------------
% 16.19/2.84  % (20082)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 16.19/2.84  % (20082)Termination reason: Unknown
% 16.19/2.84  % (20082)Termination phase: Saturation
% 16.19/2.84  
% 16.19/2.84  % (20082)Memory used [KB]: 3496
% 16.19/2.84  % (20082)Time elapsed: 0.177 s
% 16.19/2.84  % (20082)Instructions burned: 416 (million)
% 16.19/2.84  % (20082)------------------------------
% 16.19/2.84  % (20082)------------------------------
% 16.19/2.85  % (20094)dis+1011_1:4_bsr=on:to=lpo:sil=2000:tgt=ground:plsqc=1:plsq=on:plsqr=4477983,65536:sp=frequency:erd=off:spb=goal:nwc=2.0:sac=on:newcnf=on:cond=fast:st=5.0:i=176:nm=16:ss=axioms:rawr=on:lsd=100:awrs=converge_0 on Vampire---4 for (2975ds/176Mi)
% 16.19/2.87  % (20090)Instruction limit reached!
% 16.19/2.87  % (20090)------------------------------
% 16.19/2.87  % (20090)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 16.19/2.87  % (20090)Termination reason: Unknown
% 16.19/2.87  % (20090)Termination phase: Saturation
% 16.19/2.87  
% 16.19/2.87  % (20090)Memory used [KB]: 2028
% 16.19/2.87  % (20090)Time elapsed: 0.066 s
% 16.19/2.87  % (20090)Instructions burned: 140 (million)
% 16.19/2.87  % (20090)------------------------------
% 16.19/2.87  % (20090)------------------------------
% 16.19/2.87  % (20089)Instruction limit reached!
% 16.19/2.87  % (20089)------------------------------
% 16.19/2.87  % (20089)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 16.19/2.87  % (20089)Termination reason: Unknown
% 16.19/2.87  % (20089)Termination phase: Saturation
% 16.19/2.87  
% 16.19/2.87  % (20089)Memory used [KB]: 2103
% 16.19/2.87  % (20089)Time elapsed: 0.087 s
% 16.19/2.87  % (20089)Instructions burned: 193 (million)
% 16.19/2.87  % (20089)------------------------------
% 16.19/2.87  % (20089)------------------------------
% 16.19/2.87  % (20095)lrs-1010_2:1_sil=4000:tgt=ground:sos=on:erd=off:bce=on:st=4.5:i=206:sd=1:kws=inv_frequency:ss=axioms:sgt=100:rawr=on:avsq=on:avsqr=17,12:plsq=on:plsqr=25,62:anc=all_dependent_0 on Vampire---4 for (2974ds/206Mi)
% 16.19/2.87  % (20096)dis+1011_1:1_bsr=unit_only:slsqr=1,2:sil=2000:plsqc=1:plsq=on:plsqr=32,1:lsd=20:plsql=on:slsqc=1:slsq=on:i=592:slsql=off:nm=2:uhcvi=on:rawr=on:fsr=off:avsq=on:avsqr=9387,262144_0 on Vampire---4 for (2974ds/592Mi)
% 16.19/2.88  % (20088)Instruction limit reached!
% 16.19/2.88  % (20088)------------------------------
% 16.19/2.88  % (20088)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 16.19/2.88  % (20088)Termination reason: Unknown
% 16.19/2.88  % (20088)Termination phase: Saturation
% 16.19/2.88  
% 16.19/2.88  % (20088)Memory used [KB]: 2370
% 16.19/2.88  % (20088)Time elapsed: 0.128 s
% 16.19/2.88  % (20088)Instructions burned: 261 (million)
% 16.19/2.88  % (20088)------------------------------
% 16.19/2.88  % (20088)------------------------------
% 16.19/2.88  % (20095)Refutation not found, incomplete strategy% (20095)------------------------------
% 16.19/2.88  % (20095)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 16.19/2.88  % (20095)Termination reason: Refutation not found, incomplete strategy
% 16.19/2.88  
% 16.19/2.88  % (20095)Memory used [KB]: 1185
% 16.19/2.88  % (20095)Time elapsed: 0.009 s
% 16.19/2.88  % (20095)Instructions burned: 16 (million)
% 16.19/2.88  % (20095)------------------------------
% 16.19/2.88  % (20095)------------------------------
% 16.19/2.88  % (20097)ott+33_191939:1048576_drc=encompass:sil=4000:tgt=ground:sp=const_frequency:lma=on:spb=goal:gs=on:nwc=17.8226:gsem=off:cond=fast:i=266:kws=inv_arity:bd=preordered:nm=35:av=off:fsr=off:uhcvi=on:rawr=on:bs=unit_only:urr=ec_only:ins=1_0 on Vampire---4 for (2974ds/266Mi)
% 16.19/2.88  % (20098)dis+11_4:7_sil=2000:sp=unary_first:i=118:afp=50:ep=RST:afq=2.0:rawr=on:add=large:alpa=false:to=lpo:fsr=off:anc=none:nicw=on_0 on Vampire---4 for (2974ds/118Mi)
% 16.64/2.92  % (20094)Instruction limit reached!
% 16.64/2.92  % (20094)------------------------------
% 16.64/2.92  % (20094)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 16.64/2.92  % (20094)Termination reason: Unknown
% 16.64/2.92  % (20094)Termination phase: Saturation
% 16.64/2.92  
% 16.64/2.92  % (20094)Memory used [KB]: 2725
% 16.64/2.92  % (20094)Time elapsed: 0.089 s
% 16.64/2.92  % (20094)Instructions burned: 176 (million)
% 16.64/2.92  % (20094)------------------------------
% 16.64/2.92  % (20094)------------------------------
% 16.64/2.92  % (20099)lrs-34_1:1_sil=4000:erd=off:urr=on:nwc=3.0:s2agt=16:s2a=on:i=119:br=off:ep=R:ins=1_0 on Vampire---4 for (2974ds/119Mi)
% 16.64/2.92  % (20093)Instruction limit reached!
% 16.64/2.92  % (20093)------------------------------
% 16.64/2.92  % (20093)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 16.64/2.92  % (20093)Termination reason: Unknown
% 16.64/2.92  % (20093)Termination phase: Saturation
% 16.64/2.92  
% 16.64/2.92  % (20093)Memory used [KB]: 2663
% 16.64/2.92  % (20093)Time elapsed: 0.123 s
% 16.64/2.92  % (20093)Instructions burned: 216 (million)
% 16.64/2.92  % (20093)------------------------------
% 16.64/2.92  % (20093)------------------------------
% 16.64/2.94  % (20100)lrs+1011_1:1_sil=16000:sp=occurrence:st=5.0:i=167:sd=2:ss=axioms:sgt=16_0 on Vampire---4 for (2974ds/167Mi)
% 16.64/2.94  % (20098)Instruction limit reached!
% 16.64/2.94  % (20098)------------------------------
% 16.64/2.94  % (20098)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 16.64/2.94  % (20098)Termination reason: Unknown
% 16.64/2.94  % (20098)Termination phase: Saturation
% 16.64/2.94  
% 16.64/2.94  % (20098)Memory used [KB]: 2360
% 16.64/2.94  % (20098)Time elapsed: 0.081 s
% 16.64/2.94  % (20098)Instructions burned: 119 (million)
% 16.64/2.94  % (20098)------------------------------
% 16.64/2.94  % (20098)------------------------------
% 16.64/2.94  % (20101)dis+1011_5:2_to=lpo:drc=off:sil=2000:fde=unused:spb=goal_then_units:acc=on:nwc=10.0:nicw=on:i=211:fsr=off:fsd=on:rawr=on:fsdmm=1:plsq=on:plsql=on:plsqc=2:plsqr=57,62:amm=sco_0 on Vampire---4 for (2974ds/211Mi)
% 17.02/2.97  % (20099)Instruction limit reached!
% 17.02/2.97  % (20099)------------------------------
% 17.02/2.97  % (20099)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.02/2.97  % (20099)Termination reason: Unknown
% 17.02/2.97  % (20099)Termination phase: Saturation
% 17.02/2.97  
% 17.02/2.97  % (20099)Memory used [KB]: 2708
% 17.02/2.97  % (20099)Time elapsed: 0.057 s
% 17.02/2.97  % (20099)Instructions burned: 119 (million)
% 17.02/2.97  % (20099)------------------------------
% 17.02/2.97  % (20099)------------------------------
% 17.02/2.97  % (20102)dis+1011_1:4_sil=8000:tgt=full:st=1.5:s2a=on:i=201:s2at=1.2:sd=5:ss=axioms:ep=RS:av=off_0 on Vampire---4 for (2973ds/201Mi)
% 17.02/2.98  % (20092)Instruction limit reached!
% 17.02/2.98  % (20092)------------------------------
% 17.02/2.98  % (20092)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.02/2.98  % (20092)Termination reason: Unknown
% 17.02/2.98  % (20092)Termination phase: Saturation
% 17.02/2.98  
% 17.02/2.98  % (20092)Memory used [KB]: 4759
% 17.02/2.98  % (20092)Time elapsed: 0.173 s
% 17.02/2.98  % (20092)Instructions burned: 307 (million)
% 17.02/2.98  % (20092)------------------------------
% 17.02/2.98  % (20092)------------------------------
% 17.02/2.98  % (20103)lrs+33_8:7_anc=all:sil=4000:urr=full:br=off:st=3.0:i=230:sd=2:afp=10:afq=2.0:ss=axioms:rawr=on:fsr=off:gsp=on:nwc=0.9918136297139506_0 on Vampire---4 for (2973ds/230Mi)
% 17.02/3.00  % (20085)Instruction limit reached!
% 17.02/3.00  % (20085)------------------------------
% 17.02/3.00  % (20085)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.02/3.00  % (20085)Termination reason: Unknown
% 17.02/3.00  % (20085)Termination phase: Saturation
% 17.02/3.00  
% 17.02/3.00  % (20085)Memory used [KB]: 3152
% 17.02/3.00  % (20085)Time elapsed: 0.328 s
% 17.02/3.00  % (20085)Instructions burned: 681 (million)
% 17.02/3.00  % (20085)------------------------------
% 17.02/3.00  % (20085)------------------------------
% 17.27/3.00  % (20104)lrs+1010_1:128_sil=8000:sims=off:sos=on:newcnf=on:i=215:kws=frequency:bd=off:alpa=random:fd=off:sac=on_0 on Vampire---4 for (2973ds/215Mi)
% 17.27/3.02  % (20102)Instruction limit reached!
% 17.27/3.02  % (20102)------------------------------
% 17.27/3.02  % (20102)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.27/3.02  % (20102)Termination reason: Unknown
% 17.27/3.02  % (20102)Termination phase: Saturation
% 17.27/3.02  
% 17.27/3.02  % (20102)Memory used [KB]: 1508
% 17.27/3.02  % (20102)Time elapsed: 0.068 s
% 17.27/3.02  % (20102)Instructions burned: 203 (million)
% 17.27/3.02  % (20102)------------------------------
% 17.27/3.02  % (20102)------------------------------
% 17.27/3.02  % (20105)dis+1011_2:1_sil=2000:fde=unused:plsqc=1:plsq=on:plsqr=36971,524288:nwc=5.0:i=265:ep=RS:nm=7_0 on Vampire---4 for (2973ds/265Mi)
% 17.27/3.02  % (20097)Instruction limit reached!
% 17.27/3.02  % (20097)------------------------------
% 17.27/3.02  % (20097)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.27/3.02  % (20097)Termination reason: Unknown
% 17.27/3.02  % (20097)Termination phase: Saturation
% 17.27/3.02  
% 17.27/3.02  % (20097)Memory used [KB]: 4863
% 17.27/3.02  % (20097)Time elapsed: 0.168 s
% 17.27/3.02  % (20097)Instructions burned: 267 (million)
% 17.27/3.02  % (20097)------------------------------
% 17.27/3.02  % (20097)------------------------------
% 17.49/3.03  % (20100)Instruction limit reached!
% 17.49/3.03  % (20100)------------------------------
% 17.49/3.03  % (20100)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.49/3.03  % (20100)Termination reason: Unknown
% 17.49/3.03  % (20100)Termination phase: Saturation
% 17.49/3.03  
% 17.49/3.03  % (20100)Memory used [KB]: 2650
% 17.49/3.03  % (20100)Time elapsed: 0.108 s
% 17.49/3.03  % (20100)Instructions burned: 167 (million)
% 17.49/3.03  % (20100)------------------------------
% 17.49/3.03  % (20100)------------------------------
% 17.49/3.03  % (20106)dis+1011_1:17_to=lpo:sil=2000:fde=unused:spb=units:lsd=20:nwc=8.0:alpa=random:cond=on:st=1.5:s2a=on:i=1040:s2at=1.5:sd=3:nm=22:fsr=off:ss=axioms:rawr=on:afp=1000:afq=1.56_0 on Vampire---4 for (2973ds/1040Mi)
% 17.49/3.05  % (20101)Instruction limit reached!
% 17.49/3.05  % (20101)------------------------------
% 17.49/3.05  % (20101)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.49/3.05  % (20101)Termination reason: Unknown
% 17.49/3.05  % (20101)Termination phase: Saturation
% 17.49/3.05  
% 17.49/3.05  % (20101)Memory used [KB]: 2295
% 17.49/3.05  % (20101)Time elapsed: 0.128 s
% 17.49/3.05  % (20101)Instructions burned: 211 (million)
% 17.49/3.05  % (20101)------------------------------
% 17.49/3.05  % (20101)------------------------------
% 17.49/3.05  % (20108)lrs-1011_3:1_sil=2000:tgt=ground:sos=on:flr=on:i=192:bce=on:kws=inv_frequency_0 on Vampire---4 for (2973ds/192Mi)
% 17.49/3.05  % (20107)dis-1011_2:3_slsqr=879,448:irw=on:sp=reverse_frequency:slsqc=2:slsq=on:cond=fast:i=443:s2at=4.0:bs=unit_only:sup=off:ss=axioms:sgt=15:rawr=on:lsd=5:sil=8000:nicw=on_0 on Vampire---4 for (2973ds/443Mi)
% 17.49/3.05  % (20104)Refutation not found, incomplete strategy% (20104)------------------------------
% 17.49/3.05  % (20104)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.49/3.05  % (20104)Termination reason: Refutation not found, incomplete strategy
% 17.49/3.05  
% 17.49/3.05  % (20104)Memory used [KB]: 1506
% 17.49/3.05  % (20104)Time elapsed: 0.074 s
% 17.49/3.05  % (20104)Instructions burned: 119 (million)
% 17.49/3.05  % (20104)------------------------------
% 17.49/3.05  % (20104)------------------------------
% 17.49/3.06  % (20109)dis+1011_5:2_to=lpo:sil=8000:tgt=ground:plsq=on:plsqr=65749,1048576:spb=goal:nwc=10.0:newcnf=on:i=1218:rawr=on:av=off:nm=5:awrs=converge:awrsf=340:bsd=on:s2a=on:fdi=1_0 on Vampire---4 for (2972ds/1218Mi)
% 17.49/3.09  % (20103)Instruction limit reached!
% 17.49/3.09  % (20103)------------------------------
% 17.49/3.09  % (20103)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.49/3.09  % (20103)Termination reason: Unknown
% 17.49/3.09  % (20103)Termination phase: Saturation
% 17.49/3.09  
% 17.49/3.09  % (20103)Memory used [KB]: 5130
% 17.49/3.09  % (20103)Time elapsed: 0.132 s
% 17.49/3.09  % (20103)Instructions burned: 232 (million)
% 17.49/3.09  % (20103)------------------------------
% 17.49/3.09  % (20103)------------------------------
% 17.49/3.10  % (20110)lrs+666_2:89_bsr=unit_only:to=lpo:sil=2000:sos=on:spb=goal_then_units:sac=on:i=171:bd=off:uhcvi=on:nicw=on:fd=off_0 on Vampire---4 for (2972ds/171Mi)
% 17.49/3.10  % (20105)Instruction limit reached!
% 17.49/3.10  % (20105)------------------------------
% 17.49/3.10  % (20105)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.49/3.10  % (20105)Termination reason: Unknown
% 17.49/3.10  % (20105)Termination phase: Saturation
% 17.49/3.10  
% 17.49/3.10  % (20105)Memory used [KB]: 2014
% 17.49/3.10  % (20105)Time elapsed: 0.108 s
% 17.49/3.10  % (20105)Instructions burned: 268 (million)
% 17.49/3.10  % (20105)------------------------------
% 17.49/3.10  % (20105)------------------------------
% 17.49/3.11  % (20111)lrs+1010_1:28_plsqc=4:si=on:plsq=on:plsqr=22387283,262144:i=283:sd=2:rtra=on:ss=included:sgt=8:sil=2000:slsq=on:slsqc=1:nm=32:acc=model:aer=off:alpa=false:spb=intro:nicw=on:bd=off:sp=reverse_arity:kws=arity_0 on Vampire---4 for (2972ds/283Mi)
% 17.49/3.12  % (20096)Instruction limit reached!
% 17.49/3.12  % (20096)------------------------------
% 17.49/3.12  % (20096)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.49/3.12  % (20096)Termination reason: Unknown
% 17.49/3.12  % (20096)Termination phase: Saturation
% 17.49/3.12  
% 17.49/3.12  % (20096)Memory used [KB]: 4101
% 17.49/3.12  % (20096)Time elapsed: 0.251 s
% 17.49/3.12  % (20096)Instructions burned: 592 (million)
% 17.49/3.12  % (20096)------------------------------
% 17.49/3.12  % (20096)------------------------------
% 18.29/3.13  % (20112)lrs+1010_1:1_sil=8000:fde=none:sos=on:rp=on:st=3.0:i=590:bd=off:nm=16:fsr=off:ss=included:sgt=8:acc=on:aac=none:s2a=on:fs=off_0 on Vampire---4 for (2972ds/590Mi)
% 18.29/3.15  % (20108)Instruction limit reached!
% 18.29/3.15  % (20108)------------------------------
% 18.29/3.15  % (20108)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 18.29/3.15  % (20108)Termination reason: Unknown
% 18.29/3.15  % (20108)Termination phase: Saturation
% 18.29/3.15  
% 18.29/3.15  % (20108)Memory used [KB]: 2836
% 18.29/3.15  % (20108)Time elapsed: 0.098 s
% 18.29/3.15  % (20108)Instructions burned: 192 (million)
% 18.29/3.15  % (20108)------------------------------
% 18.29/3.15  % (20108)------------------------------
% 18.29/3.15  % (20113)lrs+1011_16:1_to=lpo:sil=2000:spb=goal_then_units:urr=on:lsd=1:i=227:bd=off:ss=axioms:gsp=on:sac=on_0 on Vampire---4 for (2972ds/227Mi)
% 18.29/3.17  % (20110)Instruction limit reached!
% 18.29/3.17  % (20110)------------------------------
% 18.29/3.17  % (20110)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 18.29/3.17  % (20110)Termination reason: Unknown
% 18.29/3.17  % (20110)Termination phase: Saturation
% 18.29/3.17  
% 18.29/3.17  % (20110)Memory used [KB]: 2367
% 18.29/3.17  % (20110)Time elapsed: 0.075 s
% 18.29/3.17  % (20110)Instructions burned: 173 (million)
% 18.29/3.17  % (20110)------------------------------
% 18.29/3.17  % (20110)------------------------------
% 18.29/3.17  % (20114)ott+10_107421:1048576_to=lpo:drc=off:sil=4000:fde=none:sos=on:lma=on:spb=intro:gs=on:nwc=24.2524:gsem=off:i=1636:sd=3:afp=40000:awrs=decay:awrsf=1166:nm=6:afq=1.99252:uhcvi=on:ss=axioms:rawr=on:sp=const_max:add=off_0 on Vampire---4 for (2971ds/1636Mi)
% 18.29/3.18  % (20111)Instruction limit reached!
% 18.29/3.18  % (20111)------------------------------
% 18.29/3.18  % (20111)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 18.29/3.18  % (20111)Termination reason: Unknown
% 18.29/3.18  % (20111)Termination phase: Saturation
% 18.29/3.18  
% 18.29/3.18  % (20111)Memory used [KB]: 1675
% 18.29/3.18  % (20111)Time elapsed: 0.070 s
% 18.29/3.18  % (20111)Instructions burned: 284 (million)
% 18.29/3.18  % (20111)------------------------------
% 18.29/3.18  % (20111)------------------------------
% 18.29/3.18  % (20115)lrs+1011_5:1_sil=2000:plsq=on:plsqr=25,172:sos=on:erd=off:rnwc=on:nwc=10.0:avsq=on:i=229:avsqr=35,118:awrs=converge:awrsf=240:ins=1:amm=sco:uhcvi=on:afr=on:rawr=on:add=large:afp=300_0 on Vampire---4 for (2971ds/229Mi)
% 18.61/3.25  % (20115)Instruction limit reached!
% 18.61/3.25  % (20115)------------------------------
% 18.61/3.25  % (20115)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 18.61/3.25  % (20115)Termination reason: Unknown
% 18.61/3.25  % (20115)Termination phase: Saturation
% 18.61/3.25  
% 18.61/3.25  % (20115)Memory used [KB]: 2205
% 18.61/3.25  % (20115)Time elapsed: 0.069 s
% 18.61/3.25  % (20115)Instructions burned: 230 (million)
% 18.61/3.25  % (20115)------------------------------
% 18.61/3.25  % (20115)------------------------------
% 18.61/3.25  % (20113)Instruction limit reached!
% 18.61/3.25  % (20113)------------------------------
% 18.61/3.25  % (20113)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 18.61/3.25  % (20113)Termination reason: Unknown
% 18.61/3.25  % (20113)Termination phase: Saturation
% 18.61/3.25  
% 18.61/3.25  % (20113)Memory used [KB]: 2478
% 18.61/3.25  % (20113)Time elapsed: 0.102 s
% 18.61/3.25  % (20113)Instructions burned: 228 (million)
% 18.61/3.25  % (20113)------------------------------
% 18.61/3.25  % (20113)------------------------------
% 18.61/3.25  % (20116)lrs+1666_1:8_to=lpo:sil=4000:tgt=full:sp=frequency:sos=on:urr=on:i=265:bd=off:nm=4:amm=off:rawr=on_0 on Vampire---4 for (2971ds/265Mi)
% 18.61/3.25  % (20107)Instruction limit reached!
% 18.61/3.25  % (20107)------------------------------
% 18.61/3.25  % (20107)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 18.61/3.25  % (20107)Termination reason: Unknown
% 18.61/3.25  % (20107)Termination phase: Saturation
% 18.61/3.25  
% 18.61/3.25  % (20107)Memory used [KB]: 2607
% 18.61/3.25  % (20107)Time elapsed: 0.245 s
% 18.61/3.25  % (20107)Instructions burned: 444 (million)
% 18.61/3.25  % (20107)------------------------------
% 18.61/3.25  % (20107)------------------------------
% 18.61/3.26  % (20118)dis+10_19609:262144_slsqr=2099875,262144:to=lpo:drc=encompass:sil=2000:irw=on:plsqc=4:plsq=on:plsqr=2618345,1048576:rnwc=on:plsql=on:rp=on:nwc=3.01662:s2agt=30:slsqc=2:slsq=on:s2a=on:i=324:nm=6:ins=2:gsp=on:rawr=on:amm=off:flr=on:s2pl=no:erd=off_0 on Vampire---4 for (2970ds/324Mi)
% 19.06/3.28  % (20117)lrs+2_1:1_sil=2000:nwc=20.1361:i=230:ss=axioms:sd=12:sgt=8_0 on Vampire---4 for (2971ds/230Mi)
% 20.12/3.33  % (20117)Instruction limit reached!
% 20.12/3.33  % (20117)------------------------------
% 20.12/3.33  % (20117)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 20.12/3.33  % (20117)Termination reason: Unknown
% 20.12/3.33  % (20117)Termination phase: Saturation
% 20.12/3.33  
% 20.12/3.33  % (20117)Memory used [KB]: 1718
% 20.12/3.33  % (20117)Time elapsed: 0.082 s
% 20.12/3.33  % (20117)Instructions burned: 231 (million)
% 20.12/3.33  % (20117)------------------------------
% 20.12/3.33  % (20117)------------------------------
% 20.12/3.33  % (20119)lrs+32_1:4_sil=2000:sos=on:rp=on:i=251:bd=off:nm=16:awrs=decay:awrsf=500_0 on Vampire---4 for (2970ds/251Mi)
% 20.35/3.37  % (20116)Instruction limit reached!
% 20.35/3.37  % (20116)------------------------------
% 20.35/3.37  % (20116)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 20.35/3.37  % (20116)Termination reason: Unknown
% 20.35/3.37  % (20116)Termination phase: Saturation
% 20.35/3.37  
% 20.35/3.37  % (20116)Memory used [KB]: 3504
% 20.35/3.37  % (20116)Time elapsed: 0.120 s
% 20.35/3.37  % (20116)Instructions burned: 265 (million)
% 20.35/3.37  % (20116)------------------------------
% 20.35/3.37  % (20116)------------------------------
% 20.35/3.38  % (20120)dis+1011_16:1_sil=16000:tgt=full:nwc=10.0:alpa=random:sac=on:avsq=on:i=2747:sd=1:kws=inv_frequency:ss=included_0 on Vampire---4 for (2969ds/2747Mi)
% 20.35/3.39  % (20112)Instruction limit reached!
% 20.35/3.39  % (20112)------------------------------
% 20.35/3.39  % (20112)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 20.35/3.39  % (20112)Termination reason: Unknown
% 20.35/3.39  % (20112)Termination phase: Saturation
% 20.35/3.39  
% 20.35/3.39  % (20112)Memory used [KB]: 4388
% 20.35/3.39  % (20112)Time elapsed: 0.252 s
% 20.35/3.39  % (20112)Instructions burned: 591 (million)
% 20.35/3.39  % (20112)------------------------------
% 20.35/3.39  % (20112)------------------------------
% 20.35/3.39  % (20121)lrs+1002_1:1024_drc=encompass:sil=2000:tgt=full:rp=on:i=195:nm=16:ss=axioms:sd=1:st=2.0_0 on Vampire---4 for (2969ds/195Mi)
% 20.35/3.42  % (20118)Instruction limit reached!
% 20.35/3.42  % (20118)------------------------------
% 20.35/3.42  % (20118)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 20.35/3.42  % (20118)Termination reason: Unknown
% 20.35/3.42  % (20118)Termination phase: Saturation
% 20.35/3.42  
% 20.35/3.42  % (20118)Memory used [KB]: 3789
% 20.35/3.42  % (20118)Time elapsed: 0.165 s
% 20.35/3.42  % (20118)Instructions burned: 324 (million)
% 20.35/3.42  % (20118)------------------------------
% 20.35/3.42  % (20118)------------------------------
% 20.81/3.43  % (20122)lrs-11_4:1_anc=all_dependent:slsqr=1,5:sil=2000:sos=all:spb=goal:br=off:alpa=true:newcnf=on:slsq=on:st=1.5:i=247:aac=none:nm=16:ins=1:ss=axioms:bs=unit_only:drc=off_0 on Vampire---4 for (2969ds/247Mi)
% 20.81/3.44  % (20119)Instruction limit reached!
% 20.81/3.44  % (20119)------------------------------
% 20.81/3.44  % (20119)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 20.81/3.44  % (20119)Termination reason: Unknown
% 20.81/3.44  % (20119)Termination phase: Saturation
% 20.81/3.44  
% 20.81/3.44  % (20119)Memory used [KB]: 2556
% 20.81/3.44  % (20119)Time elapsed: 0.105 s
% 20.81/3.44  % (20119)Instructions burned: 251 (million)
% 20.81/3.44  % (20119)------------------------------
% 20.81/3.44  % (20119)------------------------------
% 20.81/3.44  % (20121)Instruction limit reached!
% 20.81/3.44  % (20121)------------------------------
% 20.81/3.44  % (20121)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 20.81/3.44  % (20121)Termination reason: Unknown
% 20.81/3.44  % (20121)Termination phase: Saturation
% 20.81/3.44  
% 20.81/3.44  % (20121)Memory used [KB]: 1784
% 20.81/3.44  % (20121)Time elapsed: 0.053 s
% 20.81/3.44  % (20121)Instructions burned: 197 (million)
% 20.81/3.44  % (20121)------------------------------
% 20.81/3.44  % (20121)------------------------------
% 20.81/3.45  % (20123)lrs-21_1:28_sil=4000:tgt=full:sp=frequency:lma=on:urr=ec_only:nwc=3.0:sac=on:i=178:sd=1:bd=off:ss=axioms:sgt=4:rawr=on_0 on Vampire---4 for (2969ds/178Mi)
% 20.81/3.46  % (20124)dis+21_16:1_to=lpo:sil=2000:sp=frequency:urr=on:nwc=10.0:s2a=on:i=1747:sd=1:nm=6:ss=included:fsr=off:gsp=on_0 on Vampire---4 for (2969ds/1747Mi)
% 20.81/3.47  % (20106)Instruction limit reached!
% 20.81/3.47  % (20106)------------------------------
% 20.81/3.47  % (20106)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 20.81/3.47  % (20106)Termination reason: Unknown
% 20.81/3.47  % (20106)Termination phase: Saturation
% 20.81/3.47  
% 20.81/3.47  % (20106)Memory used [KB]: 2079
% 20.81/3.47  % (20106)Time elapsed: 0.464 s
% 20.81/3.47  % (20106)Instructions burned: 1040 (million)
% 20.81/3.47  % (20106)------------------------------
% 20.81/3.47  % (20106)------------------------------
% 20.81/3.47  % (20125)dis+1011_109733:262144_bsr=unit_only:sil=2000:fde=none:etr=on:sp=occurrence:rnwc=on:rp=on:nwc=23.4039:s2agt=15:avsqc=3:newcnf=on:avsq=on:st=3:s2a=on:i=406:s2at=1.5:aac=none:avsqr=211983,524288:nm=4:ins=3:fsr=off:amm=off:sup=off:ss=axioms:sgt=30:gsp=on:fd=off:bd=off_0 on Vampire---4 for (2968ds/406Mi)
% 21.16/3.50  % (20123)Instruction limit reached!
% 21.16/3.50  % (20123)------------------------------
% 21.16/3.50  % (20123)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.16/3.50  % (20123)Termination reason: Unknown
% 21.16/3.50  % (20123)Termination phase: Saturation
% 21.16/3.50  
% 21.16/3.50  % (20123)Memory used [KB]: 1626
% 21.16/3.50  % (20123)Time elapsed: 0.075 s
% 21.16/3.50  % (20123)Instructions burned: 179 (million)
% 21.16/3.50  % (20123)------------------------------
% 21.16/3.50  % (20123)------------------------------
% 21.16/3.51  % (20126)lrs+2_5:1_to=lpo:sil=2000:plsqc=1:plsq=on:plsqr=32,1:sp=occurrence:sos=all:lma=on:i=237:gsp=on:ss=axioms:rawr=on:sup=off:s2a=on:s2at=3.0_0 on Vampire---4 for (2968ds/237Mi)
% 21.16/3.51  % (20126)Refutation not found, incomplete strategy% (20126)------------------------------
% 21.16/3.51  % (20126)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.16/3.51  % (20126)Termination reason: Refutation not found, incomplete strategy
% 21.16/3.51  
% 21.16/3.51  % (20126)Memory used [KB]: 1161
% 21.16/3.51  % (20126)Time elapsed: 0.004 s
% 21.16/3.51  % (20126)Instructions burned: 12 (million)
% 21.16/3.51  % (20126)------------------------------
% 21.16/3.51  % (20126)------------------------------
% 21.16/3.51  % (20127)dis-1002_468471:1048576_to=lpo:drc=off:sil=2000:tgt=full:sp=frequency:bce=on:nwc=23.5997:newcnf=on:i=548:bs=unit_only:sd=4:nm=10:av=off:uhcvi=on:ss=axioms:sos=on:rp=on_0 on Vampire---4 for (2968ds/548Mi)
% 21.16/3.52  % (20127)Refutation not found, incomplete strategy% (20127)------------------------------
% 21.16/3.52  % (20127)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.16/3.52  % (20127)Termination reason: Refutation not found, incomplete strategy
% 21.16/3.52  
% 21.16/3.52  % (20127)Memory used [KB]: 1156
% 21.16/3.52  % (20127)Time elapsed: 0.005 s
% 21.16/3.52  % (20127)Instructions burned: 15 (million)
% 21.16/3.52  % (20127)------------------------------
% 21.16/3.52  % (20127)------------------------------
% 21.16/3.52  % (20128)lrs+1011_1:1024_sil=4000:br=off:i=275:bd=off:fd=preordered:slsq=on:slsql=off:slsqc=2:slsqr=1,4:s2at=4.0_0 on Vampire---4 for (2968ds/275Mi)
% 21.16/3.52  % (20122)Instruction limit reached!
% 21.16/3.52  % (20122)------------------------------
% 21.16/3.52  % (20122)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.16/3.52  % (20122)Termination reason: Unknown
% 21.16/3.52  % (20122)Termination phase: Saturation
% 21.16/3.52  
% 21.16/3.52  % (20122)Memory used [KB]: 2293
% 21.16/3.52  % (20122)Time elapsed: 0.096 s
% 21.16/3.52  % (20122)Instructions burned: 248 (million)
% 21.16/3.52  % (20122)------------------------------
% 21.16/3.52  % (20122)------------------------------
% 21.16/3.54  % (20129)lrs+1002_1:16_sil=4000:sos=on:sac=on:i=735:bs=unit_only:gsp=on:ss=included:sgt=16:fsr=off:sfv=off:bd=off_0 on Vampire---4 for (2968ds/735Mi)
% 21.16/3.54  % (20129)Refutation not found, incomplete strategy% (20129)------------------------------
% 21.16/3.54  % (20129)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.16/3.54  % (20129)Termination reason: Refutation not found, incomplete strategy
% 21.16/3.54  
% 21.16/3.54  % (20129)Memory used [KB]: 1333
% 21.16/3.54  % (20129)Time elapsed: 0.029 s
% 21.16/3.54  % (20129)Instructions burned: 18 (million)
% 21.16/3.54  % (20129)------------------------------
% 21.16/3.54  % (20129)------------------------------
% 21.53/3.55  % (20130)dis-1011_7:24_to=lpo:sil=64000:sos=on:rnwc=on:gs=on:nwc=1.65:alpa=random:flr=on:nicw=on:i=435:sd=1:bd=off:fsr=off:fsd=on:uhcvi=on:fdi=1:ss=axioms:sgt=16:rawr=on:sp=const_min_0 on Vampire---4 for (2968ds/435Mi)
% 21.77/3.62  % (20128)Instruction limit reached!
% 21.77/3.62  % (20128)------------------------------
% 21.77/3.62  % (20128)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.77/3.62  % (20128)Termination reason: Unknown
% 21.77/3.62  % (20128)Termination phase: Saturation
% 21.77/3.62  
% 21.77/3.62  % (20128)Memory used [KB]: 2380
% 21.77/3.62  % (20128)Time elapsed: 0.115 s
% 21.77/3.62  % (20128)Instructions burned: 276 (million)
% 21.77/3.62  % (20128)------------------------------
% 21.77/3.62  % (20128)------------------------------
% 21.77/3.62  % (20131)lrs+4_1:8_sil=32000:abs=on:nwc=5.0:updr=off:i=822:nm=6:plsq=on:plsql=on:plsqc=1:plsqr=2,1_0 on Vampire---4 for (2967ds/822Mi)
% 21.95/3.65  % (20109)Instruction limit reached!
% 21.95/3.65  % (20109)------------------------------
% 21.95/3.65  % (20109)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.95/3.65  % (20109)Termination reason: Unknown
% 21.95/3.65  % (20109)Termination phase: Saturation
% 21.95/3.65  
% 21.95/3.65  % (20109)Memory used [KB]: 9117
% 21.95/3.65  % (20109)Time elapsed: 0.596 s
% 21.95/3.65  % (20109)Instructions burned: 1218 (million)
% 21.95/3.65  % (20109)------------------------------
% 21.95/3.65  % (20109)------------------------------
% 21.95/3.66  % (20125)Instruction limit reached!
% 21.95/3.66  % (20125)------------------------------
% 21.95/3.66  % (20125)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.95/3.66  % (20125)Termination reason: Unknown
% 21.95/3.66  % (20125)Termination phase: Saturation
% 21.95/3.66  
% 21.95/3.66  % (20125)Memory used [KB]: 4006
% 21.95/3.66  % (20125)Time elapsed: 0.193 s
% 21.95/3.66  % (20125)Instructions burned: 408 (million)
% 21.95/3.66  % (20125)------------------------------
% 21.95/3.66  % (20125)------------------------------
% 21.95/3.67  % (20133)lrs+11_1:1_to=lpo:sil=64000:sp=occurrence:nwc=2.0:st=6.0:s2a=on:i=285:s2at=5.0:sd=1:nm=3:gsp=on:ss=axioms:fsr=off_0 on Vampire---4 for (2967ds/285Mi)
% 21.95/3.67  % (20132)lrs+10_23:15_sil=2000:plsqc=1:plsq=on:plsqr=4106395,32768:plsql=on:nwc=3.0:flr=on:newcnf=on:i=554:kws=precedence:fsr=off:ss=included_0 on Vampire---4 for (2967ds/554Mi)
% 22.31/3.75  % (20130)Instruction limit reached!
% 22.31/3.75  % (20130)------------------------------
% 22.31/3.75  % (20130)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 22.31/3.75  % (20130)Termination reason: Unknown
% 22.31/3.75  % (20130)Termination phase: Saturation
% 22.31/3.75  
% 22.31/3.75  % (20130)Memory used [KB]: 3226
% 22.31/3.75  % (20130)Time elapsed: 0.206 s
% 22.31/3.75  % (20130)Instructions burned: 436 (million)
% 22.31/3.75  % (20130)------------------------------
% 22.31/3.75  % (20130)------------------------------
% 22.31/3.76  % (20134)lrs+1004_1:1_anc=none:sil=16000:tgt=ground:rnwc=on:nwc=10.0:i=263:nm=6:ins=1:afr=on:ss=axioms:sgt=32:rawr=on:newcnf=on_0 on Vampire---4 for (2966ds/263Mi)
% 22.62/3.80  % (20133)Instruction limit reached!
% 22.62/3.80  % (20133)------------------------------
% 22.62/3.80  % (20133)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 22.62/3.80  % (20133)Termination reason: Unknown
% 22.62/3.80  % (20133)Termination phase: Saturation
% 22.62/3.80  
% 22.62/3.80  % (20133)Memory used [KB]: 2315
% 22.62/3.80  % (20133)Time elapsed: 0.134 s
% 22.62/3.80  % (20133)Instructions burned: 285 (million)
% 22.62/3.80  % (20133)------------------------------
% 22.62/3.80  % (20133)------------------------------
% 22.62/3.82  % (20135)lrs+2_1:1_sil=4000:plsqc=4:plsq=on:plsqr=2,1:rp=on:i=229:nm=10:fde=unused:ep=RS:slsq=on:slsql=off:slsqr=1,8:erd=off_0 on Vampire---4 for (2965ds/229Mi)
% 24.28/3.88  % (20134)Instruction limit reached!
% 24.28/3.88  % (20134)------------------------------
% 24.28/3.88  % (20134)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.28/3.88  % (20134)Termination reason: Unknown
% 24.28/3.88  % (20134)Termination phase: Saturation
% 24.28/3.88  
% 24.28/3.88  % (20134)Memory used [KB]: 2703
% 24.28/3.88  % (20134)Time elapsed: 0.143 s
% 24.28/3.88  % (20134)Instructions burned: 263 (million)
% 24.28/3.88  % (20134)------------------------------
% 24.28/3.88  % (20134)------------------------------
% 24.28/3.88  % (20132)Instruction limit reached!
% 24.28/3.88  % (20132)------------------------------
% 24.28/3.88  % (20132)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.28/3.88  % (20132)Termination reason: Unknown
% 24.28/3.88  % (20132)Termination phase: Saturation
% 24.28/3.88  
% 24.28/3.88  % (20132)Memory used [KB]: 6201
% 24.28/3.88  % (20132)Time elapsed: 0.230 s
% 24.28/3.88  % (20132)Instructions burned: 555 (million)
% 24.28/3.88  % (20132)------------------------------
% 24.28/3.88  % (20132)------------------------------
% 24.28/3.88  % (20136)lrs-21_7:15_sil=32000:sp=unary_first:sos=on:spb=units:urr=ec_only:newcnf=on:i=531:ep=RST:flr=on:gsp=on_0 on Vampire---4 for (2964ds/531Mi)
% 24.28/3.88  % (20137)lrs-1002_1:1024_anc=all_dependent:sil=2000:nwc=16.4211:nicw=on:s2a=on:i=292:s2at=5.0:add=large:awrs=converge:awrsf=95:bd=off:afr=on:ss=axioms:rawr=on:slsq=on:slsqc=1:slsqr=1,16:abs=on:sims=off_0 on Vampire---4 for (2964ds/292Mi)
% 24.46/3.89  % (20136)Refutation not found, incomplete strategy% (20136)------------------------------
% 24.46/3.89  % (20136)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.46/3.90  % (20136)Termination reason: Refutation not found, incomplete strategy
% 24.46/3.90  
% 24.46/3.90  % (20136)Memory used [KB]: 1303
% 24.46/3.90  % (20136)Time elapsed: 0.029 s
% 24.46/3.90  % (20136)Instructions burned: 19 (million)
% 24.46/3.90  % (20136)------------------------------
% 24.46/3.90  % (20136)------------------------------
% 24.46/3.92  % (20138)lrs-1011_1:2_nwc=10.0:s2agt=30:s2a=on:i=318:ep=RS:gsp=on:awrs=converge:awrsf=1354:rnwc=on:fsr=off:sil=16000_0 on Vampire---4 for (2964ds/318Mi)
% 24.46/3.92  % (20114)Instruction limit reached!
% 24.46/3.92  % (20114)------------------------------
% 24.46/3.92  % (20114)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.46/3.92  % (20114)Termination reason: Unknown
% 24.46/3.92  % (20114)Termination phase: Saturation
% 24.46/3.92  
% 24.46/3.92  % (20114)Memory used [KB]: 14375
% 24.46/3.92  % (20114)Time elapsed: 0.751 s
% 24.46/3.92  % (20114)Instructions burned: 1636 (million)
% 24.46/3.92  % (20114)------------------------------
% 24.46/3.92  % (20114)------------------------------
% 24.46/3.93  % (20139)lrs-1011_1:64_slsqr=1674187,131072:sil=4000:plsq=on:lsd=50:plsql=on:slsq=on:i=193:slsql=off:bd=off:nm=3:amm=off:gsp=on:ss=axioms:fsr=off_0 on Vampire---4 for (2964ds/193Mi)
% 24.46/3.93  % (20135)Instruction limit reached!
% 24.46/3.93  % (20135)------------------------------
% 24.46/3.93  % (20135)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.46/3.93  % (20135)Termination reason: Unknown
% 24.46/3.93  % (20135)Termination phase: Saturation
% 24.46/3.93  
% 24.46/3.93  % (20135)Memory used [KB]: 2525
% 24.46/3.93  % (20135)Time elapsed: 0.148 s
% 24.46/3.93  % (20135)Instructions burned: 229 (million)
% 24.46/3.93  % (20135)------------------------------
% 24.46/3.93  % (20135)------------------------------
% 24.46/3.93  % (20140)lrs+1011_1:4_sil=2000:tgt=ground:lsd=100:nwc=2.0:st=7.0:i=1997:bd=off:nm=16:av=off:ss=axioms:rawr=on_0 on Vampire---4 for (2964ds/1997Mi)
% 24.84/3.99  % (20138)Instruction limit reached!
% 24.84/3.99  % (20138)------------------------------
% 24.84/3.99  % (20138)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.84/3.99  % (20138)Termination reason: Unknown
% 24.84/3.99  % (20138)Termination phase: Saturation
% 24.84/3.99  
% 24.84/3.99  % (20138)Memory used [KB]: 2139
% 24.84/3.99  % (20138)Time elapsed: 0.111 s
% 24.84/3.99  % (20138)Instructions burned: 321 (million)
% 24.84/3.99  % (20138)------------------------------
% 24.84/3.99  % (20138)------------------------------
% 24.84/4.00  % (20141)dis+1011_2:1_plsq=on:plsqr=10319861,131072:rp=on:nwc=5.0:s2a=on:i=303:s2at=4.0:aac=none:ep=RS:nicw=on:sil=8000:bs=on:alpa=random_0 on Vampire---4 for (2963ds/303Mi)
% 25.14/4.01  % (20139)Instruction limit reached!
% 25.14/4.01  % (20139)------------------------------
% 25.14/4.01  % (20139)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.14/4.01  % (20139)Termination reason: Unknown
% 25.14/4.01  % (20139)Termination phase: Saturation
% 25.14/4.01  
% 25.14/4.01  % (20139)Memory used [KB]: 1689
% 25.14/4.01  % (20139)Time elapsed: 0.113 s
% 25.14/4.01  % (20139)Instructions burned: 194 (million)
% 25.14/4.01  % (20139)------------------------------
% 25.14/4.01  % (20139)------------------------------
% 25.14/4.02  % (20142)lrs+21_1:1024_sil=2000:sp=frequency:spb=non_intro:st=3.5:i=280:sd=3:kws=precedence:bd=off:av=off:ss=axioms:sup=off:lcm=predicate_0 on Vampire---4 for (2963ds/280Mi)
% 25.14/4.03  % (20137)Instruction limit reached!
% 25.14/4.03  % (20137)------------------------------
% 25.14/4.03  % (20137)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.14/4.03  % (20137)Termination reason: Unknown
% 25.14/4.03  % (20137)Termination phase: Saturation
% 25.14/4.03  
% 25.14/4.03  % (20137)Memory used [KB]: 2962
% 25.14/4.03  % (20137)Time elapsed: 0.149 s
% 25.14/4.03  % (20137)Instructions burned: 293 (million)
% 25.14/4.03  % (20137)------------------------------
% 25.14/4.03  % (20137)------------------------------
% 25.14/4.03  % (20131)Instruction limit reached!
% 25.14/4.03  % (20131)------------------------------
% 25.14/4.03  % (20131)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.14/4.03  % (20131)Termination reason: Unknown
% 25.14/4.03  % (20131)Termination phase: Saturation
% 25.14/4.03  
% 25.14/4.03  % (20131)Memory used [KB]: 5529
% 25.14/4.03  % (20131)Time elapsed: 0.410 s
% 25.14/4.03  % (20131)Instructions burned: 822 (million)
% 25.14/4.03  % (20131)------------------------------
% 25.14/4.03  % (20131)------------------------------
% 25.14/4.03  % (20143)lrs+1002_1:4_sil=2000:fde=unused:plsq=on:plsqr=32,1:sos=on:bce=on:i=282:sd=1:ss=included:rawr=on_0 on Vampire---4 for (2963ds/282Mi)
% 25.14/4.04  % (20143)Refutation not found, incomplete strategy% (20143)------------------------------
% 25.14/4.04  % (20143)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.14/4.04  % (20143)Termination reason: Refutation not found, incomplete strategy
% 25.14/4.04  
% 25.14/4.04  % (20143)Memory used [KB]: 1375
% 25.14/4.04  % (20143)Time elapsed: 0.013 s
% 25.14/4.04  % (20143)Instructions burned: 23 (million)
% 25.14/4.04  % (20143)------------------------------
% 25.14/4.04  % (20143)------------------------------
% 25.14/4.05  % (20144)dis+10_52093:131072_drc=off:sil=2000:tgt=ground:irw=on:foolp=on:lma=on:urr=ec_only:nwc=5.20774:st=1.5:i=1308:sd=2:kws=inv_frequency:nm=7:ins=3:av=off:uhcvi=on:ss=axioms:rawr=on_0 on Vampire---4 for (2963ds/1308Mi)
% 25.55/4.05  % (20145)lrs+2_1:1_drc=encompass:sil=2000:urr=on:nwc=10.0:i=80:sd=3:fsr=off:ss=axioms:fd=preordered:bd=off:sup=off_0 on Vampire---4 for (2963ds/80Mi)
% 25.55/4.07  % (20141)Instruction limit reached!
% 25.55/4.07  % (20141)------------------------------
% 25.55/4.07  % (20141)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.55/4.07  % (20141)Termination reason: Unknown
% 25.55/4.07  % (20141)Termination phase: Saturation
% 25.55/4.07  
% 25.55/4.07  % (20141)Memory used [KB]: 7697
% 25.55/4.07  % (20141)Time elapsed: 0.069 s
% 25.55/4.07  % (20141)Instructions burned: 303 (million)
% 25.55/4.07  % (20141)------------------------------
% 25.55/4.07  % (20141)------------------------------
% 25.55/4.07  % (20146)dis+1011_1:1024_drc=off:sil=16000:tgt=full:spb=goal_then_units:i=1256:kws=inv_frequency:fsr=off:ss=axioms:rawr=on:urr=ec_only:plsq=on_0 on Vampire---4 for (2962ds/1256Mi)
% 25.55/4.09  % (20145)Instruction limit reached!
% 25.55/4.09  % (20145)------------------------------
% 25.55/4.09  % (20145)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.55/4.09  % (20145)Termination reason: Unknown
% 25.55/4.09  % (20145)Termination phase: Saturation
% 25.55/4.09  
% 25.55/4.09  % (20145)Memory used [KB]: 1717
% 25.55/4.09  % (20145)Time elapsed: 0.035 s
% 25.55/4.09  % (20145)Instructions burned: 81 (million)
% 25.55/4.09  % (20145)------------------------------
% 25.55/4.09  % (20145)------------------------------
% 25.55/4.11  % (20124)Instruction limit reached!
% 25.55/4.11  % (20124)------------------------------
% 25.55/4.11  % (20124)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.55/4.11  % (20124)Termination reason: Unknown
% 25.55/4.11  % (20124)Termination phase: Saturation
% 25.55/4.11  
% 25.55/4.11  % (20124)Memory used [KB]: 8843
% 25.55/4.11  % (20124)Time elapsed: 0.674 s
% 25.55/4.11  % (20124)Instructions burned: 1748 (million)
% 25.55/4.11  % (20124)------------------------------
% 25.55/4.11  % (20124)------------------------------
% 25.55/4.11  % (20148)lrs-1002_51:127_bsr=unit_only:sil=16000:tgt=ground:acc=on:sac=on:avsq=on:st=5.0:i=292:sd=2:avsqr=49633,1048576:ins=2:fsr=off:gsp=on:ss=axioms:rawr=on:awrs=converge:awrsf=220:bce=on:bd=off:fd=off:sfv=off_0 on Vampire---4 for (2962ds/292Mi)
% 25.55/4.11  % (20147)lrs+21_1:1_sil=16000:nwc=19.4924:s2agt=16:s2a=on:i=1496:sd=2:bd=off:ss=axioms:sgt=8:fs=off:fsr=off_0 on Vampire---4 for (2962ds/1496Mi)
% 25.55/4.14  % (20142)Instruction limit reached!
% 25.55/4.14  % (20142)------------------------------
% 25.55/4.14  % (20142)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.55/4.14  % (20142)Termination reason: Unknown
% 25.55/4.14  % (20142)Termination phase: Saturation
% 25.55/4.14  
% 25.55/4.14  % (20142)Memory used [KB]: 3715
% 25.55/4.14  % (20142)Time elapsed: 0.125 s
% 25.55/4.14  % (20142)Instructions burned: 281 (million)
% 25.55/4.14  % (20142)------------------------------
% 25.55/4.14  % (20142)------------------------------
% 25.91/4.15  % (20149)lrs-1002_9:13_sil=4000:tgt=ground:etr=on:spb=non_intro:rp=on:newcnf=on:i=586:add=large:afp=50:bd=off:ins=1:fsr=off:afq=4.13736:gsp=on:ss=axioms:sgt=16:rawr=on:flr=on:bce=on_0 on Vampire---4 for (2962ds/586Mi)
% 26.22/4.24  % (20148)Instruction limit reached!
% 26.22/4.24  % (20148)------------------------------
% 26.22/4.24  % (20148)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 26.22/4.24  % (20148)Termination reason: Unknown
% 26.22/4.24  % (20148)Termination phase: Saturation
% 26.22/4.24  
% 26.22/4.24  % (20148)Memory used [KB]: 2701
% 26.22/4.24  % (20148)Time elapsed: 0.131 s
% 26.22/4.24  % (20148)Instructions burned: 293 (million)
% 26.22/4.24  % (20148)------------------------------
% 26.22/4.24  % (20148)------------------------------
% 26.38/4.25  % (20150)lrs+0_1:1_drc=off:sil=2000:tgt=ground:sp=occurrence:bce=on:fd=preordered:rp=on:nwc=5.0:alpa=false:nicw=on:st=1.5:s2a=on:i=254:sd=1:kws=inv_arity_squared:bd=off:ins=1:fsr=off:gsp=on:ss=axioms:sgt=30:rawr=on_0 on Vampire---4 for (2961ds/254Mi)
% 26.49/4.35  % (20150)Instruction limit reached!
% 26.49/4.35  % (20150)------------------------------
% 26.49/4.35  % (20150)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 26.49/4.35  % (20150)Termination reason: Unknown
% 26.49/4.35  % (20150)Termination phase: Saturation
% 26.49/4.35  
% 26.49/4.35  % (20150)Memory used [KB]: 2349
% 26.49/4.35  % (20150)Time elapsed: 0.096 s
% 26.49/4.35  % (20150)Instructions burned: 258 (million)
% 26.49/4.35  % (20150)------------------------------
% 26.49/4.35  % (20150)------------------------------
% 26.49/4.35  % (20151)dis+1010_3:2_sil=4000:plsq=on:s2agt=100:sac=on:s2a=on:i=956:s2at=2.0:ep=RS:tgt=full_0 on Vampire---4 for (2960ds/956Mi)
% 28.16/4.42  % (20149)Instruction limit reached!
% 28.16/4.42  % (20149)------------------------------
% 28.16/4.42  % (20149)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 28.16/4.42  % (20149)Termination reason: Unknown
% 28.16/4.42  % (20149)Termination phase: Saturation
% 28.16/4.42  
% 28.16/4.42  % (20149)Memory used [KB]: 4584
% 28.16/4.42  % (20149)Time elapsed: 0.278 s
% 28.16/4.42  % (20149)Instructions burned: 588 (million)
% 28.16/4.42  % (20149)------------------------------
% 28.16/4.42  % (20149)------------------------------
% 28.16/4.43  % (20152)lrs+1011_1:1024_slsqr=1,8:sil=2000:rp=on:nwc=10.0:newcnf=on:slsq=on:st=1.5:s2a=on:i=303:sd=1:awrs=converge:awrsf=390:ep=RST:ss=axioms:sac=on_0 on Vampire---4 for (2959ds/303Mi)
% 29.16/4.50  % (20146)Instruction limit reached!
% 29.16/4.50  % (20146)------------------------------
% 29.16/4.50  % (20146)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 29.16/4.50  % (20146)Termination reason: Unknown
% 29.16/4.50  % (20146)Termination phase: Saturation
% 29.16/4.50  
% 29.16/4.50  % (20146)Memory used [KB]: 4132
% 29.16/4.50  % (20146)Time elapsed: 0.421 s
% 29.16/4.50  % (20146)Instructions burned: 1257 (million)
% 29.16/4.50  % (20146)------------------------------
% 29.16/4.50  % (20146)------------------------------
% 29.16/4.50  % (20153)dis-1011_1:1_sil=8000:nwc=5.0:slsqc=2:slsq=on:s2a=on:i=331:slsql=off:s2agt=16:ss=axioms_0 on Vampire---4 for (2958ds/331Mi)
% 29.42/4.56  % (20152)Instruction limit reached!
% 29.42/4.56  % (20152)------------------------------
% 29.42/4.56  % (20152)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 29.42/4.56  % (20152)Termination reason: Unknown
% 29.42/4.56  % (20152)Termination phase: Saturation
% 29.42/4.56  
% 29.42/4.56  % (20152)Memory used [KB]: 1762
% 29.42/4.56  % (20152)Time elapsed: 0.153 s
% 29.42/4.56  % (20152)Instructions burned: 305 (million)
% 29.42/4.56  % (20152)------------------------------
% 29.42/4.56  % (20152)------------------------------
% 29.42/4.58  % (20154)dis+4_8:1_sil=2000:rp=on:nwc=10.0:alpa=true:sac=on:s2a=on:i=239:ep=R:ss=axioms:s2pl=on_0 on Vampire---4 for (2958ds/239Mi)
% 29.42/4.58  % (20144)Instruction limit reached!
% 29.42/4.58  % (20144)------------------------------
% 29.42/4.58  % (20144)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 29.42/4.58  % (20144)Termination reason: Unknown
% 29.42/4.58  % (20144)Termination phase: Saturation
% 29.42/4.58  
% 29.42/4.58  % (20144)Memory used [KB]: 5073
% 29.42/4.58  % (20144)Time elapsed: 0.530 s
% 29.42/4.58  % (20144)Instructions burned: 1309 (million)
% 29.42/4.58  % (20144)------------------------------
% 29.42/4.58  % (20144)------------------------------
% 29.42/4.58  % (20154)Refutation not found, incomplete strategy% (20154)------------------------------
% 29.42/4.58  % (20154)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 29.42/4.58  % (20154)Termination reason: Refutation not found, incomplete strategy
% 29.42/4.58  
% 29.42/4.58  % (20154)Memory used [KB]: 1199
% 29.42/4.58  % (20154)Time elapsed: 0.037 s
% 29.42/4.58  % (20154)Instructions burned: 14 (million)
% 29.42/4.58  % (20154)------------------------------
% 29.42/4.58  % (20154)------------------------------
% 29.42/4.58  % (20156)dis-1002_89073:262144_slsqr=91667,1048576:drc=off:sil=2000:sp=unary_frequency:spb=goal:urr=ec_only:bce=on:lcm=reverse:rp=on:nwc=9.0873:sac=on:slsq=on:nicw=on:cond=fast:i=622:s2at=5.5:kws=precedence:afp=100000:slsql=off:bd=off:nm=5:ins=3:sup=off:afq=1.99538:uhcvi=on:gsp=on:rawr=on:acc=model_0 on Vampire---4 for (2957ds/622Mi)
% 29.42/4.59  % (20157)lrs+1002_1:1_sil=64000:sos=on:urr=ec_only:flr=on:st=3.0:i=915:sd=1:ep=RS:nm=16:ss=axioms_0 on Vampire---4 for (2957ds/915Mi)
% 29.42/4.60  % (20157)Refutation not found, incomplete strategy% (20157)------------------------------
% 29.42/4.60  % (20157)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 29.42/4.60  % (20157)Termination reason: Refutation not found, incomplete strategy
% 29.42/4.60  
% 29.42/4.60  % (20157)Memory used [KB]: 1196
% 29.42/4.60  % (20157)Time elapsed: 0.037 s
% 29.42/4.60  % (20157)Instructions burned: 12 (million)
% 29.42/4.60  % (20157)------------------------------
% 29.42/4.60  % (20157)------------------------------
% 29.42/4.61  % (20158)lrs+34_1:128_to=lpo:drc=off:sil=16000:sp=reverse_arity:fd=preordered:i=1855:bd=preordered:av=off:fsr=off:gs=on:bsr=unit_only_0 on Vampire---4 for (2957ds/1855Mi)
% 29.42/4.62  % (20120)Instruction limit reached!
% 29.42/4.62  % (20120)------------------------------
% 29.42/4.62  % (20120)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 29.42/4.62  % (20120)Termination reason: Unknown
% 29.42/4.62  % (20120)Termination phase: Saturation
% 29.42/4.62  
% 29.42/4.62  % (20120)Memory used [KB]: 14315
% 29.42/4.62  % (20120)Time elapsed: 1.246 s
% 29.42/4.62  % (20120)Instructions burned: 2748 (million)
% 29.42/4.62  % (20120)------------------------------
% 29.42/4.62  % (20120)------------------------------
% 29.42/4.62  % (20159)lrs+11_3:4_drc=off:sil=2000:tgt=ground:sp=occurrence:urr=on:nwc=5.0:st=3.0:i=223:kws=inv_frequency:av=off:ss=axioms:br=off:rawr=on:newcnf=on_0 on Vampire---4 for (2957ds/223Mi)
% 29.42/4.63  % (20153)Instruction limit reached!
% 29.42/4.63  % (20153)------------------------------
% 29.42/4.63  % (20153)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 29.42/4.63  % (20153)Termination reason: Unknown
% 29.42/4.63  % (20153)Termination phase: Saturation
% 29.42/4.63  
% 29.42/4.63  % (20153)Memory used [KB]: 2160
% 29.42/4.63  % (20153)Time elapsed: 0.147 s
% 29.42/4.63  % (20153)Instructions burned: 331 (million)
% 29.42/4.63  % (20153)------------------------------
% 29.42/4.63  % (20153)------------------------------
% 29.42/4.63  % (20160)lrs-32_1:1_to=lpo:sil=2000:sos=on:rp=on:i=727:sd=1:bd=off:ss=axioms:sgt=100_0 on Vampire---4 for (2957ds/727Mi)
% 30.21/4.67  % (20151)Instruction limit reached!
% 30.21/4.67  % (20151)------------------------------
% 30.21/4.67  % (20151)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.21/4.67  % (20151)Termination reason: Unknown
% 30.21/4.67  % (20151)Termination phase: Saturation
% 30.21/4.67  
% 30.21/4.67  % (20151)Memory used [KB]: 3085
% 30.21/4.67  % (20151)Time elapsed: 0.330 s
% 30.21/4.67  % (20151)Instructions burned: 960 (million)
% 30.21/4.67  % (20151)------------------------------
% 30.21/4.67  % (20151)------------------------------
% 30.21/4.67  % (20161)lrs+1002_1:1024_slsqr=24,7:sil=4000:bsd=on:newcnf=on:slsq=on:st=2.0:i=373:s2at=2.5:awrs=converge:awrsf=340:ss=axioms:rawr=on:alpa=random:nicw=on:bs=unit_only_0 on Vampire---4 for (2956ds/373Mi)
% 30.43/4.70  % (20147)Instruction limit reached!
% 30.43/4.70  % (20147)------------------------------
% 30.43/4.70  % (20147)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.43/4.70  % (20147)Termination reason: Unknown
% 30.43/4.70  % (20147)Termination phase: Saturation
% 30.43/4.70  
% 30.43/4.70  % (20147)Memory used [KB]: 9603
% 30.43/4.70  % (20147)Time elapsed: 0.620 s
% 30.43/4.70  % (20147)Instructions burned: 1498 (million)
% 30.43/4.70  % (20147)------------------------------
% 30.43/4.70  % (20147)------------------------------
% 30.43/4.71  % (20162)dis-1011_4948593:1048576_sfv=off:sil=4000:sp=frequency:sos=on:spb=goal:lsd=1:lcm=predicate:rnwc=on:nwc=16.7798:i=120:sd=2:kws=inv_frequency:awrs=converge:awrsf=336:nm=10:ins=2:av=off:ss=axioms:rawr=on_0 on Vampire---4 for (2956ds/120Mi)
% 30.43/4.71  % (20072)Instruction limit reached!
% 30.43/4.71  % (20072)------------------------------
% 30.43/4.71  % (20072)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.43/4.71  % (20072)Termination reason: Unknown
% 30.43/4.71  % (20072)Termination phase: Saturation
% 30.43/4.71  
% 30.43/4.71  % (20072)Memory used [KB]: 34136
% 30.43/4.71  % (20072)Time elapsed: 2.205 s
% 30.43/4.71  % (20072)Instructions burned: 4759 (million)
% 30.43/4.71  % (20072)------------------------------
% 30.43/4.71  % (20072)------------------------------
% 30.43/4.72  % (20159)Instruction limit reached!
% 30.43/4.72  % (20159)------------------------------
% 30.43/4.72  % (20159)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.43/4.72  % (20159)Termination reason: Unknown
% 30.43/4.72  % (20159)Termination phase: Saturation
% 30.43/4.72  
% 30.43/4.72  % (20159)Memory used [KB]: 2901
% 30.43/4.72  % (20159)Time elapsed: 0.125 s
% 30.43/4.72  % (20159)Instructions burned: 223 (million)
% 30.43/4.72  % (20159)------------------------------
% 30.43/4.72  % (20159)------------------------------
% 30.43/4.72  % (20163)dis-1011_56:219_sil=32000:urr=on:nwc=5.0:s2a=on:i=736:s2at=5.5:awrs=decay:ss=axioms:st=7.0:sup=off:sd=3_0 on Vampire---4 for (2956ds/736Mi)
% 30.43/4.73  % (20164)dis+11_1:64_bsr=unit_only:to=lpo:sil=16000:sp=frequency:flr=on:cond=on:i=1686:awrs=converge:awrsf=200:rawr=on:sup=off:abs=on_0 on Vampire---4 for (2956ds/1686Mi)
% 30.64/4.77  % (20162)Instruction limit reached!
% 30.64/4.77  % (20162)------------------------------
% 30.64/4.77  % (20162)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.64/4.77  % (20162)Termination reason: Unknown
% 30.64/4.77  % (20162)Termination phase: Saturation
% 30.64/4.77  
% 30.64/4.77  % (20162)Memory used [KB]: 1898
% 30.64/4.77  % (20162)Time elapsed: 0.059 s
% 30.64/4.77  % (20162)Instructions burned: 121 (million)
% 30.64/4.77  % (20162)------------------------------
% 30.64/4.77  % (20162)------------------------------
% 30.64/4.77  % (20161)Instruction limit reached!
% 30.64/4.77  % (20161)------------------------------
% 30.64/4.77  % (20161)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.64/4.77  % (20161)Termination reason: Unknown
% 30.64/4.77  % (20161)Termination phase: Saturation
% 30.64/4.77  
% 30.64/4.77  % (20161)Memory used [KB]: 2374
% 30.64/4.77  % (20161)Time elapsed: 0.104 s
% 30.64/4.77  % (20161)Instructions burned: 376 (million)
% 30.64/4.77  % (20161)------------------------------
% 30.64/4.77  % (20161)------------------------------
% 30.64/4.77  % (20165)lrs+1011_1:19_bsr=on:sil=16000:plsq=on:plsqr=691,962:nwc=5.0:s2a=on:i=313:s2at=4.0:sd=2:uhcvi=on:ss=axioms:sgt=30:rawr=on:bsd=on:add=off:sac=on_0 on Vampire---4 for (2955ds/313Mi)
% 30.64/4.78  % (20166)dis+1010_1178033:262144_sil=2000:ile=on:sp=reverse_frequency:sos=on:erd=off:spb=goal:abs=on:bce=on:lcm=reverse:fd=preordered:nwc=11.49952179089034:kmz=on:i=137:add=large:bs=unit_only:kws=inv_arity:nm=20:amm=off:uhcvi=on:afr=on:rawr=on:fsr=off:bd=off:fde=unused:bsr=unit_only_0 on Vampire---4 for (2955ds/137Mi)
% 30.64/4.79  % (20166)Refutation not found, incomplete strategy% (20166)------------------------------
% 30.64/4.79  % (20166)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.64/4.79  % (20166)Termination reason: Refutation not found, incomplete strategy
% 30.64/4.79  
% 30.64/4.79  % (20166)Memory used [KB]: 1394
% 30.64/4.79  % (20166)Time elapsed: 0.013 s
% 30.64/4.79  % (20166)Instructions burned: 22 (million)
% 30.64/4.79  % (20166)------------------------------
% 30.64/4.79  % (20166)------------------------------
% 30.87/4.81  % (20167)lrs-10_1:1_sil=16000:sos=on:st=3.0:i=3870:sd=2:ep=RST:fsr=off:ss=axioms_0 on Vampire---4 for (2955ds/3870Mi)
% 30.87/4.81  % (20167)Refutation not found, incomplete strategy% (20167)------------------------------
% 30.87/4.81  % (20167)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.87/4.81  % (20167)Termination reason: Refutation not found, incomplete strategy
% 30.87/4.81  
% 30.87/4.81  % (20167)Memory used [KB]: 1173
% 30.87/4.81  % (20167)Time elapsed: 0.004 s
% 30.87/4.81  % (20167)Instructions burned: 12 (million)
% 30.87/4.81  % (20167)------------------------------
% 30.87/4.81  % (20167)------------------------------
% 30.87/4.82  % (20168)dis+1011_3:1_anc=all_dependent:bsr=unit_only:drc=encompass:sil=2000:nwc=10.0:alpa=false:sac=on:i=744:kws=precedence:gsp=on:erd=off:bd=off:afp=50:afq=1.276_0 on Vampire---4 for (2955ds/744Mi)
% 30.87/4.84  % (20156)Instruction limit reached!
% 30.87/4.84  % (20156)------------------------------
% 30.87/4.84  % (20156)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.87/4.84  % (20156)Termination reason: Unknown
% 30.87/4.84  % (20156)Termination phase: Saturation
% 30.87/4.84  
% 30.87/4.84  % (20156)Memory used [KB]: 1965
% 30.87/4.84  % (20156)Time elapsed: 0.279 s
% 30.87/4.84  % (20156)Instructions burned: 624 (million)
% 30.87/4.84  % (20156)------------------------------
% 30.87/4.84  % (20156)------------------------------
% 31.18/4.85  % (20169)lrs+1002_1:4_bsr=unit_only:to=lpo:sil=2000:sos=all:rp=on:avsq=on:i=370:fsr=off:rawr=on:alpa=true:flr=on:lcm=reverse:avsqc=1:nicw=on:newcnf=on_0 on Vampire---4 for (2955ds/370Mi)
% 31.18/4.90  % (20160)First to succeed.
% 31.18/4.90  % (20160)Solution written to "/export/starexec/sandbox2/tmp/vampire-proof-19922"
% 31.18/4.90  % (20160)Refutation found. Thanks to Tanya!
% 31.18/4.90  % SZS status Theorem for Vampire---4
% 31.18/4.90  % SZS output start Proof for Vampire---4
% See solution above
% 31.18/4.91  % (20160)------------------------------
% 31.18/4.91  % (20160)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 31.18/4.91  % (20160)Termination reason: Refutation
% 31.18/4.91  
% 31.18/4.91  % (20160)Memory used [KB]: 3327
% 31.18/4.91  % (20160)Time elapsed: 0.293 s
% 31.18/4.91  % (20160)Instructions burned: 636 (million)
% 31.18/4.91  % (19922)Success in time 4.553 s
% 31.18/4.91  % Vampire---4.8 exiting
%------------------------------------------------------------------------------