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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---1.0
% Problem  : SWW586_2 : TPTP v8.1.0. Released v6.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s

% Computer : n013.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Aug 31 19:20:01 EDT 2022

% Result   : Theorem 20.98s 3.12s
% Output   : Refutation 20.98s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   21
%            Number of leaves      :  143
% Syntax   : Number of formulae    :  339 (  68 unt;  92 typ;   0 def)
%            Number of atoms       :  686 ( 241 equ)
%            Maximal formula atoms :   21 (   2 avg)
%            Number of connectives :  650 ( 211   ~; 278   |; 130   &)
%                                         (  19 <=>;  11  =>;   0  <=;   1 <~>)
%            Maximal formula depth :   17 (   4 avg)
%            Maximal term depth    :    6 (   2 avg)
%            Number of types       :   10 (   8 usr;   1 ari)
%            Number of type conns  :  117 (  58   >;  59   *;   0   +;   0  <<)
%            Number of predicates  :   23 (  21 usr;  15 prp; 0-3 aty)
%            Number of functors    :   77 (  77 usr;  26 con; 0-8 aty)
%            Number of variables   :  344 ( 223   !; 121   ?; 344   :)

% 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: ( ty * uni * uni ) > uni ).

tff(func_def_55,type,
    sK6: ( ty * uni * uni ) > uni ).

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

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

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

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

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

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

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

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

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

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

tff(func_def_70,type,
    sK21: ( regexp1 * list_char ) > char2 ).

tff(func_def_71,type,
    sK22: ( regexp1 * list_char ) > regexp1 ).

tff(func_def_72,type,
    sF23: regexp1 ).

tff(func_def_73,type,
    sF24: regexp1 ).

tff(func_def_74,type,
    sF25: regexp1 ).

tff(func_def_75,type,
    sF26: regexp1 ).

tff(func_def_76,type,
    sF27: regexp1 ).

tff(func_def_77,type,
    sF28: regexp1 ).

tff(func_def_78,type,
    sF29: uni ).

tff(func_def_79,type,
    sF30: uni ).

tff(func_def_80,type,
    sF31: uni ).

tff(func_def_81,type,
    sF32: 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: ( regexp1 * list_char ) > $o ).

tff(f18001,plain,
    $false,
    inference(avatar_sat_refutation,[],[f529,f545,f2005,f2010,f2336,f2346,f4296,f4306,f4327,f17299,f17354,f17425,f17468,f17486,f17494,f17802,f18000]) ).

tff(f18000,plain,
    ~ spl33_100,
    inference(avatar_contradiction_clause,[],[f17999]) ).

tff(f17999,plain,
    ( $false
    | ~ spl33_100 ),
    inference(subsumption_resolution,[],[f17997,f377]) ).

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

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

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

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

tff(f17997,plain,
    ( ( epsilon1 = alt1(sK11(epsilon1,sF32),sK12(epsilon1,sF32)) )
    | ~ spl33_100 ),
    inference(resolution,[],[f17445,f390]) ).

tff(f390,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ~ sP2(X0,X1)
      | ( alt1(sK11(X0,X1),sK12(X0,X1)) = X0 ) ),
    inference(cnf_transformation,[],[f282]) ).

tff(f282,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ( ( alt1(sK11(X0,X1),sK12(X0,X1)) = X0 )
        & mem2(sK13(X0,X1),sK12(X0,X1))
        & ( sK13(X0,X1) = X1 ) )
      | ~ sP2(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK11,sK12,sK13])],[f280,f281]) ).

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

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

tff(f279,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ? [X5: regexp1,X7: regexp1,X6: list_char] :
          ( ( alt1(X5,X7) = X0 )
          & mem2(X6,X7)
          & ( X1 = X6 ) )
      | ~ sP2(X0,X1) ),
    inference(nnf_transformation,[],[f232]) ).

tff(f232,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ? [X5: regexp1,X7: regexp1,X6: list_char] :
          ( ( alt1(X5,X7) = X0 )
          & mem2(X6,X7)
          & ( X1 = X6 ) )
      | ~ sP2(X0,X1) ),
    introduced(predicate_definition_introduction,[new_symbols(naming,[sP2])]) ).

tff(f17445,plain,
    ( sP2(epsilon1,sF32)
    | ~ spl33_100 ),
    inference(avatar_component_clause,[],[f17443]) ).

tff(f17443,plain,
    ( spl33_100
  <=> sP2(epsilon1,sF32) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_100])]) ).

tff(f17802,plain,
    ~ spl33_99,
    inference(avatar_contradiction_clause,[],[f17801]) ).

tff(f17801,plain,
    ( $false
    | ~ spl33_99 ),
    inference(subsumption_resolution,[],[f17800,f443]) ).

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

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

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

tff(f27,axiom,
    ! [X17: regexp1,X16: regexp1] : ( epsilon1 != concat1(X16,X17) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',epsilon_Concat) ).

tff(f17800,plain,
    ( ( epsilon1 = concat1(sK18(epsilon1,sF32),sK20(epsilon1,sF32)) )
    | ~ spl33_99 ),
    inference(resolution,[],[f17441,f398]) ).

tff(f398,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ~ sP0(X0,X1)
      | ( concat1(sK18(X0,X1),sK20(X0,X1)) = X0 ) ),
    inference(cnf_transformation,[],[f290]) ).

tff(f290,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ( ( concat1(sK18(X0,X1),sK20(X0,X1)) = X0 )
        & mem2(sK17(X0,X1),sK20(X0,X1))
        & ( tb2t(infix_plpl(char,t2tb(sK19(X0,X1)),t2tb(sK17(X0,X1)))) = X1 )
        & mem2(sK19(X0,X1),sK18(X0,X1)) )
      | ~ sP0(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK17,sK18,sK19,sK20])],[f288,f289]) ).

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

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

tff(f287,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ? [X13: list_char,X16: regexp1,X14: list_char,X15: regexp1] :
          ( ( concat1(X16,X15) = X0 )
          & mem2(X13,X15)
          & ( tb2t(infix_plpl(char,t2tb(X14),t2tb(X13))) = X1 )
          & mem2(X14,X16) )
      | ~ sP0(X0,X1) ),
    inference(nnf_transformation,[],[f230]) ).

tff(f230,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ? [X13: list_char,X16: regexp1,X14: list_char,X15: regexp1] :
          ( ( concat1(X16,X15) = X0 )
          & mem2(X13,X15)
          & ( tb2t(infix_plpl(char,t2tb(X14),t2tb(X13))) = X1 )
          & mem2(X14,X16) )
      | ~ sP0(X0,X1) ),
    introduced(predicate_definition_introduction,[new_symbols(naming,[sP0])]) ).

tff(f17441,plain,
    ( sP0(epsilon1,sF32)
    | ~ spl33_99 ),
    inference(avatar_component_clause,[],[f17439]) ).

tff(f17439,plain,
    ( spl33_99
  <=> sP0(epsilon1,sF32) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_99])]) ).

tff(f17494,plain,
    ~ spl33_98,
    inference(avatar_contradiction_clause,[],[f17493]) ).

tff(f17493,plain,
    ( $false
    | ~ spl33_98 ),
    inference(subsumption_resolution,[],[f17491,f377]) ).

tff(f17491,plain,
    ( ( epsilon1 = alt1(sK8(epsilon1,sF32),sK10(epsilon1,sF32)) )
    | ~ spl33_98 ),
    inference(resolution,[],[f17437,f387]) ).

tff(f387,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ~ sP3(X0,X1)
      | ( alt1(sK8(X0,X1),sK10(X0,X1)) = X0 ) ),
    inference(cnf_transformation,[],[f278]) ).

tff(f278,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ( ( alt1(sK8(X0,X1),sK10(X0,X1)) = X0 )
        & mem2(sK9(X0,X1),sK8(X0,X1))
        & ( sK9(X0,X1) = X1 ) )
      | ~ sP3(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK8,sK9,sK10])],[f276,f277]) ).

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

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

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

tff(f233,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ? [X4: regexp1,X2: list_char,X3: regexp1] :
          ( ( alt1(X4,X3) = X0 )
          & mem2(X2,X4)
          & ( X1 = X2 ) )
      | ~ sP3(X0,X1) ),
    introduced(predicate_definition_introduction,[new_symbols(naming,[sP3])]) ).

tff(f17437,plain,
    ( sP3(epsilon1,sF32)
    | ~ spl33_98 ),
    inference(avatar_component_clause,[],[f17435]) ).

tff(f17435,plain,
    ( spl33_98
  <=> sP3(epsilon1,sF32) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_98])]) ).

tff(f17486,plain,
    ( spl33_99
    | spl33_101
    | spl33_100
    | spl33_98
    | spl33_11
    | ~ spl33_14
    | ~ spl33_45 ),
    inference(avatar_split_clause,[],[f17485,f2301,f1850,f1838,f17435,f17443,f17447,f17439]) ).

tff(f17447,plain,
    ( spl33_101
  <=> sP1(sF32,epsilon1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_101])]) ).

tff(f1838,plain,
    ( spl33_11
  <=> ( tb2t(nil(char)) = sF32 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_11])]) ).

tff(f1850,plain,
    ( spl33_14
  <=> sP3(sF28,sF32) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_14])]) ).

tff(f2301,plain,
    ( spl33_45
  <=> ( epsilon1 = sK8(sF28,sF32) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_45])]) ).

tff(f17485,plain,
    ( sP3(epsilon1,sF32)
    | sP2(epsilon1,sF32)
    | sP1(sF32,epsilon1)
    | sP0(epsilon1,sF32)
    | spl33_11
    | ~ spl33_14
    | ~ spl33_45 ),
    inference(subsumption_resolution,[],[f17484,f1839]) ).

tff(f1839,plain,
    ( ( tb2t(nil(char)) != sF32 )
    | spl33_11 ),
    inference(avatar_component_clause,[],[f1838]) ).

tff(f17484,plain,
    ( sP2(epsilon1,sF32)
    | ( tb2t(nil(char)) = sF32 )
    | sP0(epsilon1,sF32)
    | sP3(epsilon1,sF32)
    | sP1(sF32,epsilon1)
    | ~ spl33_14
    | ~ spl33_45 ),
    inference(subsumption_resolution,[],[f17420,f367]) ).

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

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

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

tff(f17420,plain,
    ( sP2(epsilon1,sF32)
    | sP1(sF32,epsilon1)
    | sP3(epsilon1,sF32)
    | ( epsilon1 = char3(sK21(epsilon1,sF32)) )
    | sP0(epsilon1,sF32)
    | ( tb2t(nil(char)) = sF32 )
    | ~ spl33_14
    | ~ spl33_45 ),
    inference(resolution,[],[f17358,f471]) ).

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

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

