TSTP Solution File: SWW603_2 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : SWW603_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 : n004.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:42 EDT 2022

% Result   : Theorem 132.32s 17.02s
% Output   : Refutation 132.32s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   20
%            Number of leaves      :  105
% Syntax   : Number of formulae    :  245 (  46 unt;  73 typ;   0 def)
%            Number of atoms       :  815 ( 191 equ)
%            Maximal formula atoms :   50 (   4 avg)
%            Number of connectives :  915 ( 272   ~; 252   |; 310   &)
%                                         (  25 <=>;  56  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   28 (   6 avg)
%            Maximal term depth    :    6 (   1 avg)
%            Number arithmetic     :   62 (  22 atm;   0 fun;  22 num;  18 var)
%            Number of types       :    8 (   6 usr;   1 ari)
%            Number of type conns  :  102 (  48   >;  54   *;   0   +;   0  <<)
%            Number of predicates  :   17 (  13 usr;   9 prp; 0-3 aty)
%            Number of functors    :   63 (  62 usr;  20 con; 0-5 aty)
%            Number of variables   :  459 ( 311   !; 148   ?; 459   :)

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

tff(type_def_10,type,
    list_tree: $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_12,type,
    list: ty > ty ).

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

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

tff(func_def_15,type,
    match_list1: ( ty * ty * uni * uni * uni ) > uni ).

tff(func_def_16,type,
    cons_proj_11: ( ty * uni ) > uni ).

tff(func_def_17,type,
    cons_proj_21: ( ty * uni ) > uni ).

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

tff(func_def_19,type,
    length2: ( ty * uni ) > $int ).

tff(func_def_22,type,
    map: ( ty * ty ) > ty ).

tff(func_def_23,type,
    get: ( ty * ty * uni * uni ) > uni ).

tff(func_def_24,type,
    set: ( ty * ty * uni * uni * uni ) > uni ).

tff(func_def_25,type,
    const: ( ty * ty * uni ) > uni ).

tff(func_def_26,type,
    array: ty > ty ).

tff(func_def_27,type,
    mk_array1: ( ty * $int * uni ) > uni ).

tff(func_def_28,type,
    length3: ( ty * uni ) > $int ).

tff(func_def_29,type,
    elts: ( ty * uni ) > uni ).

tff(func_def_30,type,
    get2: ( ty * uni * $int ) > uni ).

tff(func_def_31,type,
    t2tb: $int > uni ).

tff(func_def_32,type,
    tb2t: uni > $int ).

tff(func_def_33,type,
    set2: ( ty * uni * $int * uni ) > uni ).

tff(func_def_34,type,
    make1: ( ty * $int * uni ) > uni ).

tff(func_def_35,type,
    tree: ty ).

tff(func_def_36,type,
    empty1: tree1 ).

tff(func_def_37,type,
    node1: ( tree1 * tree1 ) > tree1 ).

tff(func_def_38,type,
    match_tree1: ( ty * tree1 * uni * uni ) > uni ).

tff(func_def_39,type,
    node_proj_11: tree1 > tree1 ).

tff(func_def_40,type,
    node_proj_21: tree1 > tree1 ).

tff(func_def_41,type,
    size1: tree1 > $int ).

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

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

tff(func_def_44,type,
    t2tb2: tree1 > uni ).

tff(func_def_45,type,
    tb2t2: uni > tree1 ).

tff(func_def_46,type,
    sK1: list_tree ).

tff(func_def_47,type,
    sK2: $int ).

tff(func_def_48,type,
    sK3: $int ).

tff(func_def_49,type,
    sK4: list_tree ).

tff(func_def_50,type,
    sK5: list_tree ).

tff(func_def_51,type,
    sK6: list_tree ).

tff(func_def_52,type,
    sK7: tree1 ).

tff(func_def_53,type,
    sK8: list_tree ).

tff(func_def_54,type,
    sK9: tree1 > tree1 ).

tff(func_def_55,type,
    sK10: tree1 > tree1 ).

tff(func_def_56,type,
    sK11: list_tree ).

tff(func_def_57,type,
    sK12: tree1 > tree1 ).

tff(func_def_58,type,
    sK13: ( uni * uni * ty ) > uni ).

tff(func_def_59,type,
    sK14: ( ty * uni ) > uni ).

tff(func_def_60,type,
    sK15: ( ty * uni ) > uni ).

tff(func_def_61,type,
    sK16: ( uni * ty ) > uni ).

tff(func_def_62,type,
    sK17: ( uni * uni * ty ) > uni ).

tff(func_def_63,type,
    sK18: ( uni * uni * ty ) > uni ).

tff(func_def_64,type,
    sK19: tree1 > tree1 ).

tff(func_def_65,type,
    sK20: tree1 > tree1 ).

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

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

tff(pred_def_4,type,
    distinct: ( ty * uni ) > $o ).

tff(pred_def_6,type,
    all_trees1: ( $int * list_tree ) > $o ).

tff(pred_def_7,type,
    sP0: ( ty * uni ) > $o ).

tff(f55496,plain,
    $false,
    inference(avatar_sat_refutation,[],[f323,f556,f12620,f50073,f50161,f50236,f50281,f50933,f55486]) ).

tff(f55486,plain,
    ~ spl21_393,
    inference(avatar_contradiction_clause,[],[f55485]) ).

tff(f55485,plain,
    ( $false
    | ~ spl21_393 ),
    inference(subsumption_resolution,[],[f55440,f279]) ).

tff(f279,plain,
    ! [X0: tree1] : sort1(tree,t2tb2(X0)),
    inference(cnf_transformation,[],[f109]) ).

tff(f109,plain,
    ! [X0: tree1] : sort1(tree,t2tb2(X0)),
    inference(rectify,[],[f69]) ).

tff(f69,axiom,
    ! [X1: tree1] : sort1(tree,t2tb2(X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t2tb_sort2) ).

tff(f55440,plain,
    ( ~ sort1(tree,t2tb2(sK7))
    | ~ spl21_393 ),
    inference(resolution,[],[f15492,f227]) ).

tff(f227,plain,
    ! [X0: ty,X1: uni] :
      ( ~ mem(X0,X1,nil(X0))
      | ~ sort1(X0,X1) ),
    inference(cnf_transformation,[],[f162]) ).

tff(f162,plain,
    ! [X0: ty,X1: uni] :
      ( ~ sort1(X0,X1)
      | ( ~ mem(X0,X1,nil(X0))
        & ! [X2: uni,X3: uni] :
            ( ( ( mem(X0,X1,cons(X0,X2,X3))
                | ( ~ mem(X0,X1,X3)
                  & ( X1 != X2 ) ) )
              & ( mem(X0,X1,X3)
                | ( X1 = X2 )
                | ~ mem(X0,X1,cons(X0,X2,X3)) ) )
            | ~ sort1(X0,X2) ) ) ),
    inference(rectify,[],[f161]) ).

tff(f161,plain,
    ! [X1: ty,X0: uni] :
      ( ~ sort1(X1,X0)
      | ( ~ mem(X1,X0,nil(X1))
        & ! [X3: uni,X2: uni] :
            ( ( ( mem(X1,X0,cons(X1,X3,X2))
                | ( ~ mem(X1,X0,X2)
                  & ( X0 != X3 ) ) )
              & ( mem(X1,X0,X2)
                | ( X0 = X3 )
                | ~ mem(X1,X0,cons(X1,X3,X2)) ) )
            | ~ sort1(X1,X3) ) ) ),
    inference(flattening,[],[f160]) ).

tff(f160,plain,
    ! [X1: ty,X0: uni] :
      ( ~ sort1(X1,X0)
      | ( ~ mem(X1,X0,nil(X1))
        & ! [X3: uni,X2: uni] :
            ( ( ( mem(X1,X0,cons(X1,X3,X2))
                | ( ~ mem(X1,X0,X2)
                  & ( X0 != X3 ) ) )
              & ( mem(X1,X0,X2)
                | ( X0 = X3 )
                | ~ mem(X1,X0,cons(X1,X3,X2)) ) )
            | ~ sort1(X1,X3) ) ) ),
    inference(nnf_transformation,[],[f123]) ).

tff(f123,plain,
    ! [X1: ty,X0: uni] :
      ( ~ sort1(X1,X0)
      | ( ~ mem(X1,X0,nil(X1))
        & ! [X3: uni,X2: uni] :
            ( ( mem(X1,X0,cons(X1,X3,X2))
            <=> ( mem(X1,X0,X2)
                | ( X0 = X3 ) ) )
            | ~ sort1(X1,X3) ) ) ),
    inference(ennf_transformation,[],[f101]) ).

tff(f101,plain,
    ! [X1: ty,X0: uni] :
      ( sort1(X1,X0)
     => ( ! [X2: uni,X3: uni] :
            ( sort1(X1,X3)
           => ( mem(X1,X0,cons(X1,X3,X2))
            <=> ( mem(X1,X0,X2)
                | ( X0 = X3 ) ) ) )
        & ~ mem(X1,X0,nil(X1)) ) ),
    inference(rectify,[],[f20]) ).

tff(f20,axiom,
    ! [X1: uni,X0: ty] :
      ( sort1(X0,X1)
     => ( ! [X3: uni,X2: uni] :
            ( sort1(X0,X2)
           => ( mem(X0,X1,cons(X0,X2,X3))
            <=> ( ( X1 = X2 )
                | mem(X0,X1,X3) ) ) )
        & ~ mem(X0,X1,nil(X0)) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mem_def) ).

tff(f15492,plain,
    ( ! [X2: uni] : mem(tree,t2tb2(sK7),X2)
    | ~ spl21_393 ),
    inference(avatar_component_clause,[],[f15491]) ).

tff(f15491,plain,
    ( spl21_393
  <=> ! [X2: uni] : mem(tree,t2tb2(sK7),X2) ),
    introduced(avatar_definition,[new_symbols(naming,[spl21_393])]) ).

tff(f50933,plain,
    ( spl21_393
    | ~ spl21_1
    | ~ spl21_903
    | ~ spl21_922 ),
    inference(avatar_split_clause,[],[f50812,f50254,f49716,f307,f15491]) ).

tff(f307,plain,
    ( spl21_1
  <=> ( t2tb1(sK5) = cons(tree,sK16(t2tb1(sK5),tree),nil(tree)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl21_1])]) ).

tff(f49716,plain,
    ( spl21_903
  <=> ! [X1: uni] : mem(tree,t2tb2(sK7),infix_plpl(tree,t2tb1(sK6),X1)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl21_903])]) ).

tff(f50254,plain,
    ( spl21_922
  <=> ( t2tb2(sK7) = sK16(t2tb1(sK5),tree) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl21_922])]) ).

tff(f50812,plain,
    ( ! [X1: uni] : mem(tree,t2tb2(sK7),X1)
    | ~ spl21_1
    | ~ spl21_903
    | ~ spl21_922 ),
    inference(backward_demodulation,[],[f49717,f50714]) ).

tff(f50714,plain,
    ( ! [X14: uni] : ( infix_plpl(tree,t2tb1(sK6),X14) = X14 )
    | ~ spl21_1
    | ~ spl21_922 ),
    inference(forward_demodulation,[],[f50541,f269]) ).

tff(f269,plain,
    ! [X2: uni,X0: ty,X1: uni] : ( cons_proj_21(X0,cons(X0,X2,X1)) = X1 ),
    inference(cnf_transformation,[],[f188]) ).

tff(f188,plain,
    ! [X0: ty,X1: uni,X2: uni] : ( cons_proj_21(X0,cons(X0,X2,X1)) = X1 ),
    inference(rectify,[],[f108]) ).

tff(f108,plain,
    ! [X1: ty,X0: uni,X2: uni] : ( cons_proj_21(X1,cons(X1,X2,X0)) = X0 ),
    inference(rectify,[],[f18]) ).

tff(f18,axiom,
    ! [X9: uni,X0: ty,X6: uni] : ( cons_proj_21(X0,cons(X0,X6,X9)) = X9 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cons_proj_2_def1) ).

tff(f50541,plain,
    ( ! [X14: uni] : ( infix_plpl(tree,t2tb1(sK6),X14) = cons_proj_21(tree,cons(tree,t2tb2(sK7),X14)) )
    | ~ spl21_1
    | ~ spl21_922 ),
    inference(backward_demodulation,[],[f9020,f50501]) ).

tff(f50501,plain,
    ( ! [X6: uni] : ( infix_plpl(tree,t2tb1(sK5),X6) = cons(tree,t2tb2(sK7),X6) )
    | ~ spl21_1
    | ~ spl21_922 ),
    inference(forward_demodulation,[],[f50490,f251]) ).

tff(f251,plain,
    ! [X0: uni,X1: ty] : ( infix_plpl(X1,nil(X1),X0) = X0 ),
    inference(cnf_transformation,[],[f84]) ).

tff(f84,plain,
    ! [X0: uni,X1: ty] :
      ( ! [X2: uni,X3: uni] : ( infix_plpl(X1,cons(X1,X3,X2),X0) = cons(X1,X3,infix_plpl(X1,X2,X0)) )
      & ( infix_plpl(X1,nil(X1),X0) = X0 ) ),
    inference(rectify,[],[f22]) ).

tff(f22,axiom,
    ! [X12: uni,X0: ty] :
      ( ( infix_plpl(X0,nil(X0),X12) = X12 )
      & ! [X2: uni,X1: uni] : ( infix_plpl(X0,cons(X0,X1,X2),X12) = cons(X0,X1,infix_plpl(X0,X2,X12)) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',infix_plpl_def) ).

tff(f50490,plain,
    ( ! [X6: uni] : ( infix_plpl(tree,t2tb1(sK5),X6) = cons(tree,t2tb2(sK7),infix_plpl(tree,nil(tree),X6)) )
    | ~ spl21_1
    | ~ spl21_922 ),
    inference(superposition,[],[f252,f50297]) ).

tff(f50297,plain,
    ( ( t2tb1(sK5) = cons(tree,t2tb2(sK7),nil(tree)) )
    | ~ spl21_1
    | ~ spl21_922 ),
    inference(backward_demodulation,[],[f309,f50256]) ).

tff(f50256,plain,
    ( ( t2tb2(sK7) = sK16(t2tb1(sK5),tree) )
    | ~ spl21_922 ),
    inference(avatar_component_clause,[],[f50254]) ).

tff(f309,plain,
    ( ( t2tb1(sK5) = cons(tree,sK16(t2tb1(sK5),tree),nil(tree)) )
    | ~ spl21_1 ),
    inference(avatar_component_clause,[],[f307]) ).

tff(f252,plain,
    ! [X2: uni,X3: uni,X0: uni,X1: ty] : ( infix_plpl(X1,cons(X1,X3,X2),X0) = cons(X1,X3,infix_plpl(X1,X2,X0)) ),
    inference(cnf_transformation,[],[f84]) ).

tff(f9020,plain,
    ! [X14: uni] : ( infix_plpl(tree,t2tb1(sK6),X14) = cons_proj_21(tree,infix_plpl(tree,t2tb1(sK5),X14)) ),
    inference(superposition,[],[f269,f761]) ).

tff(f761,plain,
    ! [X5: uni] : ( cons(tree,t2tb2(sK7),infix_plpl(tree,t2tb1(sK6),X5)) = infix_plpl(tree,t2tb1(sK5),X5) ),
    inference(superposition,[],[f252,f553]) ).

tff(f553,plain,
    t2tb1(sK5) = cons(tree,t2tb2(sK7),t2tb1(sK6)),
    inference(superposition,[],[f253,f217]) ).

tff(f217,plain,
    tb2t1(cons(tree,t2tb2(sK7),t2tb1(sK6))) = sK5,
    inference(cnf_transformation,[],[f157]) ).

tff(f157,plain,
    ( ~ $less(sK3,0)
    & all_trees1(sK3,sK1)
    & distinct(tree,t2tb1(sK6))
    & ( tb2t1(cons(tree,t2tb2(sK7),t2tb1(sK6))) = sK5 )
    & distinct(tree,t2tb1(sK4))
    & ! [X8: tree1] :
        ( ( mem(tree,t2tb2(X8),t2tb1(sK8))
          | ! [X9: tree1,X10: tree1] :
              ( ~ mem(tree,t2tb2(X9),t2tb1(sK6))
              | ~ mem(tree,t2tb2(X10),t2tb1(sK4))
              | ( node1(X9,X10) != X8 ) ) )
        & ( ( mem(tree,t2tb2(sK9(X8)),t2tb1(sK6))
            & mem(tree,t2tb2(sK10(X8)),t2tb1(sK4))
            & ( node1(sK9(X8),sK10(X8)) = X8 ) )
          | ~ mem(tree,t2tb2(X8),t2tb1(sK8)) ) )
    & distinct(tree,t2tb1(sK8))
    & distinct(tree,t2tb1(sK11))
    & ! [X14: tree1] :
        ( ( ( mem(tree,t2tb2(sK12(X14)),t2tb1(sK4))
            & ( node1(sK7,sK12(X14)) = X14 ) )
          | ~ mem(tree,t2tb2(X14),t2tb1(sK11)) )
        & ( mem(tree,t2tb2(X14),t2tb1(sK11))
          | ! [X16: tree1] :
              ( ~ mem(tree,t2tb2(X16),t2tb1(sK4))
              | ( node1(sK7,X16) != X14 ) ) ) )
    & ~ distinct(tree,infix_plpl(tree,t2tb1(sK11),t2tb1(sK8)))
    & distinct(tree,t2tb1(sK5))
    & all_trees1(sK2,sK4)
    & ~ $less(sK2,0) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK1,sK2,sK3,sK4,sK5,sK6,sK7,sK8,sK9,sK10,sK11,sK12])],[f149,f156,f155,f154,f153,f152,f151,f150]) ).

tff(f150,plain,
    ( ? [X0: list_tree,X1: $int,X2: $int,X3: list_tree] :
        ( ~ $less(X2,0)
        & all_trees1(X2,X0)
        & ? [X4: list_tree] :
            ( ? [X5: list_tree,X6: tree1] :
                ( distinct(tree,t2tb1(X5))
                & ( tb2t1(cons(tree,t2tb2(X6),t2tb1(X5))) = X4 )
                & ? [X7: list_tree] :
                    ( distinct(tree,t2tb1(X3))
                    & ! [X8: tree1] :
                        ( ( mem(tree,t2tb2(X8),t2tb1(X7))
                          | ! [X9: tree1,X10: tree1] :
                              ( ~ mem(tree,t2tb2(X9),t2tb1(X5))
                              | ~ mem(tree,t2tb2(X10),t2tb1(X3))
                              | ( node1(X9,X10) != X8 ) ) )
                        & ( ? [X11: tree1,X12: tree1] :
                              ( mem(tree,t2tb2(X11),t2tb1(X5))
                              & mem(tree,t2tb2(X12),t2tb1(X3))
                              & ( node1(X11,X12) = X8 ) )
                          | ~ mem(tree,t2tb2(X8),t2tb1(X7)) ) )
                    & distinct(tree,t2tb1(X7))
                    & ? [X13: list_tree] :
                        ( distinct(tree,t2tb1(X13))
                        & ! [X14: tree1] :
                            ( ( ? [X15: tree1] :
                                  ( mem(tree,t2tb2(X15),t2tb1(X3))
                                  & ( node1(X6,X15) = X14 ) )
                              | ~ mem(tree,t2tb2(X14),t2tb1(X13)) )
                            & ( mem(tree,t2tb2(X14),t2tb1(X13))
                              | ! [X16: tree1] :
                                  ( ~ mem(tree,t2tb2(X16),t2tb1(X3))
                                  | ( node1(X6,X16) != X14 ) ) ) )
                        & ~ distinct(tree,infix_plpl(tree,t2tb1(X13),t2tb1(X7))) ) ) )
            & distinct(tree,t2tb1(X4)) )
        & all_trees1(X1,X3)
        & ~ $less(X1,0) )
   => ( ~ $less(sK3,0)
      & all_trees1(sK3,sK1)
      & ? [X4: list_tree] :
          ( ? [X6: tree1,X5: list_tree] :
              ( distinct(tree,t2tb1(X5))
              & ( tb2t1(cons(tree,t2tb2(X6),t2tb1(X5))) = X4 )
              & ? [X7: list_tree] :
                  ( distinct(tree,t2tb1(sK4))
                  & ! [X8: tree1] :
                      ( ( mem(tree,t2tb2(X8),t2tb1(X7))
                        | ! [X10: tree1,X9: tree1] :
                            ( ~ mem(tree,t2tb2(X9),t2tb1(X5))
                            | ~ mem(tree,t2tb2(X10),t2tb1(sK4))
                            | ( node1(X9,X10) != X8 ) ) )
                      & ( ? [X12: tree1,X11: tree1] :
                            ( mem(tree,t2tb2(X11),t2tb1(X5))
                            & mem(tree,t2tb2(X12),t2tb1(sK4))
                            & ( node1(X11,X12) = X8 ) )
                        | ~ mem(tree,t2tb2(X8),t2tb1(X7)) ) )
                  & distinct(tree,t2tb1(X7))
                  & ? [X13: list_tree] :
                      ( distinct(tree,t2tb1(X13))
                      & ! [X14: tree1] :
                          ( ( ? [X15: tree1] :
                                ( mem(tree,t2tb2(X15),t2tb1(sK4))
                                & ( node1(X6,X15) = X14 ) )
                            | ~ mem(tree,t2tb2(X14),t2tb1(X13)) )
                          & ( mem(tree,t2tb2(X14),t2tb1(X13))
                            | ! [X16: tree1] :
                                ( ~ mem(tree,t2tb2(X16),t2tb1(sK4))
                                | ( node1(X6,X16) != X14 ) ) ) )
                      & ~ distinct(tree,infix_plpl(tree,t2tb1(X13),t2tb1(X7))) ) ) )
          & distinct(tree,t2tb1(X4)) )
      & all_trees1(sK2,sK4)
      & ~ $less(sK2,0) ) ),
    introduced(choice_axiom,[]) ).

