TSTP Solution File: SWW589_2 by Vampire---4.8

View Problem - Process Solution

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

% Computer : n007.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 May  1 04:20:09 EDT 2024

% Result   : Theorem 17.18s 2.89s
% Output   : Refutation 17.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   25
%            Number of leaves      :  116
% Syntax   : Number of formulae    :  199 (  43 unt;  85 typ;   0 def)
%            Number of atoms       :  431 ( 137 equ)
%            Maximal formula atoms :   40 (   3 avg)
%            Number of connectives :  513 ( 196   ~;  89   |; 162   &)
%                                         (   4 <=>;  62  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   23 (   5 avg)
%            Maximal term depth    :    6 (   1 avg)
%            Number arithmetic     :  654 ( 202 atm; 178 fun; 209 num;  65 var)
%            Number of types       :   10 (   8 usr;   1 ari)
%            Number of type conns  :   97 (  44   >;  53   *;   0   +;   0  <<)
%            Number of predicates  :   13 (   9 usr;   5 prp; 0-5 aty)
%            Number of functors    :   77 (  72 usr;  35 con; 0-5 aty)
%            Number of variables   :  178 ( 132   !;  46   ?; 178   :)

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

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

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

tff(type_def_12,type,
    map_int_int: $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,
    min1: ( $int * $int ) > $int ).

tff(func_def_13,type,
    max1: ( $int * $int ) > $int ).

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

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

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

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

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

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

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

tff(func_def_23,type,
    char: ty ).

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

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

tff(func_def_26,type,
    t2tb1: char1 > uni ).

tff(func_def_27,type,
    tb2t1: uni > char1 ).

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

tff(func_def_29,type,
    last_char1: ( char1 * list_char ) > char1 ).

tff(func_def_30,type,
    but_last1: ( char1 * list_char ) > list_char ).

tff(func_def_31,type,
    ref: ty > ty ).

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

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

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

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

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

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

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

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

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

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

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

tff(func_def_43,type,
    t2tb2: $int > uni ).

tff(func_def_44,type,
    tb2t2: uni > $int ).

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

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

tff(func_def_47,type,
    suffix1: ( array_char * $int ) > list_char ).

tff(func_def_48,type,
    t2tb3: array_char > uni ).

tff(func_def_49,type,
    tb2t3: uni > array_char ).

tff(func_def_51,type,
    t2tb5: map_int_int > uni ).

tff(func_def_52,type,
    tb2t5: uni > map_int_int ).

tff(func_def_54,type,
    sK0: $int ).

tff(func_def_55,type,
    sK1: uni ).

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

tff(func_def_57,type,
    sK3: uni ).

tff(func_def_58,type,
    sK4: map_int_int ).

tff(func_def_59,type,
    sK5: $int ).

tff(func_def_60,type,
    sK6: map_int_int ).

tff(func_def_61,type,
    sK7: $int ).

tff(func_def_62,type,
    sF8: uni ).

tff(func_def_63,type,
    sF9: uni ).

tff(func_def_64,type,
    sF10: uni ).

tff(func_def_65,type,
    sF11: $int ).

tff(func_def_66,type,
    sF12: $int ).

tff(func_def_67,type,
    sF13: $int ).

tff(func_def_68,type,
    sF14: $int ).

tff(func_def_69,type,
    sF15: uni ).

tff(func_def_70,type,
    sF16: uni ).

tff(func_def_71,type,
    sF17: $int ).

tff(func_def_72,type,
    sF18: $int ).

tff(func_def_73,type,
    sF19: uni ).

tff(func_def_74,type,
    sF20: uni ).

tff(func_def_75,type,
    sF21: map_int_int ).

tff(func_def_76,type,
    sF22: $int ).

tff(func_def_77,type,
    sF23: ty ).

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

tff(pred_def_3,type,
    dist1: ( list_char * list_char * $int ) > $o ).

tff(pred_def_4,type,
    min_dist1: ( list_char * list_char * $int ) > $o ).

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

tff(pred_def_7,type,
    min_suffix1: ( array_char * array_char * $int * $int * $int ) > $o ).

tff(f1911,plain,
    $false,
    inference(avatar_sat_refutation,[],[f224,f1260,f1313,f1382,f1908]) ).

tff(f1908,plain,
    ~ spl24_26,
    inference(avatar_contradiction_clause,[],[f1907]) ).

tff(f1907,plain,
    ( $false
    | ~ spl24_26 ),
    inference(subsumption_resolution,[],[f1899,f196]) ).

tff(f196,plain,
    $less(sK7,sF14),
    inference(definition_folding,[],[f175,f195]) ).

tff(f195,plain,
    $sum(sK5,1) = sF14,
    introduced(function_definition,[new_symbols(definition,[sF14])]) ).

tff(f175,plain,
    $less(sK7,$sum(sK5,1)),
    inference(cnf_transformation,[],[f158]) ).

tff(f158,plain,
    ( ( tb2t2(get(int,int,t2tb5(sK6),t2tb2(sK7))) != $sum(sK2,$uminus(sK7)) )
    & $less(sK7,$sum(sK5,1))
    & ~ $less(sK7,0)
    & ( tb2t5(set(int,int,t2tb5(sK4),t2tb2(sK5),t2tb2($sum(sK2,$uminus(sK5))))) = sK6 )
    & ~ $less($sum(sK2,1),0)
    & $less(sK5,$sum(sK2,1))
    & ~ $less(sK5,0)
    & ~ $less($sum(sK2,1),0)
    & ! [X8: $int] :
        ( ( $sum(sK2,$uminus(X8)) = tb2t2(get(int,int,t2tb5(sK4),t2tb2(X8))) )
        | ~ $less(X8,sK5)
        | $less(X8,0) )
    & ~ $less(sK2,sK5)
    & ~ $less(sK5,0)
    & ~ $less(sK2,0)
    & ~ $less($sum(sK2,1),0)
    & ~ $less($sum(sK2,1),0)
    & ~ $less(sK2,0)
    & ~ $less(sK0,0)
    & sort1(map(int,char),sK3)
    & sort1(map(int,char),sK1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1,sK2,sK3,sK4,sK5,sK6,sK7])],[f153,f157,f156,f155,f154]) ).

tff(f154,plain,
    ( ? [X0: $int,X1: uni,X2: $int,X3: uni] :
        ( ? [X4: map_int_int,X5: $int] :
            ( ? [X6: map_int_int] :
                ( ? [X7: $int] :
                    ( ( tb2t2(get(int,int,t2tb5(X6),t2tb2(X7))) != $sum(X2,$uminus(X7)) )
                    & $less(X7,$sum(X5,1))
                    & ~ $less(X7,0) )
                & ( tb2t5(set(int,int,t2tb5(X4),t2tb2(X5),t2tb2($sum(X2,$uminus(X5))))) = X6 )
                & ~ $less($sum(X2,1),0) )
            & $less(X5,$sum(X2,1))
            & ~ $less(X5,0)
            & ~ $less($sum(X2,1),0)
            & ! [X8: $int] :
                ( ( $sum(X2,$uminus(X8)) = tb2t2(get(int,int,t2tb5(X4),t2tb2(X8))) )
                | ~ $less(X8,X5)
                | $less(X8,0) )
            & ~ $less(X2,X5)
            & ~ $less(X5,0) )
        & ~ $less(X2,0)
        & ~ $less($sum(X2,1),0)
        & ~ $less($sum(X2,1),0)
        & ~ $less(X2,0)
        & ~ $less(X0,0)
        & sort1(map(int,char),X3)
        & sort1(map(int,char),X1) )
   => ( ? [X5: $int,X4: map_int_int] :
          ( ? [X6: map_int_int] :
              ( ? [X7: $int] :
                  ( ( tb2t2(get(int,int,t2tb5(X6),t2tb2(X7))) != $sum(sK2,$uminus(X7)) )
                  & $less(X7,$sum(X5,1))
                  & ~ $less(X7,0) )
              & ( tb2t5(set(int,int,t2tb5(X4),t2tb2(X5),t2tb2($sum(sK2,$uminus(X5))))) = X6 )
              & ~ $less($sum(sK2,1),0) )
          & $less(X5,$sum(sK2,1))
          & ~ $less(X5,0)
          & ~ $less($sum(sK2,1),0)
          & ! [X8: $int] :
              ( ( tb2t2(get(int,int,t2tb5(X4),t2tb2(X8))) = $sum(sK2,$uminus(X8)) )
              | ~ $less(X8,X5)
              | $less(X8,0) )
          & ~ $less(sK2,X5)
          & ~ $less(X5,0) )
      & ~ $less(sK2,0)
      & ~ $less($sum(sK2,1),0)
      & ~ $less($sum(sK2,1),0)
      & ~ $less(sK2,0)
      & ~ $less(sK0,0)
      & sort1(map(int,char),sK3)
      & sort1(map(int,char),sK1) ) ),
    introduced(choice_axiom,[]) ).

tff(f155,plain,
    ( ? [X5: $int,X4: map_int_int] :
        ( ? [X6: map_int_int] :
            ( ? [X7: $int] :
                ( ( tb2t2(get(int,int,t2tb5(X6),t2tb2(X7))) != $sum(sK2,$uminus(X7)) )
                & $less(X7,$sum(X5,1))
                & ~ $less(X7,0) )
            & ( tb2t5(set(int,int,t2tb5(X4),t2tb2(X5),t2tb2($sum(sK2,$uminus(X5))))) = X6 )
            & ~ $less($sum(sK2,1),0) )
        & $less(X5,$sum(sK2,1))
        & ~ $less(X5,0)
        & ~ $less($sum(sK2,1),0)
        & ! [X8: $int] :
            ( ( tb2t2(get(int,int,t2tb5(X4),t2tb2(X8))) = $sum(sK2,$uminus(X8)) )
            | ~ $less(X8,X5)
            | $less(X8,0) )
        & ~ $less(sK2,X5)
        & ~ $less(X5,0) )
   => ( ? [X6: map_int_int] :
          ( ? [X7: $int] :
              ( ( tb2t2(get(int,int,t2tb5(X6),t2tb2(X7))) != $sum(sK2,$uminus(X7)) )
              & $less(X7,$sum(sK5,1))
              & ~ $less(X7,0) )
          & ( tb2t5(set(int,int,t2tb5(sK4),t2tb2(sK5),t2tb2($sum(sK2,$uminus(sK5))))) = X6 )
          & ~ $less($sum(sK2,1),0) )
      & $less(sK5,$sum(sK2,1))
      & ~ $less(sK5,0)
      & ~ $less($sum(sK2,1),0)
      & ! [X8: $int] :
          ( ( $sum(sK2,$uminus(X8)) = tb2t2(get(int,int,t2tb5(sK4),t2tb2(X8))) )
          | ~ $less(X8,sK5)
          | $less(X8,0) )
      & ~ $less(sK2,sK5)
      & ~ $less(sK5,0) ) ),
    introduced(choice_axiom,[]) ).

tff(f156,plain,
    ( ? [X6: map_int_int] :
        ( ? [X7: $int] :
            ( ( tb2t2(get(int,int,t2tb5(X6),t2tb2(X7))) != $sum(sK2,$uminus(X7)) )
            & $less(X7,$sum(sK5,1))
            & ~ $less(X7,0) )
        & ( tb2t5(set(int,int,t2tb5(sK4),t2tb2(sK5),t2tb2($sum(sK2,$uminus(sK5))))) = X6 )
        & ~ $less($sum(sK2,1),0) )
   => ( ? [X7: $int] :
          ( ( $sum(sK2,$uminus(X7)) != tb2t2(get(int,int,t2tb5(sK6),t2tb2(X7))) )
          & $less(X7,$sum(sK5,1))
          & ~ $less(X7,0) )
      & ( tb2t5(set(int,int,t2tb5(sK4),t2tb2(sK5),t2tb2($sum(sK2,$uminus(sK5))))) = sK6 )
      & ~ $less($sum(sK2,1),0) ) ),
    introduced(choice_axiom,[]) ).

tff(f157,plain,
    ( ? [X7: $int] :
        ( ( $sum(sK2,$uminus(X7)) != tb2t2(get(int,int,t2tb5(sK6),t2tb2(X7))) )
        & $less(X7,$sum(sK5,1))
        & ~ $less(X7,0) )
   => ( ( tb2t2(get(int,int,t2tb5(sK6),t2tb2(sK7))) != $sum(sK2,$uminus(sK7)) )
      & $less(sK7,$sum(sK5,1))
      & ~ $less(sK7,0) ) ),
    introduced(choice_axiom,[]) ).

tff(f153,plain,
    ? [X0: $int,X1: uni,X2: $int,X3: uni] :
      ( ? [X4: map_int_int,X5: $int] :
          ( ? [X6: map_int_int] :
              ( ? [X7: $int] :
                  ( ( tb2t2(get(int,int,t2tb5(X6),t2tb2(X7))) != $sum(X2,$uminus(X7)) )
                  & $less(X7,$sum(X5,1))
                  & ~ $less(X7,0) )
              & ( tb2t5(set(int,int,t2tb5(X4),t2tb2(X5),t2tb2($sum(X2,$uminus(X5))))) = X6 )
              & ~ $less($sum(X2,1),0) )
          & $less(X5,$sum(X2,1))
          & ~ $less(X5,0)
          & ~ $less($sum(X2,1),0)
          & ! [X8: $int] :
              ( ( $sum(X2,$uminus(X8)) = tb2t2(get(int,int,t2tb5(X4),t2tb2(X8))) )
              | ~ $less(X8,X5)
              | $less(X8,0) )
          & ~ $less(X2,X5)
          & ~ $less(X5,0) )
      & ~ $less(X2,0)
      & ~ $less($sum(X2,1),0)
      & ~ $less($sum(X2,1),0)
      & ~ $less(X2,0)
      & ~ $less(X0,0)
      & sort1(map(int,char),X3)
      & sort1(map(int,char),X1) ),
    inference(rectify,[],[f148]) ).

tff(f148,plain,
    ? [X0: $int,X1: uni,X2: $int,X3: uni] :
      ( ? [X4: map_int_int,X5: $int] :
          ( ? [X7: map_int_int] :
              ( ? [X8: $int] :
                  ( ( tb2t2(get(int,int,t2tb5(X7),t2tb2(X8))) != $sum(X2,$uminus(X8)) )
                  & $less(X8,$sum(X5,1))
                  & ~ $less(X8,0) )
              & ( tb2t5(set(int,int,t2tb5(X4),t2tb2(X5),t2tb2($sum(X2,$uminus(X5))))) = X7 )
              & ~ $less($sum(X2,1),0) )
          & $less(X5,$sum(X2,1))
          & ~ $less(X5,0)
          & ~ $less($sum(X2,1),0)
          & ! [X6: $int] :
              ( ( tb2t2(get(int,int,t2tb5(X4),t2tb2(X6))) = $sum(X2,$uminus(X6)) )
              | ~ $less(X6,X5)
              | $less(X6,0) )
          & ~ $less(X2,X5)
          & ~ $less(X5,0) )
      & ~ $less(X2,0)
      & ~ $less($sum(X2,1),0)
      & ~ $less($sum(X2,1),0)
      & ~ $less(X2,0)
      & ~ $less(X0,0)
      & sort1(map(int,char),X3)
      & sort1(map(int,char),X1) ),
    inference(flattening,[],[f147]) ).

tff(f147,plain,
    ? [X0: $int,X1: uni,X2: $int,X3: uni] :
      ( ? [X4: map_int_int,X5: $int] :
          ( ? [X7: map_int_int] :
              ( ? [X8: $int] :
                  ( ( tb2t2(get(int,int,t2tb5(X7),t2tb2(X8))) != $sum(X2,$uminus(X8)) )
                  & $less(X8,$sum(X5,1))
                  & ~ $less(X8,0) )
              & ( tb2t5(set(int,int,t2tb5(X4),t2tb2(X5),t2tb2($sum(X2,$uminus(X5))))) = X7 )
              & ~ $less($sum(X2,1),0) )
          & $less(X5,$sum(X2,1))
          & ~ $less(X5,0)
          & ~ $less($sum(X2,1),0)
          & ! [X6: $int] :
              ( ( tb2t2(get(int,int,t2tb5(X4),t2tb2(X6))) = $sum(X2,$uminus(X6)) )
              | ~ $less(X6,X5)
              | $less(X6,0) )
          & ~ $less(X2,X5)
          & ~ $less(X5,0) )
      & ~ $less(X2,0)
      & ~ $less($sum(X2,1),0)
      & ~ $less($sum(X2,1),0)
      & ~ $less(X2,0)
      & ~ $less(X0,0)
      & sort1(map(int,char),X3)
      & sort1(map(int,char),X1) ),
    inference(ennf_transformation,[],[f136]) ).

tff(f136,plain,
    ~ ! [X0: $int,X1: uni,X2: $int,X3: uni] :
        ( sort1(map(int,char),X1)
       => ( sort1(map(int,char),X3)
         => ( ( ~ $less(X2,0)
              & ~ $less(X0,0) )
           => ( ~ $less($sum(X2,1),0)
             => ( ~ $less($sum(X2,1),0)
               => ( ~ $less(X2,0)
                 => ! [X4: map_int_int,X5: $int] :
                      ( ( ~ $less(X2,X5)
                        & ~ $less(X5,0) )
                     => ( ! [X6: $int] :
                            ( ( $less(X6,X5)
                              & ~ $less(X6,0) )
                           => ( tb2t2(get(int,int,t2tb5(X4),t2tb2(X6))) = $sum(X2,$uminus(X6)) ) )
                       => ( ( $less(X5,$sum(X2,1))
                            & ~ $less(X5,0)
                            & ~ $less($sum(X2,1),0) )
                         => ! [X7: map_int_int] :
                              ( ( ( tb2t5(set(int,int,t2tb5(X4),t2tb2(X5),t2tb2($sum(X2,$uminus(X5))))) = X7 )
                                & ~ $less($sum(X2,1),0) )
                             => ! [X8: $int] :
                                  ( ( $less(X8,$sum(X5,1))
                                    & ~ $less(X8,0) )
                                 => ( tb2t2(get(int,int,t2tb5(X7),t2tb2(X8))) = $sum(X2,$uminus(X8)) ) ) ) ) ) ) ) ) ) ) ) ),
    inference(rectify,[],[f117]) ).

tff(f117,plain,
    ~ ! [X15: $int,X32: uni,X16: $int,X33: uni] :
        ( sort1(map(int,char),X32)
       => ( sort1(map(int,char),X33)
         => ( ( ~ $less(X16,0)
              & ~ $less(X15,0) )
           => ( ~ $less($sum(X16,1),0)
             => ( ~ $less($sum(X16,1),0)
               => ( ~ $less(X16,0)
                 => ! [X34: map_int_int,X13: $int] :
                      ( ( ~ $less(X16,X13)
                        & ~ $less(X13,0) )
                     => ( ! [X14: $int] :
                            ( ( $less(X14,X13)
                              & ~ $less(X14,0) )
                           => ( tb2t2(get(int,int,t2tb5(X34),t2tb2(X14))) = $sum(X16,$uminus(X14)) ) )
                       => ( ( $less(X13,$sum(X16,1))
                            & ~ $less(X13,0)
                            & ~ $less($sum(X16,1),0) )
                         => ! [X35: map_int_int] :
                              ( ( ( tb2t5(set(int,int,t2tb5(X34),t2tb2(X13),t2tb2($sum(X16,$uminus(X13))))) = X35 )
                                & ~ $less($sum(X16,1),0) )
                             => ! [X14: $int] :
                                  ( ( $less(X14,$sum(X13,1))
                                    & ~ $less(X14,0) )
                                 => ( tb2t2(get(int,int,t2tb5(X35),t2tb2(X14))) = $sum(X16,$uminus(X14)) ) ) ) ) ) ) ) ) ) ) ) ),
    inference(theory_normalization,[],[f101]) ).

tff(f101,negated_conjecture,
    ~ ! [X15: $int,X32: uni,X16: $int,X33: uni] :
        ( sort1(map(int,char),X32)
       => ( sort1(map(int,char),X33)
         => ( ( $lesseq(0,X16)
              & $lesseq(0,X15) )
           => ( $lesseq(0,$sum(X16,1))
             => ( $lesseq(0,$sum(X16,1))
               => ( $lesseq(0,X16)
                 => ! [X34: map_int_int,X13: $int] :
                      ( ( $lesseq(X13,X16)
                        & $lesseq(0,X13) )
                     => ( ! [X14: $int] :
                            ( ( $less(X14,X13)
                              & $lesseq(0,X14) )
                           => ( tb2t2(get(int,int,t2tb5(X34),t2tb2(X14))) = $difference(X16,X14) ) )
                       => ( ( $less(X13,$sum(X16,1))
                            & $lesseq(0,X13)
                            & $lesseq(0,$sum(X16,1)) )
                         => ! [X35: map_int_int] :
                              ( ( ( tb2t5(set(int,int,t2tb5(X34),t2tb2(X13),t2tb2($difference(X16,X13)))) = X35 )
                                & $lesseq(0,$sum(X16,1)) )
                             => ! [X14: $int] :
                                  ( ( $less(X14,$sum(X13,1))
                                    & $lesseq(0,X14) )
                                 => ( $difference(X16,X14) = tb2t2(get(int,int,t2tb5(X35),t2tb2(X14))) ) ) ) ) ) ) ) ) ) ) ) ),
    inference(negated_conjecture,[],[f100]) ).

tff(f100,conjecture,
    ! [X15: $int,X32: uni,X16: $int,X33: uni] :
      ( sort1(map(int,char),X32)
     => ( sort1(map(int,char),X33)
       => ( ( $lesseq(0,X16)
            & $lesseq(0,X15) )
         => ( $lesseq(0,$sum(X16,1))
           => ( $lesseq(0,$sum(X16,1))
             => ( $lesseq(0,X16)
               => ! [X34: map_int_int,X13: $int] :
                    ( ( $lesseq(X13,X16)
                      & $lesseq(0,X13) )
                   => ( ! [X14: $int] :
                          ( ( $less(X14,X13)
                            & $lesseq(0,X14) )
                         => ( tb2t2(get(int,int,t2tb5(X34),t2tb2(X14))) = $difference(X16,X14) ) )
                     => ( ( $less(X13,$sum(X16,1))
                          & $lesseq(0,X13)
                          & $lesseq(0,$sum(X16,1)) )
                       => ! [X35: map_int_int] :
                            ( ( ( tb2t5(set(int,int,t2tb5(X34),t2tb2(X13),t2tb2($difference(X16,X13)))) = X35 )
                              & $lesseq(0,$sum(X16,1)) )
                           => ! [X14: $int] :
                                ( ( $less(X14,$sum(X13,1))
                                  & $lesseq(0,X14) )
                               => ( $difference(X16,X14) = tb2t2(get(int,int,t2tb5(X35),t2tb2(X14))) ) ) ) ) ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/tmp/tmp.I3TmDFxTS4/Vampire---4.8_3501',wP_parameter_distance) ).

tff(f1899,plain,
    ( ~ $less(sK7,sF14)
    | ~ spl24_26 ),
    inference(resolution,[],[f338,f1259]) ).

tff(f1259,plain,
    ( $less(sK5,sK7)
    | ~ spl24_26 ),
    inference(avatar_component_clause,[],[f1258]) ).

tff(f1258,plain,
    ( spl24_26
  <=> $less(sK5,sK7) ),
    introduced(avatar_definition,[new_symbols(naming,[spl24_26])]) ).

tff(f338,plain,
    ! [X0: $int] :
      ( ~ $less(sK5,X0)
      | ~ $less(X0,sF14) ),
    inference(superposition,[],[f135,f195]) ).

tff(f135,plain,
    ! [X0: $int,X1: $int] :
      ( ~ $less(X1,$sum(X0,1))
      | ~ $less(X0,X1) ),
    introduced(theory_axiom_161,[]) ).

tff(f1382,plain,
    ~ spl24_25,
    inference(avatar_contradiction_clause,[],[f1381]) ).

tff(f1381,plain,
    ( $false
    | ~ spl24_25 ),
    inference(subsumption_resolution,[],[f1380,f194]) ).

tff(f194,plain,
    sF11 != sF13,
    inference(definition_folding,[],[f176,f193,f192,f191,f190,f189,f188]) ).

tff(f188,plain,
    t2tb5(sK6) = sF8,
    introduced(function_definition,[new_symbols(definition,[sF8])]) ).

tff(f189,plain,
    t2tb2(sK7) = sF9,
    introduced(function_definition,[new_symbols(definition,[sF9])]) ).

tff(f190,plain,
    get(int,int,sF8,sF9) = sF10,
    introduced(function_definition,[new_symbols(definition,[sF10])]) ).

tff(f191,plain,
    tb2t2(sF10) = sF11,
    introduced(function_definition,[new_symbols(definition,[sF11])]) ).

tff(f192,plain,
    $uminus(sK7) = sF12,
    introduced(function_definition,[new_symbols(definition,[sF12])]) ).

tff(f193,plain,
    $sum(sK2,sF12) = sF13,
    introduced(function_definition,[new_symbols(definition,[sF13])]) ).

tff(f176,plain,
    tb2t2(get(int,int,t2tb5(sK6),t2tb2(sK7))) != $sum(sK2,$uminus(sK7)),
    inference(cnf_transformation,[],[f158]) ).

tff(f1380,plain,
    ( ( sF11 = sF13 )
    | ~ spl24_25 ),
    inference(forward_demodulation,[],[f1378,f191]) ).

tff(f1378,plain,
    ( ( tb2t2(sF10) = sF13 )
    | ~ spl24_25 ),
    inference(superposition,[],[f183,f1376]) ).

tff(f1376,plain,
    ( ( sF10 = t2tb2(sF13) )
    | ~ spl24_25 ),
    inference(backward_demodulation,[],[f1369,f1375]) ).

tff(f1375,plain,
    ( ( sF13 = sF18 )
    | ~ spl24_25 ),
    inference(forward_demodulation,[],[f1374,f193]) ).

tff(f1374,plain,
    ( ( $sum(sK2,sF12) = sF18 )
    | ~ spl24_25 ),
    inference(forward_demodulation,[],[f200,f1340]) ).

tff(f1340,plain,
    ( ( sF12 = sF17 )
    | ~ spl24_25 ),
    inference(backward_demodulation,[],[f199,f1333]) ).

tff(f1333,plain,
    ( ( $uminus(sK5) = sF12 )
    | ~ spl24_25 ),
    inference(backward_demodulation,[],[f192,f1256]) ).

tff(f1256,plain,
    ( ( sK5 = sK7 )
    | ~ spl24_25 ),
    inference(avatar_component_clause,[],[f1255]) ).

tff(f1255,plain,
    ( spl24_25
  <=> ( sK5 = sK7 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl24_25])]) ).

tff(f199,plain,
    $uminus(sK5) = sF17,
    introduced(function_definition,[new_symbols(definition,[sF17])]) ).

tff(f200,plain,
    $sum(sK2,sF17) = sF18,
    introduced(function_definition,[new_symbols(definition,[sF18])]) ).

tff(f1369,plain,
    ( ( sF10 = t2tb2(sF18) )
    | ~ spl24_25 ),
    inference(forward_demodulation,[],[f201,f1357]) ).

tff(f1357,plain,
    ( ( sF10 = sF19 )
    | ~ spl24_25 ),
    inference(forward_demodulation,[],[f1356,f190]) ).

tff(f1356,plain,
    ( ( get(int,int,sF8,sF9) = sF19 )
    | ~ spl24_25 ),
    inference(subsumption_resolution,[],[f1352,f244]) ).

tff(f244,plain,
    ! [X0: uni] : sort1(int,X0),
    inference(superposition,[],[f181,f182]) ).

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

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

tff(f84,axiom,
    ! [X14: uni] : ( t2tb2(tb2t2(X14)) = X14 ),
    file('/export/starexec/sandbox/tmp/tmp.I3TmDFxTS4/Vampire---4.8_3501',bridgeR2) ).

tff(f181,plain,
    ! [X0: $int] : sort1(int,t2tb2(X0)),
    inference(cnf_transformation,[],[f141]) ).

tff(f141,plain,
    ! [X0: $int] : sort1(int,t2tb2(X0)),
    inference(rectify,[],[f82]) ).

tff(f82,axiom,
    ! [X1: $int] : sort1(int,t2tb2(X1)),
    file('/export/starexec/sandbox/tmp/tmp.I3TmDFxTS4/Vampire---4.8_3501',t2tb_sort8) ).

tff(f1352,plain,
    ( ( get(int,int,sF8,sF9) = sF19 )
    | ~ sort1(int,sF19)
    | ~ spl24_25 ),
    inference(superposition,[],[f187,f1350]) ).

tff(f1350,plain,
    ( ( sF8 = set(int,int,sF15,sF9,sF19) )
    | ~ spl24_25 ),
    inference(backward_demodulation,[],[f341,f1349]) ).

tff(f1349,plain,
    ( ( sF9 = sF16 )
    | ~ spl24_25 ),
    inference(forward_demodulation,[],[f198,f1335]) ).

tff(f1335,plain,
    ( ( t2tb2(sK5) = sF9 )
    | ~ spl24_25 ),
    inference(backward_demodulation,[],[f189,f1256]) ).

tff(f198,plain,
    t2tb2(sK5) = sF16,
    introduced(function_definition,[new_symbols(definition,[sF16])]) ).

tff(f341,plain,
    sF8 = set(int,int,sF15,sF16,sF19),
    inference(forward_demodulation,[],[f202,f256]) ).

tff(f256,plain,
    sF8 = sF20,
    inference(forward_demodulation,[],[f255,f188]) ).

tff(f255,plain,
    t2tb5(sK6) = sF20,
    inference(superposition,[],[f185,f239]) ).

tff(f239,plain,
    sK6 = tb2t5(sF20),
    inference(forward_demodulation,[],[f203,f204]) ).

tff(f204,plain,
    sK6 = sF21,
    inference(definition_folding,[],[f173,f203,f202,f201,f200,f199,f198,f197]) ).

tff(f197,plain,
    t2tb5(sK4) = sF15,
    introduced(function_definition,[new_symbols(definition,[sF15])]) ).

tff(f173,plain,
    tb2t5(set(int,int,t2tb5(sK4),t2tb2(sK5),t2tb2($sum(sK2,$uminus(sK5))))) = sK6,
    inference(cnf_transformation,[],[f158]) ).

tff(f203,plain,
    tb2t5(sF20) = sF21,
    introduced(function_definition,[new_symbols(definition,[sF21])]) ).

tff(f185,plain,
    ! [X0: uni] : ( t2tb5(tb2t5(X0)) = X0 ),
    inference(cnf_transformation,[],[f145]) ).

tff(f145,plain,
    ! [X0: uni] : ( t2tb5(tb2t5(X0)) = X0 ),
    inference(rectify,[],[f99]) ).

tff(f99,axiom,
    ! [X14: uni] : ( t2tb5(tb2t5(X14)) = X14 ),
    file('/export/starexec/sandbox/tmp/tmp.I3TmDFxTS4/Vampire---4.8_3501',bridgeR5) ).

tff(f202,plain,
    set(int,int,sF15,sF16,sF19) = sF20,
    introduced(function_definition,[new_symbols(definition,[sF20])]) ).

tff(f187,plain,
    ! [X2: uni,X0: ty,X1: ty,X4: uni,X5: uni] :
      ( ( get(X1,X0,set(X1,X0,X2,X4,X5),X4) = X5 )
      | ~ sort1(X1,X5) ),
    inference(equality_resolution,[],[f179]) ).

tff(f179,plain,
    ! [X2: uni,X3: uni,X0: ty,X1: ty,X4: uni,X5: uni] :
      ( ( get(X1,X0,set(X1,X0,X2,X3,X5),X4) = X5 )
      | ( X3 != X4 )
      | ~ sort1(X1,X5) ),
    inference(cnf_transformation,[],[f152]) ).

tff(f152,plain,
    ! [X0: ty,X1: ty,X2: uni,X3: uni,X4: uni,X5: uni] :
      ( ( get(X1,X0,set(X1,X0,X2,X3,X5),X4) = X5 )
      | ( X3 != X4 )
      | ~ sort1(X1,X5) ),
    inference(flattening,[],[f151]) ).

tff(f151,plain,
    ! [X0: ty,X1: ty,X2: uni,X3: uni,X4: uni,X5: uni] :
      ( ( get(X1,X0,set(X1,X0,X2,X3,X5),X4) = X5 )
      | ( X3 != X4 )
      | ~ sort1(X1,X5) ),
    inference(ennf_transformation,[],[f139]) ).

tff(f139,plain,
    ! [X0: ty,X1: ty,X2: uni,X3: uni,X4: uni,X5: uni] :
      ( sort1(X1,X5)
     => ( ( X3 = X4 )
       => ( get(X1,X0,set(X1,X0,X2,X3,X5),X4) = X5 ) ) ),
    inference(rectify,[],[f72]) ).

tff(f72,axiom,
    ! [X0: ty,X23: ty,X19: uni,X8: uni,X30: uni,X31: uni] :
      ( sort1(X23,X31)
     => ( ( X8 = X30 )
       => ( get(X23,X0,set(X23,X0,X19,X8,X31),X30) = X31 ) ) ),
    file('/export/starexec/sandbox/tmp/tmp.I3TmDFxTS4/Vampire---4.8_3501',select_eq) ).

tff(f201,plain,
    t2tb2(sF18) = sF19,
    introduced(function_definition,[new_symbols(definition,[sF19])]) ).

tff(f183,plain,
    ! [X0: $int] : ( tb2t2(t2tb2(X0)) = X0 ),
    inference(cnf_transformation,[],[f143]) ).

tff(f143,plain,
    ! [X0: $int] : ( tb2t2(t2tb2(X0)) = X0 ),
    inference(rectify,[],[f83]) ).

tff(f83,axiom,
    ! [X13: $int] : ( tb2t2(t2tb2(X13)) = X13 ),
    file('/export/starexec/sandbox/tmp/tmp.I3TmDFxTS4/Vampire---4.8_3501',bridgeL2) ).

tff(f1313,plain,
    ( spl24_25
    | ~ spl24_2 ),
    inference(avatar_split_clause,[],[f1303,f222,f1255]) ).

tff(f222,plain,
    ( spl24_2
  <=> ( $sum(sK2,$uminus(sK7)) = tb2t2(get(int,int,sF15,sF9)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl24_2])]) ).

tff(f1303,plain,
    ( ( sK5 = sK7 )
    | ~ spl24_2 ),
    inference(backward_demodulation,[],[f253,f1290]) ).

tff(f1290,plain,
    ( ( sK5 = tb2t2(sF9) )
    | ~ spl24_2 ),
    inference(superposition,[],[f183,f1284]) ).

tff(f1284,plain,
    ( ( t2tb2(sK5) = sF9 )
    | ~ spl24_2 ),
    inference(backward_demodulation,[],[f198,f1283]) ).

tff(f1283,plain,
    ( ( sF9 = sF16 )
    | ~ spl24_2 ),
    inference(subsumption_resolution,[],[f1282,f194]) ).

tff(f1282,plain,
    ( ( sF11 = sF13 )
    | ( sF9 = sF16 )
    | ~ spl24_2 ),
    inference(forward_demodulation,[],[f1281,f191]) ).

tff(f1281,plain,
    ( ( tb2t2(sF10) = sF13 )
    | ( sF9 = sF16 )
    | ~ spl24_2 ),
    inference(forward_demodulation,[],[f1279,f190]) ).

tff(f1279,plain,
    ( ( sF13 = tb2t2(get(int,int,sF8,sF9)) )
    | ( sF9 = sF16 )
    | ~ spl24_2 ),
    inference(superposition,[],[f1278,f465]) ).

tff(f465,plain,
    ! [X0: uni] :
      ( ( get(int,int,sF15,X0) = get(int,int,sF8,X0) )
      | ( sF16 = X0 ) ),
    inference(subsumption_resolution,[],[f464,f225]) ).

tff(f225,plain,
    sort1(int,sF16),
    inference(superposition,[],[f181,f198]) ).

tff(f464,plain,
    ! [X0: uni] :
      ( ( get(int,int,sF15,X0) = get(int,int,sF8,X0) )
      | ( sF16 = X0 )
      | ~ sort1(int,sF16) ),
    inference(subsumption_resolution,[],[f460,f244]) ).

tff(f460,plain,
    ! [X0: uni] :
      ( ( get(int,int,sF15,X0) = get(int,int,sF8,X0) )
      | ( sF16 = X0 )
      | ~ sort1(int,X0)
      | ~ sort1(int,sF16) ),
    inference(superposition,[],[f178,f341]) ).

tff(f178,plain,
    ! [X2: uni,X3: uni,X0: ty,X1: ty,X4: uni,X5: uni] :
      ( ( get(X1,X0,set(X1,X0,X2,X3,X5),X4) = get(X1,X0,X2,X4) )
      | ( X3 = X4 )
      | ~ sort1(X0,X4)
      | ~ sort1(X0,X3) ),
    inference(cnf_transformation,[],[f150]) ).

tff(f150,plain,
    ! [X0: ty,X1: ty,X2: uni,X3: uni,X4: uni] :
      ( ! [X5: uni] :
          ( ( get(X1,X0,set(X1,X0,X2,X3,X5),X4) = get(X1,X0,X2,X4) )
          | ( X3 = X4 ) )
      | ~ sort1(X0,X4)
      | ~ sort1(X0,X3) ),
    inference(flattening,[],[f149]) ).

tff(f149,plain,
    ! [X0: ty,X1: ty,X2: uni,X3: uni,X4: uni] :
      ( ! [X5: uni] :
          ( ( get(X1,X0,set(X1,X0,X2,X3,X5),X4) = get(X1,X0,X2,X4) )
          | ( X3 = X4 ) )
      | ~ sort1(X0,X4)
      | ~ sort1(X0,X3) ),
    inference(ennf_transformation,[],[f138]) ).

tff(f138,plain,
    ! [X0: ty,X1: ty,X2: uni,X3: uni,X4: uni] :
      ( sort1(X0,X3)
     => ( sort1(X0,X4)
       => ! [X5: uni] :
            ( ( X3 != X4 )
           => ( get(X1,X0,set(X1,X0,X2,X3,X5),X4) = get(X1,X0,X2,X4) ) ) ) ),
    inference(rectify,[],[f73]) ).

tff(f73,axiom,
    ! [X0: ty,X23: ty,X19: uni,X8: uni,X30: uni] :
      ( sort1(X0,X8)
     => ( sort1(X0,X30)
       => ! [X31: uni] :
            ( ( X8 != X30 )
           => ( get(X23,X0,set(X23,X0,X19,X8,X31),X30) = get(X23,X0,X19,X30) ) ) ) ),
    file('/export/starexec/sandbox/tmp/tmp.I3TmDFxTS4/Vampire---4.8_3501',select_neq) ).

tff(f1278,plain,
    ( ( sF13 = tb2t2(get(int,int,sF15,sF9)) )
    | ~ spl24_2 ),
    inference(forward_demodulation,[],[f1277,f193]) ).

tff(f1277,plain,
    ( ( $sum(sK2,sF12) = tb2t2(get(int,int,sF15,sF9)) )
    | ~ spl24_2 ),
    inference(forward_demodulation,[],[f223,f192]) ).

tff(f223,plain,
    ( ( $sum(sK2,$uminus(sK7)) = tb2t2(get(int,int,sF15,sF9)) )
    | ~ spl24_2 ),
    inference(avatar_component_clause,[],[f222]) ).

tff(f253,plain,
    sK7 = tb2t2(sF9),
    inference(superposition,[],[f183,f189]) ).

tff(f1260,plain,
    ( spl24_25
    | spl24_26
    | spl24_1 ),
    inference(avatar_split_clause,[],[f364,f219,f1258,f1255]) ).

tff(f219,plain,
    ( spl24_1
  <=> $less(sK7,sK5) ),
    introduced(avatar_definition,[new_symbols(naming,[spl24_1])]) ).

tff(f364,plain,
    ( $less(sK5,sK7)
    | ( sK5 = sK7 )
    | spl24_1 ),
    inference(resolution,[],[f125,f220]) ).

tff(f220,plain,
    ( ~ $less(sK7,sK5)
    | spl24_1 ),
    inference(avatar_component_clause,[],[f219]) ).

tff(f125,plain,
    ! [X0: $int,X1: $int] :
      ( $less(X1,X0)
      | $less(X0,X1)
      | ( X0 = X1 ) ),
    introduced(theory_axiom_144,[]) ).

tff(f224,plain,
    ( ~ spl24_1
    | spl24_2 ),
    inference(avatar_split_clause,[],[f217,f222,f219]) ).

tff(f217,plain,
    ( ( $sum(sK2,$uminus(sK7)) = tb2t2(get(int,int,sF15,sF9)) )
    | ~ $less(sK7,sK5) ),
    inference(subsumption_resolution,[],[f216,f174]) ).

tff(f174,plain,
    ~ $less(sK7,0),
    inference(cnf_transformation,[],[f158]) ).

tff(f216,plain,
    ( ( $sum(sK2,$uminus(sK7)) = tb2t2(get(int,int,sF15,sF9)) )
    | ~ $less(sK7,sK5)
    | $less(sK7,0) ),
    inference(superposition,[],[f209,f189]) ).

tff(f209,plain,
    ! [X8: $int] :
      ( ( $sum(sK2,$uminus(X8)) = tb2t2(get(int,int,sF15,t2tb2(X8))) )
      | ~ $less(X8,sK5)
      | $less(X8,0) ),
    inference(definition_folding,[],[f168,f197]) ).

tff(f168,plain,
    ! [X8: $int] :
      ( ( $sum(sK2,$uminus(X8)) = tb2t2(get(int,int,t2tb5(sK4),t2tb2(X8))) )
      | ~ $less(X8,sK5)
      | $less(X8,0) ),
    inference(cnf_transformation,[],[f158]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.14  % Problem    : SWW589_2 : TPTP v8.1.2. Released v6.1.0.
% 0.03/0.16  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s
% 0.15/0.37  % Computer : n007.cluster.edu
% 0.15/0.37  % Model    : x86_64 x86_64
% 0.15/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.37  % Memory   : 8042.1875MB
% 0.15/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.37  % CPULimit   : 300
% 0.15/0.37  % WCLimit    : 300
% 0.15/0.37  % DateTime   : Tue Apr 30 17:47:48 EDT 2024
% 0.15/0.37  % CPUTime    : 
% 0.15/0.37  This is a TF0_THM_EQU_ARI problem
% 0.15/0.37  Running vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t 300 /export/starexec/sandbox/tmp/tmp.I3TmDFxTS4/Vampire---4.8_3501
% 0.58/0.76  % (3764)lrs+21_1:5_sil=2000:sos=on:urr=on:newcnf=on:slsq=on:i=83:slsql=off:bd=off:nm=2:ss=axioms:st=1.5:sp=const_min:gsp=on:rawr=on_0 on Vampire---4 for (2996ds/83Mi)
% 0.58/0.76  % (3758)dis-1011_2:1_sil=2000:lsd=20:nwc=5.0:flr=on:mep=off:st=3.0:i=34:sd=1:ep=RS:ss=axioms_0 on Vampire---4 for (2996ds/34Mi)
% 0.58/0.76  % (3761)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on Vampire---4 for (2996ds/33Mi)
% 0.58/0.76  % (3762)lrs+2_1:1_sil=16000:fde=none:sos=all:nwc=5.0:i=34:ep=RS:s2pl=on:lma=on:afp=100000_0 on Vampire---4 for (2996ds/34Mi)
% 0.58/0.76  % (3759)lrs+1011_461:32768_sil=16000:irw=on:sp=frequency:lsd=20:fd=preordered:nwc=10.0:s2agt=32:alpa=false:cond=fast:s2a=on:i=51:s2at=3.0:awrs=decay:awrsf=691:bd=off:nm=20:fsr=off:amm=sco:uhcvi=on:rawr=on_0 on Vampire---4 for (2996ds/51Mi)
% 0.58/0.76  % (3763)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on Vampire---4 for (2996ds/45Mi)
% 0.58/0.76  % (3765)lrs-21_1:1_to=lpo:sil=2000:sp=frequency:sos=on:lma=on:i=56:sd=2:ss=axioms:ep=R_0 on Vampire---4 for (2996ds/56Mi)
% 0.60/0.76  % (3760)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on Vampire---4 for (2996ds/78Mi)
% 0.60/0.78  % (3761)Instruction limit reached!
% 0.60/0.78  % (3761)------------------------------
% 0.60/0.78  % (3761)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.60/0.78  % (3762)Instruction limit reached!
% 0.60/0.78  % (3762)------------------------------
% 0.60/0.78  % (3762)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.60/0.78  % (3761)Termination reason: Unknown
% 0.60/0.78  % (3761)Termination phase: Saturation
% 0.60/0.78  
% 0.60/0.78  % (3761)Memory used [KB]: 1406
% 0.60/0.78  % (3761)Time elapsed: 0.021 s
% 0.60/0.78  % (3761)Instructions burned: 34 (million)
% 0.60/0.78  % (3761)------------------------------
% 0.60/0.78  % (3761)------------------------------
% 0.60/0.78  % (3762)Termination reason: Unknown
% 0.60/0.78  % (3762)Termination phase: Saturation
% 0.60/0.78  
% 0.60/0.78  % (3762)Memory used [KB]: 1552
% 0.60/0.78  % (3762)Time elapsed: 0.021 s
% 0.60/0.78  % (3762)Instructions burned: 34 (million)
% 0.60/0.78  % (3762)------------------------------
% 0.60/0.78  % (3762)------------------------------
% 0.60/0.78  % (3758)Instruction limit reached!
% 0.60/0.78  % (3758)------------------------------
% 0.60/0.78  % (3758)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.60/0.78  % (3758)Termination reason: Unknown
% 0.60/0.78  % (3758)Termination phase: Saturation
% 0.60/0.78  
% 0.60/0.78  % (3758)Memory used [KB]: 1383
% 0.60/0.78  % (3758)Time elapsed: 0.022 s
% 0.60/0.78  % (3758)Instructions burned: 35 (million)
% 0.60/0.78  % (3758)------------------------------
% 0.60/0.78  % (3758)------------------------------
% 0.60/0.78  % (3766)lrs+21_1:16_sil=2000:sp=occurrence:urr=on:flr=on:i=55:sd=1:nm=0:ins=3:ss=included:rawr=on:br=off_0 on Vampire---4 for (2995ds/55Mi)
% 0.60/0.78  % (3767)dis+3_25:4_sil=16000:sos=all:erd=off:i=50:s2at=4.0:bd=off:nm=60:sup=off:cond=on:av=off:ins=2:nwc=10.0:etr=on:to=lpo:s2agt=20:fd=off:bsr=unit_only:slsq=on:slsqr=28,19:awrs=converge:awrsf=500:tgt=ground:bs=unit_only_0 on Vampire---4 for (2995ds/50Mi)
% 0.60/0.78  % (3763)Instruction limit reached!
% 0.60/0.78  % (3763)------------------------------
% 0.60/0.78  % (3763)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.60/0.78  % (3763)Termination reason: Unknown
% 0.60/0.78  % (3763)Termination phase: Saturation
% 0.60/0.78  
% 0.60/0.78  % (3764)Instruction limit reached!
% 0.60/0.78  % (3764)------------------------------
% 0.60/0.78  % (3764)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.60/0.78  % (3763)Memory used [KB]: 1415
% 0.60/0.78  % (3763)Time elapsed: 0.027 s
% 0.60/0.78  % (3763)Instructions burned: 45 (million)
% 0.60/0.78  % (3763)------------------------------
% 0.60/0.78  % (3763)------------------------------
% 0.60/0.78  % (3764)Termination reason: Unknown
% 0.60/0.78  % (3764)Termination phase: Saturation
% 0.60/0.78  
% 0.60/0.78  % (3764)Memory used [KB]: 2229
% 0.60/0.78  % (3764)Time elapsed: 0.028 s
% 0.60/0.78  % (3764)Instructions burned: 86 (million)
% 0.60/0.78  % (3764)------------------------------
% 0.60/0.78  % (3764)------------------------------
% 0.60/0.79  % (3768)lrs+1010_1:2_sil=4000:tgt=ground:nwc=10.0:st=2.0:i=208:sd=1:bd=off:ss=axioms_0 on Vampire---4 for (2995ds/208Mi)
% 0.60/0.79  % (3771)lrs-1010_1:1_to=lpo:sil=2000:sp=reverse_arity:sos=on:urr=ec_only:i=518:sd=2:bd=off:ss=axioms:sgt=16_0 on Vampire---4 for (2995ds/518Mi)
% 0.60/0.79  % (3769)lrs-1011_1:1_sil=4000:plsq=on:plsqr=32,1:sp=frequency:plsql=on:nwc=10.0:i=52:aac=none:afr=on:ss=axioms:er=filter:sgt=16:rawr=on:etr=on:lma=on_0 on Vampire---4 for (2995ds/52Mi)
% 0.60/0.79  % (3765)Instruction limit reached!
% 0.60/0.79  % (3765)------------------------------
% 0.60/0.79  % (3765)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.60/0.79  % (3765)Termination reason: Unknown
% 0.60/0.79  % (3765)Termination phase: Saturation
% 0.60/0.79  
% 0.60/0.79  % (3765)Memory used [KB]: 1430
% 0.60/0.79  % (3765)Time elapsed: 0.031 s
% 0.60/0.79  % (3765)Instructions burned: 57 (million)
% 0.60/0.79  % (3765)------------------------------
% 0.60/0.79  % (3765)------------------------------
% 0.60/0.79  % (3759)Instruction limit reached!
% 0.60/0.79  % (3759)------------------------------
% 0.60/0.79  % (3759)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.60/0.79  % (3759)Termination reason: Unknown
% 0.60/0.79  % (3759)Termination phase: Saturation
% 0.60/0.79  
% 0.60/0.79  % (3759)Memory used [KB]: 1744
% 0.60/0.79  % (3759)Time elapsed: 0.033 s
% 0.60/0.79  % (3759)Instructions burned: 52 (million)
% 0.60/0.79  % (3759)------------------------------
% 0.60/0.79  % (3759)------------------------------
% 0.60/0.79  % (3772)lrs+1011_87677:1048576_sil=8000:sos=on:spb=non_intro:nwc=10.0:kmz=on:i=42:ep=RS:nm=0:ins=1:uhcvi=on:rawr=on:fde=unused:afp=2000:afq=1.444:plsq=on:nicw=on_0 on Vampire---4 for (2995ds/42Mi)
% 0.60/0.79  % (3773)dis+1011_1258907:1048576_bsr=unit_only:to=lpo:drc=off:sil=2000:tgt=full:fde=none:sp=frequency:spb=goal:rnwc=on:nwc=6.70083:sac=on:newcnf=on:st=2:i=243:bs=unit_only:sd=3:afp=300:awrs=decay:awrsf=218:nm=16:ins=3:afq=3.76821:afr=on:ss=axioms:sgt=5:rawr=on:add=off:bsd=on_0 on Vampire---4 for (2995ds/243Mi)
% 0.60/0.81  % (3766)Instruction limit reached!
% 0.60/0.81  % (3766)------------------------------
% 0.60/0.81  % (3766)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.60/0.81  % (3766)Termination reason: Unknown
% 0.60/0.81  % (3766)Termination phase: Saturation
% 0.60/0.81  
% 0.60/0.81  % (3766)Memory used [KB]: 1449
% 0.60/0.81  % (3766)Time elapsed: 0.025 s
% 0.60/0.81  % (3766)Instructions burned: 55 (million)
% 0.60/0.81  % (3766)------------------------------
% 0.60/0.81  % (3766)------------------------------
% 0.60/0.81  % (3774)lrs+1011_2:9_sil=2000:lsd=10:newcnf=on:i=117:sd=2:awrs=decay:ss=included:amm=off:ep=R_0 on Vampire---4 for (2995ds/117Mi)
% 0.60/0.81  % (3767)Instruction limit reached!
% 0.60/0.81  % (3767)------------------------------
% 0.60/0.81  % (3767)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.60/0.81  % (3767)Termination reason: Unknown
% 0.60/0.81  % (3767)Termination phase: Saturation
% 0.60/0.81  
% 0.60/0.81  % (3767)Memory used [KB]: 1721
% 0.60/0.81  % (3767)Time elapsed: 0.030 s
% 0.60/0.81  % (3767)Instructions burned: 51 (million)
% 0.60/0.81  % (3767)------------------------------
% 0.60/0.81  % (3767)------------------------------
% 0.60/0.81  % (3772)Instruction limit reached!
% 0.60/0.81  % (3772)------------------------------
% 0.60/0.81  % (3772)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.60/0.81  % (3772)Termination reason: Unknown
% 0.60/0.81  % (3772)Termination phase: Saturation
% 0.60/0.81  
% 0.60/0.81  % (3772)Memory used [KB]: 1406
% 0.60/0.81  % (3772)Time elapsed: 0.020 s
% 0.60/0.81  % (3772)Instructions burned: 43 (million)
% 0.60/0.81  % (3772)------------------------------
% 0.60/0.81  % (3772)------------------------------
% 0.86/0.81  % (3775)dis+1011_11:1_sil=2000:avsq=on:i=143:avsqr=1,16:ep=RS:rawr=on:aac=none:lsd=100:mep=off:fde=none:newcnf=on:bsr=unit_only_0 on Vampire---4 for (2995ds/143Mi)
% 0.86/0.82  % (3776)lrs+1011_1:2_to=lpo:sil=8000:plsqc=1:plsq=on:plsqr=326,59:sp=weighted_frequency:plsql=on:nwc=10.0:newcnf=on:i=93:awrs=converge:awrsf=200:bd=off:ins=1:rawr=on:alpa=false:avsq=on:avsqr=1,16_0 on Vampire---4 for (2995ds/93Mi)
% 0.86/0.82  % (3769)Instruction limit reached!
% 0.86/0.82  % (3769)------------------------------
% 0.86/0.82  % (3769)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.86/0.82  % (3769)Termination reason: Unknown
% 0.86/0.82  % (3769)Termination phase: Saturation
% 0.86/0.82  
% 0.86/0.82  % (3769)Memory used [KB]: 1655
% 0.86/0.82  % (3769)Time elapsed: 0.033 s
% 0.86/0.82  % (3769)Instructions burned: 52 (million)
% 0.86/0.82  % (3769)------------------------------
% 0.86/0.82  % (3769)------------------------------
% 0.86/0.82  % (3777)lrs+1666_1:1_sil=4000:sp=occurrence:sos=on:urr=on:newcnf=on:i=62:amm=off:ep=R:erd=off:nm=0:plsq=on:plsqr=14,1_0 on Vampire---4 for (2995ds/62Mi)
% 0.86/0.83  % (3760)Instruction limit reached!
% 0.86/0.83  % (3760)------------------------------
% 0.86/0.83  % (3760)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.86/0.83  % (3760)Termination reason: Unknown
% 0.86/0.83  % (3760)Termination phase: Saturation
% 0.86/0.83  
% 0.86/0.83  % (3760)Memory used [KB]: 1727
% 0.86/0.83  % (3760)Time elapsed: 0.075 s
% 0.86/0.83  % (3760)Instructions burned: 79 (million)
% 0.86/0.83  % (3760)------------------------------
% 0.86/0.83  % (3760)------------------------------
% 0.86/0.83  % (3778)lrs+21_2461:262144_anc=none:drc=off:sil=2000:sp=occurrence:nwc=6.0:updr=off:st=3.0:i=32:sd=2:afp=4000:erml=3:nm=14:afq=2.0:uhcvi=on:ss=included:er=filter:abs=on:nicw=on:ile=on:sims=off:s2a=on:s2agt=50:s2at=-1.0:plsq=on:plsql=on:plsqc=2:plsqr=1,32:newcnf=on:bd=off:to=lpo_0 on Vampire---4 for (2995ds/32Mi)
% 0.86/0.84  % (3778)Instruction limit reached!
% 0.86/0.84  % (3778)------------------------------
% 0.86/0.84  % (3778)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.86/0.85  % (3778)Termination reason: Unknown
% 0.86/0.85  % (3778)Termination phase: Saturation
% 0.86/0.85  
% 0.86/0.85  % (3778)Memory used [KB]: 1357
% 0.86/0.85  % (3778)Time elapsed: 0.017 s
% 0.86/0.85  % (3778)Instructions burned: 32 (million)
% 0.86/0.85  % (3778)------------------------------
% 0.86/0.85  % (3778)------------------------------
% 0.97/0.85  % (3779)dis+1011_1:1_sil=16000:nwc=7.0:s2agt=64:s2a=on:i=1919:ss=axioms:sgt=8:lsd=50:sd=7_0 on Vampire---4 for (2995ds/1919Mi)
% 0.97/0.85  % (3777)Instruction limit reached!
% 0.97/0.85  % (3777)------------------------------
% 0.97/0.85  % (3777)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.97/0.85  % (3777)Termination reason: Unknown
% 0.97/0.85  % (3777)Termination phase: Saturation
% 0.97/0.85  
% 0.97/0.85  % (3777)Memory used [KB]: 1881
% 0.97/0.85  % (3777)Time elapsed: 0.031 s
% 0.97/0.85  % (3777)Instructions burned: 63 (million)
% 0.97/0.85  % (3777)------------------------------
% 0.97/0.85  % (3777)------------------------------
% 0.97/0.86  % (3780)ott-32_5:1_sil=4000:sp=occurrence:urr=full:rp=on:nwc=5.0:newcnf=on:st=5.0:s2pl=on:i=55:sd=2:ins=2:ss=included:rawr=on:anc=none:sos=on:s2agt=8:spb=intro:ep=RS:avsq=on:avsqr=27,155:lma=on_0 on Vampire---4 for (2995ds/55Mi)
% 0.97/0.87  % (3776)Instruction limit reached!
% 0.97/0.87  % (3776)------------------------------
% 0.97/0.87  % (3776)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.97/0.87  % (3776)Termination reason: Unknown
% 0.97/0.87  % (3776)Termination phase: Saturation
% 0.97/0.87  
% 0.97/0.87  % (3776)Memory used [KB]: 1875
% 0.97/0.87  % (3776)Time elapsed: 0.056 s
% 0.97/0.87  % (3776)Instructions burned: 94 (million)
% 0.97/0.87  % (3776)------------------------------
% 0.97/0.87  % (3776)------------------------------
% 0.97/0.87  % (3774)Instruction limit reached!
% 0.97/0.87  % (3774)------------------------------
% 0.97/0.87  % (3774)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.97/0.87  % (3774)Termination reason: Unknown
% 0.97/0.87  % (3774)Termination phase: Saturation
% 0.97/0.87  
% 0.97/0.87  % (3774)Memory used [KB]: 2268
% 0.97/0.87  % (3774)Time elapsed: 0.067 s
% 0.97/0.87  % (3774)Instructions burned: 117 (million)
% 0.97/0.87  % (3774)------------------------------
% 0.97/0.87  % (3774)------------------------------
% 0.97/0.87  % (3781)lrs-1011_1:1_sil=2000:sos=on:urr=on:i=53:sd=1:bd=off:ins=3:av=off:ss=axioms:sgt=16:gsp=on:lsd=10_0 on Vampire---4 for (2995ds/53Mi)
% 0.97/0.88  % (3782)lrs+1011_6929:65536_anc=all_dependent:sil=2000:fde=none:plsqc=1:plsq=on:plsqr=19,8:plsql=on:nwc=3.0:i=46:afp=4000:ep=R:nm=3:fsr=off:afr=on:aer=off:gsp=on_0 on Vampire---4 for (2995ds/46Mi)
% 0.97/0.89  % (3780)Instruction limit reached!
% 0.97/0.89  % (3780)------------------------------
% 0.97/0.89  % (3780)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.97/0.89  % (3780)Termination reason: Unknown
% 0.97/0.89  % (3780)Termination phase: Saturation
% 0.97/0.89  
% 0.97/0.89  % (3780)Memory used [KB]: 2086
% 0.97/0.89  % (3780)Time elapsed: 0.035 s
% 0.97/0.89  % (3780)Instructions burned: 55 (million)
% 0.97/0.89  % (3780)------------------------------
% 0.97/0.89  % (3780)------------------------------
% 0.97/0.89  % (3775)Instruction limit reached!
% 0.97/0.89  % (3775)------------------------------
% 0.97/0.89  % (3775)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.97/0.89  % (3775)Termination reason: Unknown
% 0.97/0.89  % (3775)Termination phase: Saturation
% 0.97/0.89  
% 0.97/0.89  % (3775)Memory used [KB]: 2126
% 0.97/0.89  % (3775)Time elapsed: 0.080 s
% 0.97/0.89  % (3775)Instructions burned: 143 (million)
% 0.97/0.89  % (3775)------------------------------
% 0.97/0.89  % (3775)------------------------------
% 0.97/0.89  % (3797)dis+10_3:31_sil=2000:sp=frequency:abs=on:acc=on:lcm=reverse:nwc=3.0:alpa=random:st=3.0:i=102:sd=1:nm=4:ins=1:aer=off:ss=axioms_0 on Vampire---4 for (2994ds/102Mi)
% 0.97/0.90  % (3798)ott+1011_9:29_slsqr=3,2:sil=2000:tgt=ground:lsd=10:lcm=predicate:avsqc=4:slsq=on:avsq=on:i=35:s2at=4.0:add=large:sd=1:avsqr=1,16:aer=off:ss=axioms:sgt=100:rawr=on:s2a=on:sac=on:afp=1:nwc=10.0:nm=64:bd=preordered:abs=on:rnwc=on:er=filter:nicw=on:spb=non_intro:lma=on_0 on Vampire---4 for (2994ds/35Mi)
% 0.97/0.90  % (3768)Instruction limit reached!
% 0.97/0.90  % (3768)------------------------------
% 0.97/0.90  % (3768)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.97/0.90  % (3768)Termination reason: Unknown
% 0.97/0.90  % (3768)Termination phase: Saturation
% 0.97/0.90  
% 0.97/0.90  % (3768)Memory used [KB]: 2324
% 0.97/0.90  % (3768)Time elapsed: 0.117 s
% 0.97/0.90  % (3768)Instructions burned: 209 (million)
% 0.97/0.90  % (3768)------------------------------
% 0.97/0.90  % (3768)------------------------------
% 0.97/0.90  % (3802)dis+1003_1:1024_sil=4000:urr=on:newcnf=on:i=87:av=off:fsr=off:bce=on_0 on Vampire---4 for (2994ds/87Mi)
% 0.97/0.91  % (3782)Instruction limit reached!
% 0.97/0.91  % (3782)------------------------------
% 0.97/0.91  % (3782)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.97/0.91  % (3782)Termination reason: Unknown
% 0.97/0.91  % (3782)Termination phase: Saturation
% 0.97/0.91  
% 0.97/0.91  % (3782)Memory used [KB]: 1681
% 0.97/0.91  % (3782)Time elapsed: 0.030 s
% 0.97/0.91  % (3782)Instructions burned: 46 (million)
% 0.97/0.91  % (3782)------------------------------
% 0.97/0.91  % (3782)------------------------------
% 0.97/0.91  % (3781)Instruction limit reached!
% 0.97/0.91  % (3781)------------------------------
% 0.97/0.91  % (3781)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.97/0.91  % (3781)Termination reason: Unknown
% 0.97/0.91  % (3781)Termination phase: Saturation
% 0.97/0.91  
% 0.97/0.91  % (3781)Memory used [KB]: 1734
% 0.97/0.91  % (3781)Time elapsed: 0.036 s
% 0.97/0.91  % (3781)Instructions burned: 54 (million)
% 0.97/0.91  % (3781)------------------------------
% 0.97/0.91  % (3781)------------------------------
% 0.97/0.91  % (3804)dis+1010_12107:524288_anc=none:drc=encompass:sil=2000:bsd=on:rp=on:nwc=10.0:alpa=random:i=109:kws=precedence:awrs=decay:awrsf=2:nm=16:ins=3:rawr=on:s2a=on:s2at=4.5:acc=on:flr=on_0 on Vampire---4 for (2994ds/109Mi)
% 0.97/0.91  % (3806)lrs+1002_1:16_sil=2000:sp=occurrence:sos=on:i=161:aac=none:bd=off:ss=included:sd=5:st=2.5:sup=off_0 on Vampire---4 for (2994ds/161Mi)
% 0.97/0.92  % (3798)Instruction limit reached!
% 0.97/0.92  % (3798)------------------------------
% 0.97/0.92  % (3798)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.97/0.92  % (3798)Termination reason: Unknown
% 0.97/0.92  % (3798)Termination phase: Saturation
% 0.97/0.92  
% 0.97/0.92  % (3798)Memory used [KB]: 1503
% 0.97/0.92  % (3798)Time elapsed: 0.021 s
% 0.97/0.92  % (3798)Instructions burned: 35 (million)
% 0.97/0.92  % (3798)------------------------------
% 0.97/0.92  % (3798)------------------------------
% 0.97/0.92  % (3808)lrs-1002_2:9_anc=none:sil=2000:plsqc=1:plsq=on:avsql=on:plsqr=2859761,1048576:erd=off:rp=on:nwc=21.7107:newcnf=on:avsq=on:i=69:aac=none:avsqr=6317,1048576:ep=RS:fsr=off:rawr=on:afp=50:afq=2.133940627822616:sac=on_0 on Vampire---4 for (2994ds/69Mi)
% 1.46/0.94  % (3773)Instruction limit reached!
% 1.46/0.94  % (3773)------------------------------
% 1.46/0.94  % (3773)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.46/0.94  % (3773)Termination reason: Unknown
% 1.46/0.94  % (3773)Termination phase: Saturation
% 1.46/0.94  
% 1.46/0.94  % (3773)Memory used [KB]: 2544
% 1.46/0.94  % (3773)Time elapsed: 0.147 s
% 1.46/0.94  % (3773)Instructions burned: 244 (million)
% 1.46/0.94  % (3773)------------------------------
% 1.46/0.94  % (3773)------------------------------
% 1.46/0.94  % (3815)lrs+1010_1:512_sil=8000:tgt=ground:spb=units:gs=on:lwlo=on:nicw=on:gsem=on:st=1.5:i=40:nm=21:ss=included:nwc=5.3:afp=4000:afq=1.38:ins=1:bs=unit_only:awrs=converge:awrsf=10:bce=on_0 on Vampire---4 for (2994ds/40Mi)
% 1.46/0.95  % (3797)Instruction limit reached!
% 1.46/0.95  % (3797)------------------------------
% 1.46/0.95  % (3797)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.46/0.95  % (3797)Termination reason: Unknown
% 1.46/0.95  % (3797)Termination phase: Saturation
% 1.46/0.95  
% 1.46/0.95  % (3797)Memory used [KB]: 2109
% 1.46/0.95  % (3797)Time elapsed: 0.059 s
% 1.46/0.95  % (3797)Instructions burned: 103 (million)
% 1.46/0.95  % (3797)------------------------------
% 1.46/0.95  % (3797)------------------------------
% 1.46/0.95  % (3802)Instruction limit reached!
% 1.46/0.95  % (3802)------------------------------
% 1.46/0.95  % (3802)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.46/0.95  % (3802)Termination reason: Unknown
% 1.46/0.95  % (3802)Termination phase: Saturation
% 1.46/0.95  
% 1.46/0.95  % (3802)Memory used [KB]: 2274
% 1.46/0.95  % (3802)Time elapsed: 0.051 s
% 1.46/0.95  % (3802)Instructions burned: 87 (million)
% 1.46/0.95  % (3802)------------------------------
% 1.46/0.95  % (3802)------------------------------
% 1.46/0.96  % (3818)ott+1011_1:3_drc=off:sil=4000:tgt=ground:fde=unused:plsq=on:sp=unary_first:fd=preordered:nwc=10.0:i=360:ins=1:rawr=on:bd=preordered_0 on Vampire---4 for (2994ds/360Mi)
% 1.46/0.96  % (3819)dis+10_1:4_to=lpo:sil=2000:sos=on:spb=goal:rp=on:sac=on:newcnf=on:i=161:ss=axioms:aac=none_0 on Vampire---4 for (2994ds/161Mi)
% 1.46/0.96  % (3808)Instruction limit reached!
% 1.46/0.96  % (3808)------------------------------
% 1.46/0.96  % (3808)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.46/0.96  % (3808)Termination reason: Unknown
% 1.46/0.96  % (3808)Termination phase: Saturation
% 1.46/0.96  
% 1.46/0.96  % (3808)Memory used [KB]: 2000
% 1.46/0.96  % (3808)Time elapsed: 0.043 s
% 1.46/0.96  % (3808)Instructions burned: 70 (million)
% 1.46/0.96  % (3808)------------------------------
% 1.46/0.96  % (3808)------------------------------
% 1.46/0.96  % (3822)lrs+1011_1:20_sil=4000:tgt=ground:i=80:sd=1:bd=off:nm=32:av=off:ss=axioms:lsd=60_0 on Vampire---4 for (2994ds/80Mi)
% 1.46/0.97  % (3815)Instruction limit reached!
% 1.46/0.97  % (3815)------------------------------
% 1.46/0.97  % (3815)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.46/0.97  % (3815)Termination reason: Unknown
% 1.46/0.97  % (3815)Termination phase: Saturation
% 1.46/0.97  
% 1.46/0.97  % (3815)Memory used [KB]: 1734
% 1.46/0.97  % (3815)Time elapsed: 0.026 s
% 1.46/0.97  % (3815)Instructions burned: 40 (million)
% 1.46/0.97  % (3815)------------------------------
% 1.46/0.97  % (3815)------------------------------
% 1.46/0.97  % (3825)lrs+11_1:2_slsqr=1,2:sil=2000:sp=const_frequency:kmz=on:newcnf=on:slsq=on:i=37:s2at=1.5:awrs=converge:nm=2:uhcvi=on:ss=axioms:sgt=20:afp=10000:fs=off:fsr=off:bd=off:s2agt=5:fd=off:add=off:erd=off:foolp=on:nwc=10.0:rp=on_0 on Vampire---4 for (2994ds/37Mi)
% 1.46/0.97  % (3804)Instruction limit reached!
% 1.46/0.97  % (3804)------------------------------
% 1.46/0.97  % (3804)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.46/0.97  % (3804)Termination reason: Unknown
% 1.46/0.97  % (3804)Termination phase: Saturation
% 1.46/0.97  
% 1.46/0.97  % (3804)Memory used [KB]: 2096
% 1.46/0.97  % (3804)Time elapsed: 0.065 s
% 1.46/0.97  % (3804)Instructions burned: 110 (million)
% 1.46/0.97  % (3804)------------------------------
% 1.46/0.97  % (3804)------------------------------
% 1.46/0.98  % (3826)lrs+1011_1:2_drc=encompass:sil=4000:fde=unused:sos=on:sac=on:newcnf=on:i=55:sd=10:bd=off:ins=1:uhcvi=on:ss=axioms:spb=non_intro:st=3.0:erd=off:s2a=on:nwc=3.0_0 on Vampire---4 for (2994ds/55Mi)
% 1.86/0.98  % (3771)Instruction limit reached!
% 1.86/0.98  % (3771)------------------------------
% 1.86/0.98  % (3771)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.86/0.98  % (3771)Termination reason: Unknown
% 1.86/0.98  % (3771)Termination phase: Saturation
% 1.86/0.98  
% 1.86/0.98  % (3771)Memory used [KB]: 2842
% 1.86/0.98  % (3771)Time elapsed: 0.194 s
% 1.86/0.98  % (3771)Instructions burned: 518 (million)
% 1.86/0.98  % (3771)------------------------------
% 1.86/0.98  % (3771)------------------------------
% 1.86/0.98  % (3828)dis-1011_1:32_to=lpo:drc=off:sil=2000:sp=reverse_arity:sos=on:foolp=on:lsd=20:nwc=1.49509792053687:s2agt=30:avsq=on:s2a=on:s2pl=no:i=47:s2at=5.0:avsqr=5593,1048576:nm=0:fsr=off:amm=sco:rawr=on:awrs=converge:awrsf=427:ss=included:sd=1:slsq=on:fd=off_0 on Vampire---4 for (2994ds/47Mi)
% 1.86/0.99  % (3825)Instruction limit reached!
% 1.86/0.99  % (3825)------------------------------
% 1.86/0.99  % (3825)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.86/0.99  % (3825)Termination reason: Unknown
% 1.86/0.99  % (3825)Termination phase: Saturation
% 1.86/0.99  
% 1.86/0.99  % (3825)Memory used [KB]: 1668
% 1.86/0.99  % (3825)Time elapsed: 0.024 s
% 1.86/0.99  % (3825)Instructions burned: 38 (million)
% 1.86/0.99  % (3825)------------------------------
% 1.86/0.99  % (3825)------------------------------
% 1.86/0.99  % (3806)Instruction limit reached!
% 1.86/0.99  % (3806)------------------------------
% 1.86/0.99  % (3806)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.86/0.99  % (3806)Termination reason: Unknown
% 1.86/0.99  % (3806)Termination phase: Saturation
% 1.86/0.99  
% 1.86/0.99  % (3806)Memory used [KB]: 2020
% 1.86/0.99  % (3806)Time elapsed: 0.085 s
% 1.86/0.99  % (3806)Instructions burned: 162 (million)
% 1.86/0.99  % (3806)------------------------------
% 1.86/0.99  % (3806)------------------------------
% 1.86/1.00  % (3833)lrs+10_1:1024_sil=2000:st=2.0:i=32:sd=2:ss=included:ep=R_0 on Vampire---4 for (2993ds/32Mi)
% 1.86/1.00  % (3834)dis+1011_1:1_sil=4000:s2agt=4:slsqc=3:slsq=on:i=132:bd=off:av=off:sup=off:ss=axioms:st=3.0_0 on Vampire---4 for (2993ds/132Mi)
% 1.86/1.01  % (3828)Instruction limit reached!
% 1.86/1.01  % (3828)------------------------------
% 1.86/1.01  % (3828)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.86/1.01  % (3828)Termination reason: Unknown
% 1.86/1.01  % (3828)Termination phase: Saturation
% 1.86/1.01  
% 1.86/1.01  % (3828)Memory used [KB]: 1416
% 1.86/1.01  % (3828)Time elapsed: 0.023 s
% 1.86/1.01  % (3828)Instructions burned: 48 (million)
% 1.86/1.01  % (3828)------------------------------
% 1.86/1.01  % (3828)------------------------------
% 1.86/1.01  % (3822)Instruction limit reached!
% 1.86/1.01  % (3822)------------------------------
% 1.86/1.01  % (3822)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.86/1.01  % (3822)Termination reason: Unknown
% 1.86/1.01  % (3822)Termination phase: Saturation
% 1.86/1.01  
% 1.86/1.01  % (3822)Memory used [KB]: 1726
% 1.86/1.01  % (3822)Time elapsed: 0.046 s
% 1.86/1.01  % (3822)Instructions burned: 81 (million)
% 1.86/1.01  % (3822)------------------------------
% 1.86/1.01  % (3822)------------------------------
% 1.86/1.01  % (3826)Instruction limit reached!
% 1.86/1.01  % (3826)------------------------------
% 1.86/1.01  % (3826)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.86/1.01  % (3826)Termination reason: Unknown
% 1.86/1.01  % (3826)Termination phase: Saturation
% 1.86/1.01  
% 1.86/1.01  % (3826)Memory used [KB]: 1722
% 1.86/1.01  % (3826)Time elapsed: 0.034 s
% 1.86/1.01  % (3826)Instructions burned: 55 (million)
% 1.86/1.01  % (3826)------------------------------
% 1.86/1.01  % (3826)------------------------------
% 1.86/1.01  % (3838)dis-1011_1:1024_sil=2000:fde=unused:sos=on:nwc=10.0:i=54:uhcvi=on:ss=axioms:ep=RS:av=off:sp=occurrence:fsr=off:awrs=decay:awrsf=200_0 on Vampire---4 for (2993ds/54Mi)
% 1.86/1.01  % (3840)lrs+1011_1:2_to=lpo:drc=off:sil=2000:sp=const_min:urr=on:lcm=predicate:nwc=16.7073:updr=off:newcnf=on:i=82:av=off:rawr=on:ss=included:st=5.0:erd=off:flr=on_0 on Vampire---4 for (2993ds/82Mi)
% 1.86/1.01  % (3841)lrs+11_1:32_sil=2000:sp=occurrence:lsd=20:rp=on:i=119:sd=1:nm=0:av=off:ss=included:nwc=10.0:flr=on_0 on Vampire---4 for (2993ds/119Mi)
% 1.86/1.01  % (3833)Instruction limit reached!
% 1.86/1.01  % (3833)------------------------------
% 1.86/1.01  % (3833)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.86/1.01  % (3833)Termination reason: Unknown
% 1.86/1.01  % (3833)Termination phase: Saturation
% 1.86/1.01  
% 1.86/1.01  % (3833)Memory used [KB]: 1596
% 1.86/1.01  % (3833)Time elapsed: 0.019 s
% 1.86/1.01  % (3833)Instructions burned: 32 (million)
% 1.86/1.01  % (3833)------------------------------
% 1.86/1.01  % (3833)------------------------------
% 1.86/1.02  % (3844)ott+1002_2835555:1048576_to=lpo:sil=2000:sos=on:fs=off:nwc=10.3801:avsqc=3:updr=off:avsq=on:st=2:s2a=on:i=177:s2at=3:afp=10000:aac=none:avsqr=13357983,1048576:awrs=converge:awrsf=460:bd=off:nm=13:ins=2:fsr=off:amm=sco:afq=1.16719:ss=axioms:rawr=on:fd=off_0 on Vampire---4 for (2993ds/177Mi)
% 1.86/1.03  % (3838)Instruction limit reached!
% 1.86/1.03  % (3838)------------------------------
% 1.86/1.03  % (3838)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.86/1.03  % (3838)Termination reason: Unknown
% 1.86/1.03  % (3838)Termination phase: Saturation
% 1.86/1.03  
% 1.86/1.03  % (3838)Memory used [KB]: 1560
% 1.86/1.03  % (3838)Time elapsed: 0.028 s
% 1.86/1.03  % (3838)Instructions burned: 55 (million)
% 1.86/1.03  % (3838)------------------------------
% 1.86/1.03  % (3838)------------------------------
% 1.86/1.04  % (3848)lrs+1002_263:262144_sfv=off:to=lpo:drc=encompass:sil=2000:tgt=full:fde=none:bsd=on:sp=const_frequency:spb=units:fd=preordered:nwc=12.504039574721643:lwlo=on:i=117:awrs=converge:awrsf=1360:bsdmm=3:bd=off:nm=11:fsd=on:amm=off:uhcvi=on:afr=on:rawr=on:fsdmm=1:updr=off:sac=on:fdi=16_0 on Vampire---4 for (2993ds/117Mi)
% 2.33/1.04  % (3819)Instruction limit reached!
% 2.33/1.04  % (3819)------------------------------
% 2.33/1.04  % (3819)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.33/1.04  % (3819)Termination reason: Unknown
% 2.33/1.04  % (3819)Termination phase: Saturation
% 2.33/1.04  
% 2.33/1.04  % (3819)Memory used [KB]: 2351
% 2.33/1.04  % (3819)Time elapsed: 0.089 s
% 2.33/1.04  % (3819)Instructions burned: 161 (million)
% 2.33/1.04  % (3819)------------------------------
% 2.33/1.04  % (3819)------------------------------
% 2.33/1.05  % (3849)dis+1011_1:128_sil=2000:plsq=on:sp=frequency:plsql=on:nicw=on:i=49:kws=precedence:bd=off:fsr=off:ss=axioms:sgt=64:sd=3_0 on Vampire---4 for (2993ds/49Mi)
% 2.33/1.05  % (3840)Instruction limit reached!
% 2.33/1.05  % (3840)------------------------------
% 2.33/1.05  % (3840)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.33/1.05  % (3840)Termination reason: Unknown
% 2.33/1.05  % (3840)Termination phase: Saturation
% 2.33/1.05  
% 2.33/1.05  % (3840)Memory used [KB]: 2137
% 2.33/1.05  % (3840)Time elapsed: 0.042 s
% 2.33/1.05  % (3840)Instructions burned: 82 (million)
% 2.33/1.05  % (3840)------------------------------
% 2.33/1.05  % (3840)------------------------------
% 2.33/1.05  % (3851)lrs-1011_8:1_sil=2000:spb=goal:urr=on:sac=on:i=51:afp=10000:fsr=off:ss=axioms:avsq=on:avsqr=17819,524288:bd=off:bsd=on:fd=off:sims=off:rawr=on:alpa=true:bsr=on:aer=off_0 on Vampire---4 for (2993ds/51Mi)
% 2.33/1.07  % (3841)Instruction limit reached!
% 2.33/1.07  % (3841)------------------------------
% 2.33/1.07  % (3841)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.33/1.07  % (3841)Termination reason: Unknown
% 2.33/1.07  % (3841)Termination phase: Saturation
% 2.33/1.07  
% 2.33/1.07  % (3841)Memory used [KB]: 1929
% 2.33/1.07  % (3841)Time elapsed: 0.059 s
% 2.33/1.07  % (3841)Instructions burned: 119 (million)
% 2.33/1.07  % (3841)------------------------------
% 2.33/1.07  % (3841)------------------------------
% 2.33/1.07  % (3834)Instruction limit reached!
% 2.33/1.07  % (3834)------------------------------
% 2.33/1.07  % (3834)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.33/1.07  % (3834)Termination reason: Unknown
% 2.33/1.07  % (3834)Termination phase: Saturation
% 2.33/1.07  
% 2.33/1.07  % (3834)Memory used [KB]: 1775
% 2.33/1.07  % (3834)Time elapsed: 0.074 s
% 2.33/1.07  % (3834)Instructions burned: 132 (million)
% 2.33/1.07  % (3834)------------------------------
% 2.33/1.07  % (3834)------------------------------
% 2.33/1.07  % (3857)lrs+1011_1:1024_sil=8000:sp=unary_first:nwc=10.0:st=3.0:s2a=on:i=149:s2at=5.0:awrs=converge:awrsf=390:ep=R:av=off:ss=axioms:s2agt=32_0 on Vampire---4 for (2993ds/149Mi)
% 2.33/1.07  % (3858)lrs+11_10:1_to=lpo:drc=off:sil=4000:sp=const_min:fd=preordered:rp=on:st=3.0:s2a=on:i=56:s2at=2.0:ss=axioms:er=known:sup=off:sd=1_0 on Vampire---4 for (2993ds/56Mi)
% 2.33/1.08  % (3851)Instruction limit reached!
% 2.33/1.08  % (3851)------------------------------
% 2.33/1.08  % (3851)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.33/1.08  % (3851)Termination reason: Unknown
% 2.33/1.08  % (3851)Termination phase: Saturation
% 2.33/1.08  
% 2.33/1.08  % (3851)Memory used [KB]: 1729
% 2.33/1.08  % (3851)Time elapsed: 0.031 s
% 2.33/1.08  % (3851)Instructions burned: 51 (million)
% 2.33/1.08  % (3851)------------------------------
% 2.33/1.08  % (3851)------------------------------
% 2.33/1.09  % (3860)lrs+1011_4:1_bsr=on:sil=32000:sos=all:urr=on:br=off:s2a=on:i=289:s2at=2.0:bd=off:gsp=on:ss=axioms:sgt=8:sd=1:fsr=off_0 on Vampire---4 for (2993ds/289Mi)
% 2.33/1.09  % (3849)Instruction limit reached!
% 2.33/1.09  % (3849)------------------------------
% 2.33/1.09  % (3849)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.33/1.09  % (3849)Termination reason: Unknown
% 2.33/1.09  % (3849)Termination phase: Saturation
% 2.33/1.09  
% 2.33/1.09  % (3849)Memory used [KB]: 1647
% 2.33/1.09  % (3849)Time elapsed: 0.058 s
% 2.33/1.09  % (3849)Instructions burned: 49 (million)
% 2.33/1.09  % (3849)------------------------------
% 2.33/1.09  % (3849)------------------------------
% 3.07/1.10  % (3863)ott-1011_16:1_sil=2000:sp=const_max:urr=on:lsd=20:st=3.0:i=206:ss=axioms:gsp=on:rp=on:sos=on:fd=off:aac=none_0 on Vampire---4 for (2992ds/206Mi)
% 3.07/1.10  % (3848)Instruction limit reached!
% 3.07/1.10  % (3848)------------------------------
% 3.07/1.10  % (3848)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 3.07/1.10  % (3848)Termination reason: Unknown
% 3.07/1.10  % (3848)Termination phase: Saturation
% 3.07/1.10  
% 3.07/1.10  % (3848)Memory used [KB]: 2166
% 3.07/1.10  % (3848)Time elapsed: 0.065 s
% 3.07/1.10  % (3848)Instructions burned: 118 (million)
% 3.07/1.10  % (3848)------------------------------
% 3.07/1.10  % (3848)------------------------------
% 3.07/1.11  % (3865)ott+1004_1:2_bsr=unit_only:slsqr=1,8:to=lpo:sil=2000:plsqc=2:plsq=on:sp=reverse_frequency:acc=on:nwc=6.4:slsq=on:st=2.0:i=50:s2at=3.0:bd=off:ins=4:ss=axioms:sgt=10:plsql=on:rawr=on:aer=off:slsqc=2:afp=4000:afq=2.0:bce=on:gs=on:lma=on:br=off:gsaa=full_model:add=off_0 on Vampire---4 for (2992ds/50Mi)
% 3.07/1.11  % (3858)Instruction limit reached!
% 3.07/1.11  % (3858)------------------------------
% 3.07/1.11  % (3858)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 3.07/1.11  % (3858)Termination reason: Unknown
% 3.07/1.11  % (3858)Termination phase: Saturation
% 3.07/1.11  
% 3.07/1.11  % (3858)Memory used [KB]: 1775
% 3.07/1.11  % (3858)Time elapsed: 0.055 s
% 3.07/1.11  % (3858)Instructions burned: 56 (million)
% 3.07/1.11  % (3858)------------------------------
% 3.07/1.11  % (3858)------------------------------
% 3.07/1.11  % (3867)lrs+1011_1:1_to=lpo:drc=off:sil=2000:tgt=full:i=1483:fd=preordered_0 on Vampire---4 for (2992ds/1483Mi)
% 3.07/1.12  % (3844)Instruction limit reached!
% 3.07/1.12  % (3844)------------------------------
% 3.07/1.12  % (3844)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 3.07/1.12  % (3844)Termination reason: Unknown
% 3.07/1.12  % (3844)Termination phase: Saturation
% 3.07/1.12  
% 3.07/1.12  % (3844)Memory used [KB]: 3894
% 3.07/1.12  % (3844)Time elapsed: 0.102 s
% 3.07/1.12  % (3844)Instructions burned: 178 (million)
% 3.07/1.12  % (3844)------------------------------
% 3.07/1.12  % (3844)------------------------------
% 3.07/1.12  % (3869)dis+1010_1:3_sil=2000:tgt=ground:sp=const_max:nwc=5.0:s2a=on:i=67:nm=16:av=off:bd=off_0 on Vampire---4 for (2992ds/67Mi)
% 3.07/1.13  % (3865)Instruction limit reached!
% 3.07/1.13  % (3865)------------------------------
% 3.07/1.13  % (3865)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 3.07/1.13  % (3865)Termination reason: Unknown
% 3.07/1.13  % (3865)Termination phase: Saturation
% 3.07/1.13  
% 3.07/1.13  % (3865)Memory used [KB]: 1759
% 3.07/1.13  % (3865)Time elapsed: 0.051 s
% 3.07/1.13  % (3865)Instructions burned: 50 (million)
% 3.07/1.13  % (3865)------------------------------
% 3.07/1.13  % (3865)------------------------------
% 3.07/1.14  % (3874)lrs+1011_1:1_sil=64000:tgt=full:plsqc=1:plsq=on:plsqr=32,1:sp=occurrence:sos=on:lsd=20:st=5.0:i=67:sd=2:nm=4:av=off:fsr=off:ss=axioms:er=tagged:gs=on:sgt=8:nwc=3.0:bd=off_0 on Vampire---4 for (2992ds/67Mi)
% 3.36/1.15  % (3857)Instruction limit reached!
% 3.36/1.15  % (3857)------------------------------
% 3.36/1.15  % (3857)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 3.36/1.15  % (3857)Termination reason: Unknown
% 3.36/1.15  % (3857)Termination phase: Saturation
% 3.36/1.15  
% 3.36/1.15  % (3857)Memory used [KB]: 1737
% 3.36/1.15  % (3857)Time elapsed: 0.079 s
% 3.36/1.15  % (3857)Instructions burned: 149 (million)
% 3.36/1.15  % (3857)------------------------------
% 3.36/1.15  % (3857)------------------------------
% 3.36/1.15  % (3875)dis+1002_1:1024_sil=2000:sac=on:slsq=on:i=52:nm=16:sfv=off:slsqc=1:urr=ec_only:bd=off_0 on Vampire---4 for (2992ds/52Mi)
% 3.36/1.16  % (3869)Instruction limit reached!
% 3.36/1.16  % (3869)------------------------------
% 3.36/1.16  % (3869)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 3.36/1.16  % (3869)Termination reason: Unknown
% 3.36/1.16  % (3869)Termination phase: Saturation
% 3.36/1.16  
% 3.36/1.16  % (3869)Memory used [KB]: 1601
% 3.36/1.16  % (3869)Time elapsed: 0.039 s
% 3.36/1.16  % (3869)Instructions burned: 68 (million)
% 3.36/1.16  % (3869)------------------------------
% 3.36/1.16  % (3869)------------------------------
% 3.36/1.16  % (3878)lrs+1010_1:1_to=lpo:sil=2000:plsq=on:plsqr=32,1:sos=on:i=366:sd=2:ss=axioms_0 on Vampire---4 for (2992ds/366Mi)
% 3.36/1.17  % (3818)Instruction limit reached!
% 3.36/1.17  % (3818)------------------------------
% 3.36/1.17  % (3818)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 3.36/1.17  % (3818)Termination reason: Unknown
% 3.36/1.17  % (3818)Termination phase: Saturation
% 3.36/1.17  
% 3.36/1.17  % (3818)Memory used [KB]: 3641
% 3.36/1.17  % (3818)Time elapsed: 0.219 s
% 3.36/1.17  % (3818)Instructions burned: 360 (million)
% 3.36/1.17  % (3818)------------------------------
% 3.36/1.17  % (3818)------------------------------
% 3.36/1.17  % (3874)Instruction limit reached!
% 3.36/1.17  % (3874)------------------------------
% 3.36/1.17  % (3874)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 3.36/1.17  % (3874)Termination reason: Unknown
% 3.36/1.17  % (3874)Termination phase: Saturation
% 3.36/1.17  
% 3.36/1.17  % (3874)Memory used [KB]: 1874
% 3.36/1.17  % (3874)Time elapsed: 0.039 s
% 3.36/1.17  % (3874)Instructions burned: 68 (million)
% 3.36/1.17  % (3874)------------------------------
% 3.36/1.17  % (3874)------------------------------
% 3.36/1.18  % (3880)lrs+1011_4:1_to=lpo:drc=off:sil=8000:sp=frequency:abs=on:urr=on:lsd=10:nwc=5.0:s2agt=4:newcnf=on:st=5.0:s2a=on:i=863:ss=axioms:aac=none:br=off:bd=preordered_0 on Vampire---4 for (2991ds/863Mi)
% 3.36/1.18  % (3881)lrs+1011_1:1_sil=16000:fde=unused:plsqc=1:plsq=on:plsqr=32,1:sos=on:nwc=10.0:i=163:kws=frequency:nm=2:lsd=1:bd=off_0 on Vampire---4 for (2991ds/163Mi)
% 3.60/1.18  % (3875)Instruction limit reached!
% 3.60/1.18  % (3875)------------------------------
% 3.60/1.18  % (3875)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 3.60/1.18  % (3875)Termination reason: Unknown
% 3.60/1.18  % (3875)Termination phase: Saturation
% 3.60/1.18  
% 3.60/1.18  % (3875)Memory used [KB]: 1595
% 3.60/1.18  % (3875)Time elapsed: 0.031 s
% 3.60/1.18  % (3875)Instructions burned: 52 (million)
% 3.60/1.18  % (3875)------------------------------
% 3.60/1.18  % (3875)------------------------------
% 3.60/1.19  % (3883)lrs+33_1:1_sil=4000:sp=reverse_frequency:sos=all:i=77:sd=2:bd=off:nm=2:av=off:fsr=off:ss=axioms:sgt=10:rawr=on:sup=off:to=lpo:fs=off_0 on Vampire---4 for (2991ds/77Mi)
% 3.60/1.22  % (3863)Instruction limit reached!
% 3.60/1.22  % (3863)------------------------------
% 3.60/1.22  % (3863)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 3.60/1.22  % (3863)Termination reason: Unknown
% 3.60/1.22  % (3863)Termination phase: Saturation
% 3.60/1.22  
% 3.60/1.22  % (3863)Memory used [KB]: 2593
% 3.60/1.22  % (3863)Time elapsed: 0.141 s
% 3.60/1.22  % (3863)Instructions burned: 206 (million)
% 3.60/1.22  % (3863)------------------------------
% 3.60/1.22  % (3863)------------------------------
% 3.60/1.22  % (3885)lrs-1010_1:8_sil=2000:sos=on:i=1548:sd=1:ins=3:ss=included_0 on Vampire---4 for (2991ds/1548Mi)
% 3.60/1.23  % (3883)Instruction limit reached!
% 3.60/1.23  % (3883)------------------------------
% 3.60/1.23  % (3883)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 3.60/1.23  % (3883)Termination reason: Unknown
% 3.60/1.23  % (3883)Termination phase: Saturation
% 3.60/1.23  
% 3.60/1.23  % (3883)Memory used [KB]: 1709
% 3.60/1.23  % (3883)Time elapsed: 0.042 s
% 3.60/1.23  % (3883)Instructions burned: 77 (million)
% 3.60/1.23  % (3883)------------------------------
% 3.60/1.23  % (3883)------------------------------
% 3.60/1.23  % (3860)Instruction limit reached!
% 3.60/1.23  % (3860)------------------------------
% 3.60/1.23  % (3860)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 3.60/1.23  % (3860)Termination reason: Unknown
% 3.60/1.23  % (3860)Termination phase: Saturation
% 3.60/1.23  
% 3.60/1.23  % (3860)Memory used [KB]: 3708
% 3.60/1.23  % (3860)Time elapsed: 0.164 s
% 3.60/1.23  % (3860)Instructions burned: 289 (million)
% 3.60/1.23  % (3860)------------------------------
% 3.60/1.23  % (3860)------------------------------
% 3.99/1.23  % (3887)lrs+1010_974213:1048576_nwc=9.0:s2a=on:i=76:bd=off:lwlo=on:fd=off:sil=256000:s2agt=10:sims=off:nm=9:sp=const_min:rp=on:er=known:cond=fast:bce=on:abs=on:irw=on:amm=sco:afp=2000:updr=off:add=off:to=lpo:awrs=decay:awrsf=260:rawr=on:afq=2.0:uhcvi=on_0 on Vampire---4 for (2991ds/76Mi)
% 3.99/1.23  % (3888)dis+1010_111129:1048576_sfv=off:drc=encompass:sil=2000:tgt=full:sp=reverse_arity:spb=goal:rnwc=on:fd=preordered:rp=on:nwc=6.5667:i=1376:kws=arity_squared:bd=off:nm=0:uhcvi=on:rawr=on:av=off:erd=off:cond=on:lcm=reverse_0 on Vampire---4 for (2991ds/1376Mi)
% 4.00/1.27  % (3881)Instruction limit reached!
% 4.00/1.27  % (3881)------------------------------
% 4.00/1.27  % (3881)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.00/1.27  % (3881)Termination reason: Unknown
% 4.00/1.27  % (3881)Termination phase: Saturation
% 4.00/1.27  
% 4.00/1.27  % (3881)Memory used [KB]: 2354
% 4.00/1.27  % (3881)Time elapsed: 0.096 s
% 4.00/1.27  % (3881)Instructions burned: 164 (million)
% 4.00/1.27  % (3881)------------------------------
% 4.00/1.27  % (3881)------------------------------
% 4.00/1.27  % (3891)lrs-1002_3:2_sil=2000:sos=on:fd=off:nwc=10.0:flr=on:i=117:nm=16:fsr=off:sup=off:ss=axioms:fs=off:bd=off:fde=none:erd=off_0 on Vampire---4 for (2991ds/117Mi)
% 4.00/1.28  % (3887)Instruction limit reached!
% 4.00/1.28  % (3887)------------------------------
% 4.00/1.28  % (3887)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.00/1.28  % (3887)Termination reason: Unknown
% 4.00/1.28  % (3887)Termination phase: Saturation
% 4.00/1.28  
% 4.00/1.28  % (3887)Memory used [KB]: 1964
% 4.00/1.28  % (3887)Time elapsed: 0.047 s
% 4.00/1.28  % (3887)Instructions burned: 77 (million)
% 4.00/1.28  % (3887)------------------------------
% 4.00/1.28  % (3887)------------------------------
% 4.00/1.28  % (3892)ott+1011_47:51_anc=all_dependent:slsqr=853,231:sil=4000:sp=reverse_frequency:foolp=on:spb=non_intro:abs=on:s2agt=50:slsqc=1:slsq=on:st=4.0:i=59:s2at=1.5:sd=7:kws=inv_frequency:afp=2000:nm=14:ins=2:afq=1.2:uhcvi=on:afr=on:gsp=on:ss=axioms:sgt=100:rawr=on:tgt=ground:awrs=converge:awrsf=390:bs=unit_only:add=off:flr=on:plsq=on:plsqc=1:plsqr=6705511,1048576:bd=preordered:newcnf=on:nwc=5.0_0 on Vampire---4 for (2990ds/59Mi)
% 4.22/1.31  % (3892)Instruction limit reached!
% 4.22/1.31  % (3892)------------------------------
% 4.22/1.31  % (3892)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.22/1.31  % (3892)Termination reason: Unknown
% 4.22/1.31  % (3892)Termination phase: Saturation
% 4.22/1.31  
% 4.22/1.31  % (3892)Memory used [KB]: 1845
% 4.22/1.31  % (3892)Time elapsed: 0.034 s
% 4.22/1.31  % (3892)Instructions burned: 60 (million)
% 4.22/1.31  % (3892)------------------------------
% 4.22/1.31  % (3892)------------------------------
% 4.22/1.32  % (3894)lrs+1002_1:1_sfv=off:drc=encompass:sil=2000:fde=unused:sp=frequency:nwc=10.0:flr=on:st=1.5:i=151:bd=off:nm=0:ins=4:fsr=off:fsd=on:ss=axioms:s2a=on:s2agt=32:to=lpo:aac=none:sims=off_0 on Vampire---4 for (2990ds/151Mi)
% 4.22/1.33  % (3891)Instruction limit reached!
% 4.22/1.33  % (3891)------------------------------
% 4.22/1.33  % (3891)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.22/1.33  % (3891)Termination reason: Unknown
% 4.22/1.33  % (3891)Termination phase: Saturation
% 4.22/1.33  
% 4.22/1.33  % (3891)Memory used [KB]: 3179
% 4.22/1.33  % (3891)Time elapsed: 0.057 s
% 4.22/1.33  % (3891)Instructions burned: 117 (million)
% 4.22/1.33  % (3891)------------------------------
% 4.22/1.33  % (3891)------------------------------
% 4.22/1.33  % (3898)lrs+11_1:1_sos=on:urr=on:s2a=on:i=260:sd=1:aac=none:ss=axioms:gsp=on:sil=128000:nm=3:bce=on:fd=preordered:alpa=true:etr=on:bd=off:lcm=predicate_0 on Vampire---4 for (2990ds/260Mi)
% 4.22/1.35  % (3878)Instruction limit reached!
% 4.22/1.35  % (3878)------------------------------
% 4.22/1.35  % (3878)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.22/1.35  % (3878)Termination reason: Unknown
% 4.22/1.35  % (3878)Termination phase: Saturation
% 4.22/1.35  
% 4.22/1.35  % (3878)Memory used [KB]: 2813
% 4.22/1.35  % (3878)Time elapsed: 0.193 s
% 4.22/1.35  % (3878)Instructions burned: 366 (million)
% 4.22/1.35  % (3878)------------------------------
% 4.22/1.35  % (3878)------------------------------
% 4.22/1.36  % (3901)dis+1010_1:1_drc=off:sil=32000:rp=on:cond=fast:i=1797:av=off:newcnf=on:bd=off:sfv=off:plsq=on:plsqr=1,32:erd=off_0 on Vampire---4 for (2990ds/1797Mi)
% 4.56/1.38  % (3894)Instruction limit reached!
% 4.56/1.38  % (3894)------------------------------
% 4.56/1.38  % (3894)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.56/1.38  % (3894)Termination reason: Unknown
% 4.56/1.38  % (3894)Termination phase: Saturation
% 4.56/1.38  
% 4.56/1.38  % (3894)Memory used [KB]: 1872
% 4.56/1.38  % (3894)Time elapsed: 0.068 s
% 4.56/1.38  % (3894)Instructions burned: 151 (million)
% 4.56/1.38  % (3894)------------------------------
% 4.56/1.38  % (3894)------------------------------
% 4.56/1.39  % (3902)lrs-1010_1:8_sil=2000:spb=intro:acc=on:rp=on:i=200:sd=1:bd=off:uhcvi=on:ss=axioms:sgt=32:rawr=on:erd=off:alpa=true:anc=none:afp=2000_0 on Vampire---4 for (2989ds/200Mi)
% 4.56/1.43  % (3898)Instruction limit reached!
% 4.56/1.43  % (3898)------------------------------
% 4.56/1.43  % (3898)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.56/1.43  % (3898)Termination reason: Unknown
% 4.56/1.43  % (3898)Termination phase: Saturation
% 4.56/1.43  
% 4.56/1.43  % (3898)Memory used [KB]: 3991
% 4.56/1.43  % (3898)Time elapsed: 0.100 s
% 4.56/1.43  % (3898)Instructions burned: 262 (million)
% 4.56/1.43  % (3898)------------------------------
% 4.56/1.43  % (3898)------------------------------
% 4.56/1.43  % (3904)lrs+1002_1:8_sil=4000:sos=on:nicw=on:st=2.5:i=356:ss=included:sd=7:ep=RS:erd=off_0 on Vampire---4 for (2989ds/356Mi)
% 4.82/1.46  % (3902)Instruction limit reached!
% 4.82/1.46  % (3902)------------------------------
% 4.82/1.46  % (3902)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.82/1.46  % (3902)Termination reason: Unknown
% 4.82/1.46  % (3902)Termination phase: Saturation
% 4.82/1.46  
% 4.82/1.46  % (3902)Memory used [KB]: 2913
% 4.82/1.46  % (3902)Time elapsed: 0.072 s
% 4.82/1.46  % (3902)Instructions burned: 201 (million)
% 4.82/1.46  % (3902)------------------------------
% 4.82/1.46  % (3902)------------------------------
% 4.82/1.46  % (3905)lrs+1011_1:4_bsr=unit_only:to=lpo:sil=2000:plsqc=4:plsq=on:sp=occurrence:plsql=on:alpa=false:i=75:afp=10:afq=2.0:ss=axioms:rawr=on:fd=off_0 on Vampire---4 for (2989ds/75Mi)
% 4.92/1.49  % (3905)Instruction limit reached!
% 4.92/1.49  % (3905)------------------------------
% 4.92/1.49  % (3905)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.92/1.49  % (3905)Termination reason: Unknown
% 4.92/1.49  % (3905)Termination phase: Saturation
% 4.92/1.49  
% 4.92/1.49  % (3905)Memory used [KB]: 1617
% 4.92/1.49  % (3905)Time elapsed: 0.028 s
% 4.92/1.49  % (3905)Instructions burned: 77 (million)
% 4.92/1.49  % (3905)------------------------------
% 4.92/1.49  % (3905)------------------------------
% 4.92/1.49  % (3921)dis+1011_13623:1048576_drc=off:sil=2000:fde=unused:bsd=on:sp=const_min:br=off:fd=preordered:gs=on:nwc=17.1261:gsem=off:i=578:kws=inv_frequency:nm=4:rawr=on:bd=off:fsr=off:bsdmm=1:av=off_0 on Vampire---4 for (2988ds/578Mi)
% 4.92/1.51  % (3880)Instruction limit reached!
% 4.92/1.51  % (3880)------------------------------
% 4.92/1.51  % (3880)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.92/1.51  % (3880)Termination reason: Unknown
% 4.92/1.51  % (3880)Termination phase: Saturation
% 4.92/1.51  
% 4.92/1.51  % (3880)Memory used [KB]: 6664
% 4.92/1.51  % (3880)Time elapsed: 0.332 s
% 4.92/1.51  % (3880)Instructions burned: 865 (million)
% 4.92/1.51  % (3880)------------------------------
% 4.92/1.51  % (3880)------------------------------
% 4.92/1.51  % (3933)ott-1011_3:2_to=lpo:drc=off:sil=2000:sims=off:sos=on:lma=on:spb=goal_then_units:lcm=predicate:fd=preordered:rp=on:newcnf=on:avsq=on:i=251:ins=1:fsr=off:avsqc=4:aac=none:plsq=on:plsqc=1:plsqr=32,1:fs=off_0 on Vampire---4 for (2988ds/251Mi)
% 4.92/1.52  % (3904)Instruction limit reached!
% 4.92/1.52  % (3904)------------------------------
% 4.92/1.52  % (3904)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.92/1.52  % (3904)Termination reason: Unknown
% 4.92/1.52  % (3904)Termination phase: Saturation
% 4.92/1.52  
% 4.92/1.52  % (3904)Memory used [KB]: 3314
% 4.92/1.52  % (3904)Time elapsed: 0.087 s
% 4.92/1.52  % (3904)Instructions burned: 358 (million)
% 4.92/1.52  % (3904)------------------------------
% 4.92/1.52  % (3904)------------------------------
% 4.92/1.52  % (3943)dis+1010_1:1_sil=2000:tgt=full:rp=on:gs=on:nwc=5.0:i=93:abs=on:sos=on_0 on Vampire---4 for (2988ds/93Mi)
% 5.43/1.55  % (3943)Instruction limit reached!
% 5.43/1.55  % (3943)------------------------------
% 5.43/1.55  % (3943)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 5.43/1.55  % (3943)Termination reason: Unknown
% 5.43/1.55  % (3943)Termination phase: Saturation
% 5.43/1.55  
% 5.43/1.55  % (3943)Memory used [KB]: 2017
% 5.43/1.55  % (3943)Time elapsed: 0.032 s
% 5.43/1.55  % (3943)Instructions burned: 93 (million)
% 5.43/1.55  % (3943)------------------------------
% 5.43/1.55  % (3943)------------------------------
% 5.43/1.56  % (3957)lrs+1010_1:8_sil=4000:sos=on:urr=on:rnwc=on:nwc=10.0:i=37:sup=off:kws=frequency_0 on Vampire---4 for (2988ds/37Mi)
% 5.43/1.57  % (3957)Instruction limit reached!
% 5.43/1.57  % (3957)------------------------------
% 5.43/1.57  % (3957)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 5.43/1.57  % (3957)Termination reason: Unknown
% 5.43/1.57  % (3957)Termination phase: Saturation
% 5.43/1.57  
% 5.43/1.57  % (3957)Memory used [KB]: 1682
% 5.43/1.57  % (3957)Time elapsed: 0.012 s
% 5.43/1.57  % (3957)Instructions burned: 37 (million)
% 5.43/1.57  % (3957)------------------------------
% 5.43/1.57  % (3957)------------------------------
% 5.43/1.57  % (3965)lrs+1010_1:1_sil=2000:sos=all:kmz=on:cond=fast:i=132:kws=inv_frequency:av=off:gsp=on:rawr=on:s2a=on:s2at=2.0_0 on Vampire---4 for (2988ds/132Mi)
% 5.43/1.58  % (3933)Instruction limit reached!
% 5.43/1.58  % (3933)------------------------------
% 5.43/1.58  % (3933)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 5.43/1.58  % (3933)Termination reason: Unknown
% 5.43/1.58  % (3933)Termination phase: Saturation
% 5.43/1.58  
% 5.43/1.58  % (3933)Memory used [KB]: 3027
% 5.43/1.58  % (3933)Time elapsed: 0.075 s
% 5.43/1.58  % (3933)Instructions burned: 253 (million)
% 5.43/1.58  % (3933)------------------------------
% 5.43/1.58  % (3933)------------------------------
% 5.43/1.59  % (3969)dis+1011_1:1024_drc=off:sil=2000:urr=ec_only:br=off:sac=on:i=209:fsr=off_0 on Vampire---4 for (2987ds/209Mi)
% 5.43/1.61  % (3965)Instruction limit reached!
% 5.43/1.61  % (3965)------------------------------
% 5.43/1.61  % (3965)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 5.43/1.61  % (3965)Termination reason: Unknown
% 5.43/1.61  % (3965)Termination phase: Saturation
% 5.43/1.61  
% 5.43/1.61  % (3965)Memory used [KB]: 2511
% 5.43/1.61  % (3965)Time elapsed: 0.042 s
% 5.43/1.61  % (3965)Instructions burned: 134 (million)
% 5.43/1.61  % (3965)------------------------------
% 5.43/1.61  % (3965)------------------------------
% 5.43/1.61  % (3988)lrs+11_7:12_sil=2000:sp=occurrence:sos=on:erd=off:lcm=reverse:gs=on:st=5.0:i=100:awrs=converge:bd=off:ss=axioms:fs=off:fsr=off:rawr=on_0 on Vampire---4 for (2987ds/100Mi)
% 7.34/1.64  % (3779)Instruction limit reached!
% 7.34/1.64  % (3779)------------------------------
% 7.34/1.64  % (3779)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.34/1.64  % (3779)Termination reason: Unknown
% 7.34/1.64  % (3779)Termination phase: Saturation
% 7.34/1.64  
% 7.34/1.64  % (3779)Memory used [KB]: 10714
% 7.34/1.64  % (3779)Time elapsed: 0.791 s
% 7.34/1.64  % (3779)Instructions burned: 1920 (million)
% 7.34/1.64  % (3779)------------------------------
% 7.34/1.64  % (3779)------------------------------
% 7.34/1.64  % (4009)dis+10_1:1_sil=2000:nwc=5.0:s2agt=32:s2a=on:i=54:nm=4:alpa=true_0 on Vampire---4 for (2987ds/54Mi)
% 7.34/1.64  % (3969)Instruction limit reached!
% 7.34/1.64  % (3969)------------------------------
% 7.34/1.64  % (3969)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.34/1.64  % (3969)Termination reason: Unknown
% 7.34/1.64  % (3969)Termination phase: Saturation
% 7.34/1.64  
% 7.34/1.64  % (3969)Memory used [KB]: 3065
% 7.34/1.64  % (3969)Time elapsed: 0.056 s
% 7.34/1.64  % (3969)Instructions burned: 211 (million)
% 7.34/1.64  % (3969)------------------------------
% 7.34/1.64  % (3969)------------------------------
% 7.34/1.64  % (3988)Instruction limit reached!
% 7.34/1.64  % (3988)------------------------------
% 7.34/1.64  % (3988)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.34/1.64  % (3988)Termination reason: Unknown
% 7.34/1.64  % (3988)Termination phase: Saturation
% 7.34/1.64  
% 7.34/1.64  % (3988)Memory used [KB]: 2289
% 7.34/1.64  % (3988)Time elapsed: 0.030 s
% 7.34/1.64  % (3988)Instructions burned: 103 (million)
% 7.34/1.64  % (3988)------------------------------
% 7.34/1.64  % (3988)------------------------------
% 7.34/1.64  % (4012)lrs-1011_1:1_to=lpo:drc=off:sil=2000:sp=const_min:sos=on:lsd=10:sac=on:i=62:br=off:newcnf=on_0 on Vampire---4 for (2987ds/62Mi)
% 7.34/1.65  % (4015)lrs+10_8:1_to=lpo:drc=encompass:sil=4000:sos=on:urr=on:newcnf=on:i=2265:sd=2:nm=2:ss=axioms:sgt=32:sup=off:bd=off_0 on Vampire---4 for (2987ds/2265Mi)
% 7.34/1.65  % (4012)Refutation not found, incomplete strategy% (4012)------------------------------
% 7.34/1.65  % (4012)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.34/1.65  % (4012)Termination reason: Refutation not found, incomplete strategy
% 7.34/1.65  
% 7.34/1.65  % (4012)Memory used [KB]: 1340
% 7.34/1.65  % (4012)Time elapsed: 0.007 s
% 7.34/1.65  % (4012)Instructions burned: 24 (million)
% 7.34/1.65  % (4012)------------------------------
% 7.34/1.65  % (4012)------------------------------
% 7.34/1.65  % (4019)lrs+1011_1:128_sil=2000:lsd=10:newcnf=on:i=91:bd=off:fsd=on:ss=axioms:plsq=on:plsqr=9200103,131072:sd=1:lma=on_0 on Vampire---4 for (2987ds/91Mi)
% 7.34/1.65  % (3921)Instruction limit reached!
% 7.34/1.65  % (3921)------------------------------
% 7.34/1.65  % (3921)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.34/1.65  % (3921)Termination reason: Unknown
% 7.34/1.65  % (3921)Termination phase: Saturation
% 7.34/1.65  
% 7.34/1.65  % (3921)Memory used [KB]: 10229
% 7.34/1.65  % (3921)Time elapsed: 0.167 s
% 7.34/1.65  % (3921)Instructions burned: 580 (million)
% 7.34/1.65  % (3921)------------------------------
% 7.34/1.65  % (3921)------------------------------
% 7.34/1.66  % (4023)ott+1011_7:2_anc=all:to=lpo:sil=2000:tgt=full:plsq=on:sos=on:spb=intro:fd=preordered:rp=on:i=83:uhcvi=on:rawr=on:fs=off:fsr=off:lsd=1:erd=off:aac=none:plsqc=2:newcnf=on:abs=on:bd=off_0 on Vampire---4 for (2987ds/83Mi)
% 7.34/1.66  % (4009)Instruction limit reached!
% 7.34/1.66  % (4009)------------------------------
% 7.34/1.66  % (4009)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.34/1.66  % (4009)Termination reason: Unknown
% 7.34/1.66  % (4009)Termination phase: Saturation
% 7.34/1.66  
% 7.34/1.66  % (4009)Memory used [KB]: 1669
% 7.34/1.66  % (4009)Time elapsed: 0.018 s
% 7.34/1.66  % (4009)Instructions burned: 56 (million)
% 7.34/1.66  % (4009)------------------------------
% 7.34/1.66  % (4009)------------------------------
% 7.34/1.66  % (4026)dis+1010_1:1_to=lpo:sil=2000:plsq=on:plsqr=32,1:sos=on:spb=goal:rp=on:i=123:bd=off:ins=4:ss=axioms:sgt=32:acc=on:fde=none_0 on Vampire---4 for (2987ds/123Mi)
% 7.34/1.67  % (3888)Instruction limit reached!
% 7.34/1.67  % (3888)------------------------------
% 7.34/1.67  % (3888)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.34/1.67  % (3888)Termination reason: Unknown
% 7.34/1.67  % (3888)Termination phase: Saturation
% 7.34/1.67  
% 7.34/1.67  % (3888)Memory used [KB]: 4420
% 7.34/1.67  % (3888)Time elapsed: 0.439 s
% 7.34/1.67  % (3888)Instructions burned: 1377 (million)
% 7.34/1.67  % (3888)------------------------------
% 7.34/1.67  % (3888)------------------------------
% 7.72/1.67  % (4040)dis-1003_1:1_drc=off:sil=2000:sos=all:i=84:av=off:irw=on:plsq=on:plsqc=1:plsqr=32,1:sfv=off_0 on Vampire---4 for (2987ds/84Mi)
% 7.72/1.68  % (4019)Instruction limit reached!
% 7.72/1.68  % (4019)------------------------------
% 7.72/1.68  % (4019)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.72/1.68  % (4019)Termination reason: Unknown
% 7.72/1.68  % (4019)Termination phase: Saturation
% 7.72/1.68  
% 7.72/1.68  % (4019)Memory used [KB]: 2223
% 7.72/1.68  % (4019)Time elapsed: 0.029 s
% 7.72/1.68  % (4019)Instructions burned: 94 (million)
% 7.72/1.68  % (4019)------------------------------
% 7.72/1.68  % (4019)------------------------------
% 7.72/1.68  % (4023)Instruction limit reached!
% 7.72/1.68  % (4023)------------------------------
% 7.72/1.68  % (4023)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.72/1.68  % (4023)Termination reason: Unknown
% 7.72/1.68  % (4023)Termination phase: Saturation
% 7.72/1.68  
% 7.72/1.68  % (4023)Memory used [KB]: 2662
% 7.72/1.68  % (4023)Time elapsed: 0.026 s
% 7.72/1.68  % (4023)Instructions burned: 83 (million)
% 7.72/1.68  % (4023)------------------------------
% 7.72/1.68  % (4023)------------------------------
% 7.72/1.68  % (4042)lrs+2_1:1_sil=2000:urr=on:flr=on:s2a=on:i=85:s2at=5.0:sd=1:ss=axioms:sgt=8:gsp=on:br=off_0 on Vampire---4 for (2987ds/85Mi)
% 7.72/1.68  % (4043)dis+1002_1:1_sil=2000:tgt=full:spb=goal:avsq=on:i=259:avsqr=19,107:er=known:rawr=on:nwc=3.7:cond=fast:abs=on_0 on Vampire---4 for (2987ds/259Mi)
% 7.72/1.70  % (4026)Instruction limit reached!
% 7.72/1.70  % (4026)------------------------------
% 7.72/1.70  % (4026)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.72/1.70  % (4026)Termination reason: Unknown
% 7.72/1.70  % (4026)Termination phase: Saturation
% 7.72/1.70  
% 7.72/1.70  % (4026)Memory used [KB]: 2175
% 7.72/1.70  % (4026)Time elapsed: 0.037 s
% 7.72/1.70  % (4026)Instructions burned: 124 (million)
% 7.72/1.70  % (4026)------------------------------
% 7.72/1.70  % (4026)------------------------------
% 7.72/1.70  % (4040)Instruction limit reached!
% 7.72/1.70  % (4040)------------------------------
% 7.72/1.70  % (4040)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.72/1.70  % (4040)Termination reason: Unknown
% 7.72/1.70  % (4040)Termination phase: Saturation
% 7.72/1.70  
% 7.72/1.70  % (4040)Memory used [KB]: 1867
% 7.72/1.70  % (4040)Time elapsed: 0.025 s
% 7.72/1.70  % (4040)Instructions burned: 84 (million)
% 7.72/1.70  % (4040)------------------------------
% 7.72/1.70  % (4040)------------------------------
% 7.72/1.70  % (3867)Instruction limit reached!
% 7.72/1.70  % (3867)------------------------------
% 7.72/1.70  % (3867)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.72/1.70  % (3867)Termination reason: Unknown
% 7.72/1.70  % (3867)Termination phase: Saturation
% 7.72/1.70  
% 7.72/1.70  % (3867)Memory used [KB]: 7609
% 7.72/1.70  % (3867)Time elapsed: 0.612 s
% 7.72/1.70  % (3867)Instructions burned: 1485 (million)
% 7.72/1.70  % (3867)------------------------------
% 7.72/1.70  % (3867)------------------------------
% 7.72/1.70  % (4052)lrs+1010_1:1_to=lpo:sil=32000:plsq=on:plsqr=32,1:sp=frequency:sos=on:erd=off:newcnf=on:i=106:bd=off:rawr=on:sup=off_0 on Vampire---4 for (2986ds/106Mi)
% 7.72/1.70  % (4053)lrs+1010_1:28_sil=2000:s2agt=16:st=3.0:s2a=on:i=278:sd=3:ss=axioms:av=off:slsq=on_0 on Vampire---4 for (2986ds/278Mi)
% 7.72/1.70  % (4055)lrs+1011_1:10_to=lpo:sil=2000:nwc=5.0:st=5.0:i=151:nm=2:av=off:ss=included:bd=preordered:uhcvi=on:irw=on_0 on Vampire---4 for (2986ds/151Mi)
% 7.72/1.71  % (4042)Instruction limit reached!
% 7.72/1.71  % (4042)------------------------------
% 7.72/1.71  % (4042)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.72/1.71  % (4042)Termination reason: Unknown
% 7.72/1.71  % (4042)Termination phase: Saturation
% 7.72/1.71  
% 7.72/1.71  % (4042)Memory used [KB]: 1938
% 7.72/1.71  % (4042)Time elapsed: 0.028 s
% 7.72/1.71  % (4042)Instructions burned: 87 (million)
% 7.72/1.71  % (4042)------------------------------
% 7.72/1.71  % (4042)------------------------------
% 7.72/1.71  % (4064)lrs+2_1:28_bsr=unit_only:slsqr=1,2:to=lpo:sil=4000:fde=none:sp=unary_first:spb=goal_then_units:slsqc=1:slsq=on:i=97:s2at=2.0:slsql=off:bd=off:nm=3:av=off:fsd=on:s2agt=32_0 on Vampire---4 for (2986ds/97Mi)
% 7.72/1.73  % (3885)Instruction limit reached!
% 7.72/1.73  % (3885)------------------------------
% 7.72/1.73  % (3885)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.72/1.73  % (3885)Termination reason: Unknown
% 7.72/1.73  % (3885)Termination phase: Saturation
% 7.72/1.73  
% 7.72/1.73  % (3885)Memory used [KB]: 4153
% 7.72/1.73  % (3885)Time elapsed: 0.508 s
% 7.72/1.73  % (3885)Instructions burned: 1550 (million)
% 7.72/1.73  % (3885)------------------------------
% 7.72/1.73  % (3885)------------------------------
% 7.72/1.73  % (4070)dis+1011_1:1_sil=2000:sos=on:lsd=100:rp=on:nwc=10.0:s2agt=16:newcnf=on:i=464:bd=off:fsr=off:rawr=on:avsq=on:avsql=on:avsqr=117,449:s2a=on:bs=on_0 on Vampire---4 for (2986ds/464Mi)
% 7.72/1.73  % (4052)Instruction limit reached!
% 7.72/1.73  % (4052)------------------------------
% 7.72/1.73  % (4052)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.72/1.73  % (4052)Termination reason: Unknown
% 7.72/1.73  % (4052)Termination phase: Saturation
% 7.72/1.73  
% 7.72/1.73  % (4052)Memory used [KB]: 1947
% 7.72/1.73  % (4052)Time elapsed: 0.032 s
% 7.72/1.73  % (4052)Instructions burned: 109 (million)
% 7.72/1.73  % (4052)------------------------------
% 7.72/1.73  % (4052)------------------------------
% 7.72/1.73  % (4073)dis+666_17:28_sil=4000:sp=const_frequency:lcm=reverse:nwc=15.189:avsqc=3:avsq=on:s2a=on:i=79:s2at=2.5:bs=on:ins=2:fsd=on:rawr=on:to=lpo:s2agt=8:sac=on:bd=off_0 on Vampire---4 for (2986ds/79Mi)
% 7.72/1.74  % (4064)Instruction limit reached!
% 7.72/1.74  % (4064)------------------------------
% 7.72/1.74  % (4064)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.72/1.74  % (4064)Termination reason: Unknown
% 7.72/1.74  % (4064)Termination phase: Saturation
% 7.72/1.74  
% 7.72/1.74  % (4064)Memory used [KB]: 1792
% 7.72/1.74  % (4064)Time elapsed: 0.028 s
% 7.72/1.74  % (4064)Instructions burned: 99 (million)
% 7.72/1.74  % (4064)------------------------------
% 7.72/1.74  % (4064)------------------------------
% 7.72/1.74  % (4076)dis-1011_1:4_sil=2000:tgt=ground:s2a=on:i=1993:ep=RS:fsr=off:s2at=2.0:av=off:ss=axioms:st=1.5_0 on Vampire---4 for (2986ds/1993Mi)
% 7.72/1.75  % (4055)Instruction limit reached!
% 7.72/1.75  % (4055)------------------------------
% 7.72/1.75  % (4055)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.72/1.75  % (4055)Termination reason: Unknown
% 7.72/1.75  % (4055)Termination phase: Saturation
% 7.72/1.75  
% 7.72/1.75  % (4055)Memory used [KB]: 2251
% 7.72/1.75  % (4055)Time elapsed: 0.048 s
% 7.72/1.75  % (4055)Instructions burned: 151 (million)
% 7.72/1.75  % (4055)------------------------------
% 7.72/1.75  % (4055)------------------------------
% 7.72/1.75  % (4081)lrs+1011_1:1_sil=64000:i=101:sd=2:ep=R:ss=axioms_0 on Vampire---4 for (2986ds/101Mi)
% 7.72/1.76  % (4073)Instruction limit reached!
% 7.72/1.76  % (4073)------------------------------
% 7.72/1.76  % (4073)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 7.72/1.76  % (4073)Termination reason: Unknown
% 7.72/1.76  % (4073)Termination phase: Saturation
% 7.72/1.76  
% 7.72/1.76  % (4073)Memory used [KB]: 1931
% 7.72/1.76  % (4073)Time elapsed: 0.046 s
% 7.72/1.76  % (4073)Instructions burned: 79 (million)
% 7.72/1.76  % (4073)------------------------------
% 7.72/1.76  % (4073)------------------------------
% 8.22/1.76  % (4086)dis-1010_1:1_bsr=unit_only:to=lpo:sil=256000:fde=none:plsq=on:plsqr=205,29:sp=occurrence:sos=on:abs=on:newcnf=on:st=6.0:i=4978:sd=2:bd=off:amm=off:ss=axioms:rawr=on_0 on Vampire---4 for (2986ds/4978Mi)
% 8.22/1.77  % (4043)Instruction limit reached!
% 8.22/1.77  % (4043)------------------------------
% 8.22/1.77  % (4043)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 8.22/1.77  % (4043)Termination reason: Unknown
% 8.22/1.77  % (4043)Termination phase: Saturation
% 8.22/1.77  
% 8.22/1.77  % (4043)Memory used [KB]: 2862
% 8.22/1.77  % (4043)Time elapsed: 0.088 s
% 8.22/1.77  % (4043)Instructions burned: 262 (million)
% 8.22/1.77  % (4043)------------------------------
% 8.22/1.77  % (4043)------------------------------
% 8.22/1.77  % (4087)lrs+1002_14319:131072_to=lpo:drc=encompass:sil=2000:tgt=ground:fde=none:sp=const_max:sos=on:spb=units:lcm=predicate:nwc=7.734471748972603:flr=on:newcnf=on:i=169:add=large:awrs=decay:awrsf=1079:bd=off:nm=2:ins=1:fsr=off:uhcvi=on:rawr=on:anc=all_dependent:aac=none:fs=off_0 on Vampire---4 for (2986ds/169Mi)
% 8.22/1.78  % (4081)Instruction limit reached!
% 8.22/1.78  % (4081)------------------------------
% 8.22/1.78  % (4081)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 8.22/1.78  % (4081)Termination reason: Unknown
% 8.22/1.78  % (4081)Termination phase: Saturation
% 8.22/1.78  
% 8.22/1.78  % (4081)Memory used [KB]: 1449
% 8.22/1.78  % (4081)Time elapsed: 0.051 s
% 8.22/1.78  % (4081)Instructions burned: 102 (million)
% 8.22/1.78  % (4081)------------------------------
% 8.22/1.78  % (4081)------------------------------
% 8.22/1.78  % (4088)ott+2_27871:262144_drc=encompass:sil=2000:plsqc=1:plsq=on:ile=on:plsqr=9426019,262144:sp=const_frequency:foolp=on:bce=on:rnwc=on:gs=on:nwc=12.5427:i=178:gsaa=from_current:erml=3:bd=off:nm=10:uhcvi=on:gsp=on:er=known:rawr=on:fd=preordered:alpa=true_0 on Vampire---4 for (2986ds/178Mi)
% 8.36/1.78  % (4053)Instruction limit reached!
% 8.36/1.78  % (4053)------------------------------
% 8.36/1.78  % (4053)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 8.36/1.78  % (4053)Termination reason: Unknown
% 8.36/1.78  % (4053)Termination phase: Saturation
% 8.36/1.78  
% 8.36/1.78  % (4053)Memory used [KB]: 3424
% 8.36/1.78  % (4053)Time elapsed: 0.086 s
% 8.36/1.78  % (4053)Instructions burned: 281 (million)
% 8.36/1.78  % (4053)------------------------------
% 8.36/1.78  % (4053)------------------------------
% 8.36/1.79  % (4089)dis+21_1:1_to=lpo:drc=off:sil=2000:etr=on:sp=const_frequency:sos=all:fs=off:spb=goal_then_units:s2a=on:i=111:s2at=3.0:fsr=off_0 on Vampire---4 for (2986ds/111Mi)
% 8.48/1.82  % (4089)Instruction limit reached!
% 8.48/1.82  % (4089)------------------------------
% 8.48/1.82  % (4089)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 8.48/1.82  % (4089)Termination reason: Unknown
% 8.48/1.82  % (4089)Termination phase: Saturation
% 8.48/1.82  
% 8.48/1.82  % (4089)Memory used [KB]: 2365
% 8.48/1.82  % (4089)Time elapsed: 0.056 s
% 8.48/1.82  % (4089)Instructions burned: 114 (million)
% 8.48/1.82  % (4089)------------------------------
% 8.48/1.82  % (4089)------------------------------
% 8.48/1.82  % (4102)lrs+1011_3:1_slsqr=1,2:sil=2000:tgt=full:plsq=on:plsqr=173,396:spb=goal:bce=on:newcnf=on:slsq=on:st=3.5:i=243:add=off:bs=on:fsr=off:ss=axioms:rawr=on:afp=1:afq=2.9664927043397338_0 on Vampire---4 for (2985ds/243Mi)
% 8.48/1.82  % (4087)Instruction limit reached!
% 8.48/1.82  % (4087)------------------------------
% 8.48/1.82  % (4087)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 8.48/1.82  % (4087)Termination reason: Unknown
% 8.48/1.82  % (4087)Termination phase: Saturation
% 8.48/1.82  
% 8.48/1.82  % (4087)Memory used [KB]: 3599
% 8.48/1.82  % (4087)Time elapsed: 0.074 s
% 8.48/1.82  % (4087)Instructions burned: 171 (million)
% 8.48/1.82  % (4087)------------------------------
% 8.48/1.82  % (4087)------------------------------
% 8.48/1.83  % (4104)lrs+1011_1:32_sil=2000:tgt=ground:acc=model:lsd=10:nwc=1.1:flr=on:s2pl=no:i=229:bd=off:gsp=on:rawr=on_0 on Vampire---4 for (2985ds/229Mi)
% 8.60/1.84  % (4088)Instruction limit reached!
% 8.60/1.84  % (4088)------------------------------
% 8.60/1.84  % (4088)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 8.60/1.84  % (4088)Termination reason: Unknown
% 8.60/1.84  % (4088)Termination phase: Saturation
% 8.60/1.84  
% 8.60/1.84  % (4088)Memory used [KB]: 2550
% 8.60/1.84  % (4088)Time elapsed: 0.084 s
% 8.60/1.84  % (4088)Instructions burned: 178 (million)
% 8.60/1.84  % (4088)------------------------------
% 8.60/1.84  % (4088)------------------------------
% 8.60/1.84  % (4109)lrs+1002_63:8_sil=4000:sp=frequency:urr=on:lcm=reverse:nwc=10.0:flr=on:i=306:fdi=1:fsr=off:br=off_0 on Vampire---4 for (2985ds/306Mi)
% 8.60/1.85  % (3901)Instruction limit reached!
% 8.60/1.85  % (3901)------------------------------
% 8.60/1.85  % (3901)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 8.60/1.85  % (3901)Termination reason: Unknown
% 8.60/1.85  % (3901)Termination phase: Saturation
% 8.60/1.85  
% 8.60/1.85  % (3901)Memory used [KB]: 8669
% 8.60/1.85  % (3901)Time elapsed: 0.494 s
% 8.60/1.85  % (3901)Instructions burned: 1797 (million)
% 8.60/1.85  % (3901)------------------------------
% 8.60/1.85  % (3901)------------------------------
% 8.60/1.86  % (4116)dis+22_1:32_sil=2000:fde=none:nwc=10.0:slsqc=3:slsq=on:i=118:slsql=off:nm=16:fsr=off:fsd=on:ss=axioms_0 on Vampire---4 for (2985ds/118Mi)
% 8.60/1.87  % (4070)Instruction limit reached!
% 8.60/1.87  % (4070)------------------------------
% 8.60/1.87  % (4070)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 8.60/1.87  % (4070)Termination reason: Unknown
% 8.60/1.87  % (4070)Termination phase: Saturation
% 8.60/1.87  
% 8.60/1.87  % (4070)Memory used [KB]: 4091
% 8.60/1.87  % (4070)Time elapsed: 0.148 s
% 8.60/1.87  % (4070)Instructions burned: 464 (million)
% 8.60/1.87  % (4070)------------------------------
% 8.60/1.87  % (4070)------------------------------
% 8.60/1.88  % (4125)dis-1011_1:2_to=lpo:sil=2000:plsq=on:plsqr=473,226:etr=on:erd=off:i=85:bd=off:amm=off:ss=axioms:sgt=64:rawr=on:add=large:fd=off_0 on Vampire---4 for (2984ds/85Mi)
% 8.60/1.89  % (4116)Instruction limit reached!
% 8.60/1.89  % (4116)------------------------------
% 8.60/1.89  % (4116)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 8.60/1.89  % (4116)Termination reason: Unknown
% 8.60/1.89  % (4116)Termination phase: Saturation
% 8.60/1.89  
% 8.60/1.89  % (4116)Memory used [KB]: 2654
% 8.60/1.89  % (4116)Time elapsed: 0.037 s
% 8.60/1.89  % (4116)Instructions burned: 118 (million)
% 8.60/1.89  % (4116)------------------------------
% 8.60/1.89  % (4116)------------------------------
% 8.60/1.90  % (4129)lrs+11_1:1_drc=off:sil=4000:fde=unused:sp=unary_frequency:sos=on:fs=off:nwc=17.7715:flr=on:avsq=on:i=182:kws=precedence:avsqr=18,127:bd=off:nm=16:fsr=off:uhcvi=on:rawr=on:s2pl=no:s2agt=8:ss=axioms:sd=1:st=3.5:aac=none:afp=50:afq=2.0_0 on Vampire---4 for (2984ds/182Mi)
% 8.60/1.90  % (4104)Instruction limit reached!
% 8.60/1.90  % (4104)------------------------------
% 8.60/1.90  % (4104)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 8.60/1.90  % (4104)Termination reason: Unknown
% 8.60/1.90  % (4104)Termination phase: Saturation
% 8.60/1.90  
% 8.60/1.90  % (4104)Memory used [KB]: 2830
% 8.60/1.90  % (4104)Time elapsed: 0.075 s
% 8.60/1.90  % (4104)Instructions burned: 229 (million)
% 8.60/1.90  % (4104)------------------------------
% 8.60/1.90  % (4104)------------------------------
% 8.60/1.90  % (4135)lrs-32_1:4_to=lpo:drc=off:sil=2000:sp=reverse_arity:spb=goal_then_units:urr=on:nwc=2.0:i=134:ss=included:st=2.0:bd=preordered_0 on Vampire---4 for (2984ds/134Mi)
% 8.60/1.91  % (4125)Instruction limit reached!
% 8.60/1.91  % (4125)------------------------------
% 8.60/1.91  % (4125)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 8.60/1.91  % (4125)Termination reason: Unknown
% 8.60/1.91  % (4125)Termination phase: Saturation
% 8.60/1.91  
% 8.60/1.91  % (4125)Memory used [KB]: 2016
% 8.60/1.91  % (4125)Time elapsed: 0.029 s
% 8.60/1.91  % (4125)Instructions burned: 85 (million)
% 8.60/1.91  % (4125)------------------------------
% 8.60/1.91  % (4125)------------------------------
% 8.60/1.91  % (4102)Instruction limit reached!
% 8.60/1.91  % (4102)------------------------------
% 8.60/1.91  % (4102)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 8.60/1.91  % (4102)Termination reason: Unknown
% 8.60/1.91  % (4102)Termination phase: Saturation
% 8.60/1.91  
% 8.60/1.91  % (4102)Memory used [KB]: 2490
% 8.60/1.91  % (4102)Time elapsed: 0.083 s
% 8.60/1.91  % (4102)Instructions burned: 243 (million)
% 8.60/1.91  % (4102)------------------------------
% 8.60/1.91  % (4102)------------------------------
% 8.60/1.91  % (4139)dis+1011_1:1_sil=2000:sos=on:newcnf=on:i=181:sd=2:ep=R:ss=axioms_0 on Vampire---4 for (2984ds/181Mi)
% 8.60/1.91  % (4140)dis-11_4:1_to=lpo:sil=2000:fde=unused:sims=off:sp=occurrence:lma=on:spb=goal_then_units:abs=on:fd=off:flr=on:avsq=on:i=61:avsqr=1137305,524288:bd=off:uhcvi=on:awrs=decay:sos=on:bsd=on:afp=50:afq=1.3:nwc=10.053150171695567_0 on Vampire---4 for (2984ds/61Mi)
% 9.06/1.93  % (4140)Instruction limit reached!
% 9.06/1.93  % (4140)------------------------------
% 9.06/1.93  % (4140)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.06/1.93  % (4140)Termination reason: Unknown
% 9.06/1.93  % (4140)Termination phase: Saturation
% 9.06/1.93  
% 9.06/1.93  % (4140)Memory used [KB]: 1837
% 9.06/1.93  % (4140)Time elapsed: 0.020 s
% 9.06/1.93  % (4140)Instructions burned: 61 (million)
% 9.06/1.93  % (4140)------------------------------
% 9.06/1.93  % (4140)------------------------------
% 9.06/1.93  % (4157)dis+1010_1:1_sil=2000:nwc=5.0:i=135:nm=4:av=off:rp=on:ep=R_0 on Vampire---4 for (2984ds/135Mi)
% 9.06/1.94  % (4109)Instruction limit reached!
% 9.06/1.94  % (4109)------------------------------
% 9.06/1.94  % (4109)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.06/1.94  % (4109)Termination reason: Unknown
% 9.06/1.94  % (4109)Termination phase: Saturation
% 9.06/1.94  
% 9.06/1.94  % (4109)Memory used [KB]: 4864
% 9.06/1.94  % (4109)Time elapsed: 0.102 s
% 9.06/1.94  % (4109)Instructions burned: 307 (million)
% 9.06/1.94  % (4109)------------------------------
% 9.06/1.94  % (4109)------------------------------
% 9.06/1.94  % (4135)Instruction limit reached!
% 9.06/1.94  % (4135)------------------------------
% 9.06/1.94  % (4135)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.06/1.94  % (4135)Termination reason: Unknown
% 9.06/1.94  % (4135)Termination phase: Saturation
% 9.06/1.94  
% 9.06/1.94  % (4135)Memory used [KB]: 2369
% 9.06/1.94  % (4135)Time elapsed: 0.041 s
% 9.06/1.94  % (4135)Instructions burned: 135 (million)
% 9.06/1.94  % (4135)------------------------------
% 9.06/1.94  % (4135)------------------------------
% 9.06/1.95  % (4168)dis+1010_6843:1048576_to=lpo:sil=4000:bsd=on:sp=unary_frequency:sos=on:spb=non_intro:nwc=1.63121:newcnf=on:s2a=on:i=94:s2at=4.5:awrs=decay:awrsf=1049:bsdmm=1:bd=preordered:nm=2:av=off:gsp=on:s2pl=no_0 on Vampire---4 for (2984ds/94Mi)
% 9.06/1.95  % (4169)lrs+1_1:1_sil=4000:plsqc=1:plsq=on:plsqr=108,31:sos=on:st=5.0:i=111:sd=2:bd=off:fsr=off:ss=axioms:rawr=on:bce=on:aac=none:afr=on_0 on Vampire---4 for (2984ds/111Mi)
% 9.06/1.95  % (4129)Instruction limit reached!
% 9.06/1.95  % (4129)------------------------------
% 9.06/1.95  % (4129)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.06/1.95  % (4129)Termination reason: Unknown
% 9.06/1.95  % (4129)Termination phase: Saturation
% 9.06/1.95  
% 9.06/1.95  % (4129)Memory used [KB]: 2883
% 9.06/1.95  % (4129)Time elapsed: 0.052 s
% 9.06/1.95  % (4129)Instructions burned: 185 (million)
% 9.06/1.95  % (4129)------------------------------
% 9.06/1.95  % (4129)------------------------------
% 9.06/1.95  % (4171)dis+1011_2:3_sil=2000:tgt=ground:fde=none:sos=on:lsd=1:alpa=random:i=371:kws=inv_arity_squared:gsp=on:bsd=on_0 on Vampire---4 for (2984ds/371Mi)
% 9.06/1.96  % (4139)Instruction limit reached!
% 9.06/1.96  % (4139)------------------------------
% 9.06/1.96  % (4139)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.06/1.96  % (4139)Termination reason: Unknown
% 9.06/1.96  % (4139)Termination phase: Saturation
% 9.06/1.96  
% 9.06/1.96  % (4139)Memory used [KB]: 2157
% 9.06/1.96  % (4139)Time elapsed: 0.054 s
% 9.06/1.96  % (4139)Instructions burned: 182 (million)
% 9.06/1.96  % (4139)------------------------------
% 9.06/1.96  % (4139)------------------------------
% 9.06/1.96  % (4174)dis+33_1:1_to=lpo:sil=16000:plsq=on:nwc=3.0:s2agt=16:s2a=on:i=1643:s2at=5.5:nm=2:av=off:fsr=off:s2pl=no:ep=RS:erd=off_0 on Vampire---4 for (2984ds/1643Mi)
% 9.06/1.97  % (4157)Instruction limit reached!
% 9.06/1.97  % (4157)------------------------------
% 9.06/1.97  % (4157)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.06/1.97  % (4157)Termination reason: Unknown
% 9.06/1.97  % (4157)Termination phase: Saturation
% 9.06/1.97  
% 9.06/1.97  % (4157)Memory used [KB]: 1809
% 9.06/1.97  % (4157)Time elapsed: 0.038 s
% 9.06/1.97  % (4157)Instructions burned: 136 (million)
% 9.06/1.97  % (4157)------------------------------
% 9.06/1.97  % (4157)------------------------------
% 9.06/1.97  % (4177)lrs+1010_3:1_slsqr=4009667,65536:sil=4000:slsqc=3:slsq=on:i=143:slsql=off:ep=RST:nm=6:anc=none:avsq=on:plsq=on:plsqr=32,1_0 on Vampire---4 for (2984ds/143Mi)
% 9.37/1.97  % (4168)Instruction limit reached!
% 9.37/1.97  % (4168)------------------------------
% 9.37/1.97  % (4168)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.37/1.97  % (4168)Termination reason: Unknown
% 9.37/1.97  % (4168)Termination phase: Saturation
% 9.37/1.97  
% 9.37/1.97  % (4168)Memory used [KB]: 1871
% 9.37/1.97  % (4168)Time elapsed: 0.028 s
% 9.37/1.97  % (4168)Instructions burned: 95 (million)
% 9.37/1.97  % (4168)------------------------------
% 9.37/1.97  % (4168)------------------------------
% 9.37/1.98  % (4178)lrs+1011_1:64_sil=2000:fde=none:sos=on:urr=ec_only:nwc=10.0:i=225:nm=19:gsp=on:ss=axioms:bd=off_0 on Vampire---4 for (2984ds/225Mi)
% 9.37/1.98  % (4169)Instruction limit reached!
% 9.37/1.98  % (4169)------------------------------
% 9.37/1.98  % (4169)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.37/1.98  % (4169)Termination reason: Unknown
% 9.37/1.98  % (4169)Termination phase: Saturation
% 9.37/1.98  
% 9.37/1.98  % (4169)Memory used [KB]: 1915
% 9.37/1.98  % (4169)Time elapsed: 0.031 s
% 9.37/1.98  % (4169)Instructions burned: 112 (million)
% 9.37/1.98  % (4169)------------------------------
% 9.37/1.98  % (4169)------------------------------
% 9.37/1.98  % (4179)lrs+1002_1:128_to=lpo:sil=2000:plsq=on:plsqr=7,2:sos=on:spb=units:fd=preordered:nwc=5.0:i=89:bd=off:nm=4:av=off:rawr=on:newcnf=on:fs=off:fsr=off_0 on Vampire---4 for (2984ds/89Mi)
% 9.37/2.00  % (4179)Instruction limit reached!
% 9.37/2.00  % (4179)------------------------------
% 9.37/2.00  % (4179)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.37/2.00  % (4179)Termination reason: Unknown
% 9.37/2.00  % (4179)Termination phase: Saturation
% 9.37/2.00  
% 9.37/2.00  % (4179)Memory used [KB]: 1840
% 9.37/2.00  % (4179)Time elapsed: 0.025 s
% 9.37/2.00  % (4179)Instructions burned: 91 (million)
% 9.37/2.00  % (4179)------------------------------
% 9.37/2.00  % (4179)------------------------------
% 9.37/2.01  % (4181)lrs+1011_2:3_drc=off:sil=2000:tgt=ground:fde=none:sp=occurrence:urr=ec_only:lsd=100:i=149:bd=off:rawr=on:ins=4:av=off_0 on Vampire---4 for (2983ds/149Mi)
% 9.37/2.01  % (4177)Instruction limit reached!
% 9.37/2.01  % (4177)------------------------------
% 9.37/2.01  % (4177)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.37/2.01  % (4177)Termination reason: Unknown
% 9.37/2.01  % (4177)Termination phase: Saturation
% 9.37/2.01  
% 9.37/2.01  % (4177)Memory used [KB]: 2379
% 9.37/2.01  % (4177)Time elapsed: 0.040 s
% 9.37/2.01  % (4177)Instructions burned: 143 (million)
% 9.37/2.01  % (4177)------------------------------
% 9.37/2.01  % (4177)------------------------------
% 9.37/2.01  % (4182)dis+1002_50821:131072_drc=encompass:sil=4000:irw=on:fde=unused:etr=on:sp=occurrence:lma=on:spb=intro:urr=ec_only:nwc=14.514:s2agt=20:sac=on:s2a=on:s2pl=no:i=217:kws=precedence:awrs=decay:awrsf=404:nm=4:uhcvi=on:ss=axioms:rawr=on:nicw=on:afp=10:afq=2.1363337302905383:slsq=on:slsqc=1:slsqr=101081,131072:sup=off:amm=off:flr=on_0 on Vampire---4 for (2983ds/217Mi)
% 9.37/2.04  % (4178)Instruction limit reached!
% 9.37/2.04  % (4178)------------------------------
% 9.37/2.04  % (4178)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.37/2.04  % (4178)Termination reason: Unknown
% 9.37/2.04  % (4178)Termination phase: Saturation
% 9.37/2.04  
% 9.37/2.04  % (4178)Memory used [KB]: 2853
% 9.37/2.04  % (4178)Time elapsed: 0.064 s
% 9.37/2.04  % (4178)Instructions burned: 228 (million)
% 9.37/2.04  % (4178)------------------------------
% 9.37/2.04  % (4178)------------------------------
% 9.37/2.04  % (4183)lrs+1011_1:1_sil=8000:nicw=on:i=1513:sd=1:ss=axioms:sgt=64_0 on Vampire---4 for (2983ds/1513Mi)
% 9.37/2.05  % (4181)Instruction limit reached!
% 9.37/2.05  % (4181)------------------------------
% 9.37/2.05  % (4181)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.37/2.05  % (4181)Termination reason: Unknown
% 9.37/2.05  % (4181)Termination phase: Saturation
% 9.37/2.05  
% 9.37/2.05  % (4181)Memory used [KB]: 2523
% 9.37/2.05  % (4181)Time elapsed: 0.048 s
% 9.37/2.05  % (4181)Instructions burned: 150 (million)
% 9.37/2.05  % (4181)------------------------------
% 9.37/2.05  % (4181)------------------------------
% 9.37/2.05  % (4184)lrs+10_1:52_anc=all:bsr=unit_only:to=lpo:sil=2000:sp=frequency:fd=preordered:flr=on:sac=on:i=460:bd=off:alpa=true:plsq=on:plsqr=1,32_0 on Vampire---4 for (2983ds/460Mi)
% 9.61/2.07  % (4171)Instruction limit reached!
% 9.61/2.07  % (4171)------------------------------
% 9.61/2.07  % (4171)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.61/2.07  % (4171)Termination reason: Unknown
% 9.61/2.07  % (4171)Termination phase: Saturation
% 9.61/2.07  
% 9.61/2.07  % (4171)Memory used [KB]: 3436
% 9.61/2.07  % (4171)Time elapsed: 0.121 s
% 9.61/2.07  % (4171)Instructions burned: 373 (million)
% 9.61/2.07  % (4171)------------------------------
% 9.61/2.07  % (4171)------------------------------
% 9.61/2.07  % (4185)lrs+1002_1:8_sil=16000:tgt=ground:fde=none:sp=const_frequency:sos=on:nwc=3.0:i=76_0 on Vampire---4 for (2983ds/76Mi)
% 9.61/2.08  % (4182)Instruction limit reached!
% 9.61/2.08  % (4182)------------------------------
% 9.61/2.08  % (4182)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.61/2.08  % (4182)Termination reason: Unknown
% 9.61/2.08  % (4182)Termination phase: Saturation
% 9.61/2.08  
% 9.61/2.08  % (4182)Memory used [KB]: 2014
% 9.61/2.08  % (4182)Time elapsed: 0.066 s
% 9.61/2.08  % (4182)Instructions burned: 221 (million)
% 9.61/2.08  % (4182)------------------------------
% 9.61/2.08  % (4182)------------------------------
% 9.61/2.08  % (4186)lrs-1011_1:64_sil=2000:tgt=full:acc=on:urr=ec_only:sac=on:i=113:nm=2:ss=axioms:sgt=4:er=filter_0 on Vampire---4 for (2983ds/113Mi)
% 9.80/2.10  % (4185)Instruction limit reached!
% 9.80/2.10  % (4185)------------------------------
% 9.80/2.10  % (4185)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.80/2.10  % (4185)Termination reason: Unknown
% 9.80/2.10  % (4185)Termination phase: Saturation
% 9.80/2.10  
% 9.80/2.10  % (4185)Memory used [KB]: 1857
% 9.80/2.10  % (4185)Time elapsed: 0.025 s
% 9.80/2.10  % (4185)Instructions burned: 78 (million)
% 9.80/2.10  % (4185)------------------------------
% 9.80/2.10  % (4185)------------------------------
% 9.80/2.10  % (4187)dis-1002_3:1_to=lpo:sil=4000:sp=occurrence:fd=off:nwc=6.0:st=2.0:i=77:sd=1:fsr=off:ss=axioms:sgt=16:fs=off_0 on Vampire---4 for (2982ds/77Mi)
% 9.80/2.12  % (4186)Instruction limit reached!
% 9.80/2.12  % (4186)------------------------------
% 9.80/2.12  % (4186)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.80/2.12  % (4186)Termination reason: Unknown
% 9.80/2.12  % (4186)Termination phase: Saturation
% 9.80/2.12  
% 9.80/2.12  % (4186)Memory used [KB]: 2359
% 9.80/2.12  % (4186)Time elapsed: 0.040 s
% 9.80/2.12  % (4186)Instructions burned: 113 (million)
% 9.80/2.12  % (4186)------------------------------
% 9.80/2.12  % (4186)------------------------------
% 9.88/2.12  % (4188)dis+1011_2:3_sil=8000:tgt=ground:fde=none:spb=goal_then_units:acc=on:nwc=4.0:updr=off:i=639:kws=inv_frequency:nm=16:ins=3:rawr=on:amm=sco_0 on Vampire---4 for (2982ds/639Mi)
% 9.88/2.12  % (4187)Instruction limit reached!
% 9.88/2.12  % (4187)------------------------------
% 9.88/2.12  % (4187)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.88/2.12  % (4187)Termination reason: Unknown
% 9.88/2.12  % (4187)Termination phase: Saturation
% 9.88/2.12  
% 9.88/2.12  % (4187)Memory used [KB]: 1956
% 9.88/2.12  % (4187)Time elapsed: 0.025 s
% 9.88/2.12  % (4187)Instructions burned: 78 (million)
% 9.88/2.12  % (4187)------------------------------
% 9.88/2.12  % (4187)------------------------------
% 9.88/2.13  % (4189)dis+1011_1:1_sil=2000:fd=off:nwc=10.0:s2a=on:i=851:bd=off:nm=2:sup=off:s2at=4.0_0 on Vampire---4 for (2982ds/851Mi)
% 11.51/2.20  % (4184)Instruction limit reached!
% 11.51/2.20  % (4184)------------------------------
% 11.51/2.20  % (4184)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 11.51/2.20  % (4184)Termination reason: Unknown
% 11.51/2.20  % (4184)Termination phase: Saturation
% 11.51/2.20  
% 11.51/2.20  % (4184)Memory used [KB]: 6039
% 11.51/2.20  % (4184)Time elapsed: 0.146 s
% 11.51/2.20  % (4184)Instructions burned: 462 (million)
% 11.51/2.20  % (4184)------------------------------
% 11.51/2.20  % (4184)------------------------------
% 11.51/2.20  % (4190)lrs+1011_1:2_sil=2000:fde=unused:nwc=10.0:newcnf=on:i=463:ep=RST:av=off:ins=1_0 on Vampire---4 for (2981ds/463Mi)
% 11.51/2.21  % (4015)Instruction limit reached!
% 11.51/2.21  % (4015)------------------------------
% 11.51/2.21  % (4015)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 11.51/2.21  % (4015)Termination reason: Unknown
% 11.51/2.21  % (4015)Termination phase: Saturation
% 11.51/2.21  
% 11.51/2.21  % (4015)Memory used [KB]: 11374
% 11.51/2.21  % (4015)Time elapsed: 0.568 s
% 11.51/2.21  % (4015)Instructions burned: 2265 (million)
% 11.51/2.21  % (4015)------------------------------
% 11.51/2.21  % (4015)------------------------------
% 11.51/2.22  % (4191)lrs+1011_1:95_anc=none:sil=2000:plsq=on:plsqr=7,80:sos=on:lsd=50:plsql=on:fd=off:st=6.0:s2a=on:i=127:nm=16:uhcvi=on:ss=axioms:rawr=on:gsp=on:amm=sco_0 on Vampire---4 for (2981ds/127Mi)
% 12.12/2.24  % (4076)Instruction limit reached!
% 12.12/2.24  % (4076)------------------------------
% 12.12/2.24  % (4076)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 12.12/2.24  % (4076)Termination reason: Unknown
% 12.12/2.24  % (4076)Termination phase: Saturation
% 12.12/2.24  
% 12.12/2.24  % (4076)Memory used [KB]: 9695
% 12.12/2.24  % (4076)Time elapsed: 0.517 s
% 12.12/2.24  % (4076)Instructions burned: 1994 (million)
% 12.12/2.24  % (4076)------------------------------
% 12.12/2.24  % (4076)------------------------------
% 12.12/2.24  % (4192)lrs+1010_1:1_anc=all_dependent:sil=2000:tgt=ground:nwc=5.0:s2agt=20:alpa=false:newcnf=on:avsq=on:s2a=on:i=159:avsqr=1,16:bd=off:sac=on:aac=none:erd=off_0 on Vampire---4 for (2981ds/159Mi)
% 12.12/2.26  % (4191)Instruction limit reached!
% 12.12/2.26  % (4191)------------------------------
% 12.12/2.26  % (4191)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 12.12/2.26  % (4191)Termination reason: Unknown
% 12.12/2.26  % (4191)Termination phase: Saturation
% 12.12/2.26  
% 12.12/2.26  % (4191)Memory used [KB]: 2105
% 12.12/2.26  % (4191)Time elapsed: 0.041 s
% 12.12/2.26  % (4191)Instructions burned: 128 (million)
% 12.12/2.26  % (4191)------------------------------
% 12.12/2.26  % (4191)------------------------------
% 12.12/2.26  % (4193)dis+10_16:63_anc=none:to=lpo:sil=2000:fde=none:sos=on:nwc=10.0:i=140:sd=1:aac=none:ep=RS:fsr=off:ss=axioms:st=5.0_0 on Vampire---4 for (2981ds/140Mi)
% 12.51/2.29  % (4192)Instruction limit reached!
% 12.51/2.29  % (4192)------------------------------
% 12.51/2.29  % (4192)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 12.51/2.29  % (4192)Termination reason: Unknown
% 12.51/2.29  % (4192)Termination phase: Saturation
% 12.51/2.29  
% 12.51/2.29  % (4192)Memory used [KB]: 2304
% 12.51/2.29  % (4192)Time elapsed: 0.049 s
% 12.51/2.29  % (4192)Instructions burned: 162 (million)
% 12.51/2.29  % (4192)------------------------------
% 12.51/2.29  % (4192)------------------------------
% 12.51/2.29  % (4194)dis-1002_1:12_to=lpo:sil=2000:sp=const_max:nwc=2.0:sac=on:i=246:nm=16:nicw=on:fsr=off_0 on Vampire---4 for (2980ds/246Mi)
% 12.51/2.30  % (4193)Instruction limit reached!
% 12.51/2.30  % (4193)------------------------------
% 12.51/2.30  % (4193)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 12.51/2.30  % (4193)Termination reason: Unknown
% 12.51/2.30  % (4193)Termination phase: Saturation
% 12.51/2.30  
% 12.51/2.30  % (4193)Memory used [KB]: 2815
% 12.51/2.30  % (4193)Time elapsed: 0.039 s
% 12.51/2.30  % (4193)Instructions burned: 141 (million)
% 12.51/2.30  % (4193)------------------------------
% 12.51/2.30  % (4193)------------------------------
% 12.51/2.30  % (4195)lrs+1011_7141:1048576_sil=2000:plsq=on:plsqr=2328305,1048576:sp=frequency:sos=on:plsql=on:fd=off:nwc=19.7177:cond=fast:st=3:i=275:bd=off:nm=2:ins=2:av=off:uhcvi=on:fdi=16:ss=included:lsd=5_0 on Vampire---4 for (2980ds/275Mi)
% 12.51/2.31  % (4190)Instruction limit reached!
% 12.51/2.31  % (4190)------------------------------
% 12.51/2.31  % (4190)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 12.51/2.31  % (4190)Termination reason: Unknown
% 12.51/2.31  % (4190)Termination phase: Saturation
% 12.51/2.31  
% 12.51/2.31  % (4190)Memory used [KB]: 3212
% 12.51/2.31  % (4190)Time elapsed: 0.112 s
% 12.51/2.31  % (4190)Instructions burned: 465 (million)
% 12.51/2.31  % (4190)------------------------------
% 12.51/2.31  % (4190)------------------------------
% 12.51/2.32  % (4196)lrs+2_1:1_sil=2000:tgt=ground:sos=on:i=1318:sd=1:ss=included:to=lpo:plsq=on:plsqr=32,1_0 on Vampire---4 for (2980ds/1318Mi)
% 12.51/2.35  % (4188)Instruction limit reached!
% 12.51/2.35  % (4188)------------------------------
% 12.51/2.35  % (4188)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 12.51/2.35  % (4188)Termination reason: Unknown
% 12.51/2.35  % (4188)Termination phase: Saturation
% 12.51/2.35  
% 12.51/2.35  % (4188)Memory used [KB]: 5095
% 12.51/2.35  % (4188)Time elapsed: 0.229 s
% 12.51/2.35  % (4188)Instructions burned: 641 (million)
% 12.51/2.35  % (4188)------------------------------
% 12.51/2.35  % (4188)------------------------------
% 12.51/2.35  % (4197)lrs+35_10:1_bsr=unit_only:to=lpo:sil=2000:bsd=on:sp=unary_first:abs=on:urr=on:s2agt=32:newcnf=on:s2a=on:i=286:gsp=on:rawr=on:sac=on:afp=1000:avsq=on:avsqr=63937,1048576:nwc=10.0_0 on Vampire---4 for (2980ds/286Mi)
% 12.51/2.35  % (4189)Instruction limit reached!
% 12.51/2.35  % (4189)------------------------------
% 12.51/2.35  % (4189)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 12.51/2.35  % (4189)Termination reason: Unknown
% 12.51/2.35  % (4189)Termination phase: Saturation
% 12.51/2.35  
% 12.51/2.35  % (4189)Memory used [KB]: 3325
% 12.51/2.35  % (4189)Time elapsed: 0.240 s
% 12.51/2.35  % (4189)Instructions burned: 851 (million)
% 12.51/2.35  % (4189)------------------------------
% 12.51/2.35  % (4189)------------------------------
% 12.51/2.36  % (4198)dis+1002_5:16_sil=4000:sos=on:sac=on:i=965:ep=RST:fsr=off:erd=off_0 on Vampire---4 for (2980ds/965Mi)
% 13.10/2.36  % (4194)Instruction limit reached!
% 13.10/2.36  % (4194)------------------------------
% 13.10/2.36  % (4194)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.10/2.36  % (4194)Termination reason: Unknown
% 13.10/2.36  % (4194)Termination phase: Saturation
% 13.10/2.36  
% 13.10/2.36  % (4194)Memory used [KB]: 2511
% 13.10/2.36  % (4194)Time elapsed: 0.070 s
% 13.10/2.36  % (4194)Instructions burned: 246 (million)
% 13.10/2.36  % (4194)------------------------------
% 13.10/2.36  % (4194)------------------------------
% 13.10/2.36  % (4199)dis+1011_4:1_slsqr=11827605,262144:sil=2000:sp=const_max:spb=non_intro:acc=on:newcnf=on:slsq=on:nicw=on:i=144:kws=precedence:bd=off:rawr=on:alpa=true:bsd=on:bsr=unit_only:urr=ec_only_0 on Vampire---4 for (2980ds/144Mi)
% 13.10/2.36  % (4195)Instruction limit reached!
% 13.10/2.36  % (4195)------------------------------
% 13.10/2.36  % (4195)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.10/2.36  % (4195)Termination reason: Unknown
% 13.10/2.36  % (4195)Termination phase: Saturation
% 13.10/2.36  
% 13.10/2.36  % (4195)Memory used [KB]: 2056
% 13.10/2.36  % (4195)Time elapsed: 0.067 s
% 13.10/2.36  % (4195)Instructions burned: 279 (million)
% 13.10/2.36  % (4195)------------------------------
% 13.10/2.36  % (4195)------------------------------
% 13.10/2.37  % (4200)dis-1002_1:64_sil=2000:sos=on:nwc=10.0:i=145:nm=2:ss=axioms:ep=RST:sd=1_0 on Vampire---4 for (2980ds/145Mi)
% 13.27/2.40  % (4200)Instruction limit reached!
% 13.27/2.40  % (4200)------------------------------
% 13.27/2.40  % (4200)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.27/2.40  % (4200)Termination reason: Unknown
% 13.27/2.40  % (4200)Termination phase: Saturation
% 13.27/2.40  
% 13.27/2.40  % (4200)Memory used [KB]: 2182
% 13.27/2.40  % (4200)Time elapsed: 0.036 s
% 13.27/2.40  % (4200)Instructions burned: 146 (million)
% 13.27/2.40  % (4200)------------------------------
% 13.27/2.40  % (4200)------------------------------
% 13.27/2.41  % (4201)lrs-1010_1:4_sil=256000:sp=occurrence:sos=on:s2a=on:i=3921:sd=1:kws=precedence:bd=off:ins=3:ss=included:sfv=off:amm=off_0 on Vampire---4 for (2979ds/3921Mi)
% 13.27/2.41  % (4199)Instruction limit reached!
% 13.27/2.41  % (4199)------------------------------
% 13.27/2.41  % (4199)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.27/2.41  % (4199)Termination reason: Unknown
% 13.27/2.41  % (4199)Termination phase: Saturation
% 13.27/2.41  
% 13.27/2.41  % (4199)Memory used [KB]: 2268
% 13.27/2.41  % (4199)Time elapsed: 0.046 s
% 13.27/2.41  % (4199)Instructions burned: 146 (million)
% 13.27/2.41  % (4199)------------------------------
% 13.27/2.41  % (4199)------------------------------
% 13.47/2.41  % (4202)dis+1011_8:1_sil=4000:sos=on:acc=on:alpa=true:i=154:fsr=off:sfv=off:gsp=on_0 on Vampire---4 for (2979ds/154Mi)
% 13.47/2.41  % (4174)Instruction limit reached!
% 13.47/2.41  % (4174)------------------------------
% 13.47/2.41  % (4174)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.47/2.41  % (4174)Termination reason: Unknown
% 13.47/2.41  % (4174)Termination phase: Saturation
% 13.47/2.41  
% 13.47/2.41  % (4174)Memory used [KB]: 14968
% 13.47/2.41  % (4174)Time elapsed: 0.448 s
% 13.47/2.41  % (4174)Instructions burned: 1644 (million)
% 13.47/2.41  % (4174)------------------------------
% 13.47/2.41  % (4174)------------------------------
% 13.47/2.41  % (4204)lrs+20_16421289:1048576_drc=encompass:sil=4000:sp=frequency:sos=on:spb=intro:lcm=predicate:gs=on:nwc=19.1506:alpa=random:kmz=on:updr=off:sac=on:gsem=on:i=205:bs=on:gsaa=from_current:sd=3:kws=inv_arity_squared:afp=50:nm=49:afq=1.98965:gsp=on:ss=axioms:er=filter:sgt=20:rawr=on:avsq=on:avsqr=1994651,1048576:sup=off_0 on Vampire---4 for (2979ds/205Mi)
% 13.54/2.43  % (4197)Instruction limit reached!
% 13.54/2.43  % (4197)------------------------------
% 13.54/2.43  % (4197)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.54/2.43  % (4197)Termination reason: Unknown
% 13.54/2.43  % (4197)Termination phase: Saturation
% 13.54/2.43  
% 13.54/2.43  % (4197)Memory used [KB]: 3679
% 13.54/2.43  % (4197)Time elapsed: 0.085 s
% 13.54/2.43  % (4197)Instructions burned: 286 (million)
% 13.54/2.43  % (4197)------------------------------
% 13.54/2.43  % (4197)------------------------------
% 13.54/2.44  % (4205)lrs-1002_138645:1048576_sfv=off:slsqr=135371,262144:to=lpo:drc=encompass:sil=4000:tgt=full:bsd=on:sp=const_frequency:spb=goal:urr=ec_only:rp=on:nwc=4.14887:s2agt=50:newcnf=on:slsq=on:i=899:s2at=3:afp=1000:bsdmm=2:bd=preordered:nm=15:afq=4.12266:rawr=on:bsr=unit_only:lwlo=on:irw=on:bce=on_0 on Vampire---4 for (2979ds/899Mi)
% 13.54/2.46  % (4202)Instruction limit reached!
% 13.54/2.46  % (4202)------------------------------
% 13.54/2.46  % (4202)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.54/2.46  % (4202)Termination reason: Unknown
% 13.54/2.46  % (4202)Termination phase: Saturation
% 13.54/2.46  
% 13.54/2.46  % (4202)Memory used [KB]: 2439
% 13.54/2.46  % (4202)Time elapsed: 0.052 s
% 13.54/2.46  % (4202)Instructions burned: 155 (million)
% 13.54/2.46  % (4202)------------------------------
% 13.54/2.46  % (4202)------------------------------
% 13.54/2.46  % (4206)lrs-32_1:1024_sil=8000:sos=on:i=645:nm=4:updr=off_0 on Vampire---4 for (2979ds/645Mi)
% 13.54/2.48  % (4204)Instruction limit reached!
% 13.54/2.48  % (4204)------------------------------
% 13.54/2.48  % (4204)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.54/2.48  % (4204)Termination reason: Unknown
% 13.54/2.48  % (4204)Termination phase: Saturation
% 13.54/2.48  
% 13.54/2.48  % (4204)Memory used [KB]: 2441
% 13.54/2.48  % (4204)Time elapsed: 0.065 s
% 13.54/2.48  % (4204)Instructions burned: 208 (million)
% 13.54/2.48  % (4204)------------------------------
% 13.54/2.48  % (4204)------------------------------
% 13.54/2.48  % (4207)lrs+1010_1:1_slsqr=430,487:sil=4000:fde=none:plsq=on:plsqr=7,29:erd=off:plsql=on:rp=on:nwc=14.055527276864483:slsqc=3:newcnf=on:slsq=on:i=175:bd=off:av=off:rawr=on_0 on Vampire---4 for (2979ds/175Mi)
% 13.54/2.51  % (4183)Instruction limit reached!
% 13.54/2.51  % (4183)------------------------------
% 13.54/2.51  % (4183)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.54/2.51  % (4183)Termination reason: Unknown
% 13.54/2.51  % (4183)Termination phase: Saturation
% 13.54/2.51  
% 13.54/2.51  % (4183)Memory used [KB]: 9946
% 13.54/2.51  % (4183)Time elapsed: 0.472 s
% 13.54/2.51  % (4183)Instructions burned: 1513 (million)
% 13.54/2.51  % (4183)------------------------------
% 13.54/2.51  % (4183)------------------------------
% 13.54/2.52  % (4208)lrs-1002_6:7_sil=4000:sos=on:nwc=10.0:i=120:ep=R:ins=1:fsr=off:gsp=on:fs=off:fde=none:avsq=on:bce=on_0 on Vampire---4 for (2978ds/120Mi)
% 13.93/2.54  % (4207)Instruction limit reached!
% 13.93/2.54  % (4207)------------------------------
% 13.93/2.54  % (4207)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.93/2.54  % (4207)Termination reason: Unknown
% 13.93/2.54  % (4207)Termination phase: Saturation
% 13.93/2.54  
% 13.93/2.54  % (4207)Memory used [KB]: 2191
% 13.93/2.54  % (4207)Time elapsed: 0.055 s
% 13.93/2.54  % (4207)Instructions burned: 175 (million)
% 13.93/2.54  % (4207)------------------------------
% 13.93/2.54  % (4207)------------------------------
% 13.93/2.54  % (4209)lrs-1011_4:7_sil=2000:tgt=full:bsd=on:spb=goal:nwc=5.0:updr=off:newcnf=on:i=144:kws=arity_squared:rawr=on:bsdmm=2_0 on Vampire---4 for (2978ds/144Mi)
% 13.93/2.55  % (4208)Instruction limit reached!
% 13.93/2.55  % (4208)------------------------------
% 13.93/2.55  % (4208)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.93/2.55  % (4208)Termination reason: Unknown
% 13.93/2.55  % (4208)Termination phase: Saturation
% 13.93/2.55  
% 13.93/2.55  % (4208)Memory used [KB]: 3581
% 13.93/2.55  % (4208)Time elapsed: 0.032 s
% 13.93/2.55  % (4208)Instructions burned: 120 (million)
% 13.93/2.55  % (4208)------------------------------
% 13.93/2.55  % (4208)------------------------------
% 13.93/2.55  % (4210)lrs+10_1:1_sil=16000:sp=frequency:nwc=10.0:s2agt=5:s2a=on:i=166:sd=2:nm=2:ss=axioms:sgt=8:bd=off_0 on Vampire---4 for (2978ds/166Mi)
% 13.93/2.58  % (4198)Instruction limit reached!
% 13.93/2.58  % (4198)------------------------------
% 13.93/2.58  % (4198)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.93/2.58  % (4198)Termination reason: Unknown
% 13.93/2.58  % (4198)Termination phase: Saturation
% 13.93/2.58  
% 13.93/2.58  % (4198)Memory used [KB]: 6174
% 13.93/2.58  % (4198)Time elapsed: 0.222 s
% 13.93/2.58  % (4198)Instructions burned: 967 (million)
% 13.93/2.58  % (4198)------------------------------
% 13.93/2.58  % (4198)------------------------------
% 13.93/2.58  % (4211)lrs+10_1:1_sil=4000:tgt=full:sos=on:st=2.0:i=97:sd=2:kws=inv_frequency:nm=4:ss=axioms:sac=on_0 on Vampire---4 for (2978ds/97Mi)
% 14.31/2.58  % (4209)Instruction limit reached!
% 14.31/2.58  % (4209)------------------------------
% 14.31/2.58  % (4209)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.31/2.58  % (4209)Termination reason: Unknown
% 14.31/2.58  % (4209)Termination phase: Saturation
% 14.31/2.58  
% 14.31/2.58  % (4209)Memory used [KB]: 2116
% 14.31/2.58  % (4209)Time elapsed: 0.046 s
% 14.31/2.58  % (4209)Instructions burned: 144 (million)
% 14.31/2.58  % (4209)------------------------------
% 14.31/2.58  % (4209)------------------------------
% 14.31/2.59  % (4212)lrs+10_1:14_bsr=on:sil=2000:sp=occurrence:sos=on:bce=on:gs=on:newcnf=on:nicw=on:i=159:gsaa=from_current:amm=off:rawr=on:avsq=on:avsqr=2,7:fsr=off_0 on Vampire---4 for (2977ds/159Mi)
% 14.31/2.60  % (4210)Instruction limit reached!
% 14.31/2.60  % (4210)------------------------------
% 14.31/2.60  % (4210)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.31/2.60  % (4210)Termination reason: Unknown
% 14.31/2.60  % (4210)Termination phase: Saturation
% 14.31/2.60  
% 14.31/2.60  % (4210)Memory used [KB]: 2145
% 14.31/2.60  % (4210)Time elapsed: 0.052 s
% 14.31/2.60  % (4210)Instructions burned: 168 (million)
% 14.31/2.60  % (4210)------------------------------
% 14.31/2.60  % (4210)------------------------------
% 14.31/2.60  % (4213)lrs+1_8:1_bsr=on:sil=2000:abs=on:fd=preordered:nwc=10.0:s2a=on:i=135:bd=off:sup=off:s2pl=on_0 on Vampire---4 for (2977ds/135Mi)
% 14.31/2.61  % (4211)Instruction limit reached!
% 14.31/2.61  % (4211)------------------------------
% 14.31/2.61  % (4211)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.31/2.61  % (4211)Termination reason: Unknown
% 14.31/2.61  % (4211)Termination phase: Saturation
% 14.31/2.61  
% 14.31/2.61  % (4211)Memory used [KB]: 2098
% 14.31/2.61  % (4211)Time elapsed: 0.032 s
% 14.31/2.61  % (4211)Instructions burned: 98 (million)
% 14.31/2.61  % (4211)------------------------------
% 14.31/2.61  % (4211)------------------------------
% 14.31/2.61  % (4214)dis+1011_5:1_sil=2000:fde=unused:nwc=10.0:i=450:ep=R:fs=off:fsr=off:awrs=converge_0 on Vampire---4 for (2977ds/450Mi)
% 14.31/2.64  % (4212)Instruction limit reached!
% 14.31/2.64  % (4212)------------------------------
% 14.31/2.64  % (4212)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.31/2.64  % (4212)Termination reason: Unknown
% 14.31/2.64  % (4212)Termination phase: Saturation
% 14.31/2.64  
% 14.31/2.64  % (4212)Memory used [KB]: 2497
% 14.31/2.64  % (4212)Time elapsed: 0.051 s
% 14.31/2.64  % (4212)Instructions burned: 159 (million)
% 14.31/2.64  % (4212)------------------------------
% 14.31/2.64  % (4212)------------------------------
% 14.31/2.64  % (4215)dis+1002_1:1_sil=8000:fde=none:nwc=5.0:i=119:ep=R:fsr=off:sos=on:mep=off_0 on Vampire---4 for (2977ds/119Mi)
% 14.31/2.64  % (4213)Instruction limit reached!
% 14.31/2.64  % (4213)------------------------------
% 14.31/2.64  % (4213)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.31/2.64  % (4213)Termination reason: Unknown
% 14.31/2.64  % (4213)Termination phase: Saturation
% 14.31/2.64  
% 14.31/2.64  % (4213)Memory used [KB]: 1959
% 14.31/2.64  % (4213)Time elapsed: 0.038 s
% 14.31/2.64  % (4213)Instructions burned: 135 (million)
% 14.31/2.64  % (4213)------------------------------
% 14.31/2.64  % (4213)------------------------------
% 14.31/2.64  % (4216)ott-1010_16:1_bsr=unit_only:sil=64000:sos=on:urr=on:sac=on:i=4758:sd=2:kws=inv_frequency:ins=4:ss=axioms:br=off_0 on Vampire---4 for (2977ds/4758Mi)
% 14.60/2.67  % (4215)Instruction limit reached!
% 14.60/2.67  % (4215)------------------------------
% 14.60/2.67  % (4215)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.60/2.67  % (4215)Termination reason: Unknown
% 14.60/2.67  % (4215)Termination phase: Saturation
% 14.60/2.67  
% 14.60/2.67  % (4215)Memory used [KB]: 2031
% 14.60/2.67  % (4215)Time elapsed: 0.032 s
% 14.60/2.67  % (4215)Instructions burned: 121 (million)
% 14.60/2.67  % (4215)------------------------------
% 14.60/2.67  % (4215)------------------------------
% 14.65/2.67  % (4217)dis+1011_3:2_drc=encompass:sil=8000:tgt=full:sp=frequency:nwc=10.0:i=139:nm=2:fde=none:ins=1_0 on Vampire---4 for (2977ds/139Mi)
% 14.65/2.68  % (4206)Instruction limit reached!
% 14.65/2.68  % (4206)------------------------------
% 14.65/2.68  % (4206)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.65/2.68  % (4206)Termination reason: Unknown
% 14.65/2.68  % (4206)Termination phase: Saturation
% 14.65/2.68  
% 14.65/2.68  % (4206)Memory used [KB]: 8864
% 14.65/2.68  % (4206)Time elapsed: 0.216 s
% 14.65/2.68  % (4206)Instructions burned: 647 (million)
% 14.65/2.68  % (4206)------------------------------
% 14.65/2.68  % (4206)------------------------------
% 14.65/2.68  % (4218)dis+1011_4:1_sil=2000:nwc=10.0:newcnf=on:i=139:sd=1:nm=2:ss=axioms:fde=unused:sup=off:av=off_0 on Vampire---4 for (2977ds/139Mi)
% 14.65/2.69  % (4196)Instruction limit reached!
% 14.65/2.69  % (4196)------------------------------
% 14.65/2.69  % (4196)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.65/2.69  % (4196)Termination reason: Unknown
% 14.65/2.69  % (4196)Termination phase: Saturation
% 14.65/2.69  
% 14.65/2.69  % (4196)Memory used [KB]: 4924
% 14.65/2.69  % (4196)Time elapsed: 0.370 s
% 14.65/2.69  % (4196)Instructions burned: 1318 (million)
% 14.65/2.69  % (4196)------------------------------
% 14.65/2.69  % (4196)------------------------------
% 14.65/2.69  % (4219)lrs+1011_8157881:1048576_to=lpo:drc=off:sil=2000:fde=unused:sos=on:spb=intro:urr=on:nwc=4.0:i=116:add=off:sd=1:nm=19:fsr=off:uhcvi=on:ss=axioms:sgt=100:ins=3:sup=off:afp=1000:s2pl=no:anc=none:acc=model:fs=off:lma=on_0 on Vampire---4 for (2976ds/116Mi)
% 14.65/2.72  % (4217)Instruction limit reached!
% 14.65/2.72  % (4217)------------------------------
% 14.65/2.72  % (4217)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.65/2.72  % (4217)Termination reason: Unknown
% 14.65/2.72  % (4217)Termination phase: Saturation
% 14.65/2.72  
% 14.65/2.72  % (4217)Memory used [KB]: 2289
% 14.65/2.72  % (4217)Time elapsed: 0.046 s
% 14.65/2.72  % (4217)Instructions burned: 140 (million)
% 14.65/2.72  % (4217)------------------------------
% 14.65/2.72  % (4217)------------------------------
% 16.10/2.72  % (4220)lrs+1010_1:16_sil=2000:plsq=on:plsqr=32,1:slsq=on:i=53:slsql=off:bd=off:er=filter:erml=3:slsqc=2:cond=on:alpa=false:fsr=off:acc=on_0 on Vampire---4 for (2976ds/53Mi)
% 16.10/2.72  % (4218)Instruction limit reached!
% 16.10/2.72  % (4218)------------------------------
% 16.10/2.72  % (4218)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.10/2.72  % (4218)Termination reason: Unknown
% 16.10/2.72  % (4218)Termination phase: Saturation
% 16.10/2.72  
% 16.10/2.72  % (4218)Memory used [KB]: 1807
% 16.10/2.72  % (4218)Time elapsed: 0.040 s
% 16.10/2.72  % (4218)Instructions burned: 140 (million)
% 16.10/2.72  % (4218)------------------------------
% 16.10/2.72  % (4218)------------------------------
% 16.10/2.72  % (4205)Instruction limit reached!
% 16.10/2.72  % (4205)------------------------------
% 16.10/2.72  % (4205)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.10/2.72  % (4205)Termination reason: Unknown
% 16.10/2.72  % (4205)Termination phase: Saturation
% 16.10/2.72  
% 16.10/2.72  % (4205)Memory used [KB]: 4606
% 16.10/2.72  % (4205)Time elapsed: 0.285 s
% 16.10/2.72  % (4205)Instructions burned: 901 (million)
% 16.10/2.72  % (4205)------------------------------
% 16.10/2.72  % (4205)------------------------------
% 16.10/2.72  % (4219)Instruction limit reached!
% 16.10/2.72  % (4219)------------------------------
% 16.10/2.72  % (4219)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.10/2.72  % (4219)Termination reason: Unknown
% 16.10/2.72  % (4219)Termination phase: Saturation
% 16.10/2.72  
% 16.10/2.72  % (4219)Memory used [KB]: 3304
% 16.10/2.72  % (4219)Time elapsed: 0.035 s
% 16.10/2.72  % (4219)Instructions burned: 116 (million)
% 16.10/2.72  % (4219)------------------------------
% 16.10/2.72  % (4219)------------------------------
% 16.10/2.72  % (4221)dis-1002_1:1024_sil=2000:tgt=ground:sos=on:acc=model:s2agt=64:sac=on:newcnf=on:s2a=on:i=159:fsr=off:ss=axioms:ins=1_0 on Vampire---4 for (2976ds/159Mi)
% 16.10/2.72  % (4222)lrs+11_4:1_sil=2000:tgt=full:sos=on:erd=off:spb=goal_then_units:sac=on:st=6.0:i=96:nm=3:ss=included:sd=1:s2pl=on:awrs=converge:awrsf=20:afp=50:afq=1.2_0 on Vampire---4 for (2976ds/96Mi)
% 16.10/2.73  % (4223)lrs+1011_4345945:1048576_bsr=unit_only:sil=8000:tgt=full:irw=on:fde=none:sos=on:lma=on:spb=intro:abs=on:urr=on:br=off:fd=preordered:rp=on:nwc=14.3155:s2agt=50:alpa=random:kmz=on:updr=off:s2a=on:i=223:add=off:bs=on:kws=inv_arity_squared:afp=100000:aac=none:awrs=decay:awrsf=1366:nm=2:ins=2:afq=4.07453:uhcvi=on:afr=on:rawr=on:sp=unary_first:bd=off:fsd=on:fsdmm=1:s2at=5.0:sup=off_0 on Vampire---4 for (2976ds/223Mi)
% 16.10/2.74  % (4220)Instruction limit reached!
% 16.10/2.74  % (4220)------------------------------
% 16.10/2.74  % (4220)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.10/2.74  % (4220)Termination reason: Unknown
% 16.10/2.74  % (4220)Termination phase: Saturation
% 16.10/2.74  
% 16.10/2.74  % (4220)Memory used [KB]: 1918
% 16.10/2.74  % (4220)Time elapsed: 0.019 s
% 16.10/2.74  % (4220)Instructions burned: 55 (million)
% 16.10/2.74  % (4220)------------------------------
% 16.10/2.74  % (4220)------------------------------
% 16.10/2.74  % (4224)dis+1011_16:1_anc=all_dependent:sil=4000:tgt=ground:fde=unused:sos=on:acc=model:newcnf=on:avsq=on:i=116:bs=on:avsqr=32,501:uhcvi=on:rawr=on:nwc=10.0:alpa=true:slsq=on:slsqr=5,16_0 on Vampire---4 for (2976ds/116Mi)
% 16.27/2.74  % (4214)Instruction limit reached!
% 16.27/2.74  % (4214)------------------------------
% 16.27/2.74  % (4214)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.27/2.74  % (4214)Termination reason: Unknown
% 16.27/2.74  % (4214)Termination phase: Saturation
% 16.27/2.74  
% 16.27/2.74  % (4214)Memory used [KB]: 6206
% 16.27/2.74  % (4214)Time elapsed: 0.146 s
% 16.27/2.74  % (4214)Instructions burned: 451 (million)
% 16.27/2.74  % (4214)------------------------------
% 16.27/2.74  % (4214)------------------------------
% 16.27/2.75  % (4225)lrs-1011_1:1_bsr=unit_only:sil=2000:sp=occurrence:sac=on:i=149:sd=3:ss=axioms:sgt=30:newcnf=on_0 on Vampire---4 for (2976ds/149Mi)
% 16.27/2.75  % (4222)Instruction limit reached!
% 16.27/2.75  % (4222)------------------------------
% 16.27/2.75  % (4222)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.27/2.75  % (4222)Termination reason: Unknown
% 16.27/2.75  % (4222)Termination phase: Saturation
% 16.27/2.75  
% 16.27/2.75  % (4222)Memory used [KB]: 1896
% 16.27/2.75  % (4222)Time elapsed: 0.030 s
% 16.27/2.75  % (4222)Instructions burned: 96 (million)
% 16.27/2.75  % (4222)------------------------------
% 16.27/2.75  % (4222)------------------------------
% 16.27/2.76  % (4226)lrs+1002_1:1024_sil=2000:plsq=on:plsqr=1,1:gs=on:gsem=off:i=416:nm=0:fsr=off:fs=off_0 on Vampire---4 for (2976ds/416Mi)
% 16.27/2.77  % (4221)Instruction limit reached!
% 16.27/2.77  % (4221)------------------------------
% 16.27/2.77  % (4221)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.27/2.77  % (4221)Termination reason: Unknown
% 16.27/2.77  % (4221)Termination phase: Saturation
% 16.27/2.77  
% 16.27/2.77  % (4221)Memory used [KB]: 2331
% 16.27/2.77  % (4221)Time elapsed: 0.052 s
% 16.27/2.77  % (4221)Instructions burned: 161 (million)
% 16.27/2.77  % (4221)------------------------------
% 16.27/2.77  % (4221)------------------------------
% 16.27/2.77  % (4224)Instruction limit reached!
% 16.27/2.77  % (4224)------------------------------
% 16.27/2.77  % (4224)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.27/2.77  % (4224)Termination reason: Unknown
% 16.27/2.77  % (4224)Termination phase: Saturation
% 16.27/2.77  
% 16.27/2.77  % (4224)Memory used [KB]: 2360
% 16.27/2.77  % (4224)Time elapsed: 0.036 s
% 16.27/2.77  % (4224)Instructions burned: 118 (million)
% 16.27/2.77  % (4224)------------------------------
% 16.27/2.77  % (4224)------------------------------
% 16.27/2.78  % (4227)lrs+1011_10195:1048576_to=lpo:sil=2000:fde=none:ile=on:sp=const_frequency:lma=on:lcm=reverse:nwc=22.1777:flr=on:st=1.5:i=420:bs=on:sd=2:awrs=converge:awrsf=457:bd=preordered:nm=5:fsd=on:ss=axioms:sgt=20:rawr=on:etr=on:bsd=on:afp=10:afq=2.1644398980198307_0 on Vampire---4 for (2976ds/420Mi)
% 16.27/2.78  % (4228)lrs-1010_1:3_sil=4000:tgt=ground:sos=on:i=179:nm=3:ss=axioms:nwc=2.0_0 on Vampire---4 for (2976ds/179Mi)
% 16.27/2.79  % (4223)Instruction limit reached!
% 16.27/2.79  % (4223)------------------------------
% 16.27/2.79  % (4223)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.27/2.79  % (4223)Termination reason: Unknown
% 16.27/2.79  % (4223)Termination phase: Saturation
% 16.27/2.79  
% 16.27/2.79  % (4223)Memory used [KB]: 3956
% 16.27/2.79  % (4223)Time elapsed: 0.064 s
% 16.27/2.79  % (4223)Instructions burned: 224 (million)
% 16.27/2.79  % (4223)------------------------------
% 16.27/2.79  % (4223)------------------------------
% 16.27/2.79  % (4229)dis+21_1:64_sil=8000:sp=frequency:lcm=predicate:gs=on:slsqc=3:slsq=on:st=2.0:i=680:s2at=5.5:av=off:ss=included:s2a=on:rawr=on:ep=R_0 on Vampire---4 for (2975ds/680Mi)
% 16.27/2.80  % (4225)Instruction limit reached!
% 16.27/2.80  % (4225)------------------------------
% 16.27/2.80  % (4225)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.27/2.80  % (4225)Termination reason: Unknown
% 16.27/2.80  % (4225)Termination phase: Saturation
% 16.27/2.80  
% 16.27/2.80  % (4225)Memory used [KB]: 2625
% 16.27/2.80  % (4225)Time elapsed: 0.050 s
% 16.27/2.80  % (4225)Instructions burned: 150 (million)
% 16.27/2.80  % (4225)------------------------------
% 16.27/2.80  % (4225)------------------------------
% 16.27/2.80  % (4230)lrs+11_5:2_to=lpo:drc=encompass:sil=8000:tgt=full:sp=const_frequency:sos=all:lma=on:spb=goal_then_units:nwc=10.0:i=165:fsr=off:rawr=on:fdi=5_0 on Vampire---4 for (2975ds/165Mi)
% 16.78/2.83  % (4228)Instruction limit reached!
% 16.78/2.83  % (4228)------------------------------
% 16.78/2.83  % (4228)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.78/2.83  % (4228)Termination reason: Unknown
% 16.78/2.83  % (4228)Termination phase: Saturation
% 16.78/2.83  
% 16.78/2.83  % (4228)Memory used [KB]: 2056
% 16.78/2.83  % (4228)Time elapsed: 0.077 s
% 16.78/2.83  % (4228)Instructions burned: 179 (million)
% 16.78/2.83  % (4228)------------------------------
% 16.78/2.83  % (4228)------------------------------
% 16.78/2.83  % (4231)lrs+21_16:1_bsr=unit_only:to=lpo:sp=const_frequency:sos=on:urr=on:newcnf=on:i=191:fsr=off:ss=axioms:alpa=true:ep=RST:sil=8000:sac=on:spb=non_intro_0 on Vampire---4 for (2975ds/191Mi)
% 16.78/2.85  % (4230)Instruction limit reached!
% 16.78/2.85  % (4230)------------------------------
% 16.78/2.85  % (4230)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.78/2.85  % (4230)Termination reason: Unknown
% 16.78/2.85  % (4230)Termination phase: Saturation
% 16.78/2.85  
% 16.78/2.85  % (4230)Memory used [KB]: 2894
% 16.78/2.85  % (4230)Time elapsed: 0.054 s
% 16.78/2.85  % (4230)Instructions burned: 165 (million)
% 16.78/2.85  % (4230)------------------------------
% 16.78/2.85  % (4230)------------------------------
% 16.78/2.85  % (4232)dis+1002_1:1_sil=16000:tgt=ground:sac=on:i=260:sd=2:aac=none:ss=axioms:nwc=10.0_0 on Vampire---4 for (2975ds/260Mi)
% 16.78/2.87  % (4226)Instruction limit reached!
% 16.78/2.87  % (4226)------------------------------
% 16.78/2.87  % (4226)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.78/2.87  % (4226)Termination reason: Unknown
% 16.78/2.87  % (4226)Termination phase: Saturation
% 16.78/2.87  
% 16.78/2.87  % (4226)Memory used [KB]: 5711
% 16.78/2.87  % (4226)Time elapsed: 0.136 s
% 16.78/2.87  % (4226)Instructions burned: 418 (million)
% 16.78/2.87  % (4226)------------------------------
% 16.78/2.87  % (4226)------------------------------
% 16.78/2.87  % (4233)dis+1011_3:8_bsr=unit_only:slsqr=1,16:sil=2000:plsq=on:plsqr=296,127:sp=reverse_frequency:lsd=5:nwc=10.0:slsqc=3:slsq=on:st=3.0:i=192:s2at=4.5:sd=4:slsql=off:nm=16:ins=5:ss=axioms:sgt=20:rawr=on:urr=ec_only:to=lpo_0 on Vampire---4 for (2975ds/192Mi)
% 17.18/2.89  % (4231)Instruction limit reached!
% 17.18/2.89  % (4231)------------------------------
% 17.18/2.89  % (4231)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 17.18/2.89  % (4231)Termination reason: Unknown
% 17.18/2.89  % (4231)Termination phase: Saturation
% 17.18/2.89  
% 17.18/2.89  % (4231)Memory used [KB]: 3082
% 17.18/2.89  % (4231)Time elapsed: 0.053 s
% 17.18/2.89  % (4231)Instructions burned: 191 (million)
% 17.18/2.89  % (4231)------------------------------
% 17.18/2.89  % (4231)------------------------------
% 17.18/2.89  % (4232)First to succeed.
% 17.18/2.89  % (4234)dis-1010_64191:1048576_slsqr=356311,1048576:drc=off:sil=2000:tgt=full:sp=weighted_frequency:sos=all:spb=goal:fd=preordered:rp=on:nwc=13.7836:s2agt=5:slsqc=2:sac=on:slsq=on:st=3:s2a=on:i=140:sd=2:kws=precedence:afp=10:erml=2:slsql=off:nm=5:amm=sco:afq=1.96219:ss=axioms:er=known:rawr=on:avsq=on:avsqc=3:avsqr=23111,524288:aac=none:rnwc=on_0 on Vampire---4 for (2974ds/140Mi)
% 17.18/2.89  % (4232)Refutation found. Thanks to Tanya!
% 17.18/2.89  % SZS status Theorem for Vampire---4
% 17.18/2.89  % SZS output start Proof for Vampire---4
% See solution above
% 17.18/2.89  % (4232)------------------------------
% 17.18/2.89  % (4232)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 17.18/2.89  % (4232)Termination reason: Refutation
% 17.18/2.89  
% 17.18/2.89  % (4232)Memory used [KB]: 1624
% 17.18/2.89  % (4232)Time elapsed: 0.036 s
% 17.18/2.89  % (4232)Instructions burned: 113 (million)
% 17.18/2.89  % (4232)------------------------------
% 17.18/2.89  % (4232)------------------------------
% 17.18/2.89  % (3754)Success in time 2.518 s
% 17.18/2.89  % Vampire---4.8 exiting
%------------------------------------------------------------------------------