TSTP Solution File: SWW586_2 by Vampire---4.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.9
% Problem  : SWW586_2 : TPTP v8.2.0. Released v6.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_vampire %s %d THM

% Computer : n011.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 : Mon Jun 24 18:34:23 EDT 2024

% Result   : Theorem 3.84s 0.95s
% Output   : Refutation 3.84s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   38
% Syntax   : Number of formulae    :  175 (  43 unt;   0 typ;   0 def)
%            Number of atoms       :  546 ( 209 equ)
%            Maximal formula atoms :   21 (   3 avg)
%            Number of connectives :  522 ( 151   ~; 212   |; 130   &)
%                                         (  17 <=>;  11  =>;   0  <=;   1 <~>)
%            Maximal formula depth :   16 (   5 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number of types       :   10 (   8 usr;   1 ari)
%            Number of type conns  :    0 (   0   >;   0   *;   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   :  301 ( 180   !; 121   ?; 301   :)

% 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 * regexp1 ) > regexp1 ).

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

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

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: ( list_char * regexp1 ) > list_char ).

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

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

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 ) > regexp1 ).

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

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

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

tff(func_def_69,type,
    sK20: ( uni * ty * uni ) > uni ).

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

tff(func_def_71,type,
    sK22: list_char ).

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: ( list_char * regexp1 ) > $o ).

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

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

tff(f1154,plain,
    $false,
    inference(avatar_sat_refutation,[],[f462,f465,f632,f673,f703,f715,f870,f903,f949,f1038,f1100,f1120,f1139,f1153]) ).

tff(f1153,plain,
    ~ spl23_42,
    inference(avatar_contradiction_clause,[],[f1152]) ).

tff(f1152,plain,
    ( $false
    | ~ spl23_42 ),
    inference(subsumption_resolution,[],[f1149,f330]) ).

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

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

tff(f26,axiom,
    ! [X17: regexp1,X16: regexp1] : ( epsilon1 != alt1(X16,X17) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f1149,plain,
    ( ( epsilon1 = alt1(sK4(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1),sK6(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)) )
    | ~ spl23_42 ),
    inference(resolution,[],[f923,f331]) ).

tff(f331,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ sP3(X0,X1)
      | ( alt1(sK4(X0,X1),sK6(X0,X1)) = X1 ) ),
    inference(cnf_transformation,[],[f243]) ).

tff(f243,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ( mem2(sK5(X0,X1),sK4(X0,X1))
        & ( sK5(X0,X1) = X0 )
        & ( alt1(sK4(X0,X1),sK6(X0,X1)) = X1 ) )
      | ~ sP3(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK4,sK5,sK6])],[f241,f242]) ).

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

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

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

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

tff(f923,plain,
    ( sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)
    | ~ spl23_42 ),
    inference(avatar_component_clause,[],[f922]) ).

tff(f922,plain,
    ( spl23_42
  <=> sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_42])]) ).

tff(f1139,plain,
    ~ spl23_43,
    inference(avatar_contradiction_clause,[],[f1138]) ).

tff(f1138,plain,
    ( $false
    | ~ spl23_43 ),
    inference(subsumption_resolution,[],[f1136,f330]) ).

tff(f1136,plain,
    ( ( epsilon1 = alt1(sK8(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22)))),sK7(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22))))) )
    | ~ spl23_43 ),
    inference(resolution,[],[f926,f336]) ).

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

tff(f247,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ( ( alt1(sK8(X0,X1),sK7(X0,X1)) = X0 )
        & ( sK9(X0,X1) = X1 )
        & mem2(sK9(X0,X1),sK7(X0,X1)) )
      | ~ sP2(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK7,sK8,sK9])],[f245,f246]) ).

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

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

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

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

tff(f926,plain,
    ( sP2(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | ~ spl23_43 ),
    inference(avatar_component_clause,[],[f925]) ).

tff(f925,plain,
    ( spl23_43
  <=> sP2(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_43])]) ).

tff(f1120,plain,
    ~ spl23_44,
    inference(avatar_contradiction_clause,[],[f1119]) ).

tff(f1119,plain,
    ( $false
    | ~ spl23_44 ),
    inference(subsumption_resolution,[],[f1117,f326]) ).

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

tff(f156,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/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f1117,plain,
    ( ( epsilon1 = concat1(sK16(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22)))),sK14(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22))))) )
    | ~ spl23_44 ),
    inference(resolution,[],[f929,f344]) ).

tff(f344,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ~ sP0(X0,X1)
      | ( concat1(sK16(X0,X1),sK14(X0,X1)) = X0 ) ),
    inference(cnf_transformation,[],[f255]) ).

tff(f255,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ( ( concat1(sK16(X0,X1),sK14(X0,X1)) = X0 )
        & mem2(sK15(X0,X1),sK16(X0,X1))
        & mem2(sK13(X0,X1),sK14(X0,X1))
        & ( tb2t(infix_plpl(char,t2tb(sK15(X0,X1)),t2tb(sK13(X0,X1)))) = X1 ) )
      | ~ sP0(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK13,sK14,sK15,sK16])],[f253,f254]) ).

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

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

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

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

tff(f929,plain,
    ( sP0(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | ~ spl23_44 ),
    inference(avatar_component_clause,[],[f928]) ).

tff(f928,plain,
    ( spl23_44
  <=> sP0(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_44])]) ).

tff(f1100,plain,
    ( spl23_14
    | spl23_41
    | spl23_44
    | spl23_43
    | spl23_42
    | ~ spl23_10
    | ~ spl23_22 ),
    inference(avatar_split_clause,[],[f1099,f614,f541,f922,f925,f928,f919,f556]) ).

tff(f556,plain,
    ( spl23_14
  <=> ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK22))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_14])]) ).

tff(f919,plain,
    ( spl23_41
  <=> sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_41])]) ).

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

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

tff(f1099,plain,
    ( sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)
    | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK22))) )
    | sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)
    | sP0(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | sP2(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | ~ spl23_10
    | ~ spl23_22 ),
    inference(subsumption_resolution,[],[f1098,f328]) ).

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

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

tff(f28,axiom,
    ! [X16: regexp1] : ( epsilon1 != star1(X16) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f1098,plain,
    ( sP2(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | ( epsilon1 = star1(sK18(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)) )
    | sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)
    | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK22))) )
    | sP0(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)
    | ~ spl23_10
    | ~ spl23_22 ),
    inference(subsumption_resolution,[],[f1093,f373]) ).

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

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

tff(f25,axiom,
    ! [X16: char2] : ( epsilon1 != char3(X16) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f1093,plain,
    ( sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)
    | sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)
    | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK22))) )
    | ( epsilon1 = char3(sK17(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)) )
    | sP0(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | sP2(epsilon1,tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | ( epsilon1 = star1(sK18(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)) )
    | ~ spl23_10
    | ~ spl23_22 ),
    inference(resolution,[],[f1087,f352]) ).

tff(f352,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ mem2(X0,X1)
      | sP0(X1,X0)
      | ( star1(sK18(X0,X1)) = X1 )
      | sP3(X0,X1)
      | sP2(X1,X0)
      | ( char3(sK17(X0,X1)) = X1 )
      | sP1(X0,X1)
      | ( tb2t(nil(char)) = X0 ) ),
    inference(cnf_transformation,[],[f259]) ).