tff(f151,plain,
    ( ? [X4: list_tree] :
        ( ? [X6: tree1,X5: list_tree] :
            ( distinct(tree,t2tb1(X5))
            & ( tb2t1(cons(tree,t2tb2(X6),t2tb1(X5))) = X4 )
            & ? [X7: list_tree] :
                ( distinct(tree,t2tb1(sK4))
                & ! [X8: tree1] :
                    ( ( mem(tree,t2tb2(X8),t2tb1(X7))
                      | ! [X10: tree1,X9: tree1] :
                          ( ~ mem(tree,t2tb2(X9),t2tb1(X5))
                          | ~ mem(tree,t2tb2(X10),t2tb1(sK4))
                          | ( node1(X9,X10) != X8 ) ) )
                    & ( ? [X12: tree1,X11: tree1] :
                          ( mem(tree,t2tb2(X11),t2tb1(X5))
                          & mem(tree,t2tb2(X12),t2tb1(sK4))
                          & ( node1(X11,X12) = X8 ) )
                      | ~ mem(tree,t2tb2(X8),t2tb1(X7)) ) )
                & distinct(tree,t2tb1(X7))
                & ? [X13: list_tree] :
                    ( distinct(tree,t2tb1(X13))
                    & ! [X14: tree1] :
                        ( ( ? [X15: tree1] :
                              ( mem(tree,t2tb2(X15),t2tb1(sK4))
                              & ( node1(X6,X15) = X14 ) )
                          | ~ mem(tree,t2tb2(X14),t2tb1(X13)) )
                        & ( mem(tree,t2tb2(X14),t2tb1(X13))
                          | ! [X16: tree1] :
                              ( ~ mem(tree,t2tb2(X16),t2tb1(sK4))
                              | ( node1(X6,X16) != X14 ) ) ) )
                    & ~ distinct(tree,infix_plpl(tree,t2tb1(X13),t2tb1(X7))) ) ) )
        & distinct(tree,t2tb1(X4)) )
   => ( ? [X6: tree1,X5: list_tree] :
          ( distinct(tree,t2tb1(X5))
          & ( tb2t1(cons(tree,t2tb2(X6),t2tb1(X5))) = sK5 )
          & ? [X7: list_tree] :
              ( distinct(tree,t2tb1(sK4))
              & ! [X8: tree1] :
                  ( ( mem(tree,t2tb2(X8),t2tb1(X7))
                    | ! [X10: tree1,X9: tree1] :
                        ( ~ mem(tree,t2tb2(X9),t2tb1(X5))
                        | ~ mem(tree,t2tb2(X10),t2tb1(sK4))
                        | ( node1(X9,X10) != X8 ) ) )
                  & ( ? [X12: tree1,X11: tree1] :
                        ( mem(tree,t2tb2(X11),t2tb1(X5))
                        & mem(tree,t2tb2(X12),t2tb1(sK4))
                        & ( node1(X11,X12) = X8 ) )
                    | ~ mem(tree,t2tb2(X8),t2tb1(X7)) ) )
              & distinct(tree,t2tb1(X7))
              & ? [X13: list_tree] :
                  ( distinct(tree,t2tb1(X13))
                  & ! [X14: tree1] :
                      ( ( ? [X15: tree1] :
                            ( mem(tree,t2tb2(X15),t2tb1(sK4))
                            & ( node1(X6,X15) = X14 ) )
                        | ~ mem(tree,t2tb2(X14),t2tb1(X13)) )
                      & ( mem(tree,t2tb2(X14),t2tb1(X13))
                        | ! [X16: tree1] :
                            ( ~ mem(tree,t2tb2(X16),t2tb1(sK4))
                            | ( node1(X6,X16) != X14 ) ) ) )
                  & ~ distinct(tree,infix_plpl(tree,t2tb1(X13),t2tb1(X7))) ) ) )
      & distinct(tree,t2tb1(sK5)) ) ),
    introduced(choice_axiom,[]) ).