tff(f294,plain,
    ! [X0: regexp1,X1: list_char] :
      ( sP1(X1,X0)
      | sP3(X0,X1)
      | ~ mem2(X1,X0)
      | ( ( epsilon1 = X0 )
        & ( tb2t(nil(char)) = X1 ) )
      | sP2(X0,X1)
      | ( ( tb2t(cons(char,t2tb1(sK21(X0,X1)),nil(char))) = X1 )
        & ( char3(sK21(X0,X1)) = X0 ) )
      | ( ( tb2t(nil(char)) = X1 )
        & ( star1(sK22(X0,X1)) = X0 ) )
      | sP0(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK21,sK22])],[f291,f293,f292]) ).

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

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

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

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

tff(f231,plain,
    ! [X1: list_char,X0: regexp1] :
      ( ? [X10: regexp1,X12: list_char,X11: list_char] :
          ( ( tb2t(infix_plpl(char,t2tb(X12),t2tb(X11))) = X1 )
          & mem2(X11,star1(X10))
          & ( star1(X10) = X0 )
          & mem2(X12,X10) )
      | ~ sP1(X1,X0) ),
    introduced(predicate_definition_introduction,[new_symbols(naming,[sP1])]) ).

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

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

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

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

tff(f17358,plain,
    ( mem2(sF32,epsilon1)
    | ~ spl33_14
    | ~ spl33_45 ),
    inference(backward_demodulation,[],[f17316,f2303]) ).

tff(f2303,plain,
    ( ( epsilon1 = sK8(sF28,sF32) )
    | ~ spl33_45 ),
    inference(avatar_component_clause,[],[f2301]) ).

tff(f17316,plain,
    ( mem2(sF32,sK8(sF28,sF32))
    | ~ spl33_14 ),
    inference(subsumption_resolution,[],[f17315,f1852]) ).

tff(f1852,plain,
    ( sP3(sF28,sF32)
    | ~ spl33_14 ),
    inference(avatar_component_clause,[],[f1850]) ).

tff(f17315,plain,
    ( ~ sP3(sF28,sF32)
    | mem2(sF32,sK8(sF28,sF32))
    | ~ spl33_14 ),
    inference(superposition,[],[f386,f17310]) ).

tff(f17310,plain,
    ( ( sF32 = sK9(sF28,sF32) )
    | ~ spl33_14 ),
    inference(resolution,[],[f1852,f385]) ).

tff(f385,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ~ sP3(X0,X1)
      | ( sK9(X0,X1) = X1 ) ),
    inference(cnf_transformation,[],[f278]) ).

tff(f386,plain,
    ! [X0: regexp1,X1: list_char] :
      ( mem2(sK9(X0,X1),sK8(X0,X1))
      | ~ sP3(X0,X1) ),
    inference(cnf_transformation,[],[f278]) ).

tff(f17468,plain,
    ( ~ spl33_101
    | spl33_42
    | ~ spl33_45 ),
    inference(avatar_split_clause,[],[f17467,f2301,f2289,f17447]) ).

tff(f2289,plain,
    ( spl33_42
  <=> sP1(sF32,sK8(sF28,sF32)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_42])]) ).

tff(f17467,plain,
    ( ~ sP1(sF32,epsilon1)
    | spl33_42
    | ~ spl33_45 ),
    inference(forward_demodulation,[],[f2290,f2303]) ).

tff(f2290,plain,
    ( ~ sP1(sF32,sK8(sF28,sF32))
    | spl33_42 ),
    inference(avatar_component_clause,[],[f2289]) ).

tff(f17425,plain,
    ( ~ spl33_42
    | ~ spl33_45 ),
    inference(avatar_contradiction_clause,[],[f17424]) ).

tff(f17424,plain,
    ( $false
    | ~ spl33_42
    | ~ spl33_45 ),
    inference(subsumption_resolution,[],[f17423,f427]) ).

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

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

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

tff(f17423,plain,
    ( ( epsilon1 = star1(sK14(sF32,epsilon1)) )
    | ~ spl33_42
    | ~ spl33_45 ),
    inference(resolution,[],[f17359,f392]) ).

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

tff(f286,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ( ( tb2t(infix_plpl(char,t2tb(sK15(X0,X1)),t2tb(sK16(X0,X1)))) = X0 )
        & mem2(sK16(X0,X1),star1(sK14(X0,X1)))
        & ( star1(sK14(X0,X1)) = X1 )
        & mem2(sK15(X0,X1),sK14(X0,X1)) )
      | ~ sP1(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK14,sK15,sK16])],[f284,f285]) ).

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

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

tff(f283,plain,
    ! [X1: list_char,X0: regexp1] :
      ( ? [X10: regexp1,X12: list_char,X11: list_char] :
          ( ( tb2t(infix_plpl(char,t2tb(X12),t2tb(X11))) = X1 )
          & mem2(X11,star1(X10))
          & ( star1(X10) = X0 )
          & mem2(X12,X10) )
      | ~ sP1(X1,X0) ),
    inference(nnf_transformation,[],[f231]) ).

tff(f17359,plain,
    ( sP1(sF32,epsilon1)
    | ~ spl33_42
    | ~ spl33_45 ),
    inference(backward_demodulation,[],[f2291,f2303]) ).

tff(f2291,plain,
    ( sP1(sF32,sK8(sF28,sF32))
    | ~ spl33_42 ),
    inference(avatar_component_clause,[],[f2289]) ).

tff(f17354,plain,
    ( spl33_45
    | ~ spl33_14 ),
    inference(avatar_split_clause,[],[f17353,f1850,f2301]) ).

tff(f17353,plain,
    ( ( epsilon1 = sK8(sF28,sF32) )
    | ~ spl33_14 ),
    inference(forward_demodulation,[],[f17321,f605]) ).

tff(f605,plain,
    epsilon1 = alt_proj_11(sF28),
    inference(superposition,[],[f322,f462]) ).

tff(f462,plain,
    sF28 = alt1(epsilon1,sF27),
    introduced(function_definition,[]) ).

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

tff(f164,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/benchmark/theBenchmark.p',alt_proj_1_def) ).

tff(f17321,plain,
    ( ( alt_proj_11(sF28) = sK8(sF28,sF32) )
    | ~ spl33_14 ),
    inference(superposition,[],[f322,f17309]) ).

tff(f17309,plain,
    ( ( sF28 = alt1(sK8(sF28,sF32),sK10(sF28,sF32)) )
    | ~ spl33_14 ),
    inference(resolution,[],[f1852,f387]) ).

tff(f17299,plain,
    ( ~ spl33_13
    | spl33_26 ),
    inference(avatar_contradiction_clause,[],[f17298]) ).

tff(f17298,plain,
    ( $false
    | ~ spl33_13
    | spl33_26 ),
    inference(subsumption_resolution,[],[f17294,f1915]) ).

tff(f1915,plain,
    ( ~ mem2(sF32,sF27)
    | spl33_26 ),
    inference(avatar_component_clause,[],[f1913]) ).

tff(f1913,plain,
    ( spl33_26
  <=> mem2(sF32,sF27) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_26])]) ).

tff(f17294,plain,
    ( mem2(sF32,sF27)
    | ~ spl33_13 ),
    inference(backward_demodulation,[],[f2354,f17290]) ).

tff(f17290,plain,
    ( ( sF27 = sK12(sF28,sF32) )
    | ~ spl33_13 ),
    inference(forward_demodulation,[],[f17268,f621]) ).

tff(f621,plain,
    alt_proj_21(sF28) = sF27,
    inference(superposition,[],[f418,f462]) ).

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

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

tff(f37,axiom,
    ! [X15: regexp1,X6: regexp1] : ( alt_proj_21(alt1(X6,X15)) = X15 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',alt_proj_2_def) ).

tff(f17268,plain,
    ( ( alt_proj_21(sF28) = sK12(sF28,sF32) )
    | ~ spl33_13 ),
    inference(superposition,[],[f418,f2351]) ).

tff(f2351,plain,
    ( ( alt1(sK11(sF28,sF32),sK12(sF28,sF32)) = sF28 )
    | ~ spl33_13 ),
    inference(resolution,[],[f1848,f390]) ).

tff(f1848,plain,
    ( sP2(sF28,sF32)
    | ~ spl33_13 ),
    inference(avatar_component_clause,[],[f1846]) ).

tff(f1846,plain,
    ( spl33_13
  <=> sP2(sF28,sF32) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_13])]) ).

tff(f2354,plain,
    ( mem2(sF32,sK12(sF28,sF32))
    | ~ spl33_13 ),
    inference(subsumption_resolution,[],[f2353,f1848]) ).

tff(f2353,plain,
    ( ~ sP2(sF28,sF32)
    | mem2(sF32,sK12(sF28,sF32))
    | ~ spl33_13 ),
    inference(superposition,[],[f389,f2352]) ).

tff(f2352,plain,
    ( ( sF32 = sK13(sF28,sF32) )
    | ~ spl33_13 ),
    inference(resolution,[],[f1848,f388]) ).

tff(f388,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ~ sP2(X0,X1)
      | ( sK13(X0,X1) = X1 ) ),
    inference(cnf_transformation,[],[f282]) ).

tff(f389,plain,
    ! [X0: regexp1,X1: list_char] :
      ( mem2(sK13(X0,X1),sK12(X0,X1))
      | ~ sP2(X0,X1) ),
    inference(cnf_transformation,[],[f282]) ).

tff(f4327,plain,
    ( spl33_26
    | ~ spl33_1 ),
    inference(avatar_split_clause,[],[f4299,f522,f1913]) ).

tff(f522,plain,
    ( spl33_1
  <=> mem2(sK4,sF28) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_1])]) ).

tff(f4299,plain,
    ( ~ mem2(sK4,sF28)
    | mem2(sF32,sF27) ),
    inference(forward_demodulation,[],[f3756,f466]) ).

tff(f466,plain,
    sF32 = tb2t(sF31),
    introduced(function_definition,[]) ).

tff(f3756,plain,
    ( ~ mem2(sK4,sF28)
    | mem2(tb2t(sF31),sF27) ),
    inference(forward_demodulation,[],[f3750,f579]) ).

tff(f579,plain,
    tb2t(sF30) = sK4,
    inference(superposition,[],[f323,f464]) ).