tff(f259,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ( ( tb2t(nil(char)) = X0 )
        & ( epsilon1 = X1 ) )
      | ~ mem2(X0,X1)
      | sP1(X0,X1)
      | ( ( char3(sK17(X0,X1)) = X1 )
        & ( tb2t(cons(char,t2tb1(sK17(X0,X1)),nil(char))) = X0 ) )
      | sP3(X0,X1)
      | sP0(X1,X0)
      | ( ( star1(sK18(X0,X1)) = X1 )
        & ( tb2t(nil(char)) = X0 ) )
      | sP2(X1,X0) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK17,sK18])],[f256,f258,f257]) ).

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

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

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

tff(f236,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ( ( tb2t(nil(char)) = X0 )
        & ( epsilon1 = X1 ) )
      | ~ mem2(X0,X1)
      | sP1(X0,X1)
      | ? [X13: char2] :
          ( ( char3(X13) = X1 )
          & ( tb2t(cons(char,t2tb1(X13),nil(char))) = X0 ) )
      | sP3(X0,X1)
      | sP0(X1,X0)
      | ? [X9: regexp1] :
          ( ( star1(X9) = X1 )
          & ( tb2t(nil(char)) = X0 ) )
      | sP2(X1,X0) ),
    inference(definition_folding,[],[f225,f235,f234,f233,f232]) ).

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

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

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

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

tff(f78,axiom,
    ! [X4: list_char,X5: regexp1] :
      ( mem2(X4,X5)
     => ( ? [X28: regexp1,X29: regexp1,X30: list_char,X31: list_char] :
            ( ( concat1(X28,X29) = X5 )
            & ( tb2t(infix_plpl(char,t2tb(X30),t2tb(X31))) = X4 )
            & mem2(X31,X29)
            & mem2(X30,X28) )
        | ? [X31: list_char,X30: list_char,X32: regexp1] :
            ( ( tb2t(infix_plpl(char,t2tb(X30),t2tb(X31))) = X4 )
            & ( star1(X32) = X5 )
            & mem2(X30,X32)
            & mem2(X31,star1(X32)) )
        | ( ( tb2t(nil(char)) = X4 )
          & ( epsilon1 = X5 ) )
        | ? [X32: regexp1] :
            ( ( tb2t(nil(char)) = X4 )
            & ( star1(X32) = X5 ) )
        | ? [X29: regexp1,X28: regexp1,X27: list_char] :
            ( ( alt1(X28,X29) = X5 )
            & ( X4 = X27 )
            & mem2(X27,X28) )
        | ? [X26: char2] :
            ( ( char3(X26) = X5 )
            & ( tb2t(cons(char,t2tb1(X26),nil(char))) = X4 ) )
        | ? [X29: regexp1,X28: regexp1,X27: list_char] :
            ( mem2(X27,X29)
            & ( X4 = X27 )
            & ( alt1(X28,X29) = X5 ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f1087,plain,
    ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)
    | ~ spl23_10
    | ~ spl23_22 ),
    inference(superposition,[],[f1050,f1046]) ).

tff(f1046,plain,
    ( ( tb2t(cons(char,t2tb1(one1),t2tb(sK22))) = sK5(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
    | ~ spl23_10 ),
    inference(resolution,[],[f542,f332]) ).

tff(f332,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ sP3(X0,X1)
      | ( sK5(X0,X1) = X0 ) ),
    inference(cnf_transformation,[],[f243]) ).

tff(f542,plain,
    ( sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_10 ),
    inference(avatar_component_clause,[],[f541]) ).

tff(f1050,plain,
    ( mem2(sK5(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))),epsilon1)
    | ~ spl23_10
    | ~ spl23_22 ),
    inference(forward_demodulation,[],[f1047,f615]) ).

tff(f615,plain,
    ( ( epsilon1 = sK4(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
    | ~ spl23_22 ),
    inference(avatar_component_clause,[],[f614]) ).

tff(f1047,plain,
    ( mem2(sK5(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))),sK4(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))))
    | ~ spl23_10 ),
    inference(resolution,[],[f542,f333]) ).

tff(f333,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ sP3(X0,X1)
      | mem2(sK5(X0,X1),sK4(X0,X1)) ),
    inference(cnf_transformation,[],[f243]) ).

tff(f1038,plain,
    ( spl23_1
    | ~ spl23_12 ),
    inference(avatar_contradiction_clause,[],[f1037]) ).

tff(f1037,plain,
    ( $false
    | spl23_1
    | ~ spl23_12 ),
    inference(subsumption_resolution,[],[f993,f463]) ).

tff(f463,plain,
    ( ~ mem2(sK22,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | spl23_1 ),
    inference(avatar_component_clause,[],[f457]) ).

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

tff(f993,plain,
    ( mem2(sK22,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_12 ),
    inference(resolution,[],[f989,f404]) ).

tff(f404,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,[],[f292]) ).

tff(f292,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)))) )
      & ( 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(nnf_transformation,[],[f123]) ).

tff(f123,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(rectify,[],[f94]) ).

tff(f94,axiom,
    ! [X27: list_char] :
      ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(X27))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))
    <=> mem2(X27,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f989,plain,
    ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))
    | ~ spl23_12 ),
    inference(superposition,[],[f963,f984]) ).

tff(f984,plain,
    ( ( concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)) = sK7(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22)))) )
    | ~ spl23_12 ),
    inference(forward_demodulation,[],[f977,f367]) ).

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

tff(f180,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/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f977,plain,
    ( ( sK7(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22)))) = alt_proj_21(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
    | ~ spl23_12 ),
    inference(superposition,[],[f367,f951]) ).

tff(f951,plain,
    ( ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = alt1(sK8(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22)))),sK7(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22))))) )
    | ~ spl23_12 ),
    inference(resolution,[],[f548,f336]) ).

tff(f548,plain,
    ( sP2(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | ~ spl23_12 ),
    inference(avatar_component_clause,[],[f547]) ).

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

tff(f963,plain,
    ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),sK7(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22)))))
    | ~ spl23_12 ),
    inference(forward_demodulation,[],[f950,f952]) ).

tff(f952,plain,
    ( ( tb2t(cons(char,t2tb1(one1),t2tb(sK22))) = sK9(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22)))) )
    | ~ spl23_12 ),
    inference(resolution,[],[f548,f335]) ).

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

tff(f950,plain,
    ( mem2(sK9(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22)))),sK7(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22)))))
    | ~ spl23_12 ),
    inference(resolution,[],[f548,f334]) ).

tff(f334,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ~ sP2(X0,X1)
      | mem2(sK9(X0,X1),sK7(X0,X1)) ),
    inference(cnf_transformation,[],[f247]) ).

tff(f949,plain,
    ~ spl23_41,
    inference(avatar_contradiction_clause,[],[f948]) ).

tff(f948,plain,
    ( $false
    | ~ spl23_41 ),
    inference(subsumption_resolution,[],[f944,f328]) ).

tff(f944,plain,
    ( ( epsilon1 = star1(sK12(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)) )
    | ~ spl23_41 ),
    inference(resolution,[],[f920,f337]) ).

tff(f337,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ sP1(X0,X1)
      | ( star1(sK12(X0,X1)) = X1 ) ),
    inference(cnf_transformation,[],[f251]) ).

tff(f251,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ( mem2(sK11(X0,X1),star1(sK12(X0,X1)))
        & mem2(sK10(X0,X1),sK12(X0,X1))
        & ( tb2t(infix_plpl(char,t2tb(sK10(X0,X1)),t2tb(sK11(X0,X1)))) = X0 )
        & ( star1(sK12(X0,X1)) = X1 ) )
      | ~ sP1(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK10,sK11,sK12])],[f249,f250]) ).

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

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