tff(f152,plain,
    ( ? [X6: tree1,X5: list_tree] :
        ( distinct(tree,t2tb1(X5))
        & ( tb2t1(cons(tree,t2tb2(X6),t2tb1(X5))) = sK5 )
        & ? [X7: list_tree] :
            ( distinct(tree,t2tb1(sK4))
            & ! [X8: tree1] :
                ( ( mem(tree,t2tb2(X8),t2tb1(X7))
                  | ! [X10: tree1,X9: tree1] :
                      ( ~ mem(tree,t2tb2(X9),t2tb1(X5))
                      | ~ mem(tree,t2tb2(X10),t2tb1(sK4))
                      | ( node1(X9,X10) != X8 ) ) )
                & ( ? [X12: tree1,X11: tree1] :
                      ( mem(tree,t2tb2(X11),t2tb1(X5))
                      & mem(tree,t2tb2(X12),t2tb1(sK4))
                      & ( node1(X11,X12) = X8 ) )
                  | ~ mem(tree,t2tb2(X8),t2tb1(X7)) ) )
            & distinct(tree,t2tb1(X7))
            & ? [X13: list_tree] :
                ( distinct(tree,t2tb1(X13))
                & ! [X14: tree1] :
                    ( ( ? [X15: tree1] :
                          ( mem(tree,t2tb2(X15),t2tb1(sK4))
                          & ( node1(X6,X15) = X14 ) )
                      | ~ mem(tree,t2tb2(X14),t2tb1(X13)) )
                    & ( mem(tree,t2tb2(X14),t2tb1(X13))
                      | ! [X16: tree1] :
                          ( ~ mem(tree,t2tb2(X16),t2tb1(sK4))
                          | ( node1(X6,X16) != X14 ) ) ) )
                & ~ distinct(tree,infix_plpl(tree,t2tb1(X13),t2tb1(X7))) ) ) )
   => ( distinct(tree,t2tb1(sK6))
      & ( tb2t1(cons(tree,t2tb2(sK7),t2tb1(sK6))) = sK5 )
      & ? [X7: list_tree] :
          ( distinct(tree,t2tb1(sK4))
          & ! [X8: tree1] :
              ( ( mem(tree,t2tb2(X8),t2tb1(X7))
                | ! [X10: tree1,X9: tree1] :
                    ( ~ mem(tree,t2tb2(X9),t2tb1(sK6))
                    | ~ mem(tree,t2tb2(X10),t2tb1(sK4))
                    | ( node1(X9,X10) != X8 ) ) )
              & ( ? [X12: tree1,X11: tree1] :
                    ( mem(tree,t2tb2(X11),t2tb1(sK6))
                    & mem(tree,t2tb2(X12),t2tb1(sK4))
                    & ( node1(X11,X12) = X8 ) )
                | ~ mem(tree,t2tb2(X8),t2tb1(X7)) ) )
          & distinct(tree,t2tb1(X7))
          & ? [X13: list_tree] :
              ( distinct(tree,t2tb1(X13))
              & ! [X14: tree1] :
                  ( ( ? [X15: tree1] :
                        ( mem(tree,t2tb2(X15),t2tb1(sK4))
                        & ( node1(sK7,X15) = X14 ) )
                    | ~ mem(tree,t2tb2(X14),t2tb1(X13)) )
                  & ( mem(tree,t2tb2(X14),t2tb1(X13))
                    | ! [X16: tree1] :
                        ( ~ mem(tree,t2tb2(X16),t2tb1(sK4))
                        | ( node1(sK7,X16) != X14 ) ) ) )
              & ~ distinct(tree,infix_plpl(tree,t2tb1(X13),t2tb1(X7))) ) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f153,plain,
    ( ? [X7: list_tree] :
        ( distinct(tree,t2tb1(sK4))
        & ! [X8: tree1] :
            ( ( mem(tree,t2tb2(X8),t2tb1(X7))
              | ! [X10: tree1,X9: tree1] :
                  ( ~ mem(tree,t2tb2(X9),t2tb1(sK6))
                  | ~ mem(tree,t2tb2(X10),t2tb1(sK4))
                  | ( node1(X9,X10) != X8 ) ) )
            & ( ? [X12: tree1,X11: tree1] :
                  ( mem(tree,t2tb2(X11),t2tb1(sK6))
                  & mem(tree,t2tb2(X12),t2tb1(sK4))
                  & ( node1(X11,X12) = X8 ) )
              | ~ mem(tree,t2tb2(X8),t2tb1(X7)) ) )
        & distinct(tree,t2tb1(X7))
        & ? [X13: list_tree] :
            ( distinct(tree,t2tb1(X13))
            & ! [X14: tree1] :
                ( ( ? [X15: tree1] :
                      ( mem(tree,t2tb2(X15),t2tb1(sK4))
                      & ( node1(sK7,X15) = X14 ) )
                  | ~ mem(tree,t2tb2(X14),t2tb1(X13)) )
                & ( mem(tree,t2tb2(X14),t2tb1(X13))
                  | ! [X16: tree1] :
                      ( ~ mem(tree,t2tb2(X16),t2tb1(sK4))
                      | ( node1(sK7,X16) != X14 ) ) ) )
            & ~ distinct(tree,infix_plpl(tree,t2tb1(X13),t2tb1(X7))) ) )
   => ( distinct(tree,t2tb1(sK4))
      & ! [X8: tree1] :
          ( ( mem(tree,t2tb2(X8),t2tb1(sK8))
            | ! [X10: tree1,X9: tree1] :
                ( ~ mem(tree,t2tb2(X9),t2tb1(sK6))
                | ~ mem(tree,t2tb2(X10),t2tb1(sK4))
                | ( node1(X9,X10) != X8 ) ) )
          & ( ? [X12: tree1,X11: tree1] :
                ( mem(tree,t2tb2(X11),t2tb1(sK6))
                & mem(tree,t2tb2(X12),t2tb1(sK4))
                & ( node1(X11,X12) = X8 ) )
            | ~ mem(tree,t2tb2(X8),t2tb1(sK8)) ) )
      & distinct(tree,t2tb1(sK8))
      & ? [X13: list_tree] :
          ( distinct(tree,t2tb1(X13))
          & ! [X14: tree1] :
              ( ( ? [X15: tree1] :
                    ( mem(tree,t2tb2(X15),t2tb1(sK4))
                    & ( node1(sK7,X15) = X14 ) )
                | ~ mem(tree,t2tb2(X14),t2tb1(X13)) )
              & ( mem(tree,t2tb2(X14),t2tb1(X13))
                | ! [X16: tree1] :
                    ( ~ mem(tree,t2tb2(X16),t2tb1(sK4))
                    | ( node1(sK7,X16) != X14 ) ) ) )
          & ~ distinct(tree,infix_plpl(tree,t2tb1(X13),t2tb1(sK8))) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f154,plain,
    ! [X8: tree1] :
      ( ? [X12: tree1,X11: tree1] :
          ( mem(tree,t2tb2(X11),t2tb1(sK6))
          & mem(tree,t2tb2(X12),t2tb1(sK4))
          & ( node1(X11,X12) = X8 ) )
     => ( mem(tree,t2tb2(sK9(X8)),t2tb1(sK6))
        & mem(tree,t2tb2(sK10(X8)),t2tb1(sK4))
        & ( node1(sK9(X8),sK10(X8)) = X8 ) ) ),
    introduced(choice_axiom,[]) ).

tff(f155,plain,
    ( ? [X13: list_tree] :
        ( distinct(tree,t2tb1(X13))
        & ! [X14: tree1] :
            ( ( ? [X15: tree1] :
                  ( mem(tree,t2tb2(X15),t2tb1(sK4))
                  & ( node1(sK7,X15) = X14 ) )
              | ~ mem(tree,t2tb2(X14),t2tb1(X13)) )
            & ( mem(tree,t2tb2(X14),t2tb1(X13))
              | ! [X16: tree1] :
                  ( ~ mem(tree,t2tb2(X16),t2tb1(sK4))
                  | ( node1(sK7,X16) != X14 ) ) ) )
        & ~ distinct(tree,infix_plpl(tree,t2tb1(X13),t2tb1(sK8))) )
   => ( distinct(tree,t2tb1(sK11))
      & ! [X14: tree1] :
          ( ( ? [X15: tree1] :
                ( mem(tree,t2tb2(X15),t2tb1(sK4))
                & ( node1(sK7,X15) = X14 ) )
            | ~ mem(tree,t2tb2(X14),t2tb1(sK11)) )
          & ( mem(tree,t2tb2(X14),t2tb1(sK11))
            | ! [X16: tree1] :
                ( ~ mem(tree,t2tb2(X16),t2tb1(sK4))
                | ( node1(sK7,X16) != X14 ) ) ) )
      & ~ distinct(tree,infix_plpl(tree,t2tb1(sK11),t2tb1(sK8))) ) ),
    introduced(choice_axiom,[]) ).

tff(f156,plain,
    ! [X14: tree1] :
      ( ? [X15: tree1] :
          ( mem(tree,t2tb2(X15),t2tb1(sK4))
          & ( node1(sK7,X15) = X14 ) )
     => ( mem(tree,t2tb2(sK12(X14)),t2tb1(sK4))
        & ( node1(sK7,sK12(X14)) = X14 ) ) ),
    introduced(choice_axiom,[]) ).

tff(f149,plain,
    ? [X0: list_tree,X1: $int,X2: $int,X3: list_tree] :
      ( ~ $less(X2,0)
      & all_trees1(X2,X0)
      & ? [X4: list_tree] :
          ( ? [X5: list_tree,X6: tree1] :
              ( distinct(tree,t2tb1(X5))
              & ( tb2t1(cons(tree,t2tb2(X6),t2tb1(X5))) = X4 )
              & ? [X7: list_tree] :
                  ( distinct(tree,t2tb1(X3))
                  & ! [X8: tree1] :
                      ( ( mem(tree,t2tb2(X8),t2tb1(X7))
                        | ! [X9: tree1,X10: tree1] :
                            ( ~ mem(tree,t2tb2(X9),t2tb1(X5))
                            | ~ mem(tree,t2tb2(X10),t2tb1(X3))
                            | ( node1(X9,X10) != X8 ) ) )
                      & ( ? [X11: tree1,X12: tree1] :
                            ( mem(tree,t2tb2(X11),t2tb1(X5))
                            & mem(tree,t2tb2(X12),t2tb1(X3))
                            & ( node1(X11,X12) = X8 ) )
                        | ~ mem(tree,t2tb2(X8),t2tb1(X7)) ) )
                  & distinct(tree,t2tb1(X7))
                  & ? [X13: list_tree] :
                      ( distinct(tree,t2tb1(X13))
                      & ! [X14: tree1] :
                          ( ( ? [X15: tree1] :
                                ( mem(tree,t2tb2(X15),t2tb1(X3))
                                & ( node1(X6,X15) = X14 ) )
                            | ~ mem(tree,t2tb2(X14),t2tb1(X13)) )
                          & ( mem(tree,t2tb2(X14),t2tb1(X13))
                            | ! [X16: tree1] :
                                ( ~ mem(tree,t2tb2(X16),t2tb1(X3))
                                | ( node1(X6,X16) != X14 ) ) ) )
                      & ~ distinct(tree,infix_plpl(tree,t2tb1(X13),t2tb1(X7))) ) ) )
          & distinct(tree,t2tb1(X4)) )
      & all_trees1(X1,X3)
      & ~ $less(X1,0) ),
    inference(rectify,[],[f148]) ).

tff(f148,plain,
    ? [X1: list_tree,X2: $int,X3: $int,X0: list_tree] :
      ( ~ $less(X3,0)
      & all_trees1(X3,X1)
      & ? [X4: list_tree] :
          ( ? [X6: list_tree,X5: tree1] :
              ( distinct(tree,t2tb1(X6))
              & ( tb2t1(cons(tree,t2tb2(X5),t2tb1(X6))) = X4 )
              & ? [X7: list_tree] :
                  ( distinct(tree,t2tb1(X0))
                  & ! [X8: tree1] :
                      ( ( mem(tree,t2tb2(X8),t2tb1(X7))
                        | ! [X9: tree1,X10: tree1] :
                            ( ~ mem(tree,t2tb2(X9),t2tb1(X6))
                            | ~ mem(tree,t2tb2(X10),t2tb1(X0))
                            | ( node1(X9,X10) != X8 ) ) )
                      & ( ? [X9: tree1,X10: tree1] :
                            ( mem(tree,t2tb2(X9),t2tb1(X6))
                            & mem(tree,t2tb2(X10),t2tb1(X0))
                            & ( node1(X9,X10) = X8 ) )
                        | ~ mem(tree,t2tb2(X8),t2tb1(X7)) ) )
                  & distinct(tree,t2tb1(X7))
                  & ? [X11: list_tree] :
                      ( distinct(tree,t2tb1(X11))
                      & ! [X12: tree1] :
                          ( ( ? [X13: tree1] :
                                ( mem(tree,t2tb2(X13),t2tb1(X0))
                                & ( node1(X5,X13) = X12 ) )
                            | ~ mem(tree,t2tb2(X12),t2tb1(X11)) )
                          & ( mem(tree,t2tb2(X12),t2tb1(X11))
                            | ! [X13: tree1] :
                                ( ~ mem(tree,t2tb2(X13),t2tb1(X0))
                                | ( node1(X5,X13) != X12 ) ) ) )
                      & ~ distinct(tree,infix_plpl(tree,t2tb1(X11),t2tb1(X7))) ) ) )
          & distinct(tree,t2tb1(X4)) )
      & all_trees1(X2,X0)
      & ~ $less(X2,0) ),
    inference(nnf_transformation,[],[f126]) ).

tff(f126,plain,
    ? [X1: list_tree,X2: $int,X3: $int,X0: list_tree] :
      ( ~ $less(X3,0)
      & all_trees1(X3,X1)
      & ? [X4: list_tree] :
          ( ? [X6: list_tree,X5: tree1] :
              ( distinct(tree,t2tb1(X6))
              & ( tb2t1(cons(tree,t2tb2(X5),t2tb1(X6))) = X4 )
              & ? [X7: list_tree] :
                  ( distinct(tree,t2tb1(X0))
                  & ! [X8: tree1] :
                      ( mem(tree,t2tb2(X8),t2tb1(X7))
                    <=> ? [X9: tree1,X10: tree1] :
                          ( mem(tree,t2tb2(X9),t2tb1(X6))
                          & mem(tree,t2tb2(X10),t2tb1(X0))
                          & ( node1(X9,X10) = X8 ) ) )
                  & distinct(tree,t2tb1(X7))
                  & ? [X11: list_tree] :
                      ( distinct(tree,t2tb1(X11))
                      & ! [X12: tree1] :
                          ( ? [X13: tree1] :
                              ( mem(tree,t2tb2(X13),t2tb1(X0))
                              & ( node1(X5,X13) = X12 ) )
                        <=> mem(tree,t2tb2(X12),t2tb1(X11)) )
                      & ~ distinct(tree,infix_plpl(tree,t2tb1(X11),t2tb1(X7))) ) ) )
          & distinct(tree,t2tb1(X4)) )
      & all_trees1(X2,X0)
      & ~ $less(X2,0) ),
    inference(flattening,[],[f125]) ).

tff(f125,plain,
    ? [X1: list_tree,X2: $int,X3: $int,X0: list_tree] :
      ( ? [X4: list_tree] :
          ( ? [X5: tree1,X6: list_tree] :
              ( ? [X7: list_tree] :
                  ( ? [X11: list_tree] :
                      ( ~ distinct(tree,infix_plpl(tree,t2tb1(X11),t2tb1(X7)))
                      & distinct(tree,t2tb1(X11))
                      & ! [X12: tree1] :
                          ( ? [X13: tree1] :
                              ( mem(tree,t2tb2(X13),t2tb1(X0))
                              & ( node1(X5,X13) = X12 ) )
                        <=> mem(tree,t2tb2(X12),t2tb1(X11)) ) )
                  & distinct(tree,t2tb1(X0))
                  & ! [X8: tree1] :
                      ( mem(tree,t2tb2(X8),t2tb1(X7))
                    <=> ? [X9: tree1,X10: tree1] :
                          ( mem(tree,t2tb2(X9),t2tb1(X6))
                          & mem(tree,t2tb2(X10),t2tb1(X0))
                          & ( node1(X9,X10) = X8 ) ) )
                  & distinct(tree,t2tb1(X7)) )
              & distinct(tree,t2tb1(X6))
              & ( tb2t1(cons(tree,t2tb2(X5),t2tb1(X6))) = X4 ) )
          & distinct(tree,t2tb1(X4)) )
      & ~ $less(X3,0)
      & all_trees1(X2,X0)
      & ~ $less(X2,0)
      & all_trees1(X3,X1) ),
    inference(ennf_transformation,[],[f81]) ).

tff(f81,plain,
    ~ ! [X1: list_tree,X2: $int,X3: $int,X0: list_tree] :
        ( ( ~ $less(X3,0)
          & all_trees1(X2,X0)
          & ~ $less(X2,0)
          & all_trees1(X3,X1) )
       => ! [X4: list_tree] :
            ( distinct(tree,t2tb1(X4))
           => ! [X5: tree1,X6: list_tree] :
                ( ( tb2t1(cons(tree,t2tb2(X5),t2tb1(X6))) = X4 )
               => ( distinct(tree,t2tb1(X6))
                 => ! [X7: list_tree] :
                      ( ( ! [X8: tree1] :
                            ( mem(tree,t2tb2(X8),t2tb1(X7))
                          <=> ? [X9: tree1,X10: tree1] :
                                ( mem(tree,t2tb2(X9),t2tb1(X6))
                                & mem(tree,t2tb2(X10),t2tb1(X0))
                                & ( node1(X9,X10) = X8 ) ) )
                        & distinct(tree,t2tb1(X7)) )
                     => ( distinct(tree,t2tb1(X0))
                       => ! [X11: list_tree] :
                            ( ( distinct(tree,t2tb1(X11))
                              & ! [X12: tree1] :
                                  ( ? [X13: tree1] :
                                      ( mem(tree,t2tb2(X13),t2tb1(X0))
                                      & ( node1(X5,X13) = X12 ) )
                                <=> mem(tree,t2tb2(X12),t2tb1(X11)) ) )
                           => distinct(tree,infix_plpl(tree,t2tb1(X11),t2tb1(X7))) ) ) ) ) ) ) ),
    inference(rectify,[],[f78]) ).

tff(f78,plain,
    ~ ! [X12: list_tree,X13: list_tree,X28: $int,X27: $int] :
        ( ( ~ $less(X28,0)
          & ~ $less(X27,0)
          & all_trees1(X27,X13)
          & all_trees1(X28,X12) )
       => ! [X29: list_tree] :
            ( distinct(tree,t2tb1(X29))
           => ! [X1: tree1,X2: list_tree] :
                ( ( tb2t1(cons(tree,t2tb2(X1),t2tb1(X2))) = X29 )
               => ( distinct(tree,t2tb1(X2))
                 => ! [X30: list_tree] :
                      ( ( distinct(tree,t2tb1(X30))
                        & ! [X23: tree1] :
                            ( mem(tree,t2tb2(X23),t2tb1(X30))
                          <=> ? [X15: tree1,X24: tree1] :
                                ( mem(tree,t2tb2(X24),t2tb1(X12))
                                & mem(tree,t2tb2(X15),t2tb1(X2))
                                & ( node1(X15,X24) = X23 ) ) ) )
                     => ( distinct(tree,t2tb1(X12))
                       => ! [X31: list_tree] :
                            ( ( distinct(tree,t2tb1(X31))
                              & ! [X23: tree1] :
                                  ( ? [X24: tree1] :
                                      ( mem(tree,t2tb2(X24),t2tb1(X12))
                                      & ( node1(X1,X24) = X23 ) )
                                <=> mem(tree,t2tb2(X23),t2tb1(X31)) ) )
                           => distinct(tree,infix_plpl(tree,t2tb1(X31),t2tb1(X30))) ) ) ) ) ) ) ),
    inference(theory_normalization,[],[f76]) ).

tff(f76,negated_conjecture,
    ~ ! [X12: list_tree,X13: list_tree,X28: $int,X27: $int] :
        ( ( $lesseq(0,X28)
          & $lesseq(0,X27)
          & all_trees1(X27,X13)
          & all_trees1(X28,X12) )
       => ! [X29: list_tree] :
            ( distinct(tree,t2tb1(X29))
           => ! [X1: tree1,X2: list_tree] :
                ( ( tb2t1(cons(tree,t2tb2(X1),t2tb1(X2))) = X29 )
               => ( distinct(tree,t2tb1(X2))
                 => ! [X30: list_tree] :
                      ( ( distinct(tree,t2tb1(X30))
                        & ! [X23: tree1] :
                            ( mem(tree,t2tb2(X23),t2tb1(X30))
                          <=> ? [X15: tree1,X24: tree1] :
                                ( mem(tree,t2tb2(X24),t2tb1(X12))
                                & mem(tree,t2tb2(X15),t2tb1(X2))
                                & ( node1(X15,X24) = X23 ) ) ) )
                     => ( distinct(tree,t2tb1(X12))
                       => ! [X31: list_tree] :
                            ( ( distinct(tree,t2tb1(X31))
                              & ! [X23: tree1] :
                                  ( ? [X24: tree1] :
                                      ( mem(tree,t2tb2(X24),t2tb1(X12))
                                      & ( node1(X1,X24) = X23 ) )
                                <=> mem(tree,t2tb2(X23),t2tb1(X31)) ) )
                           => distinct(tree,infix_plpl(tree,t2tb1(X31),t2tb1(X30))) ) ) ) ) ) ) ),
    inference(negated_conjecture,[],[f75]) ).

tff(f75,conjecture,
    ! [X12: list_tree,X13: list_tree,X28: $int,X27: $int] :
      ( ( $lesseq(0,X28)
        & $lesseq(0,X27)
        & all_trees1(X27,X13)
        & all_trees1(X28,X12) )
     => ! [X29: list_tree] :
          ( distinct(tree,t2tb1(X29))
         => ! [X1: tree1,X2: list_tree] :
              ( ( tb2t1(cons(tree,t2tb2(X1),t2tb1(X2))) = X29 )
             => ( distinct(tree,t2tb1(X2))
               => ! [X30: list_tree] :
                    ( ( distinct(tree,t2tb1(X30))
                      & ! [X23: tree1] :
                          ( mem(tree,t2tb2(X23),t2tb1(X30))
                        <=> ? [X15: tree1,X24: tree1] :
                              ( mem(tree,t2tb2(X24),t2tb1(X12))
                              & mem(tree,t2tb2(X15),t2tb1(X2))
                              & ( node1(X15,X24) = X23 ) ) ) )
                   => ( distinct(tree,t2tb1(X12))
                     => ! [X31: list_tree] :
                          ( ( distinct(tree,t2tb1(X31))
                            & ! [X23: tree1] :
                                ( ? [X24: tree1] :
                                    ( mem(tree,t2tb2(X24),t2tb1(X12))
                                    & ( node1(X1,X24) = X23 ) )
                              <=> mem(tree,t2tb2(X23),t2tb1(X31)) ) )
                         => distinct(tree,infix_plpl(tree,t2tb1(X31),t2tb1(X30))) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wP_parameter_combine) ).

tff(f253,plain,
    ! [X0: uni] : ( t2tb1(tb2t1(X0)) = X0 ),
    inference(cnf_transformation,[],[f103]) ).

tff(f103,plain,
    ! [X0: uni] : ( t2tb1(tb2t1(X0)) = X0 ),
    inference(rectify,[],[f68]) ).

tff(f68,axiom,
    ! [X21: uni] : ( t2tb1(tb2t1(X21)) = X21 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeR1) ).

tff(f49717,plain,
    ( ! [X1: uni] : mem(tree,t2tb2(sK7),infix_plpl(tree,t2tb1(sK6),X1))
    | ~ spl21_903 ),
    inference(avatar_component_clause,[],[f49716]) ).

tff(f50281,plain,
    ( spl21_922
    | spl21_3
    | spl21_2
    | ~ spl21_4 ),
    inference(avatar_split_clause,[],[f50280,f320,f311,f315,f50254]) ).

tff(f315,plain,
    ( spl21_3
  <=> sP0(tree,t2tb1(sK5)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl21_3])]) ).

tff(f311,plain,
    ( spl21_2
  <=> ( nil(tree) = t2tb1(sK5) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl21_2])]) ).

tff(f320,plain,
    ( spl21_4
  <=> sort1(tree,sK16(t2tb1(sK5),tree)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl21_4])]) ).

tff(f50280,plain,
    ( sP0(tree,t2tb1(sK5))
    | ( t2tb2(sK7) = sK16(t2tb1(sK5),tree) )
    | spl21_2
    | ~ spl21_4 ),
    inference(forward_demodulation,[],[f50279,f767]) ).

tff(f767,plain,
    cons_proj_11(tree,t2tb1(sK5)) = t2tb2(sK7),
    inference(subsumption_resolution,[],[f759,f279]) ).

tff(f759,plain,
    ( ( cons_proj_11(tree,t2tb1(sK5)) = t2tb2(sK7) )
    | ~ sort1(tree,t2tb2(sK7)) ),
    inference(superposition,[],[f248,f553]) ).

tff(f248,plain,
    ! [X2: ty,X0: uni,X1: uni] :
      ( ( cons_proj_11(X2,cons(X2,X1,X0)) = X1 )
      | ~ sort1(X2,X1) ),
    inference(cnf_transformation,[],[f179]) ).

tff(f179,plain,
    ! [X0: uni,X1: uni,X2: ty] :
      ( ~ sort1(X2,X1)
      | ( cons_proj_11(X2,cons(X2,X1,X0)) = X1 ) ),
    inference(rectify,[],[f134]) ).

tff(f134,plain,
    ! [X0: uni,X2: uni,X1: ty] :
      ( ~ sort1(X1,X2)
      | ( cons_proj_11(X1,cons(X1,X2,X0)) = X2 ) ),
    inference(ennf_transformation,[],[f106]) ).

tff(f106,plain,
    ! [X1: ty,X0: uni,X2: uni] :
      ( sort1(X1,X2)
     => ( cons_proj_11(X1,cons(X1,X2,X0)) = X2 ) ),
    inference(rectify,[],[f16]) ).

tff(f16,axiom,
    ! [X9: uni,X0: ty,X6: uni] :
      ( sort1(X0,X6)
     => ( cons_proj_11(X0,cons(X0,X6,X9)) = X6 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cons_proj_1_def1) ).

tff(f50279,plain,
    ( ( cons_proj_11(tree,t2tb1(sK5)) = sK16(t2tb1(sK5),tree) )
    | sP0(tree,t2tb1(sK5))
    | spl21_2
    | ~ spl21_4 ),
    inference(subsumption_resolution,[],[f50278,f205]) ).

tff(f205,plain,
    distinct(tree,t2tb1(sK5)),
    inference(cnf_transformation,[],[f157]) ).

tff(f50278,plain,
    ( ~ distinct(tree,t2tb1(sK5))
    | ( cons_proj_11(tree,t2tb1(sK5)) = sK16(t2tb1(sK5),tree) )
    | sP0(tree,t2tb1(sK5))
    | spl21_2
    | ~ spl21_4 ),
    inference(subsumption_resolution,[],[f22900,f312]) ).

tff(f312,plain,
    ( ( nil(tree) != t2tb1(sK5) )
    | spl21_2 ),
    inference(avatar_component_clause,[],[f311]) ).

tff(f22900,plain,
    ( ( nil(tree) = t2tb1(sK5) )
    | ( cons_proj_11(tree,t2tb1(sK5)) = sK16(t2tb1(sK5),tree) )
    | sP0(tree,t2tb1(sK5))
    | ~ distinct(tree,t2tb1(sK5))
    | ~ spl21_4 ),
    inference(superposition,[],[f10721,f241]) ).

tff(f241,plain,
    ! [X0: uni,X1: ty] :
      ( ( cons(X1,sK16(X0,X1),nil(X1)) = X0 )
      | ( nil(X1) = X0 )
      | sP0(X1,X0)
      | ~ distinct(X1,X0) ),
    inference(cnf_transformation,[],[f173]) ).

tff(f173,plain,
    ! [X0: uni,X1: ty] :
      ( sP0(X1,X0)
      | ( nil(X1) = X0 )
      | ( sort1(X1,sK16(X0,X1))
        & ( cons(X1,sK16(X0,X1),nil(X1)) = X0 ) )
      | ~ distinct(X1,X0) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK16])],[f171,f172]) ).

tff(f172,plain,
    ! [X0: uni,X1: ty] :
      ( ? [X2: uni] :
          ( sort1(X1,X2)
          & ( cons(X1,X2,nil(X1)) = X0 ) )
     => ( sort1(X1,sK16(X0,X1))
        & ( cons(X1,sK16(X0,X1),nil(X1)) = X0 ) ) ),
    introduced(choice_axiom,[]) ).

tff(f171,plain,
    ! [X0: uni,X1: ty] :
      ( sP0(X1,X0)
      | ( nil(X1) = X0 )
      | ? [X2: uni] :
          ( sort1(X1,X2)
          & ( cons(X1,X2,nil(X1)) = X0 ) )
      | ~ distinct(X1,X0) ),
    inference(rectify,[],[f144]) ).

tff(f144,plain,
    ! [X0: uni,X1: ty] :
      ( sP0(X1,X0)
      | ( nil(X1) = X0 )
      | ? [X4: uni] :
          ( sort1(X1,X4)
          & ( cons(X1,X4,nil(X1)) = X0 ) )
      | ~ distinct(X1,X0) ),
    inference(definition_folding,[],[f140,f143]) ).

tff(f143,plain,
    ! [X1: ty,X0: uni] :
      ( ? [X2: uni,X3: uni] :
          ( distinct(X1,X2)
          & ( cons(X1,X3,X2) = X0 )
          & sort1(X1,X3)
          & sort1(list(X1),X2)
          & ~ mem(X1,X3,X2) )
      | ~ sP0(X1,X0) ),
    introduced(predicate_definition_introduction,[new_symbols(naming,[sP0])]) ).

tff(f140,plain,
    ! [X0: uni,X1: ty] :
      ( ? [X2: uni,X3: uni] :
          ( distinct(X1,X2)
          & ( cons(X1,X3,X2) = X0 )
          & sort1(X1,X3)
          & sort1(list(X1),X2)
          & ~ mem(X1,X3,X2) )
      | ( nil(X1) = X0 )
      | ? [X4: uni] :
          ( sort1(X1,X4)
          & ( cons(X1,X4,nil(X1)) = X0 ) )
      | ~ distinct(X1,X0) ),
    inference(flattening,[],[f139]) ).

tff(f139,plain,
    ! [X0: uni,X1: ty] :
      ( ? [X2: uni,X3: uni] :
          ( distinct(X1,X2)
          & ( cons(X1,X3,X2) = X0 )
          & sort1(X1,X3)
          & sort1(list(X1),X2)
          & ~ mem(X1,X3,X2) )
      | ? [X4: uni] :
          ( sort1(X1,X4)
          & ( cons(X1,X4,nil(X1)) = X0 ) )
      | ( nil(X1) = X0 )
      | ~ distinct(X1,X0) ),
    inference(ennf_transformation,[],[f99]) ).

tff(f99,plain,
    ! [X0: uni,X1: ty] :
      ( distinct(X1,X0)
     => ( ? [X2: uni,X3: uni] :
            ( distinct(X1,X2)
            & ( cons(X1,X3,X2) = X0 )
            & sort1(X1,X3)
            & sort1(list(X1),X2)
            & ~ mem(X1,X3,X2) )
        | ? [X4: uni] :
            ( sort1(X1,X4)
            & ( cons(X1,X4,nil(X1)) = X0 ) )
        | ( nil(X1) = X0 ) ) ),
    inference(rectify,[],[f34]) ).

tff(f34,axiom,
    ! [X4: uni,X0: ty] :
      ( distinct(X0,X4)
     => ( ? [X15: uni,X1: uni] :
            ( sort1(X0,X1)
            & ~ mem(X0,X1,X15)
            & sort1(list(X0),X15)
            & distinct(X0,X15)
            & ( cons(X0,X1,X15) = X4 ) )
        | ? [X1: uni] :
            ( sort1(X0,X1)
            & ( cons(X0,X1,nil(X0)) = X4 ) )
        | ( nil(X0) = X4 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',distinct_inversion) ).

tff(f10721,plain,
    ( ! [X9: uni] : ( sK16(t2tb1(sK5),tree) = cons_proj_11(tree,cons(tree,sK16(t2tb1(sK5),tree),X9)) )
    | ~ spl21_4 ),
    inference(resolution,[],[f322,f248]) ).

tff(f322,plain,
    ( sort1(tree,sK16(t2tb1(sK5),tree))
    | ~ spl21_4 ),
    inference(avatar_component_clause,[],[f320]) ).

tff(f50236,plain,
    ( ~ spl21_235
    | ~ spl21_3 ),
    inference(avatar_split_clause,[],[f21524,f315,f12614]) ).

tff(f12614,plain,
    ( spl21_235
  <=> mem(tree,t2tb2(sK7),t2tb1(sK6)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl21_235])]) ).

tff(f21524,plain,
    ( ~ mem(tree,t2tb2(sK7),t2tb1(sK6))
    | ~ spl21_3 ),
    inference(forward_demodulation,[],[f21523,f21383]) ).

tff(f21383,plain,
    ( ( sK15(tree,t2tb1(sK5)) = t2tb2(sK7) )
    | ~ spl21_3 ),
    inference(forward_demodulation,[],[f21382,f767]) ).

tff(f21382,plain,
    ( ( sK15(tree,t2tb1(sK5)) = cons_proj_11(tree,t2tb1(sK5)) )
    | ~ spl21_3 ),
    inference(subsumption_resolution,[],[f21373,f12699]) ).

tff(f12699,plain,
    ( sort1(tree,sK15(tree,t2tb1(sK5)))
    | ~ spl21_3 ),
    inference(resolution,[],[f317,f238]) ).

tff(f238,plain,
    ! [X0: ty,X1: uni] :
      ( sort1(X0,sK15(X0,X1))
      | ~ sP0(X0,X1) ),
    inference(cnf_transformation,[],[f170]) ).

tff(f170,plain,
    ! [X0: ty,X1: uni] :
      ( ( distinct(X0,sK14(X0,X1))
        & ( cons(X0,sK15(X0,X1),sK14(X0,X1)) = X1 )
        & sort1(X0,sK15(X0,X1))
        & sort1(list(X0),sK14(X0,X1))
        & ~ mem(X0,sK15(X0,X1),sK14(X0,X1)) )
      | ~ sP0(X0,X1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK14,sK15])],[f168,f169]) ).

tff(f169,plain,
    ! [X0: ty,X1: uni] :
      ( ? [X2: uni,X3: uni] :
          ( distinct(X0,X2)
          & ( cons(X0,X3,X2) = X1 )
          & sort1(X0,X3)
          & sort1(list(X0),X2)
          & ~ mem(X0,X3,X2) )
     => ( distinct(X0,sK14(X0,X1))
        & ( cons(X0,sK15(X0,X1),sK14(X0,X1)) = X1 )
        & sort1(X0,sK15(X0,X1))
        & sort1(list(X0),sK14(X0,X1))
        & ~ mem(X0,sK15(X0,X1),sK14(X0,X1)) ) ),
    introduced(choice_axiom,[]) ).

tff(f168,plain,
    ! [X0: ty,X1: uni] :
      ( ? [X2: uni,X3: uni] :
          ( distinct(X0,X2)
          & ( cons(X0,X3,X2) = X1 )
          & sort1(X0,X3)
          & sort1(list(X0),X2)
          & ~ mem(X0,X3,X2) )
      | ~ sP0(X0,X1) ),
    inference(rectify,[],[f167]) ).

tff(f167,plain,
    ! [X1: ty,X0: uni] :
      ( ? [X2: uni,X3: uni] :
          ( distinct(X1,X2)
          & ( cons(X1,X3,X2) = X0 )
          & sort1(X1,X3)
          & sort1(list(X1),X2)
          & ~ mem(X1,X3,X2) )
      | ~ sP0(X1,X0) ),
    inference(nnf_transformation,[],[f143]) ).

tff(f317,plain,
    ( sP0(tree,t2tb1(sK5))
    | ~ spl21_3 ),
    inference(avatar_component_clause,[],[f315]) ).

tff(f21373,plain,
    ( ( sK15(tree,t2tb1(sK5)) = cons_proj_11(tree,t2tb1(sK5)) )
    | ~ sort1(tree,sK15(tree,t2tb1(sK5)))
    | ~ spl21_3 ),
    inference(superposition,[],[f248,f12700]) ).

tff(f12700,plain,
    ( ( t2tb1(sK5) = cons(tree,sK15(tree,t2tb1(sK5)),sK14(tree,t2tb1(sK5))) )
    | ~ spl21_3 ),
    inference(resolution,[],[f317,f239]) ).

tff(f239,plain,
    ! [X0: ty,X1: uni] :
      ( ~ sP0(X0,X1)
      | ( cons(X0,sK15(X0,X1),sK14(X0,X1)) = X1 ) ),
    inference(cnf_transformation,[],[f170]) ).

tff(f21523,plain,
    ( ~ mem(tree,sK15(tree,t2tb1(sK5)),t2tb1(sK6))
    | ~ spl21_3 ),
    inference(subsumption_resolution,[],[f21519,f317]) ).

tff(f21519,plain,
    ( ~ mem(tree,sK15(tree,t2tb1(sK5)),t2tb1(sK6))
    | ~ sP0(tree,t2tb1(sK5))
    | ~ spl21_3 ),
    inference(superposition,[],[f236,f21419]) ).

tff(f21419,plain,
    ( ( sK14(tree,t2tb1(sK5)) = t2tb1(sK6) )
    | ~ spl21_3 ),
    inference(forward_demodulation,[],[f21376,f762]) ).

tff(f762,plain,
    cons_proj_21(tree,t2tb1(sK5)) = t2tb1(sK6),
    inference(superposition,[],[f269,f553]) ).

tff(f21376,plain,
    ( ( sK14(tree,t2tb1(sK5)) = cons_proj_21(tree,t2tb1(sK5)) )
    | ~ spl21_3 ),
    inference(superposition,[],[f269,f12700]) ).

tff(f236,plain,
    ! [X0: ty,X1: uni] :
      ( ~ mem(X0,sK15(X0,X1),sK14(X0,X1))
      | ~ sP0(X0,X1) ),
    inference(cnf_transformation,[],[f170]) ).

tff(f50161,plain,
    spl21_235,
    inference(avatar_split_clause,[],[f50160,f12614]) ).

tff(f50160,plain,
    mem(tree,t2tb2(sK7),t2tb1(sK6)),
    inference(subsumption_resolution,[],[f50159,f550]) ).

tff(f550,plain,
    mem(tree,sK13(t2tb1(sK8),t2tb1(sK11),tree),t2tb1(sK8)),
    inference(subsumption_resolution,[],[f549,f211]) ).

tff(f211,plain,
    distinct(tree,t2tb1(sK8)),
    inference(cnf_transformation,[],[f157]) ).

tff(f549,plain,
    ( ~ distinct(tree,t2tb1(sK8))
    | mem(tree,sK13(t2tb1(sK8),t2tb1(sK11),tree),t2tb1(sK8)) ),
    inference(subsumption_resolution,[],[f545,f210]) ).

tff(f210,plain,
    distinct(tree,t2tb1(sK11)),
    inference(cnf_transformation,[],[f157]) ).

tff(f545,plain,
    ( ~ distinct(tree,t2tb1(sK11))
    | ~ distinct(tree,t2tb1(sK8))
    | mem(tree,sK13(t2tb1(sK8),t2tb1(sK11),tree),t2tb1(sK8)) ),
    inference(resolution,[],[f206,f221]) ).

tff(f221,plain,
    ! [X2: ty,X0: uni,X1: uni] :
      ( ~ distinct(X2,X0)
      | ~ distinct(X2,X1)
      | distinct(X2,infix_plpl(X2,X1,X0))
      | mem(X2,sK13(X0,X1,X2),X0) ),
    inference(cnf_transformation,[],[f159]) ).

tff(f159,plain,
    ! [X0: uni,X1: uni,X2: ty] :
      ( ~ distinct(X2,X0)
      | ~ distinct(X2,X1)
      | distinct(X2,infix_plpl(X2,X1,X0))
      | ( sort1(X2,sK13(X0,X1,X2))
        & mem(X2,sK13(X0,X1,X2),X1)
        & mem(X2,sK13(X0,X1,X2),X0) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK13])],[f128,f158]) ).

tff(f158,plain,
    ! [X0: uni,X1: uni,X2: ty] :
      ( ? [X3: uni] :
          ( sort1(X2,X3)
          & mem(X2,X3,X1)
          & mem(X2,X3,X0) )
     => ( sort1(X2,sK13(X0,X1,X2))
        & mem(X2,sK13(X0,X1,X2),X1)
        & mem(X2,sK13(X0,X1,X2),X0) ) ),
    introduced(choice_axiom,[]) ).

tff(f128,plain,
    ! [X0: uni,X1: uni,X2: ty] :
      ( ~ distinct(X2,X0)
      | ~ distinct(X2,X1)
      | distinct(X2,infix_plpl(X2,X1,X0))
      | ? [X3: uni] :
          ( sort1(X2,X3)
          & mem(X2,X3,X1)
          & mem(X2,X3,X0) ) ),
    inference(flattening,[],[f127]) ).

tff(f127,plain,
    ! [X2: ty,X1: uni,X0: uni] :
      ( distinct(X2,infix_plpl(X2,X1,X0))
      | ? [X3: uni] :
          ( mem(X2,X3,X0)
          & mem(X2,X3,X1)
          & sort1(X2,X3) )
      | ~ distinct(X2,X0)
      | ~ distinct(X2,X1) ),
    inference(ennf_transformation,[],[f89]) ).

tff(f89,plain,
    ! [X2: ty,X1: uni,X0: uni] :
      ( distinct(X2,X1)
     => ( distinct(X2,X0)
       => ( ! [X3: uni] :
              ( sort1(X2,X3)
             => ( mem(X2,X3,X1)
               => ~ mem(X2,X3,X0) ) )
         => distinct(X2,infix_plpl(X2,X1,X0)) ) ) ),
    inference(rectify,[],[f35]) ).

tff(f35,axiom,
    ! [X12: uni,X13: uni,X0: ty] :
      ( distinct(X0,X13)
     => ( distinct(X0,X12)
       => ( ! [X1: uni] :
              ( sort1(X0,X1)
             => ( mem(X0,X1,X13)
               => ~ mem(X0,X1,X12) ) )
         => distinct(X0,infix_plpl(X0,X13,X12)) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',distinct_append) ).

tff(f206,plain,
    ~ distinct(tree,infix_plpl(tree,t2tb1(sK11),t2tb1(sK8))),
    inference(cnf_transformation,[],[f157]) ).

tff(f50159,plain,
    ( mem(tree,t2tb2(sK7),t2tb1(sK6))
    | ~ mem(tree,sK13(t2tb1(sK8),t2tb1(sK11),tree),t2tb1(sK8)) ),
    inference(forward_demodulation,[],[f50041,f262]) ).

tff(f262,plain,
    ! [X0: uni] : ( t2tb2(tb2t2(X0)) = X0 ),
    inference(cnf_transformation,[],[f111]) ).

tff(f111,plain,
    ! [X0: uni] : ( t2tb2(tb2t2(X0)) = X0 ),
    inference(rectify,[],[f71]) ).

tff(f71,axiom,
    ! [X21: uni] : ( t2tb2(tb2t2(X21)) = X21 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeR2) ).

tff(f50041,plain,
    ( mem(tree,t2tb2(sK7),t2tb1(sK6))
    | ~ mem(tree,t2tb2(tb2t2(sK13(t2tb1(sK8),t2tb1(sK11),tree))),t2tb1(sK8)) ),
    inference(superposition,[],[f214,f49994]) ).

tff(f49994,plain,
    sK7 = sK9(tb2t2(sK13(t2tb1(sK8),t2tb1(sK11),tree))),
    inference(forward_demodulation,[],[f49959,f25160]) ).

tff(f25160,plain,
    sK7 = node_proj_11(tb2t2(sK13(t2tb1(sK8),t2tb1(sK11),tree))),
    inference(superposition,[],[f235,f1517]) ).

tff(f1517,plain,
    node1(sK7,sK12(tb2t2(sK13(t2tb1(sK8),t2tb1(sK11),tree)))) = tb2t2(sK13(t2tb1(sK8),t2tb1(sK11),tree)),
    inference(resolution,[],[f633,f548]) ).

tff(f548,plain,
    mem(tree,sK13(t2tb1(sK8),t2tb1(sK11),tree),t2tb1(sK11)),
    inference(subsumption_resolution,[],[f547,f211]) ).

tff(f547,plain,
    ( ~ distinct(tree,t2tb1(sK8))
    | mem(tree,sK13(t2tb1(sK8),t2tb1(sK11),tree),t2tb1(sK11)) ),
    inference(subsumption_resolution,[],[f546,f210]) ).

tff(f546,plain,
    ( mem(tree,sK13(t2tb1(sK8),t2tb1(sK11),tree),t2tb1(sK11))
    | ~ distinct(tree,t2tb1(sK11))
    | ~ distinct(tree,t2tb1(sK8)) ),
    inference(resolution,[],[f206,f222]) ).

tff(f222,plain,
    ! [X2: ty,X0: uni,X1: uni] :
      ( distinct(X2,infix_plpl(X2,X1,X0))
      | ~ distinct(X2,X1)
      | ~ distinct(X2,X0)
      | mem(X2,sK13(X0,X1,X2),X1) ),
    inference(cnf_transformation,[],[f159]) ).

tff(f633,plain,
    ! [X0: uni] :
      ( ~ mem(tree,X0,t2tb1(sK11))
      | ( node1(sK7,sK12(tb2t2(X0))) = tb2t2(X0) ) ),
    inference(superposition,[],[f208,f262]) ).

tff(f208,plain,
    ! [X14: tree1] :
      ( ~ mem(tree,t2tb2(X14),t2tb1(sK11))
      | ( node1(sK7,sK12(X14)) = X14 ) ),
    inference(cnf_transformation,[],[f157]) ).

tff(f235,plain,
    ! [X0: tree1,X1: tree1] : ( node_proj_11(node1(X1,X0)) = X1 ),
    inference(cnf_transformation,[],[f97]) ).

tff(f97,plain,
    ! [X0: tree1,X1: tree1] : ( node_proj_11(node1(X1,X0)) = X1 ),
    inference(rectify,[],[f60]) ).

tff(f60,axiom,
    ! [X9: tree1,X6: tree1] : ( node_proj_11(node1(X6,X9)) = X6 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',node_proj_1_def1) ).

tff(f49959,plain,
    node_proj_11(tb2t2(sK13(t2tb1(sK8),t2tb1(sK11),tree))) = sK9(tb2t2(sK13(t2tb1(sK8),t2tb1(sK11),tree))),
    inference(superposition,[],[f235,f1602]) ).

tff(f1602,plain,
    node1(sK9(tb2t2(sK13(t2tb1(sK8),t2tb1(sK11),tree))),sK10(tb2t2(sK13(t2tb1(sK8),t2tb1(sK11),tree)))) = tb2t2(sK13(t2tb1(sK8),t2tb1(sK11),tree)),
    inference(resolution,[],[f646,f550]) ).

tff(f646,plain,
    ! [X0: uni] :
      ( ~ mem(tree,X0,t2tb1(sK8))
      | ( node1(sK9(tb2t2(X0)),sK10(tb2t2(X0))) = tb2t2(X0) ) ),
    inference(superposition,[],[f212,f262]) ).

tff(f212,plain,
    ! [X8: tree1] :
      ( ~ mem(tree,t2tb2(X8),t2tb1(sK8))
      | ( node1(sK9(X8),sK10(X8)) = X8 ) ),
    inference(cnf_transformation,[],[f157]) ).

tff(f214,plain,
    ! [X8: tree1] :
      ( mem(tree,t2tb2(sK9(X8)),t2tb1(sK6))
      | ~ mem(tree,t2tb2(X8),t2tb1(sK8)) ),
    inference(cnf_transformation,[],[f157]) ).

tff(f50073,plain,
    spl21_903,
    inference(avatar_split_clause,[],[f50072,f49716]) ).

tff(f50072,plain,
    ! [X1: uni] : mem(tree,t2tb2(sK7),infix_plpl(tree,t2tb1(sK6),X1)),
    inference(subsumption_resolution,[],[f50071,f550]) ).

tff(f50071,plain,
    ! [X1: uni] :
      ( mem(tree,t2tb2(sK7),infix_plpl(tree,t2tb1(sK6),X1))
      | ~ mem(tree,sK13(t2tb1(sK8),t2tb1(sK11),tree),t2tb1(sK8)) ),
    inference(forward_demodulation,[],[f50043,f262]) ).

tff(f50043,plain,
    ! [X1: uni] :
      ( ~ mem(tree,t2tb2(tb2t2(sK13(t2tb1(sK8),t2tb1(sK11),tree))),t2tb1(sK8))
      | mem(tree,t2tb2(sK7),infix_plpl(tree,t2tb1(sK6),X1)) ),
    inference(superposition,[],[f655,f49994]) ).

tff(f655,plain,
    ! [X10: uni,X9: tree1] :
      ( mem(tree,t2tb2(sK9(X9)),infix_plpl(tree,t2tb1(sK6),X10))
      | ~ mem(tree,t2tb2(X9),t2tb1(sK8)) ),
    inference(resolution,[],[f214,f230]) ).

tff(f230,plain,
    ! [X2: uni,X3: uni,X0: uni,X1: ty] :
      ( mem(X1,X0,infix_plpl(X1,X3,X2))
      | ~ mem(X1,X0,X3) ),
    inference(cnf_transformation,[],[f165]) ).

tff(f165,plain,
    ! [X0: uni,X1: ty,X2: uni,X3: uni] :
      ( ( mem(X1,X0,infix_plpl(X1,X3,X2))
        | ( ~ mem(X1,X0,X3)
          & ~ mem(X1,X0,X2) ) )
      & ( mem(X1,X0,X3)
        | mem(X1,X0,X2)
        | ~ mem(X1,X0,infix_plpl(X1,X3,X2)) ) ),
    inference(rectify,[],[f164]) ).

tff(f164,plain,
    ! [X1: uni,X3: ty,X2: uni,X0: uni] :
      ( ( mem(X3,X1,infix_plpl(X3,X0,X2))
        | ( ~ mem(X3,X1,X0)
          & ~ mem(X3,X1,X2) ) )
      & ( mem(X3,X1,X0)
        | mem(X3,X1,X2)
        | ~ mem(X3,X1,infix_plpl(X3,X0,X2)) ) ),
    inference(flattening,[],[f163]) ).

tff(f163,plain,
    ! [X1: uni,X3: ty,X2: uni,X0: uni] :
      ( ( mem(X3,X1,infix_plpl(X3,X0,X2))
        | ( ~ mem(X3,X1,X0)
          & ~ mem(X3,X1,X2) ) )
      & ( mem(X3,X1,X0)
        | mem(X3,X1,X2)
        | ~ mem(X3,X1,infix_plpl(X3,X0,X2)) ) ),
    inference(nnf_transformation,[],[f88]) ).

tff(f88,plain,
    ! [X1: uni,X3: ty,X2: uni,X0: uni] :
      ( mem(X3,X1,infix_plpl(X3,X0,X2))
    <=> ( mem(X3,X1,X0)
        | mem(X3,X1,X2) ) ),
    inference(rectify,[],[f29]) ).

tff(f29,axiom,
    ! [X13: uni,X1: uni,X12: uni,X0: ty] :
      ( mem(X0,X1,infix_plpl(X0,X13,X12))
    <=> ( mem(X0,X1,X12)
        | mem(X0,X1,X13) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mem_append) ).

tff(f12620,plain,
    ( spl21_3
    | spl21_1
    | spl21_2 ),
    inference(avatar_split_clause,[],[f10706,f311,f307,f315]) ).

tff(f10706,plain,
    ( ( t2tb1(sK5) = cons(tree,sK16(t2tb1(sK5),tree),nil(tree)) )
    | sP0(tree,t2tb1(sK5))
    | spl21_2 ),
    inference(subsumption_resolution,[],[f565,f312]) ).

tff(f565,plain,
    ( ( t2tb1(sK5) = cons(tree,sK16(t2tb1(sK5),tree),nil(tree)) )
    | ( nil(tree) = t2tb1(sK5) )
    | sP0(tree,t2tb1(sK5)) ),
    inference(resolution,[],[f205,f241]) ).

tff(f556,plain,
    ~ spl21_2,
    inference(avatar_contradiction_clause,[],[f555]) ).

tff(f555,plain,
    ( $false
    | ~ spl21_2 ),
    inference(subsumption_resolution,[],[f554,f278]) ).

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

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

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

tff(f14,axiom,
    ! [X10: uni,X0: ty,X11: uni] : ( nil(X0) != cons(X0,X10,X11) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',nil_Cons1) ).

tff(f554,plain,
    ( ( nil(tree) = cons(tree,t2tb2(sK7),t2tb1(sK6)) )
    | ~ spl21_2 ),
    inference(forward_demodulation,[],[f553,f313]) ).

tff(f313,plain,
    ( ( nil(tree) = t2tb1(sK5) )
    | ~ spl21_2 ),
    inference(avatar_component_clause,[],[f311]) ).

tff(f323,plain,
    ( spl21_4
    | spl21_2
    | spl21_3 ),
    inference(avatar_split_clause,[],[f305,f315,f311,f320]) ).

tff(f305,plain,
    ( sP0(tree,t2tb1(sK5))
    | ( nil(tree) = t2tb1(sK5) )
    | sort1(tree,sK16(t2tb1(sK5),tree)) ),
    inference(resolution,[],[f205,f242]) ).

tff(f242,plain,
    ! [X0: uni,X1: ty] :
      ( ~ distinct(X1,X0)
      | sort1(X1,sK16(X0,X1))
      | ( nil(X1) = X0 )
      | sP0(X1,X0) ),
    inference(cnf_transformation,[],[f173]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem    : SWW603=2 : TPTP v8.1.0. Released v6.1.0.
% 0.03/0.12  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.12/0.33  % Computer : n004.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit   : 300
% 0.12/0.33  % WCLimit    : 300
% 0.12/0.33  % DateTime   : Tue Aug 30 20:51:49 EDT 2022
% 0.12/0.33  % CPUTime    : 
% 0.19/0.49  % (9741)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.19/0.49  % (9741)Instruction limit reached!
% 0.19/0.49  % (9741)------------------------------
% 0.19/0.49  % (9741)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.49  % (9741)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.49  % (9741)Termination reason: Unknown
% 0.19/0.49  % (9741)Termination phase: Property scanning
% 0.19/0.49  
% 0.19/0.49  % (9741)Memory used [KB]: 1023
% 0.19/0.49  % (9741)Time elapsed: 0.003 s
% 0.19/0.49  % (9741)Instructions burned: 2 (million)
% 0.19/0.49  % (9741)------------------------------
% 0.19/0.49  % (9741)------------------------------
% 0.19/0.49  % (9733)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.19/0.49  % (9730)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.19/0.49  % (9728)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.19/0.49  % (9729)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.19/0.49  % (9733)Instruction limit reached!
% 0.19/0.49  % (9733)------------------------------
% 0.19/0.49  % (9733)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.49  % (9733)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.49  % (9733)Termination reason: Unknown
% 0.19/0.50  % (9733)Termination phase: Preprocessing 1
% 0.19/0.50  
% 0.19/0.50  % (9733)Memory used [KB]: 1023
% 0.19/0.50  % (9733)Time elapsed: 0.006 s
% 0.19/0.50  % (9733)Instructions burned: 4 (million)
% 0.19/0.50  % (9733)------------------------------
% 0.19/0.50  % (9733)------------------------------
% 0.19/0.50  % (9726)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.19/0.50  % (9749)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.19/0.50  % (9731)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.19/0.50  % (9732)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.19/0.50  % (9727)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.19/0.50  % (9736)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.19/0.50  % (9731)Instruction limit reached!
% 0.19/0.50  % (9731)------------------------------
% 0.19/0.50  % (9731)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.50  % (9731)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.50  % (9731)Termination reason: Unknown
% 0.19/0.50  % (9731)Termination phase: Property scanning
% 0.19/0.50  
% 0.19/0.50  % (9731)Memory used [KB]: 1023
% 0.19/0.50  % (9731)Time elapsed: 0.002 s
% 0.19/0.50  % (9731)Instructions burned: 2 (million)
% 0.19/0.50  % (9731)------------------------------
% 0.19/0.50  % (9731)------------------------------
% 0.19/0.50  % (9723)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.19/0.51  % (9744)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.19/0.51  % (9724)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.19/0.51  % (9734)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.19/0.51  % (9724)Instruction limit reached!
% 0.19/0.51  % (9724)------------------------------
% 0.19/0.51  % (9724)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.51  % (9724)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.51  % (9724)Termination reason: Unknown
% 0.19/0.51  % (9724)Termination phase: Property scanning
% 0.19/0.51  
% 0.19/0.51  % (9724)Memory used [KB]: 1151
% 0.19/0.51  % (9724)Time elapsed: 0.004 s
% 0.19/0.51  % (9724)Instructions burned: 8 (million)
% 0.19/0.51  % (9724)------------------------------
% 0.19/0.51  % (9724)------------------------------
% 0.19/0.51  % (9722)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.19/0.52  % (9750)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.19/0.52  % (9725)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.19/0.52  % (9749)Instruction limit reached!
% 0.19/0.52  % (9749)------------------------------
% 0.19/0.52  % (9749)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (9751)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.19/0.52  % (9749)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (9749)Termination reason: Unknown
% 0.19/0.52  % (9749)Termination phase: Saturation
% 0.19/0.52  
% 0.19/0.52  % (9749)Memory used [KB]: 5884
% 0.19/0.52  % (9749)Time elapsed: 0.123 s
% 0.19/0.52  % (9725)Instruction limit reached!
% 0.19/0.52  % (9725)------------------------------
% 0.19/0.52  % (9725)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (9725)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (9725)Termination reason: Unknown
% 0.19/0.52  % (9725)Termination phase: Property scanning
% 0.19/0.52  
% 0.19/0.52  % (9725)Memory used [KB]: 1023
% 0.19/0.52  % (9725)Time elapsed: 0.002 s
% 0.19/0.52  % (9725)Instructions burned: 3 (million)
% 0.19/0.52  % (9725)------------------------------
% 0.19/0.52  % (9725)------------------------------
% 0.19/0.52  % (9749)Instructions burned: 21 (million)
% 0.19/0.52  % (9749)------------------------------
% 0.19/0.52  % (9749)------------------------------
% 0.19/0.52  % (9739)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.19/0.53  % (9742)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.19/0.53  % (9727)Instruction limit reached!
% 0.19/0.53  % (9727)------------------------------
% 0.19/0.53  % (9727)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (9727)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (9727)Termination reason: Unknown
% 0.19/0.53  % (9727)Termination phase: Saturation
% 0.19/0.53  
% 0.19/0.53  % (9727)Memory used [KB]: 5884
% 0.19/0.53  % (9727)Time elapsed: 0.137 s
% 0.19/0.53  % (9727)Instructions burned: 16 (million)
% 0.19/0.53  % (9727)------------------------------
% 0.19/0.53  % (9727)------------------------------
% 0.19/0.53  % (9748)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.19/0.53  % (9737)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.19/0.53  % (9737)Instruction limit reached!
% 0.19/0.53  % (9737)------------------------------
% 0.19/0.53  % (9737)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (9737)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (9737)Termination reason: Unknown
% 0.19/0.53  % (9737)Termination phase: SInE selection
% 0.19/0.53  
% 0.19/0.53  % (9737)Memory used [KB]: 1023
% 0.19/0.53  % (9737)Time elapsed: 0.003 s
% 0.19/0.53  % (9737)Instructions burned: 4 (million)
% 0.19/0.53  % (9737)------------------------------
% 0.19/0.53  % (9737)------------------------------
% 0.19/0.53  % (9743)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.19/0.53  % (9747)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.19/0.53  % (9745)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.19/0.53  % (9734)Instruction limit reached!
% 0.19/0.53  % (9734)------------------------------
% 0.19/0.53  % (9734)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (9734)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (9734)Termination reason: Unknown
% 0.19/0.53  % (9734)Termination phase: Property scanning
% 0.19/0.53  
% 0.19/0.53  % (9734)Memory used [KB]: 1023
% 0.19/0.53  % (9734)Time elapsed: 0.002 s
% 0.19/0.53  % (9734)Instructions burned: 2 (million)
% 0.19/0.53  % (9734)------------------------------
% 0.19/0.53  % (9734)------------------------------
% 0.19/0.53  % (9740)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.19/0.54  % (9735)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.19/0.54  % (9738)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.19/0.54  % (9738)Instruction limit reached!
% 0.19/0.54  % (9738)------------------------------
% 0.19/0.54  % (9738)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.54  % (9738)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.54  % (9738)Termination reason: Unknown
% 0.19/0.54  % (9738)Termination phase: shuffling
% 0.19/0.54  
% 0.19/0.54  % (9738)Memory used [KB]: 1023
% 0.19/0.54  % (9738)Time elapsed: 0.003 s
% 0.19/0.54  % (9738)Instructions burned: 2 (million)
% 0.19/0.54  % (9738)------------------------------
% 0.19/0.54  % (9738)------------------------------
% 1.56/0.54  % (9730)Instruction limit reached!
% 1.56/0.54  % (9730)------------------------------
% 1.56/0.54  % (9730)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.54  % (9730)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.54  % (9730)Termination reason: Unknown
% 1.56/0.54  % (9730)Termination phase: Saturation
% 1.56/0.54  
% 1.56/0.54  % (9730)Memory used [KB]: 6140
% 1.56/0.54  % (9730)Time elapsed: 0.133 s
% 1.56/0.54  % (9730)Instructions burned: 27 (million)
% 1.56/0.54  % (9730)------------------------------
% 1.56/0.54  % (9730)------------------------------
% 1.56/0.54  % (9746)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)
% 1.56/0.55  % (9742)Instruction limit reached!
% 1.56/0.55  % (9742)------------------------------
% 1.56/0.55  % (9742)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.55  % (9742)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.55  % (9742)Termination reason: Unknown
% 1.56/0.55  % (9742)Termination phase: Saturation
% 1.56/0.55  
% 1.56/0.55  % (9742)Memory used [KB]: 1407
% 1.56/0.55  % (9742)Time elapsed: 0.152 s
% 1.56/0.55  % (9742)Instructions burned: 16 (million)
% 1.56/0.55  % (9742)------------------------------
% 1.56/0.55  % (9742)------------------------------
% 1.56/0.55  % (9750)Instruction limit reached!
% 1.56/0.55  % (9750)------------------------------
% 1.56/0.55  % (9750)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.55  % (9750)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.55  % (9750)Termination reason: Unknown
% 1.56/0.55  % (9750)Termination phase: Saturation
% 1.56/0.55  
% 1.56/0.55  % (9750)Memory used [KB]: 5884
% 1.56/0.55  % (9750)Time elapsed: 0.157 s
% 1.56/0.55  % (9750)Instructions burned: 22 (million)
% 1.56/0.55  % (9750)------------------------------
% 1.56/0.55  % (9750)------------------------------
% 1.56/0.55  % (9743)Instruction limit reached!
% 1.56/0.55  % (9743)------------------------------
% 1.56/0.55  % (9743)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.56/0.55  % (9743)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.56/0.55  % (9743)Termination reason: Unknown
% 1.56/0.55  % (9743)Termination phase: Saturation
% 1.56/0.55  
% 1.56/0.55  % (9743)Memory used [KB]: 5884
% 1.56/0.55  % (9743)Time elapsed: 0.154 s
% 1.56/0.55  % (9743)Instructions burned: 22 (million)
% 1.56/0.55  % (9743)------------------------------
% 1.56/0.55  % (9743)------------------------------
% 1.71/0.56  % (9735)Instruction limit reached!
% 1.71/0.56  % (9735)------------------------------
% 1.71/0.56  % (9735)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.56  % (9735)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.56  % (9735)Termination reason: Unknown
% 1.71/0.56  % (9735)Termination phase: Saturation
% 1.71/0.56  
% 1.71/0.56  % (9735)Memory used [KB]: 5884
% 1.71/0.56  % (9735)Time elapsed: 0.154 s
% 1.71/0.56  % (9735)Instructions burned: 21 (million)
% 1.71/0.56  % (9735)------------------------------
% 1.71/0.56  % (9735)------------------------------
% 1.71/0.56  % (9740)Instruction limit reached!
% 1.71/0.56  % (9740)------------------------------
% 1.71/0.56  % (9740)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.56  % (9740)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.56  % (9740)Termination reason: Unknown
% 1.71/0.56  % (9740)Termination phase: Saturation
% 1.71/0.56  
% 1.71/0.56  % (9740)Memory used [KB]: 5884
% 1.71/0.56  % (9740)Time elapsed: 0.180 s
% 1.71/0.56  % (9740)Instructions burned: 16 (million)
% 1.71/0.56  % (9740)------------------------------
% 1.71/0.56  % (9740)------------------------------
% 1.71/0.57  % (9728)Instruction limit reached!
% 1.71/0.57  % (9728)------------------------------
% 1.71/0.57  % (9728)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.57  % (9728)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.57  % (9728)Termination reason: Unknown
% 1.71/0.57  % (9728)Termination phase: Saturation
% 1.71/0.57  
% 1.71/0.57  % (9728)Memory used [KB]: 6268
% 1.71/0.57  % (9728)Time elapsed: 0.139 s
% 1.71/0.57  % (9728)Instructions burned: 33 (million)
% 1.71/0.57  % (9728)------------------------------
% 1.71/0.57  % (9728)------------------------------
% 1.71/0.57  % (9723)Instruction limit reached!
% 1.71/0.57  % (9723)------------------------------
% 1.71/0.57  % (9723)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.57  % (9723)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.57  % (9723)Termination reason: Unknown
% 1.71/0.57  % (9723)Termination phase: Saturation
% 1.71/0.57  
% 1.71/0.57  % (9723)Memory used [KB]: 6140
% 1.71/0.57  % (9723)Time elapsed: 0.146 s
% 1.71/0.57  % (9723)Instructions burned: 34 (million)
% 1.71/0.57  % (9723)------------------------------
% 1.71/0.57  % (9723)------------------------------
% 1.71/0.57  % (9726)Instruction limit reached!
% 1.71/0.57  % (9726)------------------------------
% 1.71/0.57  % (9726)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.57  % (9726)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.57  % (9726)Termination reason: Unknown
% 1.71/0.57  % (9726)Termination phase: Saturation
% 1.71/0.57  
% 1.71/0.57  % (9726)Memory used [KB]: 6268
% 1.71/0.57  % (9726)Time elapsed: 0.176 s
% 1.71/0.57  % (9726)Instructions burned: 39 (million)
% 1.71/0.57  % (9726)------------------------------
% 1.71/0.57  % (9726)------------------------------
% 1.71/0.57  % (9732)Instruction limit reached!
% 1.71/0.57  % (9732)------------------------------
% 1.71/0.57  % (9732)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.57  % (9732)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.57  % (9732)Termination reason: Unknown
% 1.71/0.57  % (9732)Termination phase: Saturation
% 1.71/0.57  
% 1.71/0.57  % (9732)Memory used [KB]: 6268
% 1.71/0.57  % (9732)Time elapsed: 0.171 s
% 1.71/0.57  % (9732)Instructions burned: 35 (million)
% 1.71/0.57  % (9732)------------------------------
% 1.71/0.57  % (9732)------------------------------
% 1.71/0.57  % (9729)Instruction limit reached!
% 1.71/0.57  % (9729)------------------------------
% 1.71/0.57  % (9729)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.57  % (9729)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.57  % (9729)Termination reason: Unknown
% 1.71/0.57  % (9729)Termination phase: Saturation
% 1.71/0.57  
% 1.71/0.57  % (9729)Memory used [KB]: 6140
% 1.71/0.57  % (9729)Time elapsed: 0.187 s
% 1.71/0.57  % (9729)Instructions burned: 37 (million)
% 1.71/0.57  % (9729)------------------------------
% 1.71/0.57  % (9729)------------------------------
% 1.71/0.60  % (9747)Instruction limit reached!
% 1.71/0.60  % (9747)------------------------------
% 1.71/0.60  % (9747)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.60  % (9747)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.60  % (9747)Termination reason: Unknown
% 1.71/0.60  % (9747)Termination phase: Saturation
% 1.71/0.60  
% 1.71/0.60  % (9747)Memory used [KB]: 6396
% 1.71/0.60  % (9747)Time elapsed: 0.193 s
% 1.71/0.60  % (9747)Instructions burned: 42 (million)
% 1.71/0.60  % (9747)------------------------------
% 1.71/0.60  % (9747)------------------------------
% 1.71/0.60  % (9751)Instruction limit reached!
% 1.71/0.60  % (9751)------------------------------
% 1.71/0.60  % (9751)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.60  % (9751)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.60  % (9751)Termination reason: Unknown
% 1.71/0.60  % (9751)Termination phase: Saturation
% 1.71/0.60  
% 1.71/0.60  % (9751)Memory used [KB]: 6396
% 1.71/0.60  % (9751)Time elapsed: 0.210 s
% 1.71/0.60  % (9751)Instructions burned: 42 (million)
% 1.71/0.60  % (9751)------------------------------
% 1.71/0.60  % (9751)------------------------------
% 1.71/0.60  % (9744)Instruction limit reached!
% 1.71/0.60  % (9744)------------------------------
% 1.71/0.60  % (9744)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.60  % (9744)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.60  % (9744)Termination reason: Unknown
% 1.71/0.60  % (9744)Termination phase: Saturation
% 1.71/0.60  
% 1.71/0.60  % (9744)Memory used [KB]: 1791
% 1.71/0.60  % (9744)Time elapsed: 0.147 s
% 1.71/0.60  % (9744)Instructions burned: 46 (million)
% 1.71/0.60  % (9744)------------------------------
% 1.71/0.60  % (9744)------------------------------
% 1.71/0.60  % (9748)Instruction limit reached!
% 1.71/0.60  % (9748)------------------------------
% 1.71/0.60  % (9748)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.60  % (9748)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.60  % (9748)Termination reason: Unknown
% 1.71/0.60  % (9748)Termination phase: Saturation
% 1.71/0.60  
% 1.71/0.60  % (9748)Memory used [KB]: 6524
% 1.71/0.60  % (9748)Time elapsed: 0.218 s
% 1.71/0.60  % (9748)Instructions burned: 44 (million)
% 1.71/0.60  % (9748)------------------------------
% 1.71/0.60  % (9748)------------------------------
% 1.71/0.60  % (9753)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)
% 1.71/0.61  % (9739)Instruction limit reached!
% 1.71/0.61  % (9739)------------------------------
% 1.71/0.61  % (9739)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.61  % (9739)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.61  % (9739)Termination reason: Unknown
% 1.71/0.61  % (9739)Termination phase: Saturation
% 1.71/0.61  
% 1.71/0.61  % (9739)Memory used [KB]: 6268
% 1.71/0.61  % (9739)Time elapsed: 0.206 s
% 1.71/0.61  % (9739)Instructions burned: 49 (million)
% 1.71/0.61  % (9739)------------------------------
% 1.71/0.61  % (9739)------------------------------
% 1.71/0.61  % (9736)Instruction limit reached!
% 1.71/0.61  % (9736)------------------------------
% 1.71/0.61  % (9736)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.61  % (9736)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.61  % (9736)Termination reason: Unknown
% 1.71/0.61  % (9736)Termination phase: Saturation
% 1.71/0.61  
% 1.71/0.61  % (9736)Memory used [KB]: 6780
% 1.71/0.61  % (9736)Time elapsed: 0.171 s
% 1.71/0.61  % (9736)Instructions burned: 51 (million)
% 1.71/0.61  % (9736)------------------------------
% 1.71/0.61  % (9736)------------------------------
% 1.71/0.61  % (9745)Instruction limit reached!
% 1.71/0.61  % (9745)------------------------------
% 1.71/0.61  % (9745)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.61  % (9745)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.61  % (9745)Termination reason: Unknown
% 1.71/0.61  % (9745)Termination phase: Saturation
% 1.71/0.61  
% 1.71/0.61  % (9745)Memory used [KB]: 6396
% 1.71/0.61  % (9745)Time elapsed: 0.210 s
% 1.71/0.61  % (9745)Instructions burned: 51 (million)
% 1.71/0.61  % (9745)------------------------------
% 1.71/0.61  % (9745)------------------------------
% 1.71/0.61  % (9746)Instruction limit reached!
% 1.71/0.61  % (9746)------------------------------
% 1.71/0.61  % (9746)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.71/0.61  % (9746)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.71/0.61  % (9746)Termination reason: Unknown
% 1.71/0.61  % (9746)Termination phase: Saturation
% 1.71/0.61  
% 1.71/0.61  % (9746)Memory used [KB]: 1535
% 1.71/0.61  % (9746)Time elapsed: 0.224 s
% 1.71/0.61  % (9746)Instructions burned: 47 (million)
% 1.71/0.61  % (9746)------------------------------
% 1.71/0.61  % (9746)------------------------------
% 2.12/0.63  % (9752)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.12/0.64  % (9756)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.12/0.64  % (9755)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.12/0.65  % (9754)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.12/0.65  % (9752)Instruction limit reached!
% 2.12/0.65  % (9752)------------------------------
% 2.12/0.65  % (9752)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.12/0.65  % (9752)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.12/0.65  % (9752)Termination reason: Unknown
% 2.12/0.65  % (9752)Termination phase: Saturation
% 2.12/0.65  
% 2.12/0.65  % (9752)Memory used [KB]: 5884
% 2.12/0.65  % (9752)Time elapsed: 0.135 s
% 2.12/0.65  % (9752)Instructions burned: 15 (million)
% 2.12/0.65  % (9752)------------------------------
% 2.12/0.65  % (9752)------------------------------
% 2.12/0.66  % (9758)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.12/0.66  % (9761)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.12/0.66  % (9757)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.12/0.66  % (9753)Instruction limit reached!
% 2.12/0.66  % (9753)------------------------------
% 2.12/0.66  % (9753)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.12/0.66  % (9753)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.12/0.66  % (9753)Termination reason: Unknown
% 2.12/0.66  % (9753)Termination phase: Saturation
% 2.12/0.66  
% 2.12/0.66  % (9753)Memory used [KB]: 6396
% 2.12/0.66  % (9753)Time elapsed: 0.081 s
% 2.12/0.66  % (9753)Instructions burned: 47 (million)
% 2.12/0.66  % (9753)------------------------------
% 2.12/0.66  % (9753)------------------------------
% 2.22/0.67  % (9760)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.22/0.68  % (9763)lrs+10_1:1_newcnf=on:sas=z3:tgt=ground:tha=off:i=223:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/223Mi)
% 2.22/0.68  % (9759)lrs+10_1:1_thi=all:thigen=on:i=96:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/96Mi)
% 2.22/0.68  % (9762)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 (2997ds/494Mi)
% 2.22/0.69  % (9765)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.22/0.69  % (9767)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.22/0.70  % (9766)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.22/0.70  % (9770)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.22/0.70  % (9754)Instruction limit reached!
% 2.22/0.70  % (9754)------------------------------
% 2.22/0.70  % (9754)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.22/0.70  % (9754)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.22/0.70  % (9754)Termination reason: Unknown
% 2.22/0.70  % (9754)Termination phase: Saturation
% 2.22/0.70  
% 2.22/0.70  % (9754)Memory used [KB]: 5884
% 2.22/0.70  % (9754)Time elapsed: 0.152 s
% 2.22/0.70  % (9754)Instructions burned: 27 (million)
% 2.22/0.70  % (9754)------------------------------
% 2.22/0.70  % (9754)------------------------------
% 2.22/0.70  % (9769)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.22/0.70  % (9764)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 (2997ds/343Mi)
% 2.22/0.71  % (9771)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.22/0.71  % (9768)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.22/0.73  % (9772)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.22/0.74  % (9773)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.35/0.74  % (9774)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.35/0.74  % (9777)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.35/0.74  % (9776)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.35/0.74  % (9778)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.35/0.76  % (9775)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.37/0.78  % (9756)Instruction limit reached!
% 2.37/0.78  % (9756)------------------------------
% 2.37/0.78  % (9756)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.37/0.78  % (9756)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.37/0.78  % (9756)Termination reason: Unknown
% 2.37/0.78  % (9756)Termination phase: Saturation
% 2.37/0.78  
% 2.37/0.78  % (9756)Memory used [KB]: 7164
% 2.37/0.78  % (9756)Time elapsed: 0.161 s
% 2.37/0.78  % (9756)Instructions burned: 100 (million)
% 2.37/0.78  % (9756)------------------------------
% 2.37/0.78  % (9756)------------------------------
% 2.37/0.78  % (9757)Instruction limit reached!
% 2.37/0.78  % (9757)------------------------------
% 2.37/0.78  % (9757)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.37/0.78  % (9757)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.37/0.78  % (9757)Termination reason: Unknown
% 2.37/0.78  % (9757)Termination phase: Saturation
% 2.37/0.78  
% 2.37/0.78  % (9757)Memory used [KB]: 6908
% 2.37/0.78  % (9757)Time elapsed: 0.201 s
% 2.37/0.78  % (9757)Instructions burned: 77 (million)
% 2.37/0.78  % (9757)------------------------------
% 2.37/0.78  % (9757)------------------------------
% 2.37/0.78  % (9779)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.37/0.78  % (9781)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.37/0.78  % (9780)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.37/0.79  % (9758)Instruction limit reached!
% 2.37/0.79  % (9758)------------------------------
% 2.37/0.79  % (9758)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.37/0.79  % (9758)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.37/0.79  % (9758)Termination reason: Unknown
% 2.37/0.79  % (9758)Termination phase: Saturation
% 2.37/0.79  
% 2.37/0.79  % (9758)Memory used [KB]: 6908
% 2.37/0.79  % (9758)Time elapsed: 0.199 s
% 2.37/0.79  % (9758)Instructions burned: 59 (million)
% 2.37/0.79  % (9758)------------------------------
% 2.37/0.79  % (9758)------------------------------
% 2.37/0.81  % (9759)Instruction limit reached!
% 2.37/0.81  % (9759)------------------------------
% 2.37/0.81  % (9759)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.37/0.81  % (9759)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.37/0.81  % (9759)Termination reason: Unknown
% 2.37/0.81  % (9759)Termination phase: Saturation
% 2.37/0.81  
% 2.37/0.81  % (9759)Memory used [KB]: 6012
% 2.37/0.81  % (9759)Time elapsed: 0.233 s
% 2.37/0.81  % (9759)Instructions burned: 98 (million)
% 2.37/0.81  % (9759)------------------------------
% 2.37/0.81  % (9759)------------------------------
% 2.37/0.82  % (9782)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.37/0.83  % (9783)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.37/0.83  % (9760)Instruction limit reached!
% 2.37/0.83  % (9760)------------------------------
% 2.37/0.83  % (9760)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.37/0.83  % (9760)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.37/0.83  % (9760)Termination reason: Unknown
% 2.37/0.83  % (9760)Termination phase: Saturation
% 2.37/0.83  
% 2.37/0.83  % (9760)Memory used [KB]: 6012
% 2.37/0.83  % (9760)Time elapsed: 0.045 s
% 2.37/0.83  % (9760)Instructions burned: 110 (million)
% 2.37/0.83  % (9760)------------------------------
% 2.37/0.83  % (9760)------------------------------
% 2.56/0.84  % (9770)Instruction limit reached!
% 2.56/0.84  % (9770)------------------------------
% 2.56/0.84  % (9770)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.56/0.84  % (9770)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.56/0.84  % (9770)Termination reason: Unknown
% 2.56/0.84  % (9770)Termination phase: Saturation
% 2.56/0.84  
% 2.56/0.84  % (9770)Memory used [KB]: 6652
% 2.56/0.84  % (9770)Time elapsed: 0.257 s
% 2.56/0.84  % (9770)Instructions burned: 81 (million)
% 2.56/0.84  % (9770)------------------------------
% 2.56/0.84  % (9770)------------------------------
% 2.72/0.89  % (9755)Instruction limit reached!
% 2.72/0.89  % (9755)------------------------------
% 2.72/0.89  % (9755)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.72/0.89  % (9755)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.72/0.89  % (9755)Termination reason: Unknown
% 2.72/0.89  % (9755)Termination phase: Saturation
% 2.72/0.89  
% 2.72/0.89  % (9755)Memory used [KB]: 7675
% 2.72/0.89  % (9755)Time elapsed: 0.314 s
% 2.72/0.89  % (9755)Instructions burned: 149 (million)
% 2.72/0.89  % (9755)------------------------------
% 2.72/0.89  % (9755)------------------------------
% 2.72/0.91  % (9784)dis+10_1:1_sgt=16:sos=on:spb=goal:ss=axioms:i=1006:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/1006Mi)
% 2.72/0.91  % (9766)Instruction limit reached!
% 2.72/0.91  % (9766)------------------------------
% 2.72/0.91  % (9766)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.72/0.91  % (9766)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.72/0.91  % (9766)Termination reason: Unknown
% 2.72/0.91  % (9766)Termination phase: Saturation
% 2.72/0.91  
% 2.72/0.91  % (9766)Memory used [KB]: 1535
% 2.72/0.91  % (9766)Time elapsed: 0.315 s
% 2.72/0.91  % (9766)Instructions burned: 151 (million)
% 2.72/0.91  % (9766)------------------------------
% 2.72/0.91  % (9766)------------------------------
% 2.72/0.92  % (9771)Instruction limit reached!
% 2.72/0.92  % (9771)------------------------------
% 2.72/0.92  % (9771)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.72/0.92  % (9771)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.72/0.92  % (9771)Termination reason: Unknown
% 2.72/0.92  % (9771)Termination phase: Saturation
% 2.72/0.92  
% 2.72/0.92  % (9771)Memory used [KB]: 1791
% 2.72/0.92  % (9771)Time elapsed: 0.311 s
% 2.72/0.92  % (9771)Instructions burned: 147 (million)
% 2.72/0.92  % (9771)------------------------------
% 2.72/0.92  % (9771)------------------------------
% 2.92/0.93  % (9767)Instruction limit reached!
% 2.92/0.93  % (9767)------------------------------
% 2.92/0.93  % (9767)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.92/0.93  % (9767)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.92/0.93  % (9767)Termination reason: Unknown
% 2.92/0.93  % (9767)Termination phase: Saturation
% 2.92/0.93  
% 2.92/0.93  % (9767)Memory used [KB]: 1918
% 2.92/0.93  % (9767)Time elapsed: 0.341 s
% 2.92/0.93  % (9767)Instructions burned: 161 (million)
% 2.92/0.93  % (9767)------------------------------
% 2.92/0.93  % (9767)------------------------------
% 2.92/0.93  % (9786)ott+10_1:1_bd=preordered:drc=off:fd=preordered:nwc=5.0:sp=reverse_frequency:i=501:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/501Mi)
% 2.92/0.93  % (9785)dis+1004_1:3_av=off:bs=on:plsq=on:i=3721:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/3721Mi)
% 2.92/0.94  % (9787)ott+1011_1:1_anc=all:avsq=on:avsqc=1:bsr=unit_only:drc=off:erd=off:fs=off:fsr=off:nwc=3.0:s2a=on:s2at=1.5:sac=on:urr=on:i=1705:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/1705Mi)
% 3.02/0.97  % (9788)lrs+10_1:1_av=off:sd=10:sos=all:ss=axioms:st=4.0:i=2416:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/2416Mi)
% 3.02/0.99  % (9789)dis+10_1:64_s2a=on:s2agt=16:slsq=on:slsqc=1:slsqr=1,1:i=1683:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/1683Mi)
% 3.02/1.01  % (9780)Refutation not found, non-redundant clauses discarded% (9780)------------------------------
% 3.02/1.01  % (9780)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.02/1.01  % (9780)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.02/1.01  % (9780)Termination reason: Refutation not found, non-redundant clauses discarded
% 3.02/1.01  
% 3.02/1.01  % (9780)Memory used [KB]: 1918
% 3.02/1.01  % (9780)Time elapsed: 0.320 s
% 3.02/1.01  % (9780)Instructions burned: 210 (million)
% 3.02/1.01  % (9780)------------------------------
% 3.02/1.01  % (9780)------------------------------
% 3.02/1.02  % (9790)dis+1011_1:1_av=off:fsr=off:nm=6:plsq=on:s2a=on:s2at=3.0:slsq=on:slsqc=0:slsqr=1,8:sp=frequency:to=lpo:i=330:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/330Mi)
% 3.02/1.03  % (9763)Instruction limit reached!
% 3.02/1.03  % (9763)------------------------------
% 3.02/1.03  % (9763)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.02/1.03  % (9763)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.02/1.03  % (9763)Termination reason: Unknown
% 3.02/1.03  % (9763)Termination phase: Saturation
% 3.02/1.03  
% 3.02/1.03  % (9763)Memory used [KB]: 2302
% 3.02/1.03  % (9763)Time elapsed: 0.440 s
% 3.02/1.03  % (9763)Instructions burned: 224 (million)
% 3.02/1.03  % (9763)------------------------------
% 3.02/1.03  % (9763)------------------------------
% 3.32/1.05  % (9792)lrs+10_1:1_ep=RS:fsr=off:sos=all:i=3217:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/3217Mi)
% 3.32/1.06  % (9791)lrs+10_1:1_afp=1:sac=on:sas=z3:tha=off:i=113:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/113Mi)
% 3.32/1.07  % (9793)ott+10_6715:511922_awrs=decay:awrsf=1:bd=preordered:bs=on:drc=off:fd=preordered:nwc=5.0:sp=frequency:spb=goal_then_units:uwa=interpreted_only:i=3528:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/3528Mi)
% 5.79/1.09  % (9772)Instruction limit reached!
% 5.79/1.09  % (9772)------------------------------
% 5.79/1.09  % (9772)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 5.79/1.09  % (9772)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 5.79/1.09  % (9772)Termination reason: Unknown
% 5.79/1.09  % (9772)Termination phase: Saturation
% 5.79/1.09  
% 5.79/1.09  % (9772)Memory used [KB]: 8699
% 5.79/1.09  % (9772)Time elapsed: 0.454 s
% 5.79/1.09  % (9772)Instructions burned: 211 (million)
% 5.79/1.09  % (9772)------------------------------
% 5.79/1.09  % (9772)------------------------------
% 5.79/1.09  % (9776)Instruction limit reached!
% 5.79/1.09  % (9776)------------------------------
% 5.79/1.09  % (9776)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 5.79/1.09  % (9776)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 5.79/1.09  % (9776)Termination reason: Unknown
% 5.79/1.09  % (9776)Termination phase: Saturation
% 5.79/1.09  
% 5.79/1.09  % (9776)Memory used [KB]: 9594
% 5.79/1.09  % (9776)Time elapsed: 0.447 s
% 5.79/1.09  % (9776)Instructions burned: 213 (million)
% 5.79/1.09  % (9776)------------------------------
% 5.79/1.09  % (9776)------------------------------
% 5.79/1.09  % (9775)Refutation not found, non-redundant clauses discarded% (9775)------------------------------
% 5.79/1.09  % (9775)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 5.79/1.09  % (9775)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 5.79/1.09  % (9775)Termination reason: Refutation not found, non-redundant clauses discarded
% 5.79/1.09  
% 5.79/1.09  % (9775)Memory used [KB]: 2046
% 5.79/1.09  % (9775)Time elapsed: 0.431 s
% 5.79/1.09  % (9775)Instructions burned: 269 (million)
% 5.79/1.09  % (9775)------------------------------
% 5.79/1.09  % (9775)------------------------------
% 6.25/1.14  % (9794)lrs+1011_1:6_aac=none:afr=on:bce=on:bsr=unit_only:canc=cautious:cond=fast:fde=unused:newcnf=on:nwc=3.0:s2a=on:s2agt=40:sas=z3:sfv=off:sp=weighted_frequency:spb=units:tha=off:to=lpo:i=2304:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/2304Mi)
% 6.47/1.18  % (9768)Instruction limit reached!
% 6.47/1.18  % (9768)------------------------------
% 6.47/1.18  % (9768)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.47/1.18  % (9768)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.47/1.18  % (9768)Termination reason: Unknown
% 6.47/1.18  % (9768)Termination phase: Saturation
% 6.47/1.18  
% 6.47/1.18  % (9768)Memory used [KB]: 2046
% 6.47/1.18  % (9768)Time elapsed: 0.572 s
% 6.47/1.18  % (9768)Instructions burned: 372 (million)
% 6.47/1.18  % (9768)------------------------------
% 6.47/1.18  % (9768)------------------------------
% 6.47/1.18  % (9795)dis+1011_1:1_abs=on:bd=off:flr=on:nm=0:s2at=3.0:sas=z3:sfv=off:slsq=on:slsqc=2:slsqr=46,31:sp=const_frequency:tgt=ground:tha=some:thi=overlap:thitd=on:thsq=on:thsqc=32:thsqd=32:thsqr=7,4:i=3780:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/3780Mi)
% 6.47/1.20  % (9773)Instruction limit reached!
% 6.47/1.20  % (9773)------------------------------
% 6.47/1.20  % (9773)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.47/1.20  % (9773)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.47/1.20  % (9773)Termination reason: Unknown
% 6.47/1.20  % (9773)Termination phase: Saturation
% 6.47/1.20  
% 6.47/1.20  % (9773)Memory used [KB]: 8315
% 6.47/1.20  % (9773)Time elapsed: 0.565 s
% 6.47/1.20  % (9773)Instructions burned: 275 (million)
% 6.47/1.20  % (9773)------------------------------
% 6.47/1.20  % (9773)------------------------------
% 6.47/1.22  % (9796)lrs+10_1:32_newcnf=on:sas=z3:tgt=ground:tha=off:i=238:si=on:rawr=on:rtra=on_0 on theBenchmark for (2992ds/238Mi)
% 6.85/1.23  % (9782)Instruction limit reached!
% 6.85/1.23  % (9782)------------------------------
% 6.85/1.23  % (9782)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.85/1.23  % (9782)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.85/1.23  % (9782)Termination reason: Unknown
% 6.85/1.23  % (9782)Termination phase: Saturation
% 6.85/1.23  
% 6.85/1.23  % (9782)Memory used [KB]: 3198
% 6.85/1.23  % (9782)Time elapsed: 0.459 s
% 6.85/1.23  % (9782)Instructions burned: 383 (million)
% 6.85/1.23  % (9782)------------------------------
% 6.85/1.23  % (9782)------------------------------
% 6.85/1.23  % (9798)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=485:si=on:rawr=on:rtra=on_0 on theBenchmark for (2992ds/485Mi)
% 6.85/1.24  % (9797)dis+1002_1:1_aac=none:abs=on:nicw=on:sac=on:sas=z3:tgt=ground:tha=some:to=lpo:i=656:si=on:rawr=on:rtra=on_0 on theBenchmark for (2992ds/656Mi)
% 6.85/1.25  % (9764)Instruction limit reached!
% 6.85/1.25  % (9764)------------------------------
% 6.85/1.25  % (9764)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.85/1.25  % (9764)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.85/1.25  % (9764)Termination reason: Unknown
% 6.85/1.25  % (9764)Termination phase: Saturation
% 6.85/1.25  
% 6.85/1.25  % (9764)Memory used [KB]: 1791
% 6.85/1.25  % (9764)Time elapsed: 0.667 s
% 6.85/1.25  % (9764)Instructions burned: 344 (million)
% 6.85/1.25  % (9764)------------------------------
% 6.85/1.25  % (9764)------------------------------
% 7.11/1.26  % (9783)Refutation not found, non-redundant clauses discarded% (9783)------------------------------
% 7.11/1.26  % (9783)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.11/1.26  % (9777)Instruction limit reached!
% 7.11/1.26  % (9777)------------------------------
% 7.11/1.26  % (9777)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.11/1.26  % (9777)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.11/1.26  % (9777)Termination reason: Unknown
% 7.11/1.26  % (9777)Termination phase: Saturation
% 7.11/1.26  
% 7.11/1.26  % (9783)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.11/1.26  % (9777)Memory used [KB]: 4221
% 7.11/1.26  % (9783)Termination reason: Refutation not found, non-redundant clauses discarded
% 7.11/1.26  
% 7.11/1.26  % (9777)Time elapsed: 0.620 s
% 7.11/1.26  % (9777)Instructions burned: 376 (million)
% 7.11/1.26  % (9777)------------------------------
% 7.11/1.26  % (9777)------------------------------
% 7.11/1.26  % (9783)Memory used [KB]: 3582
% 7.11/1.26  % (9783)Time elapsed: 0.522 s
% 7.11/1.26  % (9783)Instructions burned: 246 (million)
% 7.11/1.26  % (9783)------------------------------
% 7.11/1.26  % (9783)------------------------------
% 7.11/1.26  % (9791)Instruction limit reached!
% 7.11/1.26  % (9791)------------------------------
% 7.11/1.26  % (9791)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.11/1.27  % (9791)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.11/1.27  % (9791)Termination reason: Unknown
% 7.11/1.27  % (9791)Termination phase: Saturation
% 7.11/1.27  
% 7.11/1.27  % (9791)Memory used [KB]: 1279
% 7.11/1.27  % (9791)Time elapsed: 0.310 s
% 7.11/1.27  % (9791)Instructions burned: 113 (million)
% 7.11/1.27  % (9791)------------------------------
% 7.11/1.27  % (9791)------------------------------
% 7.11/1.28  % (9781)Instruction limit reached!
% 7.11/1.28  % (9781)------------------------------
% 7.11/1.28  % (9781)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.11/1.28  % (9781)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.11/1.28  % (9781)Termination reason: Unknown
% 7.11/1.28  % (9781)Termination phase: Saturation
% 7.11/1.28  
% 7.11/1.28  % (9781)Memory used [KB]: 2814
% 7.11/1.28  % (9781)Time elapsed: 0.580 s
% 7.11/1.28  % (9781)Instructions burned: 361 (million)
% 7.11/1.28  % (9781)------------------------------
% 7.11/1.28  % (9781)------------------------------
% 7.55/1.33  % (9799)lrs+1010_1:1_aac=none:abs=on:bd=off:fd=off:nm=0:sas=z3:sims=off:tha=off:to=lpo:i=1302:si=on:rawr=on:rtra=on_0 on theBenchmark for (2991ds/1302Mi)
% 7.55/1.34  % (9800)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=980:si=on:rawr=on:rtra=on_0 on theBenchmark for (2991ds/980Mi)
% 7.55/1.35  % (9801)ins+10_1:32_fd=off:fs=off:fsr=off:igrr=4/7:igwr=on:urr=ec_only:i=591:si=on:rawr=on:rtra=on_0 on theBenchmark for (2991ds/591Mi)
% 7.55/1.35  % (9762)Instruction limit reached!
% 7.55/1.35  % (9762)------------------------------
% 7.55/1.35  % (9762)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.55/1.35  % (9762)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.55/1.35  % (9762)Termination reason: Unknown
% 7.55/1.35  % (9762)Termination phase: Saturation
% 7.55/1.35  
% 7.55/1.35  % (9762)Memory used [KB]: 5628
% 7.55/1.35  % (9762)Time elapsed: 0.760 s
% 7.55/1.35  % (9762)Instructions burned: 494 (million)
% 7.55/1.35  % (9762)------------------------------
% 7.55/1.35  % (9762)------------------------------
% 7.55/1.35  % (9774)Instruction limit reached!
% 7.55/1.35  % (9774)------------------------------
% 7.55/1.35  % (9774)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.55/1.36  % (9774)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.55/1.36  % (9774)Termination reason: Unknown
% 7.55/1.36  % (9774)Termination phase: Saturation
% 7.55/1.36  
% 7.55/1.36  % (9774)Memory used [KB]: 8315
% 7.55/1.36  % (9774)Time elapsed: 0.667 s
% 7.55/1.36  % (9774)Instructions burned: 331 (million)
% 7.55/1.36  % (9774)------------------------------
% 7.55/1.36  % (9774)------------------------------
% 7.75/1.38  % (9804)lrs+10_1:1024_drc=off:fde=none:gve=force:nm=4:norm_ineq=on:sas=z3:sos=all:sp=const_min:spb=non_intro:to=lpo:uwa=one_side_constant:i=691:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/691Mi)
% 7.75/1.38  % (9803)dis+1010_137062:920759_aac=none:abs=on:amm=sco:anc=none:asg=cautious:atotf=0.5:avsq=on:avsqc=2:avsqr=383,440:bce=on:bsd=on:erd=off:fde=unused:gs=on:gve=cautious:newcnf=on:nwc=3.3:sac=on:sas=z3:sfv=off:skr=on:spb=goal:tgt=ground:thsq=on:thsqc=128:thsql=off:uwa=all:i=947:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/947Mi)
% 7.75/1.39  % (9802)lrs+1011_1:1_br=off:fs=off:fsr=off:tha=off:urr=ec_only:i=638:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/638Mi)
% 7.75/1.41  % (9805)lrs+10_1:128_asg=cautious:drc=off:fde=none:gve=force:norm_ineq=on:sas=z3:sos=all:sp=reverse_arity:spb=intro:ss=axioms:to=lpo:uwa=one_side_constant:i=370:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/370Mi)
% 7.75/1.42  % (9806)dis+10_1:1_bd=off:fde=unused:gsp=on:ins=1:norm_ineq=on:sas=z3:sos=all:tha=off:i=361:si=on:rawr=on:rtra=on_0 on theBenchmark for (2990ds/361Mi)
% 8.10/1.45  % (9769)Refutation not found, non-redundant clauses discarded% (9769)------------------------------
% 8.10/1.45  % (9769)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.10/1.45  % (9769)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.10/1.45  % (9769)Termination reason: Refutation not found, non-redundant clauses discarded
% 8.10/1.45  
% 8.10/1.45  % (9769)Memory used [KB]: 3709
% 8.10/1.45  % (9769)Time elapsed: 0.842 s
% 8.10/1.45  % (9769)Instructions burned: 492 (million)
% 8.10/1.45  % (9769)------------------------------
% 8.10/1.45  % (9769)------------------------------
% 8.10/1.45  % (9761)Instruction limit reached!
% 8.10/1.45  % (9761)------------------------------
% 8.10/1.45  % (9761)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.10/1.45  % (9761)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.10/1.45  % (9761)Termination reason: Unknown
% 8.10/1.45  % (9761)Termination phase: Saturation
% 8.10/1.45  
% 8.10/1.45  % (9761)Memory used [KB]: 11129
% 8.10/1.45  % (9761)Time elapsed: 0.890 s
% 8.10/1.45  % (9761)Instructions burned: 463 (million)
% 8.10/1.45  % (9761)------------------------------
% 8.10/1.45  % (9761)------------------------------
% 8.24/1.49  % (9807)lrs+1011_1:1_bce=on:drc=off:erd=off:gve=force:ins=2:norm_ineq=on:sac=on:sp=frequency:tha=some:urr=on:i=3058:si=on:rawr=on:rtra=on_0 on theBenchmark for (2989ds/3058Mi)
% 8.24/1.50  % (9765)Instruction limit reached!
% 8.24/1.50  % (9765)------------------------------
% 8.24/1.50  % (9765)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.24/1.50  % (9765)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.24/1.50  % (9765)Termination reason: Unknown
% 8.24/1.50  % (9765)Termination phase: Saturation
% 8.24/1.50  
% 8.24/1.50  % (9765)Memory used [KB]: 6908
% 8.24/1.50  % (9765)Time elapsed: 0.918 s
% 8.24/1.50  % (9765)Instructions burned: 488 (million)
% 8.24/1.50  % (9765)------------------------------
% 8.24/1.50  % (9765)------------------------------
% 8.24/1.50  % (9808)lrs+1010_5:1_norm_ineq=on:sas=z3:sos=all:ss=axioms:tha=off:i=1198:si=on:rawr=on:rtra=on_0 on theBenchmark for (2989ds/1198Mi)
% 8.50/1.54  % (9778)Instruction limit reached!
% 8.50/1.54  % (9778)------------------------------
% 8.50/1.54  % (9778)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.50/1.54  % (9778)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.50/1.54  % (9778)Termination reason: Unknown
% 8.50/1.54  % (9778)Termination phase: Saturation
% 8.50/1.54  
% 8.50/1.54  % (9778)Memory used [KB]: 10874
% 8.50/1.54  % (9778)Time elapsed: 0.356 s
% 8.50/1.54  % (9778)Instructions burned: 501 (million)
% 8.50/1.54  % (9778)------------------------------
% 8.50/1.54  % (9778)------------------------------
% 8.50/1.55  % (9779)Instruction limit reached!
% 8.50/1.55  % (9779)------------------------------
% 8.50/1.55  % (9779)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.50/1.55  % (9779)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.50/1.55  % (9779)Termination reason: Unknown
% 8.50/1.55  % (9779)Termination phase: Saturation
% 8.50/1.55  
% 8.50/1.55  % (9779)Memory used [KB]: 6780
% 8.50/1.55  % (9779)Time elapsed: 0.884 s
% 8.50/1.55  % (9779)Instructions burned: 488 (million)
% 8.50/1.55  % (9779)------------------------------
% 8.50/1.55  % (9779)------------------------------
% 8.61/1.58  % (9790)Instruction limit reached!
% 8.61/1.58  % (9790)------------------------------
% 8.61/1.58  % (9790)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.61/1.58  % (9790)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.61/1.58  % (9790)Termination reason: Unknown
% 8.61/1.58  % (9790)Termination phase: Saturation
% 8.61/1.58  
% 8.61/1.58  % (9790)Memory used [KB]: 4989
% 8.61/1.58  % (9790)Time elapsed: 0.645 s
% 8.61/1.58  % (9790)Instructions burned: 331 (million)
% 8.61/1.58  % (9790)------------------------------
% 8.61/1.58  % (9790)------------------------------
% 8.61/1.58  % (9809)lrs+11_1:1_avsq=on:avsql=on:avsqr=1,16:norm_ineq=on:nwc=10.0:plsq=on:sas=z3:tha=off:urr=on:i=2501:si=on:rawr=on:rtra=on_0 on theBenchmark for (2988ds/2501Mi)
% 8.61/1.58  % (9796)Instruction limit reached!
% 8.61/1.58  % (9796)------------------------------
% 8.61/1.58  % (9796)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.61/1.58  % (9796)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.61/1.58  % (9796)Termination reason: Unknown
% 8.61/1.58  % (9796)Termination phase: Saturation
% 8.61/1.58  
% 8.61/1.58  % (9796)Memory used [KB]: 2686
% 8.61/1.58  % (9796)Time elapsed: 0.473 s
% 8.61/1.58  % (9796)Instructions burned: 239 (million)
% 8.61/1.58  % (9796)------------------------------
% 8.61/1.58  % (9796)------------------------------
% 8.61/1.60  % (9810)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 (2988ds/256Mi)
% 8.61/1.62  % (9811)dis+1011_1:1_bd=preordered:sd=2:sos=all:ss=axioms:i=217:si=on:rawr=on:rtra=on_0 on theBenchmark for (2988ds/217Mi)
% 10.21/1.67  % (9813)ott+11_1:1_aac=none:amm=off:bd=off:fsr=off:sas=z3:sos=all:sp=const_frequency:tha=off:i=1168:si=on:rawr=on:rtra=on_0 on theBenchmark for (2988ds/1168Mi)
% 10.57/1.69  % (9814)dis+10_1:1_sgt=16:sos=on:spb=goal:ss=axioms:i=1006:si=on:rawr=on:rtra=on_0 on theBenchmark for (2987ds/1006Mi)
% 10.57/1.72  % (9815)dis+1004_1:3_av=off:bs=on:plsq=on:i=4966:si=on:rawr=on:rtra=on_0 on theBenchmark for (2987ds/4966Mi)
% 10.57/1.73  % (9816)ott+10_18762:894869_awrs=decay:awrsf=8:bsd=on:drc=off:fsr=off:irw=on:newcnf=on:slsq=on:slsqc=1:slsqr=76,61:i=4835:si=on:rawr=on:rtra=on_0 on theBenchmark for (2987ds/4835Mi)
% 11.24/1.80  % (9786)Instruction limit reached!
% 11.24/1.80  % (9786)------------------------------
% 11.24/1.80  % (9786)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 11.24/1.80  % (9786)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 11.24/1.80  % (9786)Termination reason: Unknown
% 11.24/1.80  % (9786)Termination phase: Saturation
% 11.24/1.80  
% 11.24/1.80  % (9786)Memory used [KB]: 10106
% 11.24/1.80  % (9786)Time elapsed: 0.957 s
% 11.24/1.80  % (9786)Instructions burned: 502 (million)
% 11.24/1.80  % (9786)------------------------------
% 11.24/1.80  % (9786)------------------------------
% 11.89/1.90  % (9806)Instruction limit reached!
% 11.89/1.90  % (9806)------------------------------
% 11.89/1.90  % (9806)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 11.89/1.90  % (9806)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 11.89/1.90  % (9806)Termination reason: Unknown
% 11.89/1.90  % (9806)Termination phase: Saturation
% 11.89/1.90  
% 11.89/1.90  % (9806)Memory used [KB]: 2174
% 11.89/1.90  % (9806)Time elapsed: 0.593 s
% 11.89/1.90  % (9806)Instructions burned: 361 (million)
% 11.89/1.90  % (9806)------------------------------
% 11.89/1.90  % (9806)------------------------------
% 11.89/1.91  % (9811)Instruction limit reached!
% 11.89/1.91  % (9811)------------------------------
% 11.89/1.91  % (9811)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 11.89/1.91  % (9811)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 11.89/1.91  % (9811)Termination reason: Unknown
% 11.89/1.91  % (9811)Termination phase: Saturation
% 11.89/1.91  
% 11.89/1.91  % (9811)Memory used [KB]: 8443
% 11.89/1.91  % (9811)Time elapsed: 0.321 s
% 11.89/1.91  % (9811)Instructions burned: 217 (million)
% 11.89/1.91  % (9811)------------------------------
% 11.89/1.91  % (9811)------------------------------
% 11.89/1.91  % (9805)Instruction limit reached!
% 11.89/1.91  % (9805)------------------------------
% 11.89/1.91  % (9805)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 11.89/1.91  % (9805)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 11.89/1.91  % (9805)Termination reason: Unknown
% 11.89/1.91  % (9805)Termination phase: Saturation
% 11.89/1.91  
% 11.89/1.91  % (9805)Memory used [KB]: 2814
% 11.89/1.91  % (9805)Time elapsed: 0.613 s
% 11.89/1.91  % (9805)Instructions burned: 370 (million)
% 11.89/1.91  % (9805)------------------------------
% 11.89/1.91  % (9805)------------------------------
% 12.54/1.94  % (9817)ott+0_1:128_afr=on:amm=sco:anc=none:awrs=converge:awrsf=110:bsd=on:cond=fast:etr=on:fde=unused:flr=on:fsd=on:gve=force:irw=on:norm_ineq=on:sas=z3:sos=all:spb=units:tha=off:thi=strong:to=lpo:uwa=one_side_interpreted:i=3932:si=on:rawr=on:rtra=on_0 on theBenchmark for (2985ds/3932Mi)
% 12.87/2.03  % (9818)lrs+1011_1:6_aac=none:afr=on:bce=on:bsr=unit_only:canc=cautious:cond=fast:fde=unused:newcnf=on:nwc=3.0:s2a=on:s2agt=40:sas=z3:sfv=off:sp=weighted_frequency:spb=units:tha=off:to=lpo:i=1742:si=on:rawr=on:rtra=on_0 on theBenchmark for (2984ds/1742Mi)
% 12.87/2.03  % (9820)dis+1010_137062:920759_aac=none:abs=on:amm=sco:anc=none:asg=cautious:atotf=0.5:avsq=on:avsqc=2:avsqr=383,440:bce=on:bsd=on:erd=off:fde=unused:gs=on:gve=cautious:newcnf=on:nwc=3.3:sac=on:sas=z3:sfv=off:skr=on:spb=goal:tgt=ground:thsq=on:thsqc=128:thsql=off:uwa=all:i=947:si=on:rawr=on:rtra=on_0 on theBenchmark for (2984ds/947Mi)
% 12.87/2.03  % (9810)Instruction limit reached!
% 12.87/2.03  % (9810)------------------------------
% 12.87/2.03  % (9810)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 12.87/2.03  % (9810)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 12.87/2.03  % (9810)Termination reason: Unknown
% 12.87/2.03  % (9810)Termination phase: Saturation
% 12.87/2.03  
% 12.87/2.03  % (9810)Memory used [KB]: 3582
% 12.87/2.03  % (9810)Time elapsed: 0.539 s
% 12.87/2.03  % (9810)Instructions burned: 257 (million)
% 12.87/2.03  % (9810)------------------------------
% 12.87/2.03  % (9810)------------------------------
% 12.87/2.04  % (9798)Instruction limit reached!
% 12.87/2.04  % (9798)------------------------------
% 12.87/2.04  % (9798)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 12.87/2.04  % (9798)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 12.87/2.04  % (9798)Termination reason: Unknown
% 12.87/2.04  % (9798)Termination phase: Saturation
% 12.87/2.04  
% 12.87/2.04  % (9798)Memory used [KB]: 4477
% 12.87/2.04  % (9798)Time elapsed: 0.911 s
% 12.87/2.04  % (9798)Instructions burned: 485 (million)
% 12.87/2.04  % (9798)------------------------------
% 12.87/2.04  % (9798)------------------------------
% 13.39/2.05  % (9819)dis+1011_1:1_abs=on:bd=off:flr=on:nm=0:s2at=3.0:sas=z3:sfv=off:slsq=on:slsqc=2:slsqr=46,31:sp=const_frequency:tgt=ground:tha=some:thi=overlap:thitd=on:thsq=on:thsqc=32:thsqd=32:thsqr=7,4:i=3843:si=on:rawr=on:rtra=on_0 on theBenchmark for (2984ds/3843Mi)
% 14.35/2.19  % (9821)dis+10_1:14_awrs=converge:sp=unary_first:tgt=ground:i=3622:si=on:rawr=on:rtra=on_0 on theBenchmark for (2983ds/3622Mi)
% 14.35/2.20  % (9822)lrs+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=4725:si=on:rawr=on:rtra=on_0 on theBenchmark for (2983ds/4725Mi)
% 15.02/2.27  % (9801)Instruction limit reached!
% 15.02/2.27  % (9801)------------------------------
% 15.02/2.27  % (9801)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 15.02/2.27  % (9801)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 15.02/2.27  % (9801)Termination reason: Unknown
% 15.02/2.27  % (9801)Termination phase: Saturation
% 15.02/2.27  
% 15.02/2.27  % (9801)Memory used [KB]: 12409
% 15.02/2.27  % (9801)Time elapsed: 0.277 s
% 15.02/2.27  % (9801)Instructions burned: 592 (million)
% 15.02/2.27  % (9801)------------------------------
% 15.02/2.27  % (9801)------------------------------
% 15.02/2.28  % (9797)Instruction limit reached!
% 15.02/2.28  % (9797)------------------------------
% 15.02/2.28  % (9797)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 15.02/2.28  % (9797)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 15.02/2.28  % (9797)Termination reason: Unknown
% 15.02/2.28  % (9797)Termination phase: Saturation
% 15.02/2.28  
% 15.02/2.28  % (9797)Memory used [KB]: 6396
% 15.02/2.28  % (9797)Time elapsed: 1.168 s
% 15.02/2.28  % (9797)Instructions burned: 657 (million)
% 15.02/2.28  % (9797)------------------------------
% 15.02/2.28  % (9797)------------------------------
% 15.88/2.35  % (9804)Instruction limit reached!
% 15.88/2.35  % (9804)------------------------------
% 15.88/2.35  % (9804)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 15.88/2.35  % (9804)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 15.88/2.35  % (9804)Termination reason: Unknown
% 15.88/2.35  % (9804)Termination phase: Saturation
% 15.88/2.35  
% 15.88/2.35  % (9804)Memory used [KB]: 4349
% 15.88/2.35  % (9804)Time elapsed: 1.044 s
% 15.88/2.35  % (9804)Instructions burned: 691 (million)
% 15.88/2.35  % (9804)------------------------------
% 15.88/2.35  % (9804)------------------------------
% 16.31/2.41  % (9823)dis+31_1:1_lcm=reverse:norm_ineq=on:nwc=10.0:sas=z3:tha=off:urr=on:i=1518:si=on:rawr=on:rtra=on_0 on theBenchmark for (2980ds/1518Mi)
% 16.31/2.42  % (9802)Instruction limit reached!
% 16.31/2.42  % (9802)------------------------------
% 16.31/2.42  % (9802)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 16.31/2.42  % (9802)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 16.31/2.42  % (9802)Termination reason: Unknown
% 16.31/2.42  % (9802)Termination phase: Saturation
% 16.31/2.42  
% 16.31/2.42  % (9802)Memory used [KB]: 7036
% 16.31/2.42  % (9802)Time elapsed: 1.150 s
% 16.31/2.42  % (9802)Instructions burned: 639 (million)
% 16.31/2.42  % (9802)------------------------------
% 16.31/2.42  % (9802)------------------------------
% 16.60/2.46  % (9824)lrs+11_1:1_avsq=on:avsql=on:avsqr=1,16:norm_ineq=on:nwc=10.0:plsq=on:sas=z3:tha=off:urr=on:i=2661:si=on:rawr=on:rtra=on_0 on theBenchmark for (2980ds/2661Mi)
% 16.60/2.48  % (9825)ott+11_2:1_add=large:afp=4000:newcnf=on:sd=1:sos=on:sp=const_min:ss=axioms:i=1324:si=on:rawr=on:rtra=on_0 on theBenchmark for (2979ds/1324Mi)
% 16.60/2.54  % (9826)ott+11_1:1_aac=none:amm=off:bd=off:fsr=off:sas=z3:sos=all:sp=const_frequency:tha=off:i=1168:si=on:rawr=on:rtra=on_0 on theBenchmark for (2979ds/1168Mi)
% 17.58/2.61  % (9800)Instruction limit reached!
% 17.58/2.61  % (9800)------------------------------
% 17.58/2.61  % (9800)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 17.58/2.61  % (9800)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 17.58/2.61  % (9800)Termination reason: Unknown
% 17.58/2.61  % (9800)Termination phase: Saturation
% 17.58/2.61  
% 17.58/2.61  % (9800)Memory used [KB]: 10106
% 17.58/2.61  % (9800)Time elapsed: 1.382 s
% 17.58/2.61  % (9800)Instructions burned: 982 (million)
% 17.58/2.61  % (9800)------------------------------
% 17.58/2.61  % (9800)------------------------------
% 18.02/2.68  % (9784)Instruction limit reached!
% 18.02/2.68  % (9784)------------------------------
% 18.02/2.68  % (9784)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 18.02/2.68  % (9784)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 18.02/2.68  % (9784)Termination reason: Unknown
% 18.02/2.68  % (9784)Termination phase: Saturation
% 18.02/2.68  
% 18.02/2.68  % (9784)Memory used [KB]: 14711
% 18.02/2.68  % (9784)Time elapsed: 1.866 s
% 18.02/2.68  % (9784)Instructions burned: 1008 (million)
% 18.02/2.68  % (9784)------------------------------
% 18.02/2.68  % (9784)------------------------------
% 18.77/2.74  % (9827)dis+1004_1:3_av=off:bs=on:plsq=on:i=11321:si=on:rawr=on:rtra=on_0 on theBenchmark for (2977ds/11321Mi)
% 19.86/2.86  % (9828)lrs+10_1:1_av=off:sd=10:sos=all:ss=axioms:st=4.0:i=12082:si=on:rawr=on:rtra=on_0 on theBenchmark for (2976ds/12082Mi)
% 20.62/3.00  % (9813)Instruction limit reached!
% 20.62/3.00  % (9813)------------------------------
% 20.62/3.00  % (9813)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 20.62/3.00  % (9813)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 20.62/3.00  % (9813)Termination reason: Unknown
% 20.62/3.00  % (9813)Termination phase: Saturation
% 20.62/3.00  
% 20.62/3.00  % (9813)Memory used [KB]: 4349
% 20.62/3.00  % (9813)Time elapsed: 1.334 s
% 20.62/3.00  % (9813)Instructions burned: 1168 (million)
% 20.62/3.00  % (9813)------------------------------
% 20.62/3.00  % (9813)------------------------------
% 21.13/3.03  % (9803)Instruction limit reached!
% 21.13/3.03  % (9803)------------------------------
% 21.13/3.03  % (9803)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 21.13/3.03  % (9803)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 21.13/3.03  % (9803)Termination reason: Unknown
% 21.13/3.03  % (9803)Termination phase: Saturation
% 21.13/3.03  
% 21.13/3.03  % (9803)Memory used [KB]: 13688
% 21.13/3.03  % (9803)Time elapsed: 1.731 s
% 21.13/3.03  % (9803)Instructions burned: 947 (million)
% 21.13/3.03  % (9803)------------------------------
% 21.13/3.03  % (9803)------------------------------
% 21.51/3.15  % (9829)lrs+10_3:1_abs=on:ep=RST:newcnf=on:nm=2:sas=z3:sd=1:sos=all:ss=included:to=lpo:i=31695:si=on:rawr=on:rtra=on_0 on theBenchmark for (2973ds/31695Mi)
% 22.22/3.15  % (9808)Instruction limit reached!
% 22.22/3.15  % (9808)------------------------------
% 22.22/3.15  % (9808)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 22.22/3.15  % (9808)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 22.22/3.15  % (9808)Termination reason: Unknown
% 22.22/3.15  % (9808)Termination phase: Saturation
% 22.22/3.15  
% 22.22/3.15  % (9808)Memory used [KB]: 5500
% 22.22/3.15  % (9808)Time elapsed: 1.760 s
% 22.22/3.15  % (9808)Instructions burned: 1198 (million)
% 22.22/3.15  % (9808)------------------------------
% 22.22/3.15  % (9808)------------------------------
% 22.22/3.17  % (9830)lrs+1002_1:1_nm=0:sd=1:ss=axioms:urr=ec_only:i=7145:si=on:rawr=on:rtra=on_0 on theBenchmark for (2973ds/7145Mi)
% 22.52/3.20  % (9799)Instruction limit reached!
% 22.52/3.20  % (9799)------------------------------
% 22.52/3.20  % (9799)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 22.52/3.20  % (9799)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 22.52/3.20  % (9799)Termination reason: Unknown
% 22.52/3.20  % (9799)Termination phase: Saturation
% 22.52/3.20  
% 22.52/3.20  % (9799)Memory used [KB]: 10874
% 22.52/3.20  % (9799)Time elapsed: 1.990 s
% 22.52/3.20  % (9799)Instructions burned: 1304 (million)
% 22.52/3.20  % (9799)------------------------------
% 22.52/3.20  % (9799)------------------------------
% 23.58/3.34  % (9832)lrs+10_1:16_ss=axioms:st=3.0:i=48076:si=on:rawr=on:rtra=on_0 on theBenchmark for (2971ds/48076Mi)
% 23.58/3.35  % (9831)lrs+10_1:1_br=off:ep=RSTC:plsq=on:plsqc=1:plsqr=32,1:urr=on:i=48352:si=on:rawr=on:rtra=on_0 on theBenchmark for (2971ds/48352Mi)
% 24.62/3.46  % (9814)Instruction limit reached!
% 24.62/3.46  % (9814)------------------------------
% 24.62/3.46  % (9814)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 24.62/3.46  % (9814)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 24.62/3.46  % (9814)Termination reason: Unknown
% 24.62/3.46  % (9814)Termination phase: Saturation
% 24.62/3.46  
% 24.62/3.46  % (9814)Memory used [KB]: 15095
% 24.62/3.46  % (9814)Time elapsed: 1.871 s
% 24.62/3.46  % (9814)Instructions burned: 1006 (million)
% 24.62/3.46  % (9814)------------------------------
% 24.62/3.46  % (9814)------------------------------
% 25.94/3.66  % (9820)Instruction limit reached!
% 25.94/3.66  % (9820)------------------------------
% 25.94/3.66  % (9820)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 25.94/3.66  % (9820)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 25.94/3.66  % (9820)Termination reason: Unknown
% 25.94/3.66  % (9820)Termination phase: Saturation
% 25.94/3.66  
% 25.94/3.66  % (9820)Memory used [KB]: 12792
% 25.94/3.66  % (9820)Time elapsed: 1.648 s
% 25.94/3.66  % (9820)Instructions burned: 948 (million)
% 25.94/3.66  % (9820)------------------------------
% 25.94/3.66  % (9820)------------------------------
% 26.33/3.67  % (9787)Instruction limit reached!
% 26.33/3.67  % (9787)------------------------------
% 26.33/3.67  % (9787)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 26.33/3.67  % (9787)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 26.33/3.67  % (9787)Termination reason: Unknown
% 26.33/3.67  % (9787)Termination phase: Saturation
% 26.33/3.67  
% 26.33/3.67  % (9787)Memory used [KB]: 30319
% 26.33/3.67  % (9787)Time elapsed: 2.710 s
% 26.33/3.67  % (9787)Instructions burned: 1706 (million)
% 26.33/3.67  % (9787)------------------------------
% 26.33/3.67  % (9787)------------------------------
% 26.33/3.69  % (9833)lrs+21_1:1_ep=RS:fs=off:fsr=off:s2a=on:s2at=1.5:sac=on:sos=all:updr=off:i=24952:si=on:rawr=on:rtra=on_0 on theBenchmark for (2968ds/24952Mi)
% 27.21/3.79  % (9834)ott+0_1:128_afr=on:amm=sco:anc=none:awrs=converge:awrsf=110:bsd=on:cond=fast:etr=on:fde=unused:flr=on:fsd=on:gve=force:irw=on:norm_ineq=on:sas=z3:sos=all:spb=units:tha=off:thi=strong:to=lpo:uwa=one_side_interpreted:i=17722:si=on:rawr=on:rtra=on_0 on theBenchmark for (2966ds/17722Mi)
% 27.91/3.87  % (9835)lrs+35_1:1_aac=none:abs=on:amm=off:norm_ineq=on:s2a=on:s2at=3.0:tha=off:i=25691:si=on:rawr=on:rtra=on_0 on theBenchmark for (2966ds/25691Mi)
% 28.75/3.99  % (9789)Instruction limit reached!
% 28.75/3.99  % (9789)------------------------------
% 28.75/3.99  % (9789)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 28.75/3.99  % (9789)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 28.75/3.99  % (9789)Termination reason: Unknown
% 28.75/3.99  % (9789)Termination phase: Saturation
% 28.75/3.99  
% 28.75/3.99  % (9789)Memory used [KB]: 11385
% 28.75/3.99  % (9789)Time elapsed: 3.091 s
% 28.75/3.99  % (9789)Instructions burned: 1683 (million)
% 28.75/3.99  % (9789)------------------------------
% 28.75/3.99  % (9789)------------------------------
% 29.34/4.05  % (9826)Instruction limit reached!
% 29.34/4.05  % (9826)------------------------------
% 29.34/4.05  % (9826)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 29.34/4.07  % (9826)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 29.34/4.07  % (9826)Termination reason: Unknown
% 29.34/4.07  % (9826)Termination phase: Saturation
% 29.34/4.07  
% 29.34/4.07  % (9826)Memory used [KB]: 4733
% 29.34/4.07  % (9826)Time elapsed: 1.590 s
% 29.34/4.07  % (9826)Instructions burned: 1169 (million)
% 29.34/4.07  % (9826)------------------------------
% 29.34/4.07  % (9826)------------------------------
% 29.99/4.13  % (9836)lrs+1011_1:6_aac=none:afr=on:bce=on:bsr=unit_only:canc=cautious:cond=fast:fde=unused:newcnf=on:nwc=3.0:s2a=on:s2agt=40:sas=z3:sfv=off:sp=weighted_frequency:spb=units:tha=off:to=lpo:i=1742:si=on:rawr=on:rtra=on_0 on theBenchmark for (2963ds/1742Mi)
% 30.18/4.21  % (9837)dis+1011_1:1_abs=on:bd=off:flr=on:nm=0:s2at=3.0:sas=z3:sfv=off:slsq=on:slsqc=2:slsqr=46,31:sp=const_frequency:tgt=ground:tha=some:thi=overlap:thitd=on:thsq=on:thsqc=32:thsqd=32:thsqr=7,4:i=31719:si=on:rawr=on:rtra=on_0 on theBenchmark for (2962ds/31719Mi)
% 30.94/4.27  % (9825)Instruction limit reached!
% 30.94/4.27  % (9825)------------------------------
% 30.94/4.27  % (9825)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 30.94/4.27  % (9825)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 30.94/4.27  % (9825)Termination reason: Unknown
% 30.94/4.27  % (9825)Termination phase: Saturation
% 30.94/4.27  
% 30.94/4.27  % (9825)Memory used [KB]: 13688
% 30.94/4.27  % (9825)Time elapsed: 1.882 s
% 30.94/4.27  % (9825)Instructions burned: 1325 (million)
% 30.94/4.27  % (9825)------------------------------
% 30.94/4.27  % (9825)------------------------------
% 30.94/4.29  % (9794)Instruction limit reached!
% 30.94/4.29  % (9794)------------------------------
% 30.94/4.29  % (9794)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 30.94/4.29  % (9794)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 30.94/4.29  % (9794)Termination reason: Unknown
% 30.94/4.29  % (9794)Termination phase: Saturation
% 30.94/4.29  
% 30.94/4.29  % (9794)Memory used [KB]: 8955
% 30.94/4.29  % (9794)Time elapsed: 3.179 s
% 30.94/4.29  % (9794)Instructions burned: 2307 (million)
% 30.94/4.29  % (9794)------------------------------
% 30.94/4.29  % (9794)------------------------------
% 32.05/4.40  % (9838)lrs+1010_1:1_aac=none:abs=on:bd=off:fd=off:nm=0:sas=z3:sims=off:tha=off:to=lpo:i=12098:si=on:rawr=on:rtra=on_0 on theBenchmark for (2960ds/12098Mi)
% 32.05/4.42  % (9809)Instruction limit reached!
% 32.05/4.42  % (9809)------------------------------
% 32.05/4.42  % (9809)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 32.05/4.42  % (9809)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 32.05/4.42  % (9809)Termination reason: Unknown
% 32.05/4.42  % (9809)Termination phase: Saturation
% 32.05/4.42  
% 32.05/4.42  % (9809)Memory used [KB]: 7164
% 32.05/4.42  % (9809)Time elapsed: 2.909 s
% 32.05/4.42  % (9809)Instructions burned: 2502 (million)
% 32.05/4.42  % (9809)------------------------------
% 32.05/4.42  % (9809)------------------------------
% 32.54/4.44  % (9818)Instruction limit reached!
% 32.54/4.44  % (9818)------------------------------
% 32.54/4.44  % (9818)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 32.54/4.44  % (9818)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 32.54/4.44  % (9818)Termination reason: Unknown
% 32.54/4.44  % (9818)Termination phase: Saturation
% 32.54/4.44  
% 32.54/4.44  % (9818)Memory used [KB]: 7291
% 32.54/4.44  % (9818)Time elapsed: 2.507 s
% 32.54/4.44  % (9818)Instructions burned: 1745 (million)
% 32.54/4.44  % (9818)------------------------------
% 32.54/4.44  % (9818)------------------------------
% 32.54/4.46  % (9839)lrs+10_1:1_ev=force:newcnf=on:sas=z3:spb=goal:tgt=full:tha=off:uwa=ground:i=7522:si=on:rawr=on:rtra=on_0 on theBenchmark for (2960ds/7522Mi)
% 33.18/4.54  % (9823)Instruction limit reached!
% 33.18/4.54  % (9823)------------------------------
% 33.18/4.54  % (9823)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 33.18/4.54  % (9823)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 33.18/4.54  % (9823)Termination reason: Unknown
% 33.18/4.54  % (9823)Termination phase: Saturation
% 33.18/4.54  
% 33.18/4.54  % (9823)Memory used [KB]: 6908
% 33.18/4.54  % (9823)Time elapsed: 2.231 s
% 33.18/4.54  % (9823)Instructions burned: 1518 (million)
% 33.18/4.54  % (9823)------------------------------
% 33.18/4.54  % (9823)------------------------------
% 33.45/4.57  % (9840)lrs+10_1:1_abs=on:afp=1000:nicw=on:sas=z3:tgt=ground:tha=off:uwa=all:i=9256:si=on:rawr=on:rtra=on_0 on theBenchmark for (2959ds/9256Mi)
% 33.45/4.61  % (9841)lrs+31_1:3_abs=on:add=large:afp=329:afq=1.2:anc=none:avsq=on:avsqr=160,201:awrs=decay:bce=on:bsr=unit_only:canc=cautious:etr=on:ev=force:flr=on:fs=off:fsd=on:fsr=off:irw=on:lcm=reverse:newcnf=on:nicw=on:nwc=1.55:pum=on:rnwc=on:s2agt=32:sas=z3:sffsmt=on:sims=off:skr=on:slsq=on:slsqc=2:slsqr=433504,723351:sp=unary_first:spb=goal_then_units:tgt=full:tha=some:to=lpo:uhcvi=on:uwa=one_side_constant:i=7507:si=on:rawr=on:rtra=on_0 on theBenchmark for (2959ds/7507Mi)
% 34.29/4.71  % (9842)lrs+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=4725:si=on:rawr=on:rtra=on_0 on theBenchmark for (2958ds/4725Mi)
% 40.31/5.44  % (9788)Refutation not found, non-redundant clauses discarded% (9788)------------------------------
% 40.31/5.44  % (9788)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 40.31/5.44  % (9788)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 40.31/5.44  % (9788)Termination reason: Refutation not found, non-redundant clauses discarded
% 40.31/5.44  
% 40.31/5.44  % (9788)Memory used [KB]: 14711
% 40.31/5.44  % (9788)Time elapsed: 4.579 s
% 40.31/5.44  % (9788)Instructions burned: 2364 (million)
% 40.31/5.44  % (9788)------------------------------
% 40.31/5.44  % (9788)------------------------------
% 40.64/5.50  % (9824)Instruction limit reached!
% 40.64/5.50  % (9824)------------------------------
% 40.64/5.50  % (9824)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 40.64/5.50  % (9824)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 40.64/5.50  % (9824)Termination reason: Unknown
% 40.64/5.50  % (9824)Termination phase: Saturation
% 40.64/5.50  
% 40.64/5.50  % (9824)Memory used [KB]: 8187
% 40.64/5.50  % (9824)Time elapsed: 3.183 s
% 40.64/5.50  % (9824)Instructions burned: 2662 (million)
% 40.64/5.50  % (9824)------------------------------
% 40.64/5.50  % (9824)------------------------------
% 41.29/5.57  % (9843)lrs+11_1:1_avsq=on:avsql=on:avsqr=1,16:norm_ineq=on:nwc=10.0:plsq=on:sas=z3:tha=off:urr=on:i=6461:si=on:rawr=on:rtra=on_0 on theBenchmark for (2948ds/6461Mi)
% 42.17/5.69  % (9844)dis+1011_5:1_drc=off:kws=inv_arity_squared:nwc=5.0:plsq=on:plsqc=1:plsqr=32,1:s2a=on:s2at=2.1:urr=ec_only:i=11248:si=on:rawr=on:rtra=on_0 on theBenchmark for (2948ds/11248Mi)
% 47.43/6.31  % (9836)Instruction limit reached!
% 47.43/6.31  % (9836)------------------------------
% 47.43/6.31  % (9836)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 47.43/6.31  % (9836)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 47.43/6.31  % (9836)Termination reason: Unknown
% 47.43/6.31  % (9836)Termination phase: Saturation
% 47.43/6.31  
% 47.43/6.31  % (9836)Memory used [KB]: 9850
% 47.43/6.31  % (9836)Time elapsed: 2.229 s
% 47.43/6.31  % (9836)Instructions burned: 1742 (million)
% 47.43/6.31  % (9836)------------------------------
% 47.43/6.31  % (9836)------------------------------
% 48.55/6.46  % (9795)Instruction limit reached!
% 48.55/6.46  % (9795)------------------------------
% 48.55/6.46  % (9795)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 48.55/6.46  % (9795)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 48.55/6.46  % (9795)Termination reason: Unknown
% 48.55/6.46  % (9795)Termination phase: Saturation
% 48.55/6.46  
% 48.55/6.46  % (9795)Memory used [KB]: 21620
% 48.55/6.46  % (9795)Time elapsed: 5.358 s
% 48.55/6.46  % (9795)Instructions burned: 3782 (million)
% 48.55/6.46  % (9795)------------------------------
% 48.55/6.46  % (9795)------------------------------
% 48.55/6.48  % (9845)lrs+10_1:1_sd=10:sos=all:ss=axioms:st=5.0:tha=off:i=10523:si=on:rawr=on:rtra=on_0 on theBenchmark for (2940ds/10523Mi)
% 48.90/6.52  % (9793)Instruction limit reached!
% 48.90/6.52  % (9793)------------------------------
% 48.90/6.52  % (9793)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 48.90/6.52  % (9793)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 48.90/6.52  % (9793)Termination reason: Unknown
% 48.90/6.52  % (9793)Termination phase: Saturation
% 48.90/6.52  
% 48.90/6.52  % (9793)Memory used [KB]: 35692
% 48.90/6.52  % (9793)Time elapsed: 5.520 s
% 48.90/6.52  % (9793)Instructions burned: 3528 (million)
% 48.90/6.52  % (9793)------------------------------
% 48.90/6.52  % (9793)------------------------------
% 49.48/6.61  % (9846)ott+11_2:1_add=large:afp=4000:newcnf=on:sd=1:sos=on:sp=const_min:ss=axioms:i=1324:si=on:rawr=on:rtra=on_0 on theBenchmark for (2938ds/1324Mi)
% 49.91/6.66  % (9847)lrs+2_1:128_afq=1.0:bd=off:bsr=unit_only:irw=on:i=49169:si=on:rawr=on:rtra=on_0 on theBenchmark for (2938ds/49169Mi)
% 51.76/6.87  % (9807)Instruction limit reached!
% 51.76/6.87  % (9807)------------------------------
% 51.76/6.87  % (9807)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 51.76/6.87  % (9807)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 51.76/6.87  % (9807)Termination reason: Unknown
% 51.76/6.87  % (9807)Termination phase: Saturation
% 51.76/6.87  
% 51.76/6.87  % (9807)Memory used [KB]: 35052
% 51.76/6.87  % (9807)Time elapsed: 5.486 s
% 51.76/6.87  % (9807)Instructions burned: 3059 (million)
% 51.76/6.87  % (9807)------------------------------
% 51.76/6.87  % (9807)------------------------------
% 52.69/6.98  % (9848)lrs+10_1:1_nm=0:sd=4:sos=on:ss=axioms:st=3.0:i=6824:si=on:rawr=on:rtra=on_0 on theBenchmark for (2934ds/6824Mi)
% 54.06/7.15  % (9785)Instruction limit reached!
% 54.06/7.15  % (9785)------------------------------
% 54.06/7.15  % (9785)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 54.06/7.15  % (9785)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 54.06/7.15  % (9785)Termination reason: Unknown
% 54.06/7.15  % (9785)Termination phase: Saturation
% 54.06/7.15  
% 54.06/7.15  % (9785)Memory used [KB]: 38890
% 54.06/7.15  % (9785)Time elapsed: 6.291 s
% 54.06/7.15  % (9785)Instructions burned: 3722 (million)
% 54.06/7.15  % (9785)------------------------------
% 54.06/7.15  % (9785)------------------------------
% 55.05/7.33  % (9819)Instruction limit reached!
% 55.05/7.33  % (9819)------------------------------
% 55.05/7.33  % (9819)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 55.05/7.33  % (9819)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 55.05/7.33  % (9819)Termination reason: Unknown
% 55.05/7.33  % (9819)Termination phase: Saturation
% 55.05/7.33  
% 55.05/7.33  % (9819)Memory used [KB]: 21620
% 55.05/7.33  % (9819)Time elapsed: 5.398 s
% 55.05/7.33  % (9819)Instructions burned: 3844 (million)
% 55.05/7.33  % (9819)------------------------------
% 55.05/7.33  % (9819)------------------------------
% 55.59/7.36  % (9849)lrs+10_1:1_av=off:sd=10:sos=all:ss=axioms:st=4.0:i=12082:si=on:rawr=on:rtra=on_0 on theBenchmark for (2931ds/12082Mi)
% 56.53/7.52  % (9850)lrs+10_3:1_abs=on:ep=RST:newcnf=on:nm=2:sas=z3:sd=1:sos=all:ss=included:to=lpo:i=20746:si=on:rawr=on:rtra=on_0 on theBenchmark for (2929ds/20746Mi)
% 59.49/7.84  % (9792)Instruction limit reached!
% 59.49/7.84  % (9792)------------------------------
% 59.49/7.84  % (9792)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 59.49/7.84  % (9792)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 59.49/7.84  % (9792)Termination reason: Unknown
% 59.49/7.84  % (9792)Termination phase: Saturation
% 59.49/7.84  
% 59.49/7.84  % (9792)Memory used [KB]: 35180
% 59.49/7.84  % (9792)Time elapsed: 6.896 s
% 59.49/7.84  % (9792)Instructions burned: 3218 (million)
% 59.49/7.84  % (9792)------------------------------
% 59.49/7.84  % (9792)------------------------------
% 59.79/7.88  % (9822)Refutation not found, non-redundant clauses discarded% (9822)------------------------------
% 59.79/7.88  % (9822)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 59.79/7.88  % (9822)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 59.79/7.88  % (9822)Termination reason: Refutation not found, non-redundant clauses discarded
% 59.79/7.88  
% 59.79/7.88  % (9822)Memory used [KB]: 7036
% 59.79/7.88  % (9822)Time elapsed: 5.805 s
% 59.79/7.88  % (9822)Instructions burned: 4673 (million)
% 59.79/7.88  % (9822)------------------------------
% 59.79/7.88  % (9822)------------------------------
% 60.32/7.93  % (9817)Instruction limit reached!
% 60.32/7.93  % (9817)------------------------------
% 60.32/7.93  % (9817)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 60.32/7.93  % (9817)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 60.32/7.93  % (9817)Termination reason: Unknown
% 60.32/7.93  % (9817)Termination phase: Saturation
% 60.32/7.93  
% 60.32/7.93  % (9817)Memory used [KB]: 29167
% 60.32/7.93  % (9817)Time elapsed: 6.108 s
% 60.32/7.93  % (9817)Instructions burned: 3934 (million)
% 60.32/7.93  % (9817)------------------------------
% 60.32/7.93  % (9817)------------------------------
% 60.32/7.96  % (9851)lrs+10_1:1024_br=off:ep=RSTC:urr=on:i=47953:si=on:rawr=on:rtra=on_0 on theBenchmark for (2925ds/47953Mi)
% 61.15/8.05  % (9852)lrs+21_1:1_ep=RS:fs=off:fsr=off:s2a=on:s2at=1.5:sac=on:sos=all:updr=off:i=18577:si=on:rawr=on:rtra=on_0 on theBenchmark for (2924ds/18577Mi)
% 61.75/8.14  % (9853)ott+0_1:128_afr=on:amm=sco:anc=none:awrs=converge:awrsf=110:bsd=on:cond=fast:etr=on:fde=unused:flr=on:fsd=on:gve=force:irw=on:norm_ineq=on:sas=z3:sos=all:spb=units:tha=off:thi=strong:to=lpo:uwa=one_side_interpreted:i=17722:si=on:rawr=on:rtra=on_0 on theBenchmark for (2923ds/17722Mi)
% 67.62/8.86  % (9821)Instruction limit reached!
% 67.62/8.86  % (9821)------------------------------
% 67.62/8.86  % (9821)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 67.62/8.86  % (9821)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 67.62/8.86  % (9821)Termination reason: Unknown
% 67.62/8.86  % (9821)Termination phase: Saturation
% 67.62/8.86  
% 67.62/8.86  % (9821)Memory used [KB]: 27632
% 67.62/8.86  % (9821)Time elapsed: 6.805 s
% 67.62/8.86  % (9821)Instructions burned: 3622 (million)
% 67.62/8.86  % (9821)------------------------------
% 67.62/8.86  % (9821)------------------------------
% 68.90/9.01  % (9854)lrs+1002_5:1_av=off:awrs=decay:awrsf=16:cond=on:fd=preordered:sfv=off:sp=const_frequency:thi=neg_eq:thsq=on:thsqc=16:thsqd=64:i=26841:si=on:rawr=on:rtra=on_0 on theBenchmark for (2914ds/26841Mi)
% 68.90/9.02  % (9846)Instruction limit reached!
% 68.90/9.02  % (9846)------------------------------
% 68.90/9.02  % (9846)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 68.90/9.02  % (9846)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 68.90/9.02  % (9846)Termination reason: Unknown
% 68.90/9.02  % (9846)Termination phase: Saturation
% 68.90/9.02  
% 68.90/9.02  % (9846)Memory used [KB]: 13304
% 68.90/9.02  % (9846)Time elapsed: 2.496 s
% 68.90/9.02  % (9846)Instructions burned: 1325 (million)
% 68.90/9.02  % (9846)------------------------------
% 68.90/9.02  % (9846)------------------------------
% 69.87/9.17  % (9855)dis+1011_1:1_abs=on:bd=off:flr=on:nm=0:s2at=3.0:sas=z3:sfv=off:slsq=on:slsqc=2:slsqr=46,31:sp=const_frequency:tgt=ground:tha=some:thi=overlap:thitd=on:thsq=on:thsqc=32:thsqd=32:thsqr=7,4:i=13722:si=on:rawr=on:rtra=on_0 on theBenchmark for (2913ds/13722Mi)
% 76.55/10.04  % (9816)Instruction limit reached!
% 76.55/10.04  % (9816)------------------------------
% 76.55/10.04  % (9816)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 76.55/10.04  % (9816)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 76.55/10.04  % (9816)Termination reason: Unknown
% 76.55/10.04  % (9816)Termination phase: Saturation
% 76.55/10.04  
% 76.55/10.04  % (9816)Memory used [KB]: 40553
% 76.55/10.04  % (9816)Time elapsed: 8.435 s
% 76.55/10.04  % (9816)Instructions burned: 4836 (million)
% 76.55/10.04  % (9816)------------------------------
% 76.55/10.04  % (9816)------------------------------
% 78.03/10.19  % (9856)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=30560:si=on:rawr=on:rtra=on_0 on theBenchmark for (2902ds/30560Mi)
% 78.91/10.34  % (9842)Instruction limit reached!
% 78.91/10.34  % (9842)------------------------------
% 78.91/10.34  % (9842)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 78.91/10.34  % (9842)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 78.91/10.34  % (9842)Termination reason: Unknown
% 78.91/10.34  % (9842)Termination phase: Saturation
% 78.91/10.34  
% 78.91/10.34  % (9842)Memory used [KB]: 6908
% 78.91/10.34  % (9842)Time elapsed: 5.693 s
% 78.91/10.34  % (9842)Instructions burned: 4727 (million)
% 78.91/10.34  % (9842)------------------------------
% 78.91/10.34  % (9842)------------------------------
% 79.54/10.35  % (9815)Instruction limit reached!
% 79.54/10.35  % (9815)------------------------------
% 79.54/10.35  % (9815)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 79.54/10.35  % (9815)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 79.54/10.35  % (9815)Termination reason: Unknown
% 79.54/10.35  % (9815)Termination phase: Saturation
% 79.54/10.35  
% 79.54/10.35  % (9815)Memory used [KB]: 50532
% 79.54/10.35  % (9815)Time elapsed: 8.734 s
% 79.54/10.35  % (9815)Instructions burned: 4967 (million)
% 79.54/10.35  % (9815)------------------------------
% 79.54/10.35  % (9815)------------------------------
% 80.45/10.47  % (9858)lrs+1010_1:1_aac=none:abs=on:bd=off:fd=off:nm=0:sas=z3:sims=off:tha=off:to=lpo:i=12098:si=on:rawr=on:rtra=on_0 on theBenchmark for (2899ds/12098Mi)
% 80.45/10.49  % (9859)lrs+10_1:1_ev=force:newcnf=on:sas=z3:spb=goal:tgt=full:tha=off:uwa=ground:i=7522:si=on:rawr=on:rtra=on_0 on theBenchmark for (2899ds/7522Mi)
% 82.14/10.71  % (9843)Instruction limit reached!
% 82.14/10.71  % (9843)------------------------------
% 82.14/10.71  % (9843)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 82.14/10.72  % (9843)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 82.14/10.72  % (9843)Termination reason: Unknown
% 82.14/10.72  % (9843)Termination phase: Saturation
% 82.14/10.72  
% 82.14/10.72  % (9843)Memory used [KB]: 11257
% 82.14/10.72  % (9843)Time elapsed: 5.203 s
% 82.14/10.72  % (9843)Instructions burned: 6462 (million)
% 82.14/10.72  % (9843)------------------------------
% 82.14/10.72  % (9843)------------------------------
% 83.39/10.84  % (9860)lrs+31_1:3_abs=on:add=large:afp=329:afq=1.2:anc=none:avsq=on:avsqr=160,201:awrs=decay:bce=on:bsr=unit_only:canc=cautious:etr=on:ev=force:flr=on:fs=off:fsd=on:fsr=off:irw=on:lcm=reverse:newcnf=on:nicw=on:nwc=1.55:pum=on:rnwc=on:s2agt=32:sas=z3:sffsmt=on:sims=off:skr=on:slsq=on:slsqc=2:slsqr=433504,723351:sp=unary_first:spb=goal_then_units:tgt=full:tha=some:to=lpo:uhcvi=on:uwa=one_side_constant:i=7507:si=on:rawr=on:rtra=on_0 on theBenchmark for (2896ds/7507Mi)
% 112.07/14.43  % (9830)Instruction limit reached!
% 112.07/14.43  % (9830)------------------------------
% 112.07/14.43  % (9830)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 112.07/14.43  % (9830)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 112.07/14.43  % (9830)Termination reason: Unknown
% 112.07/14.43  % (9830)Termination phase: Saturation
% 112.07/14.43  
% 112.07/14.43  % (9830)Memory used [KB]: 35436
% 112.07/14.43  % (9830)Time elapsed: 11.370 s
% 112.07/14.43  % (9830)Instructions burned: 7146 (million)
% 112.07/14.43  % (9830)------------------------------
% 112.07/14.43  % (9830)------------------------------
% 113.23/14.63  % (9861)lrs+11_1:1_avsq=on:avsql=on:avsqr=1,16:norm_ineq=on:nwc=10.0:plsq=on:sas=z3:tha=off:urr=on:i=2501:si=on:rawr=on:rtra=on_0 on theBenchmark for (2858ds/2501Mi)
% 122.49/15.76  % (9839)Instruction limit reached!
% 122.49/15.76  % (9839)------------------------------
% 122.49/15.76  % (9839)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 122.49/15.76  % (9839)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 122.49/15.76  % (9839)Termination reason: Unknown
% 122.49/15.76  % (9839)Termination phase: Saturation
% 122.49/15.76  
% 122.49/15.76  % (9839)Memory used [KB]: 45031
% 122.49/15.76  % (9839)Time elapsed: 11.400 s
% 122.49/15.76  % (9839)Instructions burned: 7523 (million)
% 122.49/15.76  % (9839)------------------------------
% 122.49/15.76  % (9839)------------------------------
% 124.24/15.97  % (9863)lrs+10_1:1_sd=10:sos=all:ss=axioms:st=5.0:tha=off:i=10523:si=on:rawr=on:rtra=on_0 on theBenchmark for (2845ds/10523Mi)
% 129.06/16.57  % (9841)Instruction limit reached!
% 129.06/16.57  % (9841)------------------------------
% 129.06/16.57  % (9841)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 129.06/16.57  % (9841)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 129.06/16.57  % (9841)Termination reason: Unknown
% 129.06/16.57  % (9841)Termination phase: Saturation
% 129.06/16.57  
% 129.06/16.57  % (9841)Memory used [KB]: 27504
% 129.06/16.57  % (9841)Time elapsed: 12.087 s
% 129.06/16.57  % (9841)Instructions burned: 7508 (million)
% 129.06/16.57  % (9841)------------------------------
% 129.06/16.57  % (9841)------------------------------
% 129.99/16.69  % (9864)dis+11_1:3_afp=4000:anc=none:bce=on:bd=off:sac=on:sd=10:ss=axioms:st=5.0:tha=off:urr=ec_only:i=18001:si=on:rawr=on:rtra=on_0 on theBenchmark for (2837ds/18001Mi)
% 132.02/16.98  % (9845)First to succeed.
% 132.32/17.02  % (9845)Refutation found. Thanks to Tanya!
% 132.32/17.02  % SZS status Theorem for theBenchmark
% 132.32/17.02  % SZS output start Proof for theBenchmark
% See solution above
% 132.32/17.02  % (9845)------------------------------
% 132.32/17.02  % (9845)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 132.32/17.02  % (9845)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 132.32/17.02  % (9845)Termination reason: Refutation
% 132.32/17.02  
% 132.32/17.02  % (9845)Memory used [KB]: 32110
% 132.32/17.02  % (9845)Time elapsed: 10.607 s
% 132.32/17.02  % (9845)Instructions burned: 4957 (million)
% 132.32/17.02  % (9845)------------------------------
% 132.32/17.02  % (9845)------------------------------
% 132.32/17.02  % (9721)Success in time 16.675 s
%------------------------------------------------------------------------------