tff(f464,plain,
    t2tb(sK4) = sF30,
    introduced(function_definition,[]) ).

tff(f323,plain,
    ! [X0: list_char] : ( tb2t(t2tb(X0)) = X0 ),
    inference(cnf_transformation,[],[f162]) ).

tff(f162,plain,
    ! [X0: list_char] : ( tb2t(t2tb(X0)) = X0 ),
    inference(rectify,[],[f66]) ).

tff(f66,axiom,
    ! [X24: list_char] : ( tb2t(t2tb(X24)) = X24 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeL) ).

tff(f3750,plain,
    ( ~ mem2(tb2t(sF30),sF28)
    | mem2(tb2t(sF31),sF27) ),
    inference(superposition,[],[f1244,f465]) ).

tff(f465,plain,
    sF31 = cons(char,sF29,sF30),
    introduced(function_definition,[]) ).

tff(f1244,plain,
    ! [X0: uni] :
      ( mem2(tb2t(cons(char,sF29,X0)),sF27)
      | ~ mem2(tb2t(X0),sF28) ),
    inference(superposition,[],[f542,f346]) ).

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

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

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

tff(f542,plain,
    ! [X0: list_char] :
      ( mem2(tb2t(cons(char,sF29,t2tb(X0))),sF27)
      | ~ mem2(X0,sF28) ),
    inference(backward_demodulation,[],[f540,f462]) ).

tff(f540,plain,
    ! [X0: list_char] :
      ( ~ mem2(X0,alt1(epsilon1,sF27))
      | mem2(tb2t(cons(char,sF29,t2tb(X0))),sF27) ),
    inference(backward_demodulation,[],[f499,f463]) ).

tff(f463,plain,
    t2tb1(one1) = sF29,
    introduced(function_definition,[]) ).

tff(f499,plain,
    ! [X0: list_char] :
      ( ~ mem2(X0,alt1(epsilon1,sF27))
      | mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),sF27) ),
    inference(forward_demodulation,[],[f498,f461]) ).

tff(f461,plain,
    sF27 = concat1(sF26,sF24),
    introduced(function_definition,[]) ).

tff(f498,plain,
    ! [X0: list_char] :
      ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),sF27)
      | ~ mem2(X0,alt1(epsilon1,concat1(sF26,sF24))) ),
    inference(forward_demodulation,[],[f497,f460]) ).

tff(f460,plain,
    star1(sF25) = sF26,
    introduced(function_definition,[]) ).

tff(f497,plain,
    ! [X0: list_char] :
      ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),sF27)
      | ~ mem2(X0,alt1(epsilon1,concat1(star1(sF25),sF24))) ),
    inference(forward_demodulation,[],[f496,f459]) ).

tff(f459,plain,
    alt1(sF23,sF24) = sF25,
    introduced(function_definition,[]) ).

tff(f496,plain,
    ! [X0: list_char] :
      ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),sF27)
      | ~ mem2(X0,alt1(epsilon1,concat1(star1(alt1(sF23,sF24)),sF24))) ),
    inference(forward_demodulation,[],[f495,f458]) ).

tff(f458,plain,
    char3(one1) = sF24,
    introduced(function_definition,[]) ).

tff(f495,plain,
    ! [X0: list_char] :
      ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),sF27)
      | ~ mem2(X0,alt1(epsilon1,concat1(star1(alt1(sF23,char3(one1))),char3(one1)))) ),
    inference(forward_demodulation,[],[f494,f461]) ).

tff(f494,plain,
    ! [X0: list_char] :
      ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(sF26,sF24))
      | ~ mem2(X0,alt1(epsilon1,concat1(star1(alt1(sF23,char3(one1))),char3(one1)))) ),
    inference(forward_demodulation,[],[f493,f460]) ).

tff(f493,plain,
    ! [X0: list_char] :
      ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(sF25),sF24))
      | ~ mem2(X0,alt1(epsilon1,concat1(star1(alt1(sF23,char3(one1))),char3(one1)))) ),
    inference(forward_demodulation,[],[f485,f459]) ).

tff(f485,plain,
    ! [X0: list_char] :
      ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(alt1(sF23,sF24)),sF24))
      | ~ mem2(X0,alt1(epsilon1,concat1(star1(alt1(sF23,char3(one1))),char3(one1)))) ),
    inference(backward_demodulation,[],[f479,f458]) ).

tff(f479,plain,
    ! [X0: list_char] :
      ( ~ mem2(X0,alt1(epsilon1,concat1(star1(alt1(sF23,char3(one1))),char3(one1))))
      | mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(alt1(sF23,char3(one1))),char3(one1))) ),
    inference(forward_demodulation,[],[f474,f457]) ).

tff(f457,plain,
    char3(zero1) = sF23,
    introduced(function_definition,[]) ).

tff(f474,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(sF23,char3(one1))),char3(one1))) ),
    inference(backward_demodulation,[],[f384,f457]) ).

tff(f384,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,[],[f274]) ).

tff(f274,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,[],[f131]) ).

tff(f131,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/sandbox2/benchmark/theBenchmark.p',one_w_in_r1) ).

tff(f4306,plain,
    ( spl33_2
    | ~ spl33_26 ),
    inference(avatar_contradiction_clause,[],[f4305]) ).

tff(f4305,plain,
    ( $false
    | spl33_2
    | ~ spl33_26 ),
    inference(subsumption_resolution,[],[f4303,f527]) ).

tff(f527,plain,
    ( ~ mem2(sF32,sF28)
    | spl33_2 ),
    inference(avatar_component_clause,[],[f526]) ).

tff(f526,plain,
    ( spl33_2
  <=> mem2(sF32,sF28) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_2])]) ).

tff(f4303,plain,
    ( mem2(sF32,sF28)
    | ~ spl33_26 ),
    inference(resolution,[],[f1914,f674]) ).

tff(f674,plain,
    ! [X1: list_char] :
      ( ~ mem2(X1,sF27)
      | mem2(X1,sF28) ),
    inference(superposition,[],[f340,f462]) ).

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

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

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

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

tff(f1914,plain,
    ( mem2(sF32,sF27)
    | ~ spl33_26 ),
    inference(avatar_component_clause,[],[f1913]) ).

tff(f4296,plain,
    ( spl33_1
    | ~ spl33_26 ),
    inference(avatar_split_clause,[],[f4295,f1913,f522]) ).

tff(f4295,plain,
    ( ~ mem2(sF32,sF27)
    | mem2(sK4,sF28) ),
    inference(forward_demodulation,[],[f3787,f466]) ).

tff(f3787,plain,
    ( ~ mem2(tb2t(sF31),sF27)
    | mem2(sK4,sF28) ),
    inference(forward_demodulation,[],[f3785,f579]) ).

tff(f3785,plain,
    ( mem2(tb2t(sF30),sF28)
    | ~ mem2(tb2t(sF31),sF27) ),
    inference(superposition,[],[f1249,f465]) ).

tff(f1249,plain,
    ! [X0: uni] :
      ( ~ mem2(tb2t(cons(char,sF29,X0)),sF27)
      | mem2(tb2t(X0),sF28) ),
    inference(superposition,[],[f568,f346]) ).

tff(f568,plain,
    ! [X0: list_char] :
      ( ~ mem2(tb2t(cons(char,sF29,t2tb(X0))),sF27)
      | mem2(X0,sF28) ),
    inference(forward_demodulation,[],[f567,f462]) ).

tff(f567,plain,
    ! [X0: list_char] :
      ( mem2(X0,alt1(epsilon1,sF27))
      | ~ mem2(tb2t(cons(char,sF29,t2tb(X0))),sF27) ),
    inference(forward_demodulation,[],[f566,f461]) ).

tff(f566,plain,
    ! [X0: list_char] :
      ( ~ mem2(tb2t(cons(char,sF29,t2tb(X0))),sF27)
      | mem2(X0,alt1(epsilon1,concat1(sF26,sF24))) ),
    inference(forward_demodulation,[],[f565,f463]) ).

tff(f565,plain,
    ! [X0: list_char] :
      ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),sF27)
      | mem2(X0,alt1(epsilon1,concat1(sF26,sF24))) ),
    inference(forward_demodulation,[],[f564,f460]) ).

tff(f564,plain,
    ! [X0: list_char] :
      ( mem2(X0,alt1(epsilon1,concat1(star1(sF25),sF24)))
      | ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),sF27) ),
    inference(forward_demodulation,[],[f563,f461]) ).

tff(f563,plain,
    ! [X0: list_char] :
      ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(sF26,sF24))
      | mem2(X0,alt1(epsilon1,concat1(star1(sF25),sF24))) ),
    inference(forward_demodulation,[],[f562,f460]) ).

tff(f562,plain,
    ! [X0: list_char] :
      ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(sF25),sF24))
      | mem2(X0,alt1(epsilon1,concat1(star1(sF25),sF24))) ),
    inference(forward_demodulation,[],[f561,f459]) ).

tff(f561,plain,
    ! [X0: list_char] :
      ( mem2(X0,alt1(epsilon1,concat1(star1(alt1(sF23,sF24)),sF24)))
      | ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(sF25),sF24)) ),
    inference(forward_demodulation,[],[f560,f457]) ).

tff(f560,plain,
    ! [X0: list_char] :
      ( mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),sF24)),sF24)))
      | ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(sF25),sF24)) ),
    inference(forward_demodulation,[],[f559,f459]) ).

tff(f559,plain,
    ! [X0: list_char] :
      ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(alt1(sF23,sF24)),sF24))
      | mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),sF24)),sF24))) ),
    inference(forward_demodulation,[],[f558,f457]) ).

tff(f558,plain,
    ! [X0: list_char] :
      ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(X0))),concat1(star1(alt1(char3(zero1),sF24)),sF24))
      | mem2(X0,alt1(epsilon1,concat1(star1(alt1(char3(zero1),sF24)),sF24))) ),
    inference(forward_demodulation,[],[f557,f458]) ).

tff(f557,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),sF24)),sF24))) ),
    inference(forward_demodulation,[],[f383,f458]) ).

tff(f383,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,[],[f274]) ).

tff(f2346,plain,
    ( spl33_13
    | spl33_15
    | ~ spl33_2
    | spl33_12
    | spl33_14 ),
    inference(avatar_split_clause,[],[f2330,f1850,f1842,f526,f1854,f1846]) ).

tff(f1854,plain,
    ( spl33_15
  <=> sP1(sF32,sF28) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_15])]) ).