tff(f248,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ? [X7: list_char,X6: list_char,X8: regexp1] :
          ( mem2(X6,star1(X8))
          & mem2(X7,X8)
          & ( tb2t(infix_plpl(char,t2tb(X7),t2tb(X6))) = X0 )
          & ( star1(X8) = X1 ) )
      | ~ sP1(X0,X1) ),
    inference(nnf_transformation,[],[f233]) ).

tff(f920,plain,
    ( sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),epsilon1)
    | ~ spl23_41 ),
    inference(avatar_component_clause,[],[f919]) ).

tff(f903,plain,
    ( spl23_22
    | ~ spl23_10 ),
    inference(avatar_split_clause,[],[f902,f541,f614]) ).

tff(f902,plain,
    ( ( epsilon1 = sK4(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
    | ~ spl23_10 ),
    inference(forward_demodulation,[],[f898,f429]) ).

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

tff(f129,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/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f898,plain,
    ( ( sK4(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) = alt_proj_11(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
    | ~ spl23_10 ),
    inference(superposition,[],[f429,f871]) ).

tff(f871,plain,
    ( ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = alt1(sK4(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))),sK6(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))) )
    | ~ spl23_10 ),
    inference(resolution,[],[f542,f331]) ).

tff(f870,plain,
    ~ spl23_13,
    inference(avatar_contradiction_clause,[],[f869]) ).

tff(f869,plain,
    ( $false
    | ~ spl23_13 ),
    inference(subsumption_resolution,[],[f866,f424]) ).

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

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

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

tff(f32,axiom,
    ! [X17: regexp1,X15: regexp1,X16: regexp1,X6: regexp1] : ( alt1(X6,X15) != concat1(X16,X17) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f866,plain,
    ( ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = concat1(sK16(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22)))),sK14(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22))))) )
    | ~ spl23_13 ),
    inference(resolution,[],[f551,f344]) ).

tff(f551,plain,
    ( sP0(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | ~ spl23_13 ),
    inference(avatar_component_clause,[],[f550]) ).

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

tff(f715,plain,
    ~ spl23_11,
    inference(avatar_contradiction_clause,[],[f714]) ).

tff(f714,plain,
    ( $false
    | ~ spl23_11 ),
    inference(subsumption_resolution,[],[f709,f417]) ).

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

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

tff(f33,axiom,
    ! [X16: regexp1,X6: regexp1,X15: regexp1] : ( alt1(X6,X15) != star1(X16) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f709,plain,
    ( ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = star1(sK12(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))) )
    | ~ spl23_11 ),
    inference(resolution,[],[f545,f337]) ).

tff(f545,plain,
    ( sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_11 ),
    inference(avatar_component_clause,[],[f544]) ).

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

tff(f703,plain,
    ( spl23_10
    | spl23_12
    | spl23_13
    | spl23_11
    | ~ spl23_2 ),
    inference(avatar_split_clause,[],[f702,f460,f544,f550,f547,f541]) ).

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

tff(f702,plain,
    ( sP2(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | sP0(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_2 ),
    inference(subsumption_resolution,[],[f701,f330]) ).

tff(f701,plain,
    ( ( epsilon1 = alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) )
    | sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | sP2(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | sP0(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_2 ),
    inference(subsumption_resolution,[],[f700,f417]) ).

tff(f700,plain,
    ( sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | sP0(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = star1(sK18(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))) )
    | sP2(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | ( epsilon1 = alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) )
    | ~ spl23_2 ),
    inference(subsumption_resolution,[],[f680,f320]) ).

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

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

tff(f29,axiom,
    ! [X6: char2,X16: regexp1,X17: regexp1] : ( char3(X6) != alt1(X16,X17) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f680,plain,
    ( ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = char3(sK17(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))) )
    | ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = star1(sK18(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))) )
    | ( epsilon1 = alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) )
    | sP0(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | sP2(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))),tb2t(cons(char,t2tb1(one1),t2tb(sK22))))
    | sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_2 ),
    inference(resolution,[],[f461,f348]) ).

tff(f348,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ mem2(X0,X1)
      | sP0(X1,X0)
      | sP3(X0,X1)
      | ( star1(sK18(X0,X1)) = X1 )
      | ( char3(sK17(X0,X1)) = X1 )
      | ( epsilon1 = X1 )
      | sP2(X1,X0)
      | sP1(X0,X1) ),
    inference(cnf_transformation,[],[f259]) ).

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

tff(f673,plain,
    ( ~ spl23_1
    | spl23_2 ),
    inference(avatar_contradiction_clause,[],[f672]) ).

tff(f672,plain,
    ( $false
    | ~ spl23_1
    | spl23_2 ),
    inference(subsumption_resolution,[],[f670,f458]) ).

tff(f458,plain,
    ( mem2(sK22,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_1 ),
    inference(avatar_component_clause,[],[f457]) ).

tff(f670,plain,
    ( ~ mem2(sK22,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | spl23_2 ),
    inference(resolution,[],[f666,f405]) ).

tff(f405,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,[],[f292]) ).

tff(f666,plain,
    ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))
    | spl23_2 ),
    inference(resolution,[],[f464,f435]) ).

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

tff(f310,plain,
    ! [X0: regexp1,X1: regexp1,X2: list_char] :
      ( ~ mem2(X2,X1)
      | mem2(X2,alt1(X0,X1)) ),
    inference(rectify,[],[f215]) ).

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

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

tff(f74,axiom,
    ! [X27: list_char,X29: regexp1,X28: regexp1] :
      ( mem2(X27,X29)
     => mem2(X27,alt1(X28,X29)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

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

tff(f632,plain,
    ~ spl23_14,
    inference(avatar_contradiction_clause,[],[f631]) ).

tff(f631,plain,
    ( $false
    | ~ spl23_14 ),
    inference(subsumption_resolution,[],[f630,f432]) ).

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

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

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

tff(f47,axiom,
    ! [X16: uni,X17: uni,X0: ty] : ( nil(X0) != cons(X0,X16,X17) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f630,plain,
    ( ( nil(char) = cons(char,t2tb1(one1),t2tb(sK22)) )
    | ~ spl23_14 ),
    inference(forward_demodulation,[],[f629,f321]) ).

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

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

tff(f67,axiom,
    ! [X25: uni] : ( t2tb(tb2t(X25)) = X25 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f629,plain,
    ( ( cons(char,t2tb1(one1),t2tb(sK22)) = t2tb(tb2t(nil(char))) )
    | ~ spl23_14 ),
    inference(superposition,[],[f321,f557]) ).

tff(f557,plain,
    ( ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK22))) )
    | ~ spl23_14 ),
    inference(avatar_component_clause,[],[f556]) ).

tff(f465,plain,
    ( ~ spl23_1
    | ~ spl23_2 ),
    inference(avatar_split_clause,[],[f399,f460,f457]) ).

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

tff(f288,plain,
    ( ( ~ mem2(sK22,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
      | ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
    & ( mem2(sK22,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
      | mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK22])],[f286,f287]) ).

tff(f287,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)))) )
        & ( 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(sK22,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
        | ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
      & ( mem2(sK22,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
        | mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK22))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f286,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)))) )
      & ( 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(nnf_transformation,[],[f221]) ).

tff(f221,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)))) ),
    inference(ennf_transformation,[],[f172]) ).

