TSTP Solution File: SWW586_2 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---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_uns --cores 0 -t %d %s

% Computer : n016.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:08:02 EDT 2022

% Result   : Theorem 2.98s 0.85s
% Output   : Refutation 2.98s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :  120
% Syntax   : Number of formulae    :  259 (  46 unt;  82 typ;   0 def)
%            Number of atoms       :  542 ( 211 equ)
%            Maximal formula atoms :   21 (   3 avg)
%            Number of connectives :  516 ( 151   ~; 206   |; 130   &)
%                                         (  17 <=>;  11  =>;   0  <=;   1 <~>)
%            Maximal formula depth :   16 (   5 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number of types       :   10 (   8 usr;   1 ari)
%            Number of type conns  :  117 (  58   >;  59   *;   0   +;   0  <<)
%            Number of predicates  :   21 (  19 usr;  13 prp; 0-3 aty)
%            Number of functors    :   67 (  67 usr;  16 con; 0-8 aty)
%            Number of variables   :  311 ( 190   !; 121   ?; 311   :)

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

tff(func_def_54,type,
    sK5: ( uni * ty * uni ) > uni ).

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

tff(func_def_56,type,
    sK7: list_char ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tff(f1162,plain,
    $false,
    inference(avatar_sat_refutation,[],[f467,f470,f530,f714,f743,f759,f799,f831,f838,f1020,f1026,f1032,f1039,f1161]) ).

tff(f1161,plain,
    ( spl23_2
    | ~ spl23_7 ),
    inference(avatar_contradiction_clause,[],[f1160]) ).

tff(f1160,plain,
    ( $false
    | spl23_2
    | ~ spl23_7 ),
    inference(subsumption_resolution,[],[f1114,f469]) ).

tff(f469,plain,
    ( ~ mem2(sK7,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | spl23_2 ),
    inference(avatar_component_clause,[],[f465]) ).

tff(f465,plain,
    ( spl23_2
  <=> mem2(sK7,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_2])]) ).

tff(f1114,plain,
    ( mem2(sK7,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_7 ),
    inference(resolution,[],[f1110,f384]) ).

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,[],[f273]) ).

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

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

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

tff(f1110,plain,
    ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))
    | ~ spl23_7 ),
    inference(superposition,[],[f1081,f1102]) ).

tff(f1102,plain,
    ( ( concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)) = sK12(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
    | ~ spl23_7 ),
    inference(forward_demodulation,[],[f1100,f418]) ).

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

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

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

tff(f1100,plain,
    ( ( alt_proj_21(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) = sK12(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
    | ~ spl23_7 ),
    inference(superposition,[],[f418,f1040]) ).

tff(f1040,plain,
    ( ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = alt1(sK13(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))),sK12(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))) )
    | ~ spl23_7 ),
    inference(resolution,[],[f500,f427]) ).

tff(f427,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ sP2(X0,X1)
      | ( alt1(sK13(X0,X1),sK12(X0,X1)) = X1 ) ),
    inference(cnf_transformation,[],[f303]) ).

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

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

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

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

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

tff(f500,plain,
    ( sP2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_7 ),
    inference(avatar_component_clause,[],[f499]) ).

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

tff(f1081,plain,
    ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),sK12(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))))
    | ~ spl23_7 ),
    inference(forward_demodulation,[],[f1041,f1042]) ).

tff(f1042,plain,
    ( ( sK11(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) = tb2t(cons(char,t2tb1(one1),t2tb(sK7))) )
    | ~ spl23_7 ),
    inference(resolution,[],[f500,f428]) ).

tff(f428,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ sP2(X0,X1)
      | ( sK11(X0,X1) = X0 ) ),
    inference(cnf_transformation,[],[f303]) ).

tff(f1041,plain,
    ( mem2(sK11(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))),sK12(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))))
    | ~ spl23_7 ),
    inference(resolution,[],[f500,f426]) ).

tff(f426,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ sP2(X0,X1)
      | mem2(sK11(X0,X1),sK12(X0,X1)) ),
    inference(cnf_transformation,[],[f303]) ).

tff(f1039,plain,
    ~ spl23_4,
    inference(avatar_contradiction_clause,[],[f1038]) ).

tff(f1038,plain,
    ( $false
    | ~ spl23_4 ),
    inference(subsumption_resolution,[],[f1033,f363]) ).

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

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

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

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

tff(f1033,plain,
    ( ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = star1(sK20(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))) )
    | ~ spl23_4 ),
    inference(resolution,[],[f491,f434]) ).

tff(f434,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ sP0(X0,X1)
      | ( star1(sK20(X0,X1)) = X1 ) ),
    inference(cnf_transformation,[],[f311]) ).

tff(f311,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ( ( tb2t(infix_plpl(char,t2tb(sK18(X0,X1)),t2tb(sK19(X0,X1)))) = X0 )
        & mem2(sK18(X0,X1),sK20(X0,X1))
        & ( star1(sK20(X0,X1)) = X1 )
        & mem2(sK19(X0,X1),star1(sK20(X0,X1))) )
      | ~ sP0(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK18,sK19,sK20])],[f309,f310]) ).

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

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

tff(f308,plain,
    ! [X1: list_char,X0: regexp1] :
      ( ? [X12: list_char,X13: list_char,X14: regexp1] :
          ( ( tb2t(infix_plpl(char,t2tb(X12),t2tb(X13))) = X1 )
          & mem2(X12,X14)
          & ( star1(X14) = X0 )
          & mem2(X13,star1(X14)) )
      | ~ sP0(X1,X0) ),
    inference(nnf_transformation,[],[f236]) ).

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

tff(f491,plain,
    ( sP0(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_4 ),
    inference(avatar_component_clause,[],[f490]) ).

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

tff(f1032,plain,
    ~ spl23_28,
    inference(avatar_contradiction_clause,[],[f1031]) ).

tff(f1031,plain,
    ( $false
    | ~ spl23_28 ),
    inference(subsumption_resolution,[],[f1027,f349]) ).

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

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

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

tff(f1027,plain,
    ( ( epsilon1 = star1(sK20(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)) )
    | ~ spl23_28 ),
    inference(resolution,[],[f740,f434]) ).

tff(f740,plain,
    ( sP0(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)
    | ~ spl23_28 ),
    inference(avatar_component_clause,[],[f739]) ).

tff(f739,plain,
    ( spl23_28
  <=> sP0(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_28])]) ).

tff(f1026,plain,
    ~ spl23_27,
    inference(avatar_contradiction_clause,[],[f1025]) ).

tff(f1025,plain,
    ( $false
    | ~ spl23_27 ),
    inference(subsumption_resolution,[],[f1022,f378]) ).

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

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

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