tff(f1842,plain,
    ( spl33_12
  <=> sP0(sF28,sF32) ),
    introduced(avatar_definition,[new_symbols(naming,[spl33_12])]) ).

tff(f2330,plain,
    ( sP1(sF32,sF28)
    | sP2(sF28,sF32)
    | ~ spl33_2
    | spl33_12
    | spl33_14 ),
    inference(subsumption_resolution,[],[f2329,f602]) ).

tff(f602,plain,
    epsilon1 != sF28,
    inference(superposition,[],[f377,f462]) ).

tff(f2329,plain,
    ( ( epsilon1 = sF28 )
    | sP1(sF32,sF28)
    | sP2(sF28,sF32)
    | ~ spl33_2
    | spl33_12
    | spl33_14 ),
    inference(subsumption_resolution,[],[f2328,f625]) ).

tff(f625,plain,
    ! [X1: regexp1] : ( star1(X1) != sF28 ),
    inference(superposition,[],[f446,f462]) ).

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

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

tff(f169,plain,
    ! [X1: regexp1,X2: regexp1,X0: 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/benchmark/theBenchmark.p',alt_Star) ).

tff(f2328,plain,
    ( ( star1(sK22(sF28,sF32)) = sF28 )
    | sP1(sF32,sF28)
    | ( epsilon1 = sF28 )
    | sP2(sF28,sF32)
    | ~ spl33_2
    | spl33_12
    | spl33_14 ),
    inference(subsumption_resolution,[],[f2327,f623]) ).

tff(f623,plain,
    ! [X1: char2] : ( sF28 != char3(X1) ),
    inference(superposition,[],[f428,f462]) ).

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

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

tff(f159,plain,
    ! [X0: char2,X2: regexp1,X1: 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/sandbox2/benchmark/theBenchmark.p',char_Alt) ).

tff(f2327,plain,
    ( ( char3(sK21(sF28,sF32)) = sF28 )
    | sP1(sF32,sF28)
    | ( star1(sK22(sF28,sF32)) = sF28 )
    | ( epsilon1 = sF28 )
    | sP2(sF28,sF32)
    | ~ spl33_2
    | spl33_12
    | spl33_14 ),
    inference(subsumption_resolution,[],[f2326,f1851]) ).

tff(f1851,plain,
    ( ~ sP3(sF28,sF32)
    | spl33_14 ),
    inference(avatar_component_clause,[],[f1850]) ).

tff(f2326,plain,
    ( sP3(sF28,sF32)
    | ( star1(sK22(sF28,sF32)) = sF28 )
    | ( char3(sK21(sF28,sF32)) = sF28 )
    | sP1(sF32,sF28)
    | ( epsilon1 = sF28 )
    | sP2(sF28,sF32)
    | ~ spl33_2
    | spl33_12 ),
    inference(subsumption_resolution,[],[f2049,f1843]) ).

tff(f1843,plain,
    ( ~ sP0(sF28,sF32)
    | spl33_12 ),
    inference(avatar_component_clause,[],[f1842]) ).

tff(f2049,plain,
    ( sP0(sF28,sF32)
    | ( char3(sK21(sF28,sF32)) = sF28 )
    | sP2(sF28,sF32)
    | sP1(sF32,sF28)
    | ( epsilon1 = sF28 )
    | ( star1(sK22(sF28,sF32)) = sF28 )
    | sP3(sF28,sF32)
    | ~ spl33_2 ),
    inference(resolution,[],[f403,f528]) ).

tff(f528,plain,
    ( mem2(sF32,sF28)
    | ~ spl33_2 ),
    inference(avatar_component_clause,[],[f526]) ).

tff(f403,plain,
    ! [X0: regexp1,X1: list_char] :
      ( ~ mem2(X1,X0)
      | sP3(X0,X1)
      | sP0(X0,X1)
      | ( epsilon1 = X0 )
      | sP2(X0,X1)
      | ( char3(sK21(X0,X1)) = X0 )
      | sP1(X1,X0)
      | ( star1(sK22(X0,X1)) = X0 ) ),
    inference(cnf_transformation,[],[f294]) ).

tff(f2336,plain,
    ~ spl33_15,
    inference(avatar_contradiction_clause,[],[f2335]) ).

tff(f2335,plain,
    ( $false
    | ~ spl33_15 ),
    inference(subsumption_resolution,[],[f2334,f625]) ).

tff(f2334,plain,
    ( ( star1(sK14(sF32,sF28)) = sF28 )
    | ~ spl33_15 ),
    inference(resolution,[],[f1856,f392]) ).

tff(f1856,plain,
    ( sP1(sF32,sF28)
    | ~ spl33_15 ),
    inference(avatar_component_clause,[],[f1854]) ).

tff(f2010,plain,
    ~ spl33_12,
    inference(avatar_contradiction_clause,[],[f2009]) ).

tff(f2009,plain,
    ( $false
    | ~ spl33_12 ),
    inference(subsumption_resolution,[],[f2008,f646]) ).

tff(f646,plain,
    ! [X2: regexp1,X3: regexp1] : ( concat1(X2,X3) != sF28 ),
    inference(superposition,[],[f345,f462]) ).

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

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

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

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

tff(f2008,plain,
    ( ( concat1(sK18(sF28,sF32),sK20(sF28,sF32)) = sF28 )
    | ~ spl33_12 ),
    inference(resolution,[],[f1844,f398]) ).

tff(f1844,plain,
    ( sP0(sF28,sF32)
    | ~ spl33_12 ),
    inference(avatar_component_clause,[],[f1842]) ).

tff(f2005,plain,
    ~ spl33_11,
    inference(avatar_contradiction_clause,[],[f2004]) ).

tff(f2004,plain,
    ( $false
    | ~ spl33_11 ),
    inference(subsumption_resolution,[],[f2003,f655]) ).

tff(f655,plain,
    nil(char) != sF31,
    inference(superposition,[],[f420,f465]) ).

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

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

tff(f146,plain,
    ! [X2: uni,X1: uni,X0: ty] : ( 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/benchmark/theBenchmark.p',nil_Cons) ).

tff(f2003,plain,
    ( ( nil(char) = sF31 )
    | ~ spl33_11 ),
    inference(forward_demodulation,[],[f2002,f580]) ).

tff(f580,plain,
    sF31 = t2tb(sF32),
    inference(superposition,[],[f346,f466]) ).

tff(f2002,plain,
    ( ( nil(char) = t2tb(sF32) )
    | ~ spl33_11 ),
    inference(superposition,[],[f346,f1840]) ).

tff(f1840,plain,
    ( ( tb2t(nil(char)) = sF32 )
    | ~ spl33_11 ),
    inference(avatar_component_clause,[],[f1838]) ).

tff(f545,plain,
    ( ~ spl33_2
    | ~ spl33_1 ),
    inference(avatar_split_clause,[],[f467,f522,f526]) ).

tff(f467,plain,
    ( ~ mem2(sK4,sF28)
    | ~ mem2(sF32,sF28) ),
    inference(definition_folding,[],[f325,f462,f461,f458,f460,f459,f458,f457,f466,f465,f464,f463,f462,f461,f458,f460,f459,f458,f457]) ).

tff(f325,plain,
    ( ~ 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)))) ),
    inference(cnf_transformation,[],[f238]) ).

tff(f238,plain,
    ( ( ~ 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))))
      | mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK4))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK4])],[f236,f237]) ).

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

tff(f236,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,[],[f213]) ).

tff(f213,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,[],[f119]) ).