tff(f172,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/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f462,plain,
    ( spl23_1
    | spl23_2 ),
    inference(avatar_split_clause,[],[f398,f460,f457]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.13  % Problem    : SWW586_2 : TPTP v8.2.0. Released v6.1.0.
% 0.11/0.13  % Command    : run_vampire %s %d THM
% 0.14/0.34  % Computer : n011.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit   : 300
% 0.14/0.34  % WCLimit    : 300
% 0.14/0.34  % DateTime   : Wed Jun 19 04:37:39 EDT 2024
% 0.14/0.34  % CPUTime    : 
% 0.14/0.36  This is a TF0_THM_EQU_ARI problem
% 0.14/0.36  Running first-order theorem proving
% 0.14/0.36  Running /export/starexec/sandbox/solver/bin/vampire --mode casc -m 16384 --cores 7 -t 300 /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.22/0.43  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.43  % (21041)dis+1011_1:64_drc=off:flr=on:nwc=2.0:sac=on:urr=ec_only:i=8:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/8Mi)
% 0.22/0.43  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.43  % (21039)dis+1010_1:4_aac=none:abs=on:atotf=0.5:avsq=on:avsqc=2:avsqr=215,247:awrs=converge:awrsf=128:bsd=on:erd=off:fde=none:gve=cautious:newcnf=on:nwc=5.0:rnwc=on:sac=on:sas=z3:sp=const_min:tgt=ground:thsq=on:thsqc=64:thsqr=1,4:i=59848:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/59848Mi)
% 0.22/0.43  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.43  % (21043)ott+1011_1:2_br=off:bs=unit_only:bsr=unit_only:nwc=5.0:s2a=on:s2agt=32:urr=on:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/37Mi)
% 0.22/0.43  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.43  % (21044)lrs+10_1:32_s2a=on:s2agt=10:sgt=8:ss=axioms:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/15Mi)
% 0.22/0.43  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.43  % (21040)lrs+1010_1:1_aac=none:bce=on:nicw=on:nm=0:plsq=on:plsql=on:sac=on:sos=on:sp=frequency:spb=units:to=lpo:i=34:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/34Mi)
% 0.22/0.44  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.44  % (21042)ott+21_1:1_erd=off:s2a=on:sac=on:sd=1:sgt=64:sos=on:ss=included:st=3.0:to=lpo:urr=on:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/2Mi)
% 0.22/0.44  % (21041)Instruction limit reached!
% 0.22/0.44  % (21041)------------------------------
% 0.22/0.44  % (21041)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.44  % (21041)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.44  % (21041)Termination reason: Time limit
% 0.22/0.44  % (21042)Instruction limit reached!
% 0.22/0.44  % (21042)------------------------------
% 0.22/0.44  % (21042)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.44  % (21042)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.44  % (21042)Termination reason: Time limit
% 0.22/0.44  % (21042)Termination phase: Property scanning
% 0.22/0.44  
% 0.22/0.44  % (21042)Memory used [KB]: 848
% 0.22/0.44  % (21042)Time elapsed: 0.003 s
% 0.22/0.44  % (21042)Instructions burned: 2 (million)
% 0.22/0.44  % (21041)Termination phase: Property scanning
% 0.22/0.44  
% 0.22/0.44  % (21041)Memory used [KB]: 1003
% 0.22/0.44  % (21041)Time elapsed: 0.007 s
% 0.22/0.44  % (21041)Instructions burned: 8 (million)
% 0.22/0.44  % (21044)Instruction limit reached!
% 0.22/0.44  % (21044)------------------------------
% 0.22/0.44  % (21044)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.44  % (21044)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.44  % (21044)Termination reason: Time limit
% 0.22/0.44  % (21044)Termination phase: Saturation
% 0.22/0.44  
% 0.22/0.44  % (21044)Memory used [KB]: 1017
% 0.22/0.44  % (21044)Time elapsed: 0.012 s
% 0.22/0.44  % (21044)Instructions burned: 16 (million)
% 0.22/0.45  % (21040)Instruction limit reached!
% 0.22/0.45  % (21040)------------------------------
% 0.22/0.45  % (21040)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.45  % (21040)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.45  % (21040)Termination reason: Time limit
% 0.22/0.45  % (21040)Termination phase: Property scanning
% 0.22/0.45  
% 0.22/0.45  % (21040)Memory used [KB]: 1182
% 0.22/0.45  % (21040)Time elapsed: 0.015 s
% 0.22/0.45  % (21040)Instructions burned: 34 (million)
% 0.22/0.45  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.45  % (21045)lrs+10_5:1_br=off:fde=none:nwc=3.0:sd=1:sgt=10:sos=on:ss=axioms:urr=on:i=32:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/32Mi)
% 0.22/0.46  % (21043)Instruction limit reached!
% 0.22/0.46  % (21043)------------------------------
% 0.22/0.46  % (21043)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.46  % (21043)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.46  % (21043)Termination reason: Time limit
% 0.22/0.46  % (21043)Termination phase: Saturation
% 0.22/0.46  
% 0.22/0.46  % (21043)Memory used [KB]: 1458
% 0.22/0.46  % (21043)Time elapsed: 0.027 s
% 0.22/0.46  % (21043)Instructions burned: 37 (million)
% 0.22/0.47  % (21045)Instruction limit reached!
% 0.22/0.47  % (21045)------------------------------
% 0.22/0.47  % (21045)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.47  % (21045)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.47  % (21045)Termination reason: Time limit
% 0.22/0.47  % (21045)Termination phase: Saturation
% 0.22/0.47  
% 0.22/0.47  % (21045)Memory used [KB]: 1305
% 0.22/0.47  % (21045)Time elapsed: 0.021 s
% 0.22/0.47  % (21045)Instructions burned: 32 (million)
% 0.22/0.49  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.49  % (21046)lrs+1010_1:1_bd=off:fd=off:fde=none:ins=3:sac=on:sos=on:spb=goal:to=lpo:i=36:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/36Mi)
% 0.22/0.49  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.49  % (21048)lrs+10_1:8_ep=R:erd=off:fs=off:fsr=off:gve=force:nwc=2.0:uwa=one_side_interpreted:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.22/0.49  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.49  % (21047)lrs+1010_1:1_ep=RST:s2a=on:s2at=5.0:sos=all:i=26:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/26Mi)
% 0.22/0.49  % (21048)Instruction limit reached!
% 0.22/0.49  % (21048)------------------------------
% 0.22/0.49  % (21048)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.49  % (21048)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.49  % (21048)Termination reason: Time limit
% 0.22/0.49  % (21048)Termination phase: Preprocessing 2
% 0.22/0.49  
% 0.22/0.49  % (21048)Memory used [KB]: 885
% 0.22/0.49  % (21048)Time elapsed: 0.003 s
% 0.22/0.49  % (21048)Instructions burned: 5 (million)
% 0.22/0.50  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.50  % (21049)lrs+10_1:1_canc=force:tha=some:to=lpo:i=35:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/35Mi)
% 0.22/0.50  % (21046)Refutation not found, incomplete strategy% (21046)------------------------------
% 0.22/0.50  % (21046)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.50  % (21046)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.50  % (21046)Termination reason: Refutation not found, incomplete strategy
% 0.22/0.50  
% 0.22/0.50  % (21046)Memory used [KB]: 1152
% 0.22/0.50  % (21046)Time elapsed: 0.007 s
% 0.22/0.50  % (21046)Instructions burned: 18 (million)
% 0.22/0.50  % (21046)------------------------------
% 0.22/0.50  % (21046)------------------------------
% 0.22/0.50  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.50  % (21050)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=4:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/4Mi)
% 0.22/0.50  % (21050)Instruction limit reached!
% 0.22/0.50  % (21050)------------------------------
% 0.22/0.50  % (21050)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.50  % (21050)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.50  % (21050)Termination reason: Time limit
% 0.22/0.50  % (21050)Termination phase: Including theory axioms
% 0.22/0.50  
% 0.22/0.50  % (21050)Memory used [KB]: 851
% 0.22/0.50  % (21050)Time elapsed: 0.002 s
% 0.22/0.50  % (21050)Instructions burned: 4 (million)
% 0.22/0.50  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.50  % (21051)lrs+10_1:1_ep=R:gve=force:plsq=on:plsqr=32,1:uwa=one_side_interpreted:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.22/0.50  % (21051)Instruction limit reached!
% 0.22/0.50  % (21051)------------------------------
% 0.22/0.50  % (21051)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.50  % (21051)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.50  % (21051)Termination reason: Time limit
% 0.22/0.50  % (21051)Termination phase: Including theory axioms
% 0.22/0.50  
% 0.22/0.50  % (21051)Memory used [KB]: 851
% 0.22/0.50  % (21051)Time elapsed: 0.002 s
% 0.22/0.50  % (21051)Instructions burned: 4 (million)
% 0.22/0.51  % (21047)Instruction limit reached!
% 0.22/0.51  % (21047)------------------------------
% 0.22/0.51  % (21047)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.51  % (21047)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.51  % (21047)Termination reason: Time limit
% 0.22/0.51  % (21047)Termination phase: Saturation
% 0.22/0.51  
% 0.22/0.51  % (21047)Memory used [KB]: 1408
% 0.22/0.51  % (21047)Time elapsed: 0.017 s
% 0.22/0.51  % (21047)Instructions burned: 27 (million)
% 0.22/0.51  % (21049)Instruction limit reached!
% 0.22/0.51  % (21049)------------------------------
% 0.22/0.51  % (21049)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.51  % (21049)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.51  % (21049)Termination reason: Time limit
% 0.22/0.51  % (21049)Termination phase: Saturation
% 0.22/0.51  
% 0.22/0.51  % (21049)Memory used [KB]: 1393
% 0.22/0.51  % (21049)Time elapsed: 0.014 s
% 0.22/0.51  % (21049)Instructions burned: 35 (million)
% 0.22/0.53  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.53  % (21052)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/21Mi)
% 0.22/0.53  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.53  % (21053)lrs+22_1:1_amm=sco:fsr=off:gve=force:sos=on:uwa=all:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/50Mi)
% 0.22/0.54  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.54  % (21054)dis+20_1:12_aac=none:acc=model:awrs=converge:fd=preordered:fsr=off:nicw=on:nwc=3.0:s2a=on:s2agt=16:spb=goal:to=lpo:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/2Mi)
% 0.22/0.54  % (21054)Instruction limit reached!
% 0.22/0.54  % (21054)------------------------------
% 0.22/0.54  % (21054)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.54  % (21054)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.54  % (21054)Termination reason: Time limit
% 0.22/0.54  % (21054)Termination phase: Property scanning
% 0.22/0.54  
% 0.22/0.54  % (21054)Memory used [KB]: 848
% 0.22/0.54  % (21054)Time elapsed: 0.002 s
% 0.22/0.54  % (21054)Instructions burned: 2 (million)
% 0.22/0.54  % (21052)Instruction limit reached!
% 0.22/0.54  % (21052)------------------------------
% 0.22/0.54  % (21052)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.54  % (21052)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.54  % (21052)Termination reason: Time limit
% 0.22/0.54  % (21052)Termination phase: Saturation
% 0.22/0.54  
% 0.22/0.54  % (21052)Memory used [KB]: 1161
% 0.22/0.54  % (21052)Time elapsed: 0.010 s
% 0.22/0.54  % (21052)Instructions burned: 24 (million)
% 0.22/0.54  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.54  % (21055)lrs+10_1:1_ev=force:gve=cautious:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/2Mi)
% 0.22/0.54  % (21055)Instruction limit reached!
% 0.22/0.54  % (21055)------------------------------
% 0.22/0.54  % (21055)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.54  % (21055)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.54  % (21055)Termination reason: Time limit
% 0.22/0.54  % (21055)Termination phase: Property scanning
% 0.22/0.54  
% 0.22/0.54  % (21055)Memory used [KB]: 848
% 0.22/0.54  % (21055)Time elapsed: 0.002 s
% 0.22/0.54  % (21055)Instructions burned: 2 (million)
% 0.22/0.54  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.54  % (21057)lrs+10_1:1_ss=axioms:st=5.0:tha=off:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/15Mi)
% 0.22/0.55  % (21053)Instruction limit reached!
% 0.22/0.55  % (21053)------------------------------
% 0.22/0.55  % (21053)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.55  % (21053)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.55  % (21053)Termination reason: Time limit
% 0.22/0.55  % (21053)Termination phase: Saturation
% 0.22/0.55  
% 0.22/0.55  % (21053)Memory used [KB]: 1493
% 0.22/0.55  % (21053)Time elapsed: 0.018 s
% 0.22/0.55  % (21053)Instructions burned: 52 (million)
% 0.22/0.55  % (21057)Instruction limit reached!
% 0.22/0.55  % (21057)------------------------------
% 0.22/0.55  % (21057)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.55  % (21057)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.55  % (21057)Termination reason: Time limit
% 0.22/0.55  % (21057)Termination phase: Saturation
% 0.22/0.55  
% 0.22/0.55  % (21057)Memory used [KB]: 1122
% 0.22/0.55  % (21057)Time elapsed: 0.011 s
% 0.22/0.55  % (21057)Instructions burned: 16 (million)
% 0.22/0.55  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.55  % (21056)dis+21_1:1_aac=none:abs=on:er=known:fde=none:fsr=off:nwc=5.0:s2a=on:s2at=4.0:sp=const_frequency:to=lpo:urr=ec_only:i=49:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/49Mi)
% 0.22/0.57  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.57  % (21058)lrs+10_1:1_sd=10:sos=all:ss=axioms:st=5.0:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/2Mi)
% 0.22/0.57  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.57  % (21059)dis+1002_1:5_av=off:nwc=2.0:sos=all:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/15Mi)
% 0.22/0.57  % (21058)Instruction limit reached!
% 0.22/0.57  % (21058)------------------------------
% 0.22/0.57  % (21058)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.57  % (21058)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.57  % (21058)Termination reason: Time limit
% 0.22/0.57  % (21058)Termination phase: Preprocessing 1
% 0.22/0.57  
% 0.22/0.57  % (21058)Memory used [KB]: 848
% 0.22/0.57  % (21058)Time elapsed: 0.002 s
% 0.22/0.57  % (21058)Instructions burned: 3 (million)
% 0.22/0.57  % (21056)Instruction limit reached!
% 0.22/0.57  % (21056)------------------------------
% 0.22/0.57  % (21056)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.57  % (21056)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.57  % (21056)Termination reason: Time limit
% 0.22/0.57  % (21056)Termination phase: Saturation
% 0.22/0.57  
% 0.22/0.57  % (21056)Memory used [KB]: 1476
% 0.22/0.57  % (21056)Time elapsed: 0.020 s
% 0.22/0.57  % (21056)Instructions burned: 50 (million)
% 0.22/0.57  % (21038)Running in auto input_syntax mode. Trying TPTP
% 0.22/0.57  % (21060)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/21Mi)
% 0.22/0.58  % (21059)Instruction limit reached!
% 0.22/0.58  % (21059)------------------------------
% 0.22/0.58  % (21059)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.58  % (21059)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.58  % (21059)Termination reason: Time limit
% 0.22/0.58  % (21059)Termination phase: Saturation
% 0.22/0.58  
% 0.22/0.58  % (21059)Memory used [KB]: 1209
% 0.22/0.58  % (21059)Time elapsed: 0.007 s
% 0.22/0.58  % (21059)Instructions burned: 17 (million)
% 0.22/0.58  % (21060)Instruction limit reached!
% 0.22/0.58  % (21060)------------------------------
% 0.22/0.58  % (21060)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.22/0.58  % (21060)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.22/0.58  % (21060)Termination reason: Time limit
% 0.22/0.58  % (21060)Termination phase: Saturation
% 0.22/0.58  
% 0.22/0.58  % (21060)Memory used [KB]: 1161
% 0.22/0.58  % (21060)Time elapsed: 0.010 s
% 0.22/0.58  % (21060)Instructions burned: 21 (million)
% 1.68/0.59  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.68/0.59  % (21061)dis+2_1:1_av=off:bsr=on:erd=off:s2pl=on:sgt=16:sos=on:sp=frequency:ss=axioms:i=46:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/46Mi)
% 1.68/0.60  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.68/0.60  % (21062)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/50Mi)
% 1.68/0.60  % (21061)Refutation not found, incomplete strategy% (21061)------------------------------
% 1.68/0.60  % (21061)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.68/0.60  % (21061)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.68/0.60  % (21061)Termination reason: Refutation not found, incomplete strategy
% 1.68/0.60  
% 1.68/0.60  % (21061)Memory used [KB]: 1205
% 1.68/0.60  % (21061)Time elapsed: 0.010 s
% 1.68/0.60  % (21061)Instructions burned: 21 (million)
% 1.68/0.60  % (21061)------------------------------
% 1.68/0.60  % (21061)------------------------------
% 1.68/0.61  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.68/0.61  % (21064)lrs+1002_1:1_br=off:canc=force:drc=off:s2a=on:sos=on:sp=reverse_frequency:urr=on:i=42:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/42Mi)
% 1.68/0.61  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.68/0.61  % (21063)lrs+1_1:10_av=off:drc=off:nwc=2.0:sp=reverse_frequency:thsq=on:thsqc=64:thsql=off:i=47:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/47Mi)
% 1.68/0.61  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.68/0.61  % (21065)lrs+1_3:1_ep=RSTC:sos=on:urr=on:i=43:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/43Mi)
% 1.68/0.61  % (21062)Instruction limit reached!
% 1.68/0.61  % (21062)------------------------------
% 1.68/0.61  % (21062)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.68/0.61  % (21062)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.68/0.61  % (21062)Termination reason: Time limit
% 1.68/0.61  % (21062)Termination phase: Saturation
% 1.68/0.61  
% 1.68/0.61  % (21062)Memory used [KB]: 1437
% 1.68/0.61  % (21062)Time elapsed: 0.018 s
% 1.68/0.61  % (21062)Instructions burned: 52 (million)
% 1.83/0.62  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.83/0.62  % (21066)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/21Mi)
% 1.83/0.62  % (21064)Instruction limit reached!
% 1.83/0.62  % (21064)------------------------------
% 1.83/0.62  % (21064)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.83/0.62  % (21064)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.83/0.62  % (21064)Termination reason: Time limit
% 1.83/0.62  % (21064)Termination phase: Saturation
% 1.83/0.62  
% 1.83/0.62  % (21064)Memory used [KB]: 1530
% 1.83/0.62  % (21064)Time elapsed: 0.016 s
% 1.83/0.62  % (21064)Instructions burned: 44 (million)
% 1.83/0.62  % (21063)Instruction limit reached!
% 1.83/0.62  % (21063)------------------------------
% 1.83/0.62  % (21063)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.83/0.62  % (21063)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.83/0.62  % (21063)Termination reason: Time limit
% 1.83/0.62  % (21063)Termination phase: Saturation
% 1.83/0.62  
% 1.83/0.62  % (21063)Memory used [KB]: 1398
% 1.83/0.62  % (21063)Time elapsed: 0.019 s
% 1.83/0.62  % (21063)Instructions burned: 48 (million)
% 1.83/0.62  % (21065)Instruction limit reached!
% 1.83/0.62  % (21065)------------------------------
% 1.83/0.62  % (21065)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.83/0.62  % (21065)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.83/0.62  % (21065)Termination reason: Time limit
% 1.83/0.62  % (21065)Termination phase: Saturation
% 1.83/0.62  
% 1.83/0.62  % (21065)Memory used [KB]: 1583
% 1.83/0.62  % (21065)Time elapsed: 0.015 s
% 1.83/0.62  % (21065)Instructions burned: 45 (million)
% 1.83/0.63  % (21066)Instruction limit reached!
% 1.83/0.63  % (21066)------------------------------
% 1.83/0.63  % (21066)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.83/0.63  % (21066)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.83/0.63  % (21066)Termination reason: Time limit
% 1.83/0.63  % (21066)Termination phase: Saturation
% 1.83/0.63  
% 1.83/0.63  % (21066)Memory used [KB]: 1157
% 1.83/0.63  % (21066)Time elapsed: 0.009 s
% 1.83/0.63  % (21066)Instructions burned: 22 (million)
% 1.92/0.63  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.92/0.63  % (21067)dis+1011_1:1_bd=off:canc=force:ev=cautious:nwc=5.0:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/21Mi)
% 1.92/0.64  % (21067)Instruction limit reached!
% 1.92/0.64  % (21067)------------------------------
% 1.92/0.64  % (21067)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.92/0.64  % (21067)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.92/0.64  % (21067)Termination reason: Time limit
% 1.92/0.64  % (21067)Termination phase: Saturation
% 1.92/0.64  
% 1.92/0.64  % (21067)Memory used [KB]: 1176
% 1.92/0.64  % (21067)Time elapsed: 0.010 s
% 1.92/0.64  % (21067)Instructions burned: 22 (million)
% 1.92/0.65  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.92/0.65  % (21068)dis+20_1:12_aac=none:acc=model:awrs=converge:fd=preordered:fsr=off:nicw=on:nwc=3.0:s2a=on:s2agt=16:spb=goal:to=lpo:i=41:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/41Mi)
% 1.92/0.66  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.92/0.66  % (21069)lrs+10_1:1_ss=axioms:st=5.0:tha=off:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/15Mi)
% 1.92/0.66  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.92/0.66  % (21071)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=25:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/25Mi)
% 1.92/0.66  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.92/0.66  % (21072)lrs+1010_1:1_aac=none:bce=on:nicw=on:nm=0:plsq=on:plsql=on:sac=on:sos=on:sp=frequency:spb=units:to=lpo:i=148:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/148Mi)
% 1.92/0.66  % (21069)Instruction limit reached!
% 1.92/0.66  % (21069)------------------------------
% 1.92/0.66  % (21069)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.92/0.66  % (21069)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.92/0.66  % (21069)Termination reason: Time limit
% 1.92/0.66  % (21069)Termination phase: Saturation
% 1.92/0.66  
% 1.92/0.66  % (21069)Memory used [KB]: 1122
% 1.92/0.66  % (21069)Time elapsed: 0.007 s
% 1.92/0.66  % (21069)Instructions burned: 16 (million)
% 1.92/0.66  % (21068)Instruction limit reached!
% 1.92/0.66  % (21068)------------------------------
% 1.92/0.66  % (21068)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.92/0.66  % (21068)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.92/0.66  % (21068)Termination reason: Time limit
% 1.92/0.66  % (21068)Termination phase: Saturation
% 1.92/0.66  
% 1.92/0.66  % (21068)Memory used [KB]: 1436
% 1.92/0.66  % (21068)Time elapsed: 0.017 s
% 1.92/0.66  % (21068)Instructions burned: 42 (million)
% 1.92/0.67  % (21071)Instruction limit reached!
% 1.92/0.67  % (21071)------------------------------
% 1.92/0.67  % (21071)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.92/0.67  % (21071)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.92/0.67  % (21071)Termination reason: Time limit
% 1.92/0.67  % (21071)Termination phase: Saturation
% 1.92/0.67  
% 1.92/0.67  % (21071)Memory used [KB]: 1178
% 1.92/0.67  % (21071)Time elapsed: 0.010 s
% 1.92/0.67  % (21071)Instructions burned: 25 (million)
% 1.92/0.67  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.92/0.67  % (21070)lrs+1_1:1_aac=none:acc=on:add=large:bd=off:bs=unit_only:bsr=on:cond=on:nm=0:sac=on:sd=3:sos=on:ss=axioms:st=2.0:i=47:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/47Mi)
% 1.92/0.68  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.92/0.68  % (21073)lrs+10_1:1_acc=model:br=off:ins=1:newcnf=on:nwc=5.0:s2a=on:sac=on:sp=frequency:to=lpo:urr=on:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/100Mi)
% 1.92/0.69  % (21072)Instruction limit reached!
% 1.92/0.69  % (21072)------------------------------
% 1.92/0.69  % (21072)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.92/0.69  % (21072)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.92/0.69  % (21072)Termination reason: Time limit
% 1.92/0.69  % (21072)Termination phase: Saturation
% 1.92/0.69  
% 1.92/0.69  % (21072)Memory used [KB]: 1480
% 1.92/0.69  % (21072)Time elapsed: 0.035 s
% 1.92/0.69  % (21072)Instructions burned: 149 (million)
% 1.92/0.69  % (21070)Instruction limit reached!
% 1.92/0.69  % (21070)------------------------------
% 1.92/0.69  % (21070)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.92/0.69  % (21070)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.92/0.69  % (21070)Termination reason: Time limit
% 1.92/0.69  % (21070)Termination phase: Property scanning
% 1.92/0.69  
% 1.92/0.69  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.92/0.69  % (21074)ott+21_1:1_bd=off:bsr=unit_only:drc=off:fd=preordered:fsr=off:nwc=3.0:sac=on:to=lpo:urr=on:i=76:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/76Mi)
% 1.92/0.69  % (21070)Memory used [KB]: 1139
% 1.92/0.69  % (21070)Time elapsed: 0.023 s
% 1.92/0.69  % (21070)Instructions burned: 48 (million)
% 1.92/0.70  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.92/0.70  % (21075)lrs+22_1:1_amm=sco:fsr=off:gve=force:sos=on:uwa=all:i=58:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/58Mi)
% 1.92/0.70  % (21038)Running in auto input_syntax mode. Trying TPTP
% 1.92/0.70  % (21076)lrs+10_1:1_thi=all:thigen=on:i=96:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/96Mi)
% 1.92/0.71  % (21073)Instruction limit reached!
% 1.92/0.71  % (21073)------------------------------
% 1.92/0.71  % (21073)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.92/0.71  % (21073)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.92/0.71  % (21073)Termination reason: Time limit
% 1.92/0.71  % (21073)Termination phase: Saturation
% 1.92/0.71  
% 1.92/0.71  % (21073)Memory used [KB]: 1736
% 1.92/0.71  % (21073)Time elapsed: 0.036 s
% 1.92/0.71  % (21073)Instructions burned: 102 (million)
% 2.38/0.72  % (21075)Instruction limit reached!
% 2.38/0.72  % (21075)------------------------------
% 2.38/0.72  % (21075)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.38/0.72  % (21075)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.38/0.72  % (21075)Termination reason: Time limit
% 2.38/0.72  % (21075)Termination phase: Saturation
% 2.38/0.72  
% 2.38/0.72  % (21075)Memory used [KB]: 1523
% 2.38/0.72  % (21075)Time elapsed: 0.020 s
% 2.38/0.72  % (21075)Instructions burned: 58 (million)
% 2.38/0.72  % (21074)Instruction limit reached!
% 2.38/0.72  % (21074)------------------------------
% 2.38/0.72  % (21074)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.38/0.72  % (21074)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.38/0.72  % (21074)Termination reason: Time limit
% 2.38/0.72  % (21074)Termination phase: Saturation
% 2.38/0.72  
% 2.38/0.72  % (21074)Memory used [KB]: 2014
% 2.38/0.72  % (21074)Time elapsed: 0.029 s
% 2.38/0.72  % (21074)Instructions burned: 76 (million)
% 2.38/0.73  % (21038)Running in auto input_syntax mode. Trying TPTP
% 2.38/0.73  % (21077)lrs+10_1:3_add=large:afr=on:anc=all_dependent:avsq=on:avsqr=21,226:awrs=decay:awrsf=47:br=off:bsd=on:canc=cautious:cond=fast:fd=preordered:fsd=on:fsr=off:gs=on:gve=force:ins=1:lma=on:s2agt=4:s2at=1.9:sas=z3:slsq=on:slsqc=1:slsqr=13,121:sp=reverse_arity:tha=some:to=lpo:uace=off:uhcvi=on:updr=off:urr=ec_only:i=108:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/108Mi)
% 2.38/0.74  % (21076)Instruction limit reached!
% 2.38/0.74  % (21076)------------------------------
% 2.38/0.74  % (21076)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.38/0.74  % (21076)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.38/0.74  % (21076)Termination reason: Time limit
% 2.38/0.74  % (21076)Termination phase: Saturation
% 2.38/0.74  
% 2.38/0.74  % (21076)Memory used [KB]: 1409
% 2.38/0.74  % (21076)Time elapsed: 0.039 s
% 2.38/0.74  % (21076)Instructions burned: 96 (million)
% 2.38/0.75  % (21038)Running in auto input_syntax mode. Trying TPTP
% 2.38/0.75  % (21079)lrs+1011_4:1_abs=on:afp=20:amm=off:anc=all:bd=off:br=off:canc=force:s2a=on:sas=z3:slsq=on:urr=on:i=494:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/494Mi)
% 2.38/0.75  % (21038)Running in auto input_syntax mode. Trying TPTP
% 2.38/0.75  % (21078)lrs+10_1:1_plsq=on:plsqc=1:plsqr=32,1:tha=off:thi=overlap:i=463:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/463Mi)
% 2.38/0.75  % (21038)Running in auto input_syntax mode. Trying TPTP
% 2.38/0.75  % (21080)lrs+10_1:1_newcnf=on:sas=z3:tgt=ground:tha=off:i=223:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/223Mi)
% 2.38/0.76  % (21038)Running in auto input_syntax mode. Trying TPTP
% 2.38/0.76  % (21081)lrs+1002_1:1_av=off:br=off:fs=off:fsr=off:tha=off:urr=ec_only:i=343:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/343Mi)
% 2.38/0.77  % (21077)Instruction limit reached!
% 2.38/0.77  % (21077)------------------------------
% 2.38/0.77  % (21077)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.38/0.77  % (21077)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.38/0.77  % (21077)Termination reason: Time limit
% 2.38/0.77  % (21077)Termination phase: Saturation
% 2.38/0.77  
% 2.38/0.77  % (21077)Memory used [KB]: 1228
% 2.38/0.77  % (21077)Time elapsed: 0.040 s
% 2.38/0.77  % (21077)Instructions burned: 110 (million)
% 2.70/0.78  % (21038)Running in auto input_syntax mode. Trying TPTP
% 2.70/0.78  % (21082)lrs+1011_1:1_br=off:fs=off:fsr=off:tha=off:urr=ec_only:i=488:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/488Mi)
% 2.70/0.81  % (21038)Running in auto input_syntax mode. Trying TPTP
% 2.70/0.81  % (21083)lrs+1010_5:1_aer=off:norm_ineq=on:sas=z3:sos=all:ss=axioms:tha=off:i=150:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/150Mi)
% 2.70/0.83  % (21080)Instruction limit reached!
% 2.70/0.83  % (21080)------------------------------
% 2.70/0.83  % (21080)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.70/0.83  % (21080)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.70/0.83  % (21080)Termination reason: Time limit
% 2.70/0.83  % (21080)Termination phase: Saturation
% 2.70/0.83  
% 2.70/0.83  % (21080)Memory used [KB]: 1589
% 2.70/0.83  % (21080)Time elapsed: 0.078 s
% 2.70/0.83  % (21080)Instructions burned: 224 (million)
% 2.70/0.85  % (21083)Instruction limit reached!
% 2.70/0.85  % (21083)------------------------------
% 2.70/0.85  % (21083)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.70/0.85  % (21083)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.70/0.85  % (21083)Termination reason: Time limit
% 2.70/0.85  % (21083)Termination phase: Saturation
% 2.70/0.85  
% 2.70/0.85  % (21083)Memory used [KB]: 1135
% 2.70/0.85  % (21083)Time elapsed: 0.046 s
% 2.70/0.85  % (21083)Instructions burned: 150 (million)
% 2.97/0.86  % (21038)Running in auto input_syntax mode. Trying TPTP
% 2.97/0.86  % (21084)lrs+1011_1:1_br=off:fde=none:norm_ineq=on:nwc=10.0:sas=z3:slsq=on:slsqc=2:slsql=off:slsqr=1,4:sp=reverse_frequency:i=160:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/160Mi)
% 2.97/0.86  % (21081)Instruction limit reached!
% 2.97/0.86  % (21081)------------------------------
% 2.97/0.86  % (21081)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.97/0.86  % (21081)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.97/0.86  % (21081)Termination reason: Time limit
% 2.97/0.86  % (21081)Termination phase: Saturation
% 2.97/0.86  
% 2.97/0.86  % (21081)Memory used [KB]: 2429
% 2.97/0.86  % (21081)Time elapsed: 0.107 s
% 2.97/0.86  % (21081)Instructions burned: 344 (million)
% 3.14/0.88  % (21038)Running in auto input_syntax mode. Trying TPTP
% 3.14/0.88  % (21085)dis+10_1:1_bd=off:fde=unused:gsp=on:ins=1:norm_ineq=on:sas=z3:sos=all:tha=off:i=370:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/370Mi)
% 3.14/0.89  % (21079)Instruction limit reached!
% 3.14/0.89  % (21079)------------------------------
% 3.14/0.89  % (21079)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 3.14/0.89  % (21079)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 3.14/0.89  % (21079)Termination reason: Time limit
% 3.14/0.89  % (21079)Termination phase: Saturation
% 3.14/0.89  
% 3.14/0.89  % (21079)Memory used [KB]: 2585
% 3.14/0.89  % (21079)Time elapsed: 0.141 s
% 3.14/0.89  % (21079)Instructions burned: 494 (million)
% 3.14/0.90  % (21038)Running in auto input_syntax mode. Trying TPTP
% 3.14/0.90  % (21086)lrs+1010_5:1_norm_ineq=on:sas=z3:sos=all:ss=axioms:tha=off:i=493:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/493Mi)
% 3.14/0.90  % (21078)Instruction limit reached!
% 3.14/0.90  % (21078)------------------------------
% 3.14/0.90  % (21078)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 3.14/0.90  % (21078)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 3.14/0.90  % (21078)Termination reason: Time limit
% 3.14/0.90  % (21078)Termination phase: Saturation
% 3.14/0.90  
% 3.14/0.90  % (21078)Memory used [KB]: 4799
% 3.14/0.90  % (21078)Time elapsed: 0.156 s
% 3.14/0.90  % (21078)Instructions burned: 465 (million)
% 3.14/0.91  % (21082)Instruction limit reached!
% 3.14/0.91  % (21082)------------------------------
% 3.14/0.91  % (21082)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 3.14/0.91  % (21082)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 3.14/0.91  % (21082)Termination reason: Time limit
% 3.14/0.91  % (21082)Termination phase: Saturation
% 3.14/0.91  
% 3.14/0.91  % (21082)Memory used [KB]: 2766
% 3.14/0.91  % (21082)Time elapsed: 0.137 s
% 3.14/0.91  % (21082)Instructions burned: 489 (million)
% 3.14/0.91  % (21084)Instruction limit reached!
% 3.14/0.91  % (21084)------------------------------
% 3.14/0.91  % (21084)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 3.14/0.91  % (21084)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 3.14/0.91  % (21084)Termination reason: Time limit
% 3.14/0.91  % (21084)Termination phase: Saturation
% 3.14/0.91  
% 3.14/0.91  % (21084)Memory used [KB]: 1354
% 3.14/0.91  % (21084)Time elapsed: 0.051 s
% 3.14/0.91  % (21084)Instructions burned: 160 (million)
% 3.83/0.92  % (21038)Running in auto input_syntax mode. Trying TPTP
% 3.83/0.92  % (21087)dis+10_1:1_aac=none:abs=on:bce=on:bd=off:bsr=unit_only:drc=off:fd=preordered:fsd=on:gve=cautious:lcm=reverse:nm=16:plsq=on:plsqc=1:plsqr=232,15:sfv=off:slsq=on:slsql=off:slsqr=3,2:sos=on:sp=weighted_frequency:i=81:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/81Mi)
% 3.84/0.94  % (21038)Running in auto input_syntax mode. Trying TPTP
% 3.84/0.94  % (21088)lrs+10_1:1_amm=sco:norm_ineq=on:nwc=3.0:plsq=on:plsqc=2:plsqr=32,1:sas=z3:sp=const_min:tha=off:to=lpo:i=146:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/146Mi)
% 3.84/0.94  % (21087)First to succeed.
% 3.84/0.94  % (21038)Running in auto input_syntax mode. Trying TPTP
% 3.84/0.94  % (21089)ott+21_1:1_erd=off:s2a=on:sac=on:sd=1:sgt=64:sos=on:ss=included:st=3.0:to=lpo:urr=on:i=211:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/211Mi)
% 3.84/0.94  % (21087)Solution written to "/export/starexec/sandbox/tmp/vampire-proof-21038"
% 3.84/0.94  % (21038)Running in auto input_syntax mode. Trying TPTP
% 3.84/0.94  % (21090)dis+1010_1:1_s2a=on:sp=frequency:to=lpo:i=274:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/274Mi)
% 3.84/0.95  % (21038)Running in auto input_syntax mode. Trying TPTP
% 3.84/0.95  % (21087)Refutation found. Thanks to Tanya!
% 3.84/0.95  % SZS status Theorem for theBenchmark
% 3.84/0.95  % SZS output start Proof for theBenchmark
% See solution above
% 3.84/0.95  % (21087)------------------------------
% 3.84/0.95  % (21087)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 3.84/0.95  % (21087)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 3.84/0.95  % (21087)Termination reason: Refutation
% 3.84/0.95  
% 3.84/0.95  % (21087)Memory used [KB]: 1476
% 3.84/0.95  % (21087)Time elapsed: 0.044 s
% 3.84/0.95  % (21087)Instructions burned: 73 (million)
% 3.84/0.95  % (21087)------------------------------
% 3.84/0.95  % (21087)------------------------------
% 3.84/0.95  % (21038)Success in time 0.56 s
%------------------------------------------------------------------------------