tff(f1022,plain,
    ( ( epsilon1 = alt1(sK13(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1),sK12(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)) )
    | ~ spl23_27 ),
    inference(resolution,[],[f737,f427]) ).

tff(f737,plain,
    ( sP2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)
    | ~ spl23_27 ),
    inference(avatar_component_clause,[],[f736]) ).

tff(f736,plain,
    ( spl23_27
  <=> sP2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_27])]) ).

tff(f1020,plain,
    ~ spl23_26,
    inference(avatar_contradiction_clause,[],[f1019]) ).

tff(f1019,plain,
    ( $false
    | ~ spl23_26 ),
    inference(subsumption_resolution,[],[f1018,f378]) ).

tff(f1018,plain,
    ( ( epsilon1 = alt1(sK9(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1),sK10(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)) )
    | ~ spl23_26 ),
    inference(resolution,[],[f734,f423]) ).

tff(f423,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ sP3(X0,X1)
      | ( alt1(sK9(X0,X1),sK10(X0,X1)) = X1 ) ),
    inference(cnf_transformation,[],[f299]) ).

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

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

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

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

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

tff(f734,plain,
    ( sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)
    | ~ spl23_26 ),
    inference(avatar_component_clause,[],[f733]) ).

tff(f733,plain,
    ( spl23_26
  <=> sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_26])]) ).

tff(f838,plain,
    ~ spl23_8,
    inference(avatar_contradiction_clause,[],[f837]) ).

tff(f837,plain,
    ( $false
    | ~ spl23_8 ),
    inference(subsumption_resolution,[],[f836,f374]) ).

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

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

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

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

tff(f836,plain,
    ( ( nil(char) = cons(char,t2tb1(one1),t2tb(sK7)) )
    | ~ spl23_8 ),
    inference(forward_demodulation,[],[f835,f413]) ).

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

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

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

tff(f835,plain,
    ( ( cons(char,t2tb1(one1),t2tb(sK7)) = t2tb(tb2t(nil(char))) )
    | ~ spl23_8 ),
    inference(superposition,[],[f413,f505]) ).

tff(f505,plain,
    ( ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK7))) )
    | ~ spl23_8 ),
    inference(avatar_component_clause,[],[f504]) ).

tff(f504,plain,
    ( spl23_8
  <=> ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK7))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_8])]) ).

tff(f831,plain,
    ( spl23_3
    | spl23_5
    | spl23_4
    | spl23_8
    | spl23_7
    | ~ spl23_1 ),
    inference(avatar_split_clause,[],[f830,f462,f499,f504,f490,f493,f487]) ).

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

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

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

tff(f830,plain,
    ( sP2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK7))) )
    | sP0(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_1 ),
    inference(subsumption_resolution,[],[f829,f378]) ).

tff(f829,plain,
    ( sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | sP2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | sP0(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK7))) )
    | sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ( epsilon1 = alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) )
    | ~ spl23_1 ),
    inference(subsumption_resolution,[],[f808,f382]) ).

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

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

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

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

tff(f808,plain,
    ( sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | sP2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = char3(sK22(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))) )
    | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK7))) )
    | ( epsilon1 = alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) )
    | sP0(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_1 ),
    inference(resolution,[],[f463,f444]) ).

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

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

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

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

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

tff(f240,plain,
    ! [X1: list_char,X0: regexp1] :
      ( ? [X16: regexp1] :
          ( ( tb2t(nil(char)) = X1 )
          & ( star1(X16) = X0 ) )
      | sP1(X1,X0)
      | ? [X15: char2] :
          ( ( char3(X15) = X0 )
          & ( tb2t(cons(char,t2tb1(X15),nil(char))) = X1 ) )
      | sP3(X1,X0)
      | ~ mem2(X1,X0)
      | sP0(X1,X0)
      | ( ( epsilon1 = X0 )
        & ( tb2t(nil(char)) = X1 ) )
      | sP2(X1,X0) ),
    inference(definition_folding,[],[f214,f239,f238,f237,f236]) ).

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

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

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

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

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

tff(f463,plain,
    ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_1 ),
    inference(avatar_component_clause,[],[f462]) ).

tff(f799,plain,
    ( spl23_1
    | ~ spl23_2 ),
    inference(avatar_contradiction_clause,[],[f798]) ).

tff(f798,plain,
    ( $false
    | spl23_1
    | ~ spl23_2 ),
    inference(subsumption_resolution,[],[f796,f466]) ).

tff(f466,plain,
    ( mem2(sK7,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_2 ),
    inference(avatar_component_clause,[],[f465]) ).

tff(f796,plain,
    ( ~ mem2(sK7,alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | spl23_1 ),
    inference(resolution,[],[f793,f383]) ).

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

tff(f793,plain,
    ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))
    | spl23_1 ),
    inference(resolution,[],[f468,f402]) ).

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

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

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

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

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

tff(f468,plain,
    ( ~ mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | spl23_1 ),
    inference(avatar_component_clause,[],[f462]) ).

tff(f759,plain,
    ~ spl23_25,
    inference(avatar_contradiction_clause,[],[f758]) ).

tff(f758,plain,
    ( $false
    | ~ spl23_25 ),
    inference(subsumption_resolution,[],[f755,f379]) ).

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

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

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

tff(f755,plain,
    ( ( epsilon1 = concat1(sK17(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1),sK16(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)) )
    | ~ spl23_25 ),
    inference(resolution,[],[f731,f430]) ).

tff(f430,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ sP1(X0,X1)
      | ( concat1(sK17(X0,X1),sK16(X0,X1)) = X1 ) ),
    inference(cnf_transformation,[],[f307]) ).

tff(f307,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ( mem2(sK14(X0,X1),sK17(X0,X1))
        & ( tb2t(infix_plpl(char,t2tb(sK14(X0,X1)),t2tb(sK15(X0,X1)))) = X0 )
        & ( concat1(sK17(X0,X1),sK16(X0,X1)) = X1 )
        & mem2(sK15(X0,X1),sK16(X0,X1)) )
      | ~ sP1(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK14,sK15,sK16,sK17])],[f305,f306]) ).

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

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

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

tff(f731,plain,
    ( sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)
    | ~ spl23_25 ),
    inference(avatar_component_clause,[],[f730]) ).

tff(f730,plain,
    ( spl23_25
  <=> sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl23_25])]) ).

tff(f743,plain,
    ( spl23_27
    | spl23_28
    | spl23_26
    | spl23_25
    | spl23_8
    | ~ spl23_5
    | ~ spl23_23 ),
    inference(avatar_split_clause,[],[f742,f691,f493,f504,f730,f733,f739,f736]) ).

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

tff(f742,plain,
    ( ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK7))) )
    | sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)
    | sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)
    | sP0(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)
    | sP2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)
    | ~ spl23_5
    | ~ spl23_23 ),
    inference(subsumption_resolution,[],[f726,f392]) ).

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

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

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

tff(f726,plain,
    ( sP2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)
    | ( epsilon1 = char3(sK22(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)) )
    | ( tb2t(nil(char)) = tb2t(cons(char,t2tb1(one1),t2tb(sK7))) )
    | sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)
    | sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)
    | sP0(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)
    | ~ spl23_5
    | ~ spl23_23 ),
    inference(resolution,[],[f718,f460]) ).

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

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

tff(f718,plain,
    ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),epsilon1)
    | ~ spl23_5
    | ~ spl23_23 ),
    inference(superposition,[],[f661,f692]) ).

tff(f692,plain,
    ( ( epsilon1 = sK9(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
    | ~ spl23_23 ),
    inference(avatar_component_clause,[],[f691]) ).

tff(f661,plain,
    ( mem2(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),sK9(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))))
    | ~ spl23_5 ),
    inference(forward_demodulation,[],[f656,f657]) ).

tff(f657,plain,
    ( ( sK8(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) = tb2t(cons(char,t2tb1(one1),t2tb(sK7))) )
    | ~ spl23_5 ),
    inference(resolution,[],[f494,f425]) ).

tff(f425,plain,
    ! [X0: list_char,X1: regexp1] :
      ( ~ sP3(X0,X1)
      | ( sK8(X0,X1) = X0 ) ),
    inference(cnf_transformation,[],[f299]) ).

tff(f494,plain,
    ( sP3(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_5 ),
    inference(avatar_component_clause,[],[f493]) ).

tff(f656,plain,
    ( mem2(sK8(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))),sK9(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))))
    | ~ spl23_5 ),
    inference(resolution,[],[f494,f424]) ).

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

tff(f714,plain,
    ( spl23_23
    | ~ spl23_5 ),
    inference(avatar_split_clause,[],[f713,f493,f691]) ).

tff(f713,plain,
    ( ( epsilon1 = sK9(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
    | ~ spl23_5 ),
    inference(forward_demodulation,[],[f704,f338]) ).

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

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

tff(f36,axiom,
    ! [X15: regexp1,X6: regexp1] : ( alt_proj_11(alt1(X6,X15)) = X6 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',alt_proj_1_def) ).

tff(f704,plain,
    ( ( alt_proj_11(alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) = sK9(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))) )
    | ~ spl23_5 ),
    inference(superposition,[],[f338,f658]) ).

tff(f658,plain,
    ( ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = alt1(sK9(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))),sK10(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))) )
    | ~ spl23_5 ),
    inference(resolution,[],[f494,f423]) ).

tff(f530,plain,
    ~ spl23_3,
    inference(avatar_contradiction_clause,[],[f529]) ).

tff(f529,plain,
    ( $false
    | ~ spl23_3 ),
    inference(subsumption_resolution,[],[f525,f346]) ).

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

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

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

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

tff(f525,plain,
    ( ( alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))) = concat1(sK17(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1)))),sK16(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))) )
    | ~ spl23_3 ),
    inference(resolution,[],[f488,f430]) ).

tff(f488,plain,
    ( sP1(tb2t(cons(char,t2tb1(one1),t2tb(sK7))),alt1(epsilon1,concat1(star1(alt1(char3(zero1),char3(one1))),char3(one1))))
    | ~ spl23_3 ),
    inference(avatar_component_clause,[],[f487]) ).

tff(f470,plain,
    ( ~ spl23_1
    | ~ spl23_2 ),
    inference(avatar_split_clause,[],[f409,f465,f462]) ).

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

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

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

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

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

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

tff(f467,plain,
    ( spl23_1
    | spl23_2 ),
    inference(avatar_split_clause,[],[f408,f465,f462]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem    : SWW586=2 : TPTP v8.1.0. Released v6.1.0.
% 0.11/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.14/0.34  % Computer : n016.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit   : 300
% 0.14/0.34  % WCLimit    : 300
% 0.14/0.34  % DateTime   : Tue Aug 30 21:15:31 EDT 2022
% 0.14/0.34  % CPUTime    : 
% 0.20/0.49  % (11628)lrs+10_1:1_ep=R:gve=force:plsq=on:plsqr=32,1:uwa=one_side_interpreted:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.20/0.50  % (11616)dis+1010_1:4_aac=none:abs=on:atotf=0.5:avsq=on:avsqc=2:avsqr=215,247:awrs=converge:awrsf=128:bsd=on:erd=off:fde=none:gve=cautious:newcnf=on:nwc=5.0:rnwc=on:sac=on:sas=z3:sp=const_min:tgt=ground:thsq=on:thsqc=64:thsqr=1,4:i=59848:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59848Mi)
% 0.20/0.50  % (11643)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.20/0.50  % (11631)dis+20_1:12_aac=none:acc=model:awrs=converge:fd=preordered:fsr=off:nicw=on:nwc=3.0:s2a=on:s2agt=16:spb=goal:to=lpo:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.20/0.51  % (11635)lrs+10_1:1_sd=10:sos=all:ss=axioms:st=5.0:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.20/0.51  % (11620)ott+1011_1:2_br=off:bs=unit_only:bsr=unit_only:nwc=5.0:s2a=on:s2agt=32:urr=on:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/37Mi)
% 0.20/0.51  % (11628)Instruction limit reached!
% 0.20/0.51  % (11628)------------------------------
% 0.20/0.51  % (11628)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.51  % (11628)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.51  % (11628)Termination reason: Unknown
% 0.20/0.51  % (11628)Termination phase: shuffling
% 0.20/0.51  
% 0.20/0.51  % (11628)Memory used [KB]: 1023
% 0.20/0.51  % (11628)Time elapsed: 0.003 s
% 0.20/0.51  % (11628)Instructions burned: 2 (million)
% 0.20/0.51  % (11628)------------------------------
% 0.20/0.51  % (11628)------------------------------
% 0.20/0.51  % (11624)lrs+1010_1:1_ep=RST:s2a=on:s2at=5.0:sos=all:i=26:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/26Mi)
% 0.20/0.51  % (11627)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=4:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/4Mi)
% 0.20/0.51  % (11623)lrs+1010_1:1_bd=off:fd=off:fde=none:ins=3:sac=on:sos=on:spb=goal:to=lpo:i=36:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/36Mi)
% 0.20/0.51  % (11627)Instruction limit reached!
% 0.20/0.51  % (11627)------------------------------
% 0.20/0.51  % (11627)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.51  % (11635)Instruction limit reached!
% 0.20/0.51  % (11635)------------------------------
% 0.20/0.51  % (11635)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.51  % (11635)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.51  % (11635)Termination reason: Unknown
% 0.20/0.51  % (11635)Termination phase: SInE selection
% 0.20/0.51  
% 0.20/0.51  % (11635)Memory used [KB]: 1023
% 0.20/0.51  % (11635)Time elapsed: 0.005 s
% 0.20/0.51  % (11635)Instructions burned: 3 (million)
% 0.20/0.51  % (11635)------------------------------
% 0.20/0.51  % (11635)------------------------------
% 0.20/0.51  % (11625)lrs+10_1:8_ep=R:erd=off:fs=off:fsr=off:gve=force:nwc=2.0:uwa=one_side_interpreted:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.20/0.51  % (11625)Instruction limit reached!
% 0.20/0.51  % (11625)------------------------------
% 0.20/0.51  % (11625)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.51  % (11625)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.51  % (11625)Termination reason: Unknown
% 0.20/0.51  % (11625)Termination phase: Property scanning
% 0.20/0.51  
% 0.20/0.51  % (11625)Memory used [KB]: 1023
% 0.20/0.51  % (11625)Time elapsed: 0.002 s
% 0.20/0.51  % (11625)Instructions burned: 3 (million)
% 0.20/0.51  % (11625)------------------------------
% 0.20/0.51  % (11625)------------------------------
% 0.20/0.51  % (11639)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.20/0.52  % (11638)dis+2_1:1_av=off:bsr=on:erd=off:s2pl=on:sgt=16:sos=on:sp=frequency:ss=axioms:i=46:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/46Mi)
% 0.20/0.52  % (11621)lrs+10_1:32_s2a=on:s2agt=10:sgt=8:ss=axioms:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.20/0.52  % (11636)dis+1002_1:5_av=off:nwc=2.0:sos=all:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.20/0.52  % (11619)ott+21_1:1_erd=off:s2a=on:sac=on:sd=1:sgt=64:sos=on:ss=included:st=3.0:to=lpo:urr=on:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.20/0.52  % (11627)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.52  % (11627)Termination reason: Unknown
% 0.20/0.52  % (11627)Termination phase: SInE selection
% 0.20/0.52  
% 0.20/0.52  % (11627)Memory used [KB]: 1023
% 0.20/0.52  % (11627)Time elapsed: 0.004 s
% 0.20/0.52  % (11627)Instructions burned: 5 (million)
% 0.20/0.52  % (11627)------------------------------
% 0.20/0.52  % (11627)------------------------------
% 0.20/0.52  % (11631)Instruction limit reached!
% 0.20/0.52  % (11631)------------------------------
% 0.20/0.52  % (11631)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.52  % (11631)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.52  % (11631)Termination reason: Unknown
% 0.20/0.52  % (11631)Termination phase: Property scanning
% 0.20/0.52  
% 0.20/0.52  % (11631)Memory used [KB]: 1023
% 0.20/0.52  % (11631)Time elapsed: 0.004 s
% 0.20/0.52  % (11631)Instructions burned: 4 (million)
% 0.20/0.52  % (11631)------------------------------
% 0.20/0.52  % (11631)------------------------------
% 0.20/0.52  % (11618)dis+1011_1:64_drc=off:flr=on:nwc=2.0:sac=on:urr=ec_only:i=8:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/8Mi)
% 0.20/0.52  % (11619)Instruction limit reached!
% 0.20/0.52  % (11619)------------------------------
% 0.20/0.52  % (11619)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.52  % (11619)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.52  % (11619)Termination reason: Unknown
% 0.20/0.52  % (11619)Termination phase: Property scanning
% 0.20/0.52  
% 0.20/0.52  % (11619)Memory used [KB]: 1023
% 0.20/0.52  % (11619)Time elapsed: 0.002 s
% 0.20/0.52  % (11619)Instructions burned: 3 (million)
% 0.20/0.52  % (11619)------------------------------
% 0.20/0.52  % (11619)------------------------------
% 0.20/0.52  % (11626)lrs+10_1:1_canc=force:tha=some:to=lpo:i=35:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/35Mi)
% 0.20/0.52  % (11630)lrs+22_1:1_amm=sco:fsr=off:gve=force:sos=on:uwa=all:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.20/0.52  % (11643)Instruction limit reached!
% 0.20/0.52  % (11643)------------------------------
% 0.20/0.52  % (11643)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.52  % (11643)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.52  % (11643)Termination reason: Unknown
% 0.20/0.52  % (11643)Termination phase: Saturation
% 0.20/0.52  
% 0.20/0.52  % (11643)Memory used [KB]: 5884
% 0.20/0.52  % (11643)Time elapsed: 0.121 s
% 0.20/0.52  % (11643)Instructions burned: 22 (million)
% 0.20/0.52  % (11643)------------------------------
% 0.20/0.52  % (11643)------------------------------
% 0.20/0.53  % (11617)lrs+1010_1:1_aac=none:bce=on:nicw=on:nm=0:plsq=on:plsql=on:sac=on:sos=on:sp=frequency:spb=units:to=lpo:i=34:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/34Mi)
% 0.20/0.53  % (11633)dis+21_1:1_aac=none:abs=on:er=known:fde=none:fsr=off:nwc=5.0:s2a=on:s2at=4.0:sp=const_frequency:to=lpo:urr=ec_only:i=49:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/49Mi)
% 0.20/0.53  % (11641)lrs+1002_1:1_br=off:canc=force:drc=off:s2a=on:sos=on:sp=reverse_frequency:urr=on:i=42:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/42Mi)
% 0.20/0.53  % (11645)dis+20_1:12_aac=none:acc=model:awrs=converge:fd=preordered:fsr=off:nicw=on:nwc=3.0:s2a=on:s2agt=16:spb=goal:to=lpo:i=41:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/41Mi)
% 0.20/0.53  % (11618)Instruction limit reached!
% 0.20/0.53  % (11618)------------------------------
% 0.20/0.53  % (11618)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.53  % (11618)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.53  % (11618)Termination reason: Unknown
% 0.20/0.53  % (11618)Termination phase: Property scanning
% 0.20/0.53  
% 0.20/0.53  % (11618)Memory used [KB]: 1279
% 0.20/0.53  % (11618)Time elapsed: 0.006 s
% 0.20/0.53  % (11618)Instructions burned: 10 (million)
% 0.20/0.53  % (11618)------------------------------
% 0.20/0.53  % (11618)------------------------------
% 0.20/0.53  % (11622)lrs+10_5:1_br=off:fde=none:nwc=3.0:sd=1:sgt=10:sos=on:ss=axioms:urr=on:i=32:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/32Mi)
% 0.20/0.53  % (11644)dis+1011_1:1_bd=off:canc=force:ev=cautious:nwc=5.0:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.20/0.54  % (11623)Refutation not found, incomplete strategy% (11623)------------------------------
% 0.20/0.54  % (11623)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.54  % (11623)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.54  % (11623)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.54  
% 0.20/0.54  % (11623)Memory used [KB]: 5884
% 0.20/0.54  % (11623)Time elapsed: 0.124 s
% 0.20/0.54  % (11623)Instructions burned: 18 (million)
% 0.20/0.54  % (11623)------------------------------
% 0.20/0.54  % (11623)------------------------------
% 0.20/0.54  % (11642)lrs+1_3:1_ep=RSTC:sos=on:urr=on:i=43:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/43Mi)
% 0.20/0.54  % (11634)lrs+10_1:1_ss=axioms:st=5.0:tha=off:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.20/0.54  % (11637)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.20/0.54  % (11640)lrs+1_1:10_av=off:drc=off:nwc=2.0:sp=reverse_frequency:thsq=on:thsqc=64:thsql=off:i=47:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/47Mi)
% 0.20/0.54  % (11632)lrs+10_1:1_ev=force:gve=cautious:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.20/0.55  % (11632)Instruction limit reached!
% 0.20/0.55  % (11632)------------------------------
% 0.20/0.55  % (11632)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (11632)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (11632)Termination reason: Unknown
% 0.20/0.55  % (11632)Termination phase: Preprocessing 1
% 0.20/0.55  
% 0.20/0.55  % (11632)Memory used [KB]: 1023
% 0.20/0.55  % (11632)Time elapsed: 0.002 s
% 0.20/0.55  % (11632)Instructions burned: 3 (million)
% 0.20/0.55  % (11632)------------------------------
% 0.20/0.55  % (11632)------------------------------
% 0.20/0.55  % (11638)Refutation not found, incomplete strategy% (11638)------------------------------
% 0.20/0.55  % (11638)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (11638)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (11638)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.55  
% 0.20/0.55  % (11638)Memory used [KB]: 1535
% 0.20/0.55  % (11638)Time elapsed: 0.108 s
% 0.20/0.55  % (11638)Instructions burned: 18 (million)
% 0.20/0.55  % (11638)------------------------------
% 0.20/0.55  % (11638)------------------------------
% 0.20/0.55  % (11636)Instruction limit reached!
% 0.20/0.55  % (11636)------------------------------
% 0.20/0.55  % (11636)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (11636)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (11636)Termination reason: Unknown
% 0.20/0.55  % (11636)Termination phase: Saturation
% 0.20/0.55  
% 0.20/0.55  % (11636)Memory used [KB]: 1407
% 0.20/0.55  % (11636)Time elapsed: 0.008 s
% 0.20/0.55  % (11636)Instructions burned: 15 (million)
% 0.20/0.55  % (11636)------------------------------
% 0.20/0.55  % (11636)------------------------------
% 0.20/0.55  % (11621)Instruction limit reached!
% 0.20/0.55  % (11621)------------------------------
% 0.20/0.55  % (11621)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (11621)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (11621)Termination reason: Unknown
% 0.20/0.55  % (11621)Termination phase: Saturation
% 0.20/0.55  
% 0.20/0.55  % (11621)Memory used [KB]: 5756
% 0.20/0.55  % (11621)Time elapsed: 0.147 s
% 0.20/0.55  % (11621)Instructions burned: 16 (million)
% 0.20/0.55  % (11621)------------------------------
% 0.20/0.55  % (11621)------------------------------
% 0.20/0.55  % (11629)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.20/0.55  % (11617)Instruction limit reached!
% 0.20/0.55  % (11617)------------------------------
% 0.20/0.55  % (11617)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (11617)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (11617)Termination reason: Unknown
% 0.20/0.55  % (11617)Termination phase: Property scanning
% 0.20/0.55  
% 0.20/0.55  % (11617)Memory used [KB]: 1407
% 0.20/0.55  % (11617)Time elapsed: 0.011 s
% 0.20/0.55  % (11617)Instructions burned: 36 (million)
% 0.20/0.55  % (11617)------------------------------
% 0.20/0.55  % (11617)------------------------------
% 0.20/0.55  % (11624)Instruction limit reached!
% 0.20/0.55  % (11624)------------------------------
% 0.20/0.55  % (11624)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (11624)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (11624)Termination reason: Unknown
% 0.20/0.55  % (11624)Termination phase: Saturation
% 0.20/0.55  
% 0.20/0.55  % (11624)Memory used [KB]: 6012
% 0.20/0.55  % (11624)Time elapsed: 0.140 s
% 0.20/0.55  % (11624)Instructions burned: 28 (million)
% 0.20/0.55  % (11624)------------------------------
% 0.20/0.55  % (11624)------------------------------
% 0.20/0.56  % (11644)Instruction limit reached!
% 0.20/0.56  % (11644)------------------------------
% 0.20/0.56  % (11644)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (11644)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (11644)Termination reason: Unknown
% 0.20/0.56  % (11644)Termination phase: Saturation
% 0.20/0.56  
% 0.20/0.56  % (11644)Memory used [KB]: 5884
% 0.20/0.56  % (11644)Time elapsed: 0.152 s
% 0.20/0.56  % (11644)Instructions burned: 21 (million)
% 0.20/0.56  % (11644)------------------------------
% 0.20/0.56  % (11644)------------------------------
% 0.20/0.56  % (11637)Instruction limit reached!
% 0.20/0.56  % (11637)------------------------------
% 0.20/0.56  % (11637)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (11637)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (11637)Termination reason: Unknown
% 0.20/0.56  % (11637)Termination phase: Saturation
% 0.20/0.56  
% 0.20/0.56  % (11637)Memory used [KB]: 5884
% 0.20/0.56  % (11637)Time elapsed: 0.154 s
% 0.20/0.56  % (11637)Instructions burned: 23 (million)
% 0.20/0.56  % (11637)------------------------------
% 0.20/0.56  % (11637)------------------------------
% 0.20/0.57  % (11634)Instruction limit reached!
% 0.20/0.57  % (11634)------------------------------
% 0.20/0.57  % (11634)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.57  % (11634)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.57  % (11634)Termination reason: Unknown
% 0.20/0.57  % (11634)Termination phase: Saturation
% 0.20/0.57  
% 0.20/0.57  % (11634)Memory used [KB]: 5884
% 0.20/0.57  % (11634)Time elapsed: 0.150 s
% 0.20/0.57  % (11634)Instructions burned: 15 (million)
% 0.20/0.57  % (11634)------------------------------
% 0.20/0.57  % (11634)------------------------------
% 0.20/0.57  % (11629)Instruction limit reached!
% 0.20/0.57  % (11629)------------------------------
% 0.20/0.57  % (11629)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.57  % (11629)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.57  % (11629)Termination reason: Unknown
% 0.20/0.57  % (11629)Termination phase: Saturation
% 0.20/0.57  
% 0.20/0.57  % (11629)Memory used [KB]: 5884
% 0.20/0.57  % (11629)Time elapsed: 0.165 s
% 0.20/0.57  % (11629)Instructions burned: 21 (million)
% 0.20/0.57  % (11629)------------------------------
% 0.20/0.57  % (11629)------------------------------
% 0.20/0.58  % (11620)Instruction limit reached!
% 0.20/0.58  % (11620)------------------------------
% 0.20/0.58  % (11620)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.58  % (11620)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.58  % (11620)Termination reason: Unknown
% 0.20/0.58  % (11620)Termination phase: Saturation
% 0.20/0.58  
% 0.20/0.58  % (11620)Memory used [KB]: 6140
% 0.20/0.58  % (11620)Time elapsed: 0.178 s
% 0.20/0.58  % (11620)Instructions burned: 37 (million)
% 0.20/0.58  % (11620)------------------------------
% 0.20/0.58  % (11620)------------------------------
% 0.20/0.58  % (11626)Instruction limit reached!
% 0.20/0.58  % (11626)------------------------------
% 0.20/0.58  % (11626)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.58  % (11626)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.58  % (11626)Termination reason: Unknown
% 0.20/0.58  % (11626)Termination phase: Saturation
% 0.20/0.58  
% 0.20/0.58  % (11626)Memory used [KB]: 6012
% 0.20/0.58  % (11626)Time elapsed: 0.183 s
% 0.20/0.58  % (11626)Instructions burned: 36 (million)
% 0.20/0.58  % (11626)------------------------------
% 0.20/0.58  % (11626)------------------------------
% 0.20/0.58  % (11641)Instruction limit reached!
% 0.20/0.58  % (11641)------------------------------
% 0.20/0.58  % (11641)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.58  % (11641)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.58  % (11641)Termination reason: Unknown
% 0.20/0.58  % (11641)Termination phase: Saturation
% 0.20/0.58  
% 0.20/0.58  % (11641)Memory used [KB]: 6268
% 0.20/0.58  % (11641)Time elapsed: 0.194 s
% 0.20/0.58  % (11641)Instructions burned: 42 (million)
% 0.20/0.58  % (11641)------------------------------
% 0.20/0.58  % (11641)------------------------------
% 0.20/0.59  % (11622)Instruction limit reached!
% 0.20/0.59  % (11622)------------------------------
% 0.20/0.59  % (11622)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.59  % (11622)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.59  % (11622)Termination reason: Unknown
% 0.20/0.59  % (11622)Termination phase: Saturation
% 0.20/0.59  
% 0.20/0.59  % (11622)Memory used [KB]: 6012
% 0.20/0.59  % (11622)Time elapsed: 0.157 s
% 0.20/0.59  % (11622)Instructions burned: 32 (million)
% 0.20/0.59  % (11622)------------------------------
% 0.20/0.59  % (11622)------------------------------
% 1.91/0.59  % (11642)Instruction limit reached!
% 1.91/0.59  % (11642)------------------------------
% 1.91/0.59  % (11642)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.91/0.59  % (11642)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.91/0.59  % (11642)Termination reason: Unknown
% 1.91/0.59  % (11642)Termination phase: Saturation
% 1.91/0.59  
% 1.91/0.59  % (11642)Memory used [KB]: 6524
% 1.91/0.59  % (11642)Time elapsed: 0.199 s
% 1.91/0.59  % (11642)Instructions burned: 43 (million)
% 1.91/0.59  % (11642)------------------------------
% 1.91/0.59  % (11642)------------------------------
% 1.91/0.60  % (11639)Instruction limit reached!
% 1.91/0.60  % (11639)------------------------------
% 1.91/0.60  % (11639)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.91/0.60  % (11639)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.91/0.60  % (11639)Termination reason: Unknown
% 1.91/0.60  % (11639)Termination phase: Saturation
% 1.91/0.60  
% 1.91/0.60  % (11639)Memory used [KB]: 6140
% 1.91/0.60  % (11639)Time elapsed: 0.175 s
% 1.91/0.60  % (11639)Instructions burned: 51 (million)
% 1.91/0.60  % (11639)------------------------------
% 1.91/0.60  % (11639)------------------------------
% 1.91/0.60  % (11633)Instruction limit reached!
% 1.91/0.60  % (11633)------------------------------
% 1.91/0.60  % (11633)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.91/0.60  % (11633)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.91/0.60  % (11633)Termination reason: Unknown
% 1.91/0.60  % (11633)Termination phase: Saturation
% 1.91/0.60  
% 1.91/0.60  % (11633)Memory used [KB]: 6140
% 1.91/0.60  % (11633)Time elapsed: 0.187 s
% 1.91/0.60  % (11633)Instructions burned: 50 (million)
% 1.91/0.60  % (11633)------------------------------
% 1.91/0.60  % (11633)------------------------------
% 1.91/0.60  % (11630)Instruction limit reached!
% 1.91/0.60  % (11630)------------------------------
% 1.91/0.60  % (11630)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.91/0.60  % (11630)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.91/0.60  % (11630)Termination reason: Unknown
% 1.91/0.60  % (11630)Termination phase: Saturation
% 1.91/0.60  
% 1.91/0.60  % (11630)Memory used [KB]: 6652
% 1.91/0.60  % (11630)Time elapsed: 0.172 s
% 1.91/0.60  % (11630)Instructions burned: 51 (million)
% 1.91/0.60  % (11630)------------------------------
% 1.91/0.60  % (11630)------------------------------
% 1.91/0.61  % (11645)Instruction limit reached!
% 1.91/0.61  % (11645)------------------------------
% 1.91/0.61  % (11645)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.91/0.61  % (11645)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.91/0.61  % (11645)Termination reason: Unknown
% 1.91/0.61  % (11645)Termination phase: Saturation
% 1.91/0.61  
% 1.91/0.61  % (11645)Memory used [KB]: 6140
% 1.91/0.61  % (11645)Time elapsed: 0.193 s
% 1.91/0.61  % (11645)Instructions burned: 41 (million)
% 1.91/0.61  % (11645)------------------------------
% 1.91/0.61  % (11645)------------------------------
% 2.08/0.62  % (11640)Instruction limit reached!
% 2.08/0.62  % (11640)------------------------------
% 2.08/0.62  % (11640)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.08/0.62  % (11640)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.08/0.62  % (11640)Termination reason: Unknown
% 2.08/0.62  % (11640)Termination phase: Saturation
% 2.08/0.62  
% 2.08/0.62  % (11640)Memory used [KB]: 1663
% 2.08/0.62  % (11640)Time elapsed: 0.220 s
% 2.08/0.62  % (11640)Instructions burned: 47 (million)
% 2.08/0.62  % (11640)------------------------------
% 2.08/0.62  % (11640)------------------------------
% 2.08/0.62  % (11647)lrs+1_1:1_aac=none:acc=on:add=large:bd=off:bs=unit_only:bsr=on:cond=on:nm=0:sac=on:sd=3:sos=on:ss=axioms:st=2.0:i=47:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/47Mi)
% 2.20/0.64  % (11652)lrs+22_1:1_amm=sco:fsr=off:gve=force:sos=on:uwa=all:i=58:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/58Mi)
% 2.20/0.64  % (11648)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=25:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/25Mi)
% 2.20/0.64  % (11650)lrs+10_1:1_acc=model:br=off:ins=1:newcnf=on:nwc=5.0:s2a=on:sac=on:sp=frequency:to=lpo:urr=on:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/100Mi)
% 2.20/0.65  % (11651)ott+21_1:1_bd=off:bsr=unit_only:drc=off:fd=preordered:fsr=off:nwc=3.0:sac=on:to=lpo:urr=on:i=76:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/76Mi)
% 2.20/0.66  % (11647)Instruction limit reached!
% 2.20/0.66  % (11647)------------------------------
% 2.20/0.66  % (11647)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.20/0.66  % (11647)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.20/0.66  % (11647)Termination reason: Unknown
% 2.20/0.66  % (11647)Termination phase: Property scanning
% 2.20/0.66  
% 2.20/0.66  % (11647)Memory used [KB]: 1407
% 2.20/0.66  % (11647)Time elapsed: 0.041 s
% 2.20/0.66  % (11647)Instructions burned: 47 (million)
% 2.20/0.66  % (11647)------------------------------
% 2.20/0.66  % (11647)------------------------------
% 2.20/0.66  % (11653)lrs+10_1:1_thi=all:thigen=on:i=96:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/96Mi)
% 2.20/0.67  % (11646)lrs+10_1:1_ss=axioms:st=5.0:tha=off:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/15Mi)
% 2.20/0.68  % (11655)lrs+10_1:1_plsq=on:plsqc=1:plsqr=32,1:tha=off:thi=overlap:i=463:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/463Mi)
% 2.20/0.68  % (11658)lrs+1002_1:1_av=off:br=off:fs=off:fsr=off:tha=off:urr=ec_only:i=343:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/343Mi)
% 2.20/0.68  % (11657)lrs+10_1:1_newcnf=on:sas=z3:tgt=ground:tha=off:i=223:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/223Mi)
% 2.20/0.68  % (11659)lrs+1011_1:1_br=off:fs=off:fsr=off:tha=off:urr=ec_only:i=488:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/488Mi)
% 2.20/0.69  % (11649)lrs+1010_1:1_aac=none:bce=on:nicw=on:nm=0:plsq=on:plsql=on:sac=on:sos=on:sp=frequency:spb=units:to=lpo:i=148:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/148Mi)
% 2.20/0.69  % (11660)lrs+1010_5:1_aer=off:norm_ineq=on:sas=z3:sos=all:ss=axioms:tha=off:i=150:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/150Mi)
% 2.20/0.69  % (11648)Instruction limit reached!
% 2.20/0.69  % (11648)------------------------------
% 2.20/0.69  % (11648)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.20/0.69  % (11648)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.20/0.69  % (11648)Termination reason: Unknown
% 2.20/0.69  % (11648)Termination phase: Saturation
% 2.20/0.69  
% 2.20/0.69  % (11648)Memory used [KB]: 5884
% 2.20/0.69  % (11648)Time elapsed: 0.152 s
% 2.20/0.69  % (11648)Instructions burned: 25 (million)
% 2.20/0.69  % (11648)------------------------------
% 2.20/0.69  % (11648)------------------------------
% 2.20/0.69  % (11661)lrs+1011_1:1_br=off:fde=none:norm_ineq=on:nwc=10.0:sas=z3:slsq=on:slsqc=2:slsql=off:slsqr=1,4:sp=reverse_frequency:i=160:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/160Mi)
% 2.20/0.69  % (11646)Instruction limit reached!
% 2.20/0.69  % (11646)------------------------------
% 2.20/0.69  % (11646)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.20/0.69  % (11646)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.20/0.69  % (11646)Termination reason: Unknown
% 2.20/0.69  % (11646)Termination phase: Saturation
% 2.20/0.69  
% 2.20/0.69  % (11646)Memory used [KB]: 5884
% 2.20/0.69  % (11646)Time elapsed: 0.151 s
% 2.20/0.69  % (11646)Instructions burned: 15 (million)
% 2.20/0.69  % (11646)------------------------------
% 2.20/0.69  % (11646)------------------------------
% 2.20/0.69  % (11656)lrs+1011_4:1_abs=on:afp=20:amm=off:anc=all:bd=off:br=off:canc=force:s2a=on:sas=z3:slsq=on:urr=on:i=494:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/494Mi)
% 2.20/0.70  % (11663)lrs+1010_5:1_norm_ineq=on:sas=z3:sos=all:ss=axioms:tha=off:i=493:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/493Mi)
% 2.20/0.70  % (11652)Instruction limit reached!
% 2.20/0.70  % (11652)------------------------------
% 2.20/0.70  % (11652)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.20/0.70  % (11652)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.20/0.70  % (11652)Termination reason: Unknown
% 2.20/0.70  % (11662)dis+10_1:1_bd=off:fde=unused:gsp=on:ins=1:norm_ineq=on:sas=z3:sos=all:tha=off:i=370:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/370Mi)
% 2.20/0.70  % (11652)Termination phase: Saturation
% 2.20/0.70  
% 2.20/0.70  % (11652)Memory used [KB]: 6908
% 2.20/0.70  % (11652)Time elapsed: 0.087 s
% 2.20/0.70  % (11652)Instructions burned: 59 (million)
% 2.20/0.70  % (11652)------------------------------
% 2.20/0.70  % (11652)------------------------------
% 2.20/0.70  % (11654)lrs+10_1:3_add=large:afr=on:anc=all_dependent:avsq=on:avsqr=21,226:awrs=decay:awrsf=47:br=off:bsd=on:canc=cautious:cond=fast:fd=preordered:fsd=on:fsr=off:gs=on:gve=force:ins=1:lma=on:s2agt=4:s2at=1.9:sas=z3:slsq=on:slsqc=1:slsqr=13,121:sp=reverse_arity:tha=some:to=lpo:uace=off:uhcvi=on:updr=off:urr=ec_only:i=108:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/108Mi)
% 2.20/0.71  % (11666)ott+21_1:1_erd=off:s2a=on:sac=on:sd=1:sgt=64:sos=on:ss=included:st=3.0:to=lpo:urr=on:i=211:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/211Mi)
% 2.20/0.71  % (11664)dis+10_1:1_aac=none:abs=on:bce=on:bd=off:bsr=unit_only:drc=off:fd=preordered:fsd=on:gve=cautious:lcm=reverse:nm=16:plsq=on:plsqc=1:plsqr=232,15:sfv=off:slsq=on:slsql=off:slsqr=3,2:sos=on:sp=weighted_frequency:i=81:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/81Mi)
% 2.70/0.71  % (11665)lrs+10_1:1_amm=sco:norm_ineq=on:nwc=3.0:plsq=on:plsqc=2:plsqr=32,1:sas=z3:sp=const_min:tha=off:to=lpo:i=146:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/146Mi)
% 2.70/0.72  % (11667)dis+1010_1:1_s2a=on:sp=frequency:to=lpo:i=274:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/274Mi)
% 2.70/0.72  % (11669)lrs+11_1:1_erd=off:fs=off:fsr=off:norm_ineq=on:nwc=10.0:s2a=on:s2at=3.0:sas=z3:tha=some:i=294:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/294Mi)
% 2.70/0.73  % (11670)lrs+30_1:64_flr=on:sp=frequency:to=lpo:i=213:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/213Mi)
% 2.70/0.73  % (11668)lrs+1002_1:1_nm=0:sd=1:ss=axioms:urr=ec_only:i=330:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/330Mi)
% 2.70/0.74  % (11671)dis+1002_1:1_aac=none:abs=on:nicw=on:sac=on:sas=z3:tgt=ground:tha=some:to=lpo:i=374:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/374Mi)
% 2.70/0.74  % (11673)lrs+1011_1:1_br=off:fs=off:fsr=off:tha=off:urr=ec_only:i=488:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/488Mi)
% 2.70/0.75  % (11672)ins+10_1:32_fd=off:fs=off:fsr=off:igrr=4/7:igwr=on:urr=ec_only:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/500Mi)
% 2.70/0.75  % (11674)lrs+10_1:1_abs=on:ev=cautious:nwc=10.0:s2a=on:sas=z3:tha=off:thi=all:thigen=on:i=230:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/230Mi)
% 2.70/0.76  % (11675)lrs+1010_1:1_bsr=unit_only:cond=on:flr=on:newcnf=on:nwc=10.0:sas=z3:to=lpo:i=360:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/360Mi)
% 2.98/0.79  % (11651)Instruction limit reached!
% 2.98/0.79  % (11651)------------------------------
% 2.98/0.79  % (11651)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.98/0.79  % (11651)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.98/0.79  % (11651)Termination reason: Unknown
% 2.98/0.79  % (11651)Termination phase: Saturation
% 2.98/0.79  
% 2.98/0.79  % (11651)Memory used [KB]: 6780
% 2.98/0.79  % (11651)Time elapsed: 0.237 s
% 2.98/0.79  % (11651)Instructions burned: 77 (million)
% 2.98/0.79  % (11651)------------------------------
% 2.98/0.79  % (11651)------------------------------
% 2.98/0.82  % (11653)Instruction limit reached!
% 2.98/0.82  % (11653)------------------------------
% 2.98/0.82  % (11653)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.98/0.82  % (11653)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.98/0.82  % (11653)Termination reason: Unknown
% 2.98/0.82  % (11653)Termination phase: Saturation
% 2.98/0.82  
% 2.98/0.82  % (11653)Memory used [KB]: 6268
% 2.98/0.82  % (11653)Time elapsed: 0.241 s
% 2.98/0.82  % (11653)Instructions burned: 96 (million)
% 2.98/0.82  % (11653)------------------------------
% 2.98/0.82  % (11653)------------------------------
% 2.98/0.82  % (11678)dis+10_1:1_sgt=16:sos=on:spb=goal:ss=axioms:i=1006:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/1006Mi)
% 2.98/0.82  % (11664)First to succeed.
% 2.98/0.84  % (11650)Instruction limit reached!
% 2.98/0.84  % (11650)------------------------------
% 2.98/0.84  % (11650)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.98/0.84  % (11650)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.98/0.84  % (11650)Termination reason: Unknown
% 2.98/0.84  % (11650)Termination phase: Saturation
% 2.98/0.84  
% 2.98/0.84  % (11650)Memory used [KB]: 6780
% 2.98/0.84  % (11650)Time elapsed: 0.246 s
% 2.98/0.84  % (11650)Instructions burned: 100 (million)
% 2.98/0.84  % (11650)------------------------------
% 2.98/0.84  % (11650)------------------------------
% 2.98/0.84  % (11677)lrs+10_1:1_av=off:fde=none:lwlo=on:nwc=10.0:i=256:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/256Mi)
% 2.98/0.85  % (11676)dis+31_1:1_lcm=reverse:norm_ineq=on:nwc=10.0:sas=z3:tha=off:urr=on:i=382:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/382Mi)
% 2.98/0.85  % (11664)Refutation found. Thanks to Tanya!
% 2.98/0.85  % SZS status Theorem for theBenchmark
% 2.98/0.85  % SZS output start Proof for theBenchmark
% See solution above
% 2.98/0.85  % (11664)------------------------------
% 2.98/0.85  % (11664)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.98/0.85  % (11664)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.98/0.85  % (11664)Termination reason: Refutation
% 2.98/0.85  
% 2.98/0.85  % (11664)Memory used [KB]: 6396
% 2.98/0.85  % (11664)Time elapsed: 0.235 s
% 2.98/0.85  % (11664)Instructions burned: 65 (million)
% 2.98/0.85  % (11664)------------------------------
% 2.98/0.85  % (11664)------------------------------
% 2.98/0.85  % (11615)Success in time 0.503 s
%------------------------------------------------------------------------------