tff(f119,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(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/benchmark/theBenchmark.p',one_w_in_r2) ).

tff(f529,plain,
    ( spl33_1
    | spl33_2 ),
    inference(avatar_split_clause,[],[f468,f526,f522]) ).

tff(f468,plain,
    ( mem2(sF32,sF28)
    | mem2(sK4,sF28) ),
    inference(definition_folding,[],[f324,f462,f461,f458,f460,f459,f458,f457,f466,f465,f464,f463,f462,f461,f458,f460,f459,f458,f457]) ).

tff(f324,plain,
    ( 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)))) ),
    inference(cnf_transformation,[],[f238]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.13  % Problem    : SWW586=2 : TPTP v8.1.0. Released v6.1.0.
% 0.03/0.14  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.13/0.35  % Computer : n013.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit   : 300
% 0.13/0.35  % WCLimit    : 300
% 0.13/0.35  % DateTime   : Tue Aug 30 20:50:02 EDT 2022
% 0.13/0.35  % CPUTime    : 
% 0.20/0.51  % (26020)fmb+10_1:1_bce=on:fmbsr=1.5:nm=4:skr=on:i=191324:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/191324Mi)
% 0.20/0.51  % (26021)ott+10_1:32_abs=on:br=off:urr=ec_only:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.20/0.51  % (26036)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.20/0.51  % (26020)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.20/0.52  % (26028)dis+2_1:64_add=large:bce=on:bd=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.20/0.52  % (26043)ott+11_1:1_drc=off:nwc=5.0:slsq=on:slsqc=1:spb=goal_then_units:to=lpo:i=467:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/467Mi)
% 0.20/0.52  % (26020)Terminated due to inappropriate strategy.
% 0.20/0.52  % (26020)------------------------------
% 0.20/0.52  % (26020)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.52  % (26020)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.52  % (26020)Termination reason: Inappropriate
% 0.20/0.52  
% 0.20/0.52  % (26020)Memory used [KB]: 1279
% 0.20/0.52  % (26020)Time elapsed: 0.008 s
% 0.20/0.52  % (26020)Instructions burned: 12 (million)
% 0.20/0.52  % (26020)------------------------------
% 0.20/0.52  % (26020)------------------------------
% 0.20/0.52  % (26035)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=75:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/75Mi)
% 0.20/0.52  % (26028)Instruction limit reached!
% 0.20/0.52  % (26028)------------------------------
% 0.20/0.52  % (26028)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.52  % (26028)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.52  % (26028)Termination reason: Unknown
% 0.20/0.52  % (26028)Termination phase: Property scanning
% 0.20/0.52  
% 0.20/0.52  % (26028)Memory used [KB]: 1023
% 0.20/0.52  % (26028)Time elapsed: 0.004 s
% 0.20/0.52  % (26028)Instructions burned: 4 (million)
% 0.20/0.52  % (26028)------------------------------
% 0.20/0.52  % (26028)------------------------------
% 0.20/0.53  % (26037)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59Mi)
% 0.20/0.53  % (26034)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/68Mi)
% 0.20/0.53  % (26027)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.20/0.53  % (26027)Instruction limit reached!
% 0.20/0.53  % (26027)------------------------------
% 0.20/0.53  % (26027)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.53  % (26027)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.53  % (26027)Termination reason: Unknown
% 0.20/0.53  % (26027)Termination phase: Property scanning
% 0.20/0.53  
% 0.20/0.53  % (26027)Memory used [KB]: 1151
% 0.20/0.53  % (26027)Time elapsed: 0.004 s
% 0.20/0.53  % (26027)Instructions burned: 9 (million)
% 0.20/0.53  % (26027)------------------------------
% 0.20/0.53  % (26027)------------------------------
% 0.20/0.53  % (26022)ott+4_1:1_av=off:bd=off:nwc=5.0:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/37Mi)
% 0.20/0.53  % (26023)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.20/0.54  % (26026)fmb+10_1:1_fmbsr=2.0:nm=4:skr=on:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.20/0.54  % (26031)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.20/0.54  % (26025)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=48:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/48Mi)
% 0.20/0.54  % (26033)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.20/0.54  % (26024)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.20/0.54  % (26045)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 0.20/0.54  % (26032)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/101Mi)
% 0.20/0.54  % (26044)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/482Mi)
% 0.20/0.55  % (26038)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.20/0.55  % (26029)ott-1_1:6_av=off:cond=on:fsr=off:nwc=3.0:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.20/0.55  % (26048)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 0.20/0.55  % (26030)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.20/0.55  % (26026)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.20/0.55  % (26026)Terminated due to inappropriate strategy.
% 0.20/0.55  % (26026)------------------------------
% 0.20/0.55  % (26026)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (26026)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (26026)Termination reason: Inappropriate
% 0.20/0.55  
% 0.20/0.55  % (26026)Memory used [KB]: 1151
% 0.20/0.55  % (26026)Time elapsed: 0.006 s
% 0.20/0.55  % (26026)Instructions burned: 10 (million)
% 0.20/0.55  % (26026)------------------------------
% 0.20/0.55  % (26026)------------------------------
% 1.50/0.55  % (26047)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=177:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/177Mi)
% 1.50/0.55  % (26049)ott+10_7:2_awrs=decay:awrsf=8:bd=preordered:drc=off:fd=preordered:fde=unused:fsr=off:slsq=on:slsqc=2:slsqr=5,8:sp=const_min:spb=units:to=lpo:i=355:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/355Mi)
% 1.50/0.56  % (26046)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/68Mi)
% 1.50/0.56  % (26042)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=498:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/498Mi)
% 1.50/0.56  % (26037)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 1.50/0.56  % (26037)Terminated due to inappropriate strategy.
% 1.50/0.56  % (26037)------------------------------
% 1.50/0.56  % (26037)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.50/0.56  % (26037)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.50/0.56  % (26037)Termination reason: Inappropriate
% 1.50/0.56  
% 1.50/0.56  % (26037)Memory used [KB]: 1279
% 1.50/0.56  % (26037)Time elapsed: 0.009 s
% 1.50/0.56  % (26037)Instructions burned: 11 (million)
% 1.50/0.56  % (26037)------------------------------
% 1.50/0.56  % (26037)------------------------------
% 1.50/0.56  % (26039)ott+4_1:1_av=off:bd=off:nwc=5.0:rp=on:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 1.50/0.56  % (26041)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 1.50/0.56  % (26040)ott+10_1:8_bsd=on:fsd=on:lcm=predicate:nwc=5.0:s2a=on:s2at=1.5:spb=goal_then_units:i=176:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/176Mi)
% 1.66/0.59  % (26022)Instruction limit reached!
% 1.66/0.59  % (26022)------------------------------
% 1.66/0.59  % (26022)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.66/0.59  % (26022)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.66/0.59  % (26022)Termination reason: Unknown
% 1.66/0.59  % (26022)Termination phase: Saturation
% 1.66/0.59  
% 1.66/0.59  % (26022)Memory used [KB]: 1535
% 1.66/0.59  % (26022)Time elapsed: 0.170 s
% 1.66/0.59  % (26022)Instructions burned: 38 (million)
% 1.66/0.59  % (26022)------------------------------
% 1.66/0.59  % (26022)------------------------------
% 1.66/0.60  % (26021)Instruction limit reached!
% 1.66/0.60  % (26021)------------------------------
% 1.66/0.60  % (26021)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.66/0.60  % (26021)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.66/0.60  % (26021)Termination reason: Unknown
% 1.66/0.60  % (26021)Termination phase: Saturation
% 1.66/0.60  
% 1.66/0.60  % (26021)Memory used [KB]: 6140
% 1.66/0.60  % (26021)Time elapsed: 0.174 s
% 1.66/0.60  % (26021)Instructions burned: 50 (million)
% 1.66/0.60  % (26021)------------------------------
% 1.66/0.60  % (26021)------------------------------
% 1.66/0.61  % (26029)Instruction limit reached!
% 1.66/0.61  % (26029)------------------------------
% 1.66/0.61  % (26029)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.66/0.61  % (26029)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.66/0.61  % (26029)Termination reason: Unknown
% 1.66/0.61  % (26029)Termination phase: Saturation
% 1.66/0.61  
% 1.66/0.61  % (26029)Memory used [KB]: 1791
% 1.66/0.61  % (26029)Time elapsed: 0.196 s
% 1.66/0.61  % (26029)Instructions burned: 51 (million)
% 1.66/0.61  % (26029)------------------------------
% 1.66/0.61  % (26029)------------------------------
% 1.66/0.63  % (26023)Instruction limit reached!
% 1.66/0.63  % (26023)------------------------------
% 1.66/0.63  % (26023)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.66/0.63  % (26023)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.66/0.63  % (26023)Termination reason: Unknown
% 1.66/0.63  % (26023)Termination phase: Saturation
% 1.66/0.63  
% 1.66/0.63  % (26023)Memory used [KB]: 6140
% 1.66/0.63  % (26023)Time elapsed: 0.218 s
% 1.66/0.63  % (26023)Instructions burned: 52 (million)
% 1.66/0.63  % (26023)------------------------------
% 1.66/0.63  % (26023)------------------------------
% 1.66/0.63  % (26025)Instruction limit reached!
% 1.66/0.63  % (26025)------------------------------
% 1.66/0.63  % (26025)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.66/0.63  % (26025)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.66/0.63  % (26025)Termination reason: Unknown
% 1.66/0.63  % (26025)Termination phase: Saturation
% 1.66/0.63  
% 1.66/0.63  % (26025)Memory used [KB]: 6140
% 1.66/0.63  % (26025)Time elapsed: 0.225 s
% 1.66/0.63  % (26025)Instructions burned: 48 (million)
% 1.66/0.63  % (26025)------------------------------
% 1.66/0.63  % (26025)------------------------------
% 1.66/0.63  % (26050)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=388:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/388Mi)
% 2.12/0.63  % (26030)Instruction limit reached!
% 2.12/0.63  % (26030)------------------------------
% 2.12/0.63  % (26030)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.12/0.63  % (26030)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.12/0.63  % (26030)Termination reason: Unknown
% 2.12/0.63  % (26030)Termination phase: Saturation
% 2.12/0.63  
% 2.12/0.63  % (26030)Memory used [KB]: 6524
% 2.12/0.63  % (26030)Time elapsed: 0.232 s
% 2.12/0.63  % (26030)Instructions burned: 52 (million)
% 2.12/0.63  % (26030)------------------------------
% 2.12/0.63  % (26030)------------------------------
% 2.12/0.64  % (26051)ott-1_1:6_av=off:cond=on:fsr=off:nwc=3.0:i=211:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/211Mi)
% 2.12/0.64  % (26024)Instruction limit reached!
% 2.12/0.64  % (26024)------------------------------
% 2.12/0.64  % (26024)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.12/0.64  % (26024)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.12/0.64  % (26024)Termination reason: Unknown
% 2.12/0.64  % (26024)Termination phase: Saturation
% 2.12/0.64  
% 2.12/0.64  % (26024)Memory used [KB]: 6396
% 2.12/0.64  % (26024)Time elapsed: 0.213 s
% 2.12/0.64  % (26024)Instructions burned: 53 (million)
% 2.12/0.64  % (26024)------------------------------
% 2.12/0.64  % (26024)------------------------------
% 2.12/0.65  % (26036)Instruction limit reached!
% 2.12/0.65  % (26036)------------------------------
% 2.12/0.65  % (26036)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.12/0.65  % (26036)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.12/0.65  % (26036)Termination reason: Unknown
% 2.12/0.65  % (26036)Termination phase: Saturation
% 2.12/0.65  
% 2.12/0.65  % (26036)Memory used [KB]: 6524
% 2.12/0.65  % (26036)Time elapsed: 0.228 s
% 2.12/0.65  % (26036)Instructions burned: 99 (million)
% 2.12/0.65  % (26036)------------------------------
% 2.12/0.65  % (26036)------------------------------
% 2.12/0.65  % (26035)Instruction limit reached!
% 2.12/0.65  % (26035)------------------------------
% 2.12/0.65  % (26035)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.12/0.65  % (26035)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.12/0.65  % (26035)Termination reason: Unknown
% 2.12/0.65  % (26035)Termination phase: Saturation
% 2.12/0.65  
% 2.12/0.65  % (26035)Memory used [KB]: 2302
% 2.12/0.65  % (26035)Time elapsed: 0.203 s
% 2.12/0.65  % (26035)Instructions burned: 76 (million)
% 2.12/0.65  % (26035)------------------------------
% 2.12/0.65  % (26035)------------------------------
% 2.12/0.66  % (26046)Instruction limit reached!
% 2.12/0.66  % (26046)------------------------------
% 2.12/0.66  % (26046)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.12/0.66  % (26046)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.12/0.66  % (26046)Termination reason: Unknown
% 2.12/0.66  % (26046)Termination phase: Saturation
% 2.12/0.66  
% 2.12/0.66  % (26046)Memory used [KB]: 6908
% 2.12/0.66  % (26046)Time elapsed: 0.037 s
% 2.12/0.66  % (26046)Instructions burned: 68 (million)
% 2.12/0.66  % (26046)------------------------------
% 2.12/0.66  % (26046)------------------------------
% 2.24/0.66  % (26034)Instruction limit reached!
% 2.24/0.66  % (26034)------------------------------
% 2.24/0.66  % (26034)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.24/0.66  % (26034)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.24/0.66  % (26034)Termination reason: Unknown
% 2.24/0.66  % (26034)Termination phase: Saturation
% 2.24/0.66  
% 2.24/0.66  % (26034)Memory used [KB]: 6908
% 2.24/0.66  % (26034)Time elapsed: 0.037 s
% 2.24/0.66  % (26034)Instructions burned: 69 (million)
% 2.24/0.66  % (26034)------------------------------
% 2.24/0.66  % (26034)------------------------------
% 2.24/0.67  % (26054)ott+1_1:7_bd=off:i=934:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/934Mi)
% 2.24/0.68  % (26053)ott+1_1:2_i=920:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/920Mi)
% 2.24/0.69  % (26031)Instruction limit reached!
% 2.24/0.69  % (26031)------------------------------
% 2.24/0.69  % (26031)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.24/0.69  % (26052)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/90Mi)
% 2.24/0.70  % (26031)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.24/0.70  % (26031)Termination reason: Unknown
% 2.24/0.70  % (26031)Termination phase: Saturation
% 2.24/0.70  
% 2.24/0.70  % (26031)Memory used [KB]: 6652
% 2.24/0.70  % (26031)Time elapsed: 0.267 s
% 2.24/0.70  % (26031)Instructions burned: 101 (million)
% 2.24/0.70  % (26031)------------------------------
% 2.24/0.70  % (26031)------------------------------
% 2.24/0.70  % (26033)Instruction limit reached!
% 2.24/0.70  % (26033)------------------------------
% 2.24/0.70  % (26033)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.24/0.70  % (26033)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.24/0.70  % (26033)Termination reason: Unknown
% 2.24/0.70  % (26033)Termination phase: Saturation
% 2.24/0.70  
% 2.24/0.70  % (26033)Memory used [KB]: 6780
% 2.24/0.70  % (26033)Time elapsed: 0.276 s
% 2.24/0.70  % (26033)Instructions burned: 100 (million)
% 2.24/0.70  % (26033)------------------------------
% 2.24/0.70  % (26033)------------------------------
% 2.24/0.71  % (26038)Instruction limit reached!
% 2.24/0.71  % (26038)------------------------------
% 2.24/0.71  % (26038)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.24/0.71  % (26038)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.24/0.71  % (26038)Termination reason: Unknown
% 2.24/0.71  % (26038)Termination phase: Saturation
% 2.24/0.71  
% 2.24/0.71  % (26038)Memory used [KB]: 6780
% 2.24/0.71  % (26038)Time elapsed: 0.297 s
% 2.24/0.71  % (26038)Instructions burned: 101 (million)
% 2.24/0.71  % (26038)------------------------------
% 2.24/0.71  % (26038)------------------------------
% 2.24/0.72  % (26032)Instruction limit reached!
% 2.24/0.72  % (26032)------------------------------
% 2.24/0.72  % (26032)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.24/0.72  % (26032)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.24/0.72  % (26032)Termination reason: Unknown
% 2.24/0.72  % (26032)Termination phase: Saturation
% 2.24/0.72  
% 2.24/0.72  % (26032)Memory used [KB]: 6652
% 2.24/0.72  % (26032)Time elapsed: 0.294 s
% 2.24/0.72  % (26032)Instructions burned: 102 (million)
% 2.24/0.72  % (26032)------------------------------
% 2.24/0.72  % (26032)------------------------------
% 2.24/0.72  % (26055)ott+10_1:50_bsr=unit_only:drc=off:fd=preordered:sp=frequency:i=747:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/747Mi)
% 2.65/0.72  % (26039)Instruction limit reached!
% 2.65/0.72  % (26039)------------------------------
% 2.65/0.72  % (26039)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.65/0.72  % (26039)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.65/0.72  % (26039)Termination reason: Unknown
% 2.65/0.72  % (26039)Termination phase: Saturation
% 2.65/0.72  
% 2.65/0.72  % (26039)Memory used [KB]: 1791
% 2.65/0.72  % (26039)Time elapsed: 0.319 s
% 2.65/0.72  % (26039)Instructions burned: 100 (million)
% 2.65/0.72  % (26039)------------------------------
% 2.65/0.72  % (26039)------------------------------
% 2.65/0.73  % (26056)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=655:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/655Mi)
% 2.65/0.75  % (26058)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=940:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/940Mi)
% 2.65/0.75  % (26057)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/68Mi)
% 2.76/0.76  % (26060)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/90Mi)
% 2.76/0.77  % (26061)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=2016:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/2016Mi)
% 2.76/0.77  WARNING Broken Constraint: if sine_depth(2) has been set then sine_selection(off) is not equal to off
% 2.76/0.77  % (26059)ott+11_4:1_br=off:fde=none:s2a=on:sd=2:sp=frequency:urr=on:i=981:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/981Mi)
% 2.76/0.77  % (26041)Instruction limit reached!
% 2.76/0.77  % (26041)------------------------------
% 2.76/0.77  % (26041)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.76/0.79  % (26064)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=4959:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/4959Mi)
% 2.76/0.79  % (26041)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.76/0.79  % (26041)Termination reason: Unknown
% 2.76/0.79  % (26041)Termination phase: Saturation
% 2.76/0.79  
% 2.76/0.79  % (26041)Memory used [KB]: 7547
% 2.76/0.79  % (26041)Time elapsed: 0.352 s
% 2.76/0.79  % (26041)Instructions burned: 138 (million)
% 2.76/0.79  % (26041)------------------------------
% 2.76/0.79  % (26041)------------------------------
% 2.76/0.79  % (26062)dis+10_1:2_atotf=0.3:i=3735:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/3735Mi)
% 2.76/0.79  % (26063)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=4958:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/4958Mi)
% 2.76/0.80  % (26065)ott+10_1:1_kws=precedence:tgt=ground:i=4756:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/4756Mi)
% 2.76/0.82  % (26066)ott+3_1:1_atotf=0.2:fsr=off:kws=precedence:sp=weighted_frequency:spb=intro:tgt=ground:i=4931:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/4931Mi)
% 2.98/0.84  % (26067)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/68Mi)
% 2.98/0.84  % (26047)Instruction limit reached!
% 2.98/0.84  % (26047)------------------------------
% 2.98/0.84  % (26047)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.98/0.84  % (26047)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.98/0.84  % (26047)Termination reason: Unknown
% 2.98/0.84  % (26047)Termination phase: Saturation
% 2.98/0.84  
% 2.98/0.84  % (26047)Memory used [KB]: 3070
% 2.98/0.84  % (26047)Time elapsed: 0.395 s
% 2.98/0.84  % (26047)Instructions burned: 177 (million)
% 2.98/0.84  % (26047)------------------------------
% 2.98/0.84  % (26047)------------------------------
% 2.98/0.84  % (26057)Instruction limit reached!
% 2.98/0.84  % (26057)------------------------------
% 2.98/0.84  % (26057)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.98/0.84  % (26052)Instruction limit reached!
% 2.98/0.84  % (26052)------------------------------
% 2.98/0.84  % (26052)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.98/0.84  % (26057)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.98/0.84  % (26057)Termination reason: Unknown
% 2.98/0.84  % (26057)Termination phase: Saturation
% 2.98/0.84  
% 2.98/0.84  % (26057)Memory used [KB]: 6908
% 2.98/0.84  % (26057)Time elapsed: 0.034 s
% 2.98/0.84  % (26057)Instructions burned: 68 (million)
% 2.98/0.84  % (26057)------------------------------
% 2.98/0.84  % (26057)------------------------------
% 2.98/0.85  % (26052)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.98/0.85  % (26052)Termination reason: Unknown
% 2.98/0.85  % (26052)Termination phase: Saturation
% 2.98/0.85  
% 2.98/0.85  % (26052)Memory used [KB]: 6140
% 2.98/0.85  % (26052)Time elapsed: 0.281 s
% 2.98/0.85  % (26052)Instructions burned: 90 (million)
% 2.98/0.85  % (26040)Instruction limit reached!
% 2.98/0.85  % (26040)------------------------------
% 2.98/0.85  % (26040)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.98/0.85  % (26040)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.98/0.85  % (26040)Termination reason: Unknown
% 2.98/0.85  % (26040)Termination phase: Saturation
% 2.98/0.85  
% 2.98/0.85  % (26040)Memory used [KB]: 6652
% 2.98/0.85  % (26040)Time elapsed: 0.439 s
% 2.98/0.85  % (26040)Instructions burned: 176 (million)
% 2.98/0.85  % (26040)------------------------------
% 2.98/0.85  % (26040)------------------------------
% 2.98/0.85  % (26052)------------------------------
% 2.98/0.85  % (26052)------------------------------
% 2.98/0.85  % (26068)ott+11_9:8_amm=off:bsd=on:etr=on:fsd=on:fsr=off:lma=on:newcnf=on:nm=0:nwc=3.0:s2a=on:s2agt=10:sas=z3:tha=some:i=1824:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/1824Mi)
% 2.98/0.85  % (26069)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=2134:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/2134Mi)
% 2.98/0.86  % (26070)ott-1_1:1_sp=const_frequency:i=2891:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/2891Mi)
% 3.19/0.90  % (26060)Instruction limit reached!
% 3.19/0.90  % (26060)------------------------------
% 3.19/0.90  % (26060)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.19/0.90  % (26071)dis+2_1:64_add=large:bce=on:bd=off:i=4585:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/4585Mi)
% 3.19/0.90  % (26060)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.19/0.90  % (26060)Termination reason: Unknown
% 3.19/0.90  % (26060)Termination phase: Saturation
% 3.19/0.90  
% 3.19/0.90  % (26060)Memory used [KB]: 6140
% 3.19/0.90  % (26060)Time elapsed: 0.245 s
% 3.19/0.90  % (26060)Instructions burned: 91 (million)
% 3.19/0.90  % (26060)------------------------------
% 3.19/0.90  % (26060)------------------------------
% 3.19/0.93  % (26072)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/90Mi)
% 3.38/0.95  % (26067)Instruction limit reached!
% 3.38/0.95  % (26067)------------------------------
% 3.38/0.95  % (26067)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.38/0.95  % (26067)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.38/0.95  % (26067)Termination reason: Unknown
% 3.38/0.95  % (26067)Termination phase: Saturation
% 3.38/0.95  
% 3.38/0.95  % (26067)Memory used [KB]: 6908
% 3.38/0.95  % (26067)Time elapsed: 0.033 s
% 3.38/0.95  % (26067)Instructions burned: 68 (million)
% 3.38/0.95  % (26067)------------------------------
% 3.38/0.95  % (26067)------------------------------
% 3.38/0.95  % (26073)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=2016:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/2016Mi)
% 3.48/0.97  % (26049)Instruction limit reached!
% 3.48/0.97  % (26049)------------------------------
% 3.48/0.97  % (26049)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.48/0.97  % (26049)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.48/0.97  % (26049)Termination reason: Unknown
% 3.48/0.97  % (26049)Termination phase: Saturation
% 3.48/0.97  
% 3.48/0.97  % (26049)Memory used [KB]: 6396
% 3.48/0.97  % (26049)Time elapsed: 0.539 s
% 3.48/0.97  % (26049)Instructions burned: 356 (million)
% 3.48/0.97  % (26049)------------------------------
% 3.48/0.97  % (26049)------------------------------
% 3.48/0.98  % (26075)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=9965:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/9965Mi)
% 3.48/0.98  % (26074)dis+10_1:2_atotf=0.3:i=8004:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/8004Mi)
% 3.48/1.01  % (26051)Instruction limit reached!
% 3.48/1.01  % (26051)------------------------------
% 3.48/1.01  % (26051)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.61/1.02  % (26076)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=9877:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/9877Mi)
% 3.61/1.03  % (26051)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.61/1.03  % (26051)Termination reason: Unknown
% 3.61/1.03  % (26051)Termination phase: Saturation
% 3.61/1.03  
% 3.61/1.03  % (26051)Memory used [KB]: 3965
% 3.61/1.03  % (26051)Time elapsed: 0.456 s
% 3.61/1.03  % (26051)Instructions burned: 211 (million)
% 3.61/1.03  % (26051)------------------------------
% 3.61/1.03  % (26051)------------------------------
% 5.62/1.08  % (26072)Instruction limit reached!
% 5.62/1.08  % (26072)------------------------------
% 5.62/1.08  % (26072)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 5.62/1.08  % (26072)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 5.62/1.08  % (26072)Termination reason: Unknown
% 5.62/1.08  % (26072)Termination phase: Saturation
% 5.62/1.08  
% 5.62/1.08  % (26072)Memory used [KB]: 6140
% 5.62/1.08  % (26072)Time elapsed: 0.214 s
% 5.62/1.08  % (26072)Instructions burned: 90 (million)
% 5.62/1.08  % (26072)------------------------------
% 5.62/1.08  % (26072)------------------------------
% 5.62/1.09  % (26077)ins+10_1:16_bce=on:fde=unused:igpr=on:igs=35:igwr=on:sp=const_frequency:tgt=full:to=lpo:i=9902:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/9902Mi)
% 5.62/1.10  % (26078)ott+11_9:8_amm=off:bsd=on:etr=on:fsd=on:fsr=off:lma=on:newcnf=on:nm=0:nwc=3.0:s2a=on:s2agt=10:sas=z3:tha=some:i=1824:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/1824Mi)
% 6.20/1.17  % (26079)dis+2_1:64_add=large:bce=on:bd=off:i=9989:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/9989Mi)
% 6.48/1.19  % (26080)ott-11_1:32_i=9707:si=on:rawr=on:rtra=on_0 on theBenchmark for (2992ds/9707Mi)
% 6.97/1.25  % (26043)Instruction limit reached!
% 6.97/1.25  % (26043)------------------------------
% 6.97/1.25  % (26043)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.97/1.25  % (26043)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.97/1.25  % (26043)Termination reason: Unknown
% 6.97/1.26  % (26043)Termination phase: Saturation
% 6.97/1.26  
% 6.97/1.26  % (26043)Memory used [KB]: 10490
% 6.97/1.26  % (26043)Time elapsed: 0.719 s
% 6.97/1.26  % (26043)Instructions burned: 467 (million)
% 6.97/1.26  % (26043)------------------------------
% 6.97/1.26  % (26043)------------------------------
% 6.97/1.30  % (26048)Instruction limit reached!
% 6.97/1.30  % (26048)------------------------------
% 6.97/1.30  % (26048)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.97/1.30  % (26048)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.97/1.30  % (26048)Termination reason: Unknown
% 6.97/1.30  % (26048)Termination phase: Saturation
% 6.97/1.30  
% 6.97/1.30  % (26048)Memory used [KB]: 11257
% 6.97/1.30  % (26048)Time elapsed: 0.901 s
% 6.97/1.30  % (26048)Instructions burned: 440 (million)
% 6.97/1.30  % (26048)------------------------------
% 6.97/1.30  % (26048)------------------------------
% 7.42/1.32  % (26050)Instruction limit reached!
% 7.42/1.32  % (26050)------------------------------
% 7.42/1.32  % (26050)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.42/1.32  % (26050)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.42/1.32  % (26050)Termination reason: Unknown
% 7.42/1.32  % (26050)Termination phase: Saturation
% 7.42/1.32  
% 7.42/1.32  % (26050)Memory used [KB]: 8571
% 7.42/1.32  % (26050)Time elapsed: 0.741 s
% 7.42/1.32  % (26050)Instructions burned: 390 (million)
% 7.42/1.32  % (26050)------------------------------
% 7.42/1.32  % (26050)------------------------------
% 7.42/1.35  % (26042)Instruction limit reached!
% 7.42/1.35  % (26042)------------------------------
% 7.42/1.35  % (26042)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.42/1.35  % (26042)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.42/1.35  % (26042)Termination reason: Unknown
% 7.42/1.35  % (26042)Termination phase: Saturation
% 7.42/1.35  
% 7.42/1.35  % (26042)Memory used [KB]: 5245
% 7.42/1.35  % (26042)Time elapsed: 0.942 s
% 7.42/1.35  % (26042)Instructions burned: 499 (million)
% 7.42/1.35  % (26042)------------------------------
% 7.42/1.35  % (26042)------------------------------
% 7.81/1.38  % (26044)Instruction limit reached!
% 7.81/1.38  % (26044)------------------------------
% 7.81/1.38  % (26044)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.81/1.38  % (26044)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.81/1.38  % (26044)Termination reason: Unknown
% 7.81/1.38  % (26044)Termination phase: Saturation
% 7.81/1.38  
% 7.81/1.38  % (26044)Memory used [KB]: 9722
% 7.81/1.38  % (26044)Time elapsed: 0.964 s
% 7.81/1.38  % (26044)Instructions burned: 482 (million)
% 7.81/1.38  % (26044)------------------------------
% 7.81/1.38  % (26044)------------------------------
% 7.81/1.39  % (26045)Instruction limit reached!
% 7.81/1.39  % (26045)------------------------------
% 7.81/1.39  % (26045)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.81/1.39  % (26045)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.81/1.39  % (26045)Termination reason: Unknown
% 7.81/1.39  % (26045)Termination phase: Saturation
% 7.81/1.39  
% 7.81/1.39  % (26045)Memory used [KB]: 8955
% 7.81/1.39  % (26045)Time elapsed: 0.955 s
% 7.81/1.39  % (26045)Instructions burned: 500 (million)
% 7.81/1.39  % (26045)------------------------------
% 7.81/1.39  % (26045)------------------------------
% 7.81/1.40  % (26081)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/90Mi)
% 8.36/1.45  % (26082)ott+3_1:1_abs=on:anc=none:bs=on:fsr=off:spb=goal_then_units:i=44001:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/44001Mi)
% 8.36/1.47  % (26085)dis+1002_1:1_fde=unused:nwc=10.0:s2a=on:s2at=3.0:sac=on:i=32293:si=on:rawr=on:rtra=on_0 on theBenchmark for (2989ds/32293Mi)
% 8.36/1.47  % (26083)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=4958:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/4958Mi)
% 8.57/1.50  % (26084)ott+1_27:428_av=off:awrs=converge:awrsf=8:bsr=unit_only:drc=off:fd=preordered:newcnf=on:nwc=1.5:skr=on:slsq=on:slsqc=2:slsql=off:slsqr=1,4:sp=reverse_frequency:uwa=one_side_constant:i=35256:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/35256Mi)
% 8.57/1.51  % (26086)ott+21_1:28_afr=on:anc=all_dependent:bs=on:bsr=unit_only:nicw=on:sp=const_frequency:uhcvi=on:i=37001:si=on:rawr=on:rtra=on_0 on theBenchmark for (2989ds/37001Mi)
% 8.57/1.53  % (26081)Instruction limit reached!
% 8.57/1.53  % (26081)------------------------------
% 8.57/1.53  % (26081)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.57/1.53  % (26081)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.57/1.53  % (26081)Termination reason: Unknown
% 8.57/1.53  % (26081)Termination phase: Saturation
% 8.57/1.53  
% 8.57/1.53  % (26081)Memory used [KB]: 6140
% 8.57/1.53  % (26081)Time elapsed: 0.237 s
% 8.57/1.53  % (26081)Instructions burned: 91 (million)
% 8.57/1.53  % (26081)------------------------------
% 8.57/1.53  % (26081)------------------------------
% 9.04/1.62  % (26056)Instruction limit reached!
% 9.04/1.62  % (26056)------------------------------
% 9.04/1.62  % (26056)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 9.04/1.62  % (26056)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 9.04/1.62  % (26056)Termination reason: Unknown
% 9.04/1.62  % (26056)Termination phase: Saturation
% 9.04/1.62  
% 9.04/1.62  % (26056)Memory used [KB]: 5373
% 9.04/1.62  % (26056)Time elapsed: 0.929 s
% 9.04/1.62  % (26056)Instructions burned: 655 (million)
% 9.04/1.62  % (26056)------------------------------
% 9.04/1.62  % (26056)------------------------------
% 10.37/1.68  % (26087)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=10187:si=on:rawr=on:rtra=on_0 on theBenchmark for (2988ds/10187Mi)
% 10.37/1.73  % (26088)ott+3_1:1_atotf=0.2:fsr=off:kws=precedence:sp=weighted_frequency:spb=intro:tgt=ground:i=29337:si=on:rawr=on:rtra=on_0 on theBenchmark for (2987ds/29337Mi)
% 12.18/1.92  % (26054)Instruction limit reached!
% 12.18/1.92  % (26054)------------------------------
% 12.18/1.92  % (26054)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 12.18/1.93  % (26054)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 12.18/1.93  % (26054)Termination reason: Unknown
% 12.18/1.93  % (26054)Termination phase: Saturation
% 12.18/1.93  
% 12.18/1.93  % (26054)Memory used [KB]: 15991
% 12.18/1.93  % (26054)Time elapsed: 1.296 s
% 12.18/1.93  % (26054)Instructions burned: 935 (million)
% 12.18/1.93  % (26054)------------------------------
% 12.18/1.93  % (26054)------------------------------
% 12.62/1.99  % (26055)Instruction limit reached!
% 12.62/1.99  % (26055)------------------------------
% 12.62/1.99  % (26055)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 12.62/1.99  % (26055)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 12.62/1.99  % (26055)Termination reason: Unknown
% 12.62/1.99  % (26055)Termination phase: Saturation
% 12.62/1.99  
% 12.62/1.99  % (26055)Memory used [KB]: 9210
% 12.62/1.99  % (26055)Time elapsed: 1.347 s
% 12.62/1.99  % (26055)Instructions burned: 747 (million)
% 12.62/1.99  % (26055)------------------------------
% 12.62/1.99  % (26055)------------------------------
% 12.62/2.04  % (26089)ins+10_1:16_bce=on:fde=unused:igpr=on:igs=35:igwr=on:sp=const_frequency:tgt=full:to=lpo:i=10147:si=on:rawr=on:rtra=on_0 on theBenchmark for (2984ds/10147Mi)
% 13.47/2.09  % (26059)Instruction limit reached!
% 13.47/2.09  % (26059)------------------------------
% 13.47/2.09  % (26059)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 13.47/2.09  % (26059)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 13.47/2.09  % (26059)Termination reason: Unknown
% 13.47/2.09  % (26059)Termination phase: Saturation
% 13.47/2.09  
% 13.47/2.09  % (26059)Memory used [KB]: 14200
% 13.47/2.09  % (26059)Time elapsed: 1.384 s
% 13.47/2.09  % (26059)Instructions burned: 981 (million)
% 13.47/2.09  % (26059)------------------------------
% 13.47/2.09  % (26059)------------------------------
% 13.74/2.13  % (26090)fmb+10_1:1_fmbsr=2.0:nm=4:skr=on:i=38056:si=on:rawr=on:rtra=on_0 on theBenchmark for (2983ds/38056Mi)
% 14.15/2.15  % (26090)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 14.15/2.15  % (26090)Terminated due to inappropriate strategy.
% 14.15/2.15  % (26090)------------------------------
% 14.15/2.15  % (26090)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 14.15/2.15  % (26090)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 14.15/2.15  % (26090)Termination reason: Inappropriate
% 14.15/2.15  
% 14.15/2.15  % (26090)Memory used [KB]: 1151
% 14.15/2.15  % (26090)Time elapsed: 0.006 s
% 14.15/2.15  % (26090)Instructions burned: 11 (million)
% 14.15/2.15  % (26090)------------------------------
% 14.15/2.15  % (26090)------------------------------
% 14.15/2.21  % (26091)fmb+10_1:1_dr=on:fmbsr=2.0:newcnf=on:nm=2:i=33239:si=on:rawr=on:rtra=on_0 on theBenchmark for (2982ds/33239Mi)
% 14.15/2.22  % (26091)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 14.15/2.22  % (26091)Terminated due to inappropriate strategy.
% 14.15/2.22  % (26091)------------------------------
% 14.15/2.22  % (26091)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 14.15/2.22  % (26091)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 14.15/2.22  % (26091)Termination reason: Inappropriate
% 14.15/2.22  
% 14.15/2.22  % (26091)Memory used [KB]: 1151
% 14.15/2.22  % (26091)Time elapsed: 0.004 s
% 14.15/2.22  % (26091)Instructions burned: 8 (million)
% 14.15/2.22  % (26091)------------------------------
% 14.15/2.22  % (26091)------------------------------
% 14.71/2.23  % (26058)Instruction limit reached!
% 14.71/2.23  % (26058)------------------------------
% 14.71/2.23  % (26058)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 14.71/2.23  % (26058)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 14.71/2.23  % (26058)Termination reason: Unknown
% 14.71/2.23  % (26058)Termination phase: Saturation
% 14.71/2.23  
% 14.71/2.23  % (26058)Memory used [KB]: 10490
% 14.71/2.23  % (26058)Time elapsed: 1.552 s
% 14.71/2.23  % (26058)Instructions burned: 941 (million)
% 14.71/2.23  % (26058)------------------------------
% 14.71/2.23  % (26058)------------------------------
% 14.71/2.25  % (26053)Instruction limit reached!
% 14.71/2.25  % (26053)------------------------------
% 14.71/2.25  % (26053)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 14.71/2.25  % (26053)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 14.71/2.25  % (26053)Termination reason: Unknown
% 14.71/2.25  % (26053)Termination phase: Saturation
% 14.71/2.25  
% 14.71/2.25  % (26053)Memory used [KB]: 15735
% 14.71/2.25  % (26053)Time elapsed: 1.672 s
% 14.71/2.25  % (26053)Instructions burned: 920 (million)
% 14.71/2.25  % (26053)------------------------------
% 14.71/2.25  % (26053)------------------------------
% 14.71/2.27  % (26092)fmb+10_1:1_fmbas=predicate:gsp=on:nm=2:i=20987:si=on:rawr=on:rtra=on_0 on theBenchmark for (2982ds/20987Mi)
% 14.71/2.27  % (26092)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 14.71/2.27  % (26092)Terminated due to inappropriate strategy.
% 14.71/2.27  % (26092)------------------------------
% 14.71/2.27  % (26092)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 14.71/2.27  % (26092)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 14.71/2.27  % (26092)Termination reason: Inappropriate
% 14.71/2.27  
% 14.71/2.27  % (26092)Memory used [KB]: 1151
% 14.71/2.27  % (26092)Time elapsed: 0.004 s
% 14.71/2.27  % (26092)Instructions burned: 8 (million)
% 14.71/2.27  % (26092)------------------------------
% 14.71/2.27  % (26092)------------------------------
% 15.88/2.37  % (26093)fmb+10_1:1_bce=on:fmbsr=1.5:nm=4:skr=on:i=49917:si=on:rawr=on:rtra=on_0 on theBenchmark for (2981ds/49917Mi)
% 15.88/2.37  % (26094)dis+2_1:64_add=large:bce=on:bd=off:i=19144:si=on:rawr=on:rtra=on_0 on theBenchmark for (2981ds/19144Mi)
% 15.88/2.38  % (26095)dis+10_1:128_bd=off:lcm=predicate:sac=on:sp=reverse_arity:urr=on:i=27492:si=on:rawr=on:rtra=on_0 on theBenchmark for (2981ds/27492Mi)
% 15.88/2.38  % (26093)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 15.88/2.39  % (26093)Terminated due to inappropriate strategy.
% 15.88/2.39  % (26093)------------------------------
% 15.88/2.39  % (26093)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 15.88/2.39  % (26093)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 15.88/2.39  % (26093)Termination reason: Inappropriate
% 15.88/2.39  
% 15.88/2.39  % (26093)Memory used [KB]: 1279
% 15.88/2.39  % (26093)Time elapsed: 0.011 s
% 15.88/2.39  % (26093)Instructions burned: 13 (million)
% 15.88/2.39  % (26093)------------------------------
% 15.88/2.39  % (26093)------------------------------
% 15.88/2.40  % (26096)ott-11_1:32_i=6101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2980ds/6101Mi)
% 16.93/2.53  % (26097)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2979ds/90Mi)
% 17.87/2.67  % (26097)Instruction limit reached!
% 17.87/2.67  % (26097)------------------------------
% 17.87/2.67  % (26097)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 17.87/2.67  % (26097)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 17.87/2.67  % (26097)Termination reason: Unknown
% 17.87/2.67  % (26097)Termination phase: Saturation
% 17.87/2.67  
% 17.87/2.67  % (26097)Memory used [KB]: 6140
% 17.87/2.67  % (26097)Time elapsed: 0.253 s
% 17.87/2.67  % (26097)Instructions burned: 90 (million)
% 17.87/2.67  % (26097)------------------------------
% 17.87/2.67  % (26097)------------------------------
% 18.91/2.80  % (26098)ott+11_1:128_av=off:bd=off:bsr=unit_only:fd=preordered:to=lpo:updr=off:i=91600:si=on:rawr=on:rtra=on_0 on theBenchmark for (2976ds/91600Mi)
% 19.60/2.86  % (26068)Instruction limit reached!
% 19.60/2.86  % (26068)------------------------------
% 19.60/2.86  % (26068)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 19.60/2.87  % (26068)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 19.60/2.87  % (26068)Termination reason: Unknown
% 19.60/2.87  % (26068)Termination phase: Saturation
% 19.60/2.87  
% 19.60/2.87  % (26068)Memory used [KB]: 3454
% 19.60/2.87  % (26068)Time elapsed: 0.614 s
% 19.60/2.87  % (26068)Instructions burned: 1825 (million)
% 19.60/2.87  % (26068)------------------------------
% 19.60/2.87  % (26068)------------------------------
% 20.60/2.97  % (26099)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=7127:si=on:rawr=on:rtra=on_0 on theBenchmark for (2974ds/7127Mi)
% 20.98/3.03  % (26078)Instruction limit reached!
% 20.98/3.03  % (26078)------------------------------
% 20.98/3.03  % (26078)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 20.98/3.04  % (26078)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 20.98/3.04  % (26078)Termination reason: Unknown
% 20.98/3.04  % (26078)Termination phase: Saturation
% 20.98/3.04  
% 20.98/3.04  % (26078)Memory used [KB]: 3454
% 20.98/3.04  % (26078)Time elapsed: 0.679 s
% 20.98/3.04  % (26078)Instructions burned: 1825 (million)
% 20.98/3.04  % (26078)------------------------------
% 20.98/3.04  % (26078)------------------------------
% 20.98/3.10  % (26065)First to succeed.
% 20.98/3.12  % (26065)Refutation found. Thanks to Tanya!
% 20.98/3.12  % SZS status Theorem for theBenchmark
% 20.98/3.12  % SZS output start Proof for theBenchmark
% See solution above
% 20.98/3.12  % (26065)------------------------------
% 20.98/3.12  % (26065)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 20.98/3.12  % (26065)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 20.98/3.12  % (26065)Termination reason: Refutation
% 20.98/3.12  
% 20.98/3.12  % (26065)Memory used [KB]: 19189
% 20.98/3.12  % (26065)Time elapsed: 2.389 s
% 20.98/3.12  % (26065)Instructions burned: 1438 (million)
% 20.98/3.12  % (26065)------------------------------
% 20.98/3.12  % (26065)------------------------------
% 20.98/3.12  % (26019)Success in time 2.768 s
%------------------------------------------------------------------------------