TSTP Solution File: SWW641_2 by Vampire---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.8
% Problem  : SWW641_2 : TPTP v8.2.0. 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 : n023.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 : Tue May 21 07:01:58 EDT 2024

% Result   : Theorem 55.01s 7.80s
% Output   : Refutation 55.01s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   31
%            Number of leaves      :  161
% Syntax   : Number of formulae    :  273 (  90 unt; 121 typ;   0 def)
%            Number of atoms       :  463 ( 106 equ)
%            Maximal formula atoms :   44 (   3 avg)
%            Number of connectives :  402 (  91   ~;  71   |; 190   &)
%                                         (   0 <=>;  50  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   21 (   3 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number arithmetic     :  669 ( 188 atm; 170 fun; 260 num;  51 var)
%            Number of types       :   11 (   9 usr;   1 ari)
%            Number of type conns  :  103 (  51   >;  52   *;   0   +;   0  <<)
%            Number of predicates  :    7 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :  113 ( 109 usr;  64 con; 0-5 aty)
%            Number of variables   :  184 ( 154   !;  30   ?; 184   :)

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

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

tff(type_def_12,type,
    array_rope: $tType ).

tff(type_def_13,type,
    map_int_rope: $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,
    char: ty ).

tff(func_def_13,type,
    dummy_char1: char1 ).

tff(func_def_14,type,
    string: ty ).

tff(func_def_15,type,
    length3: string2 > $int ).

tff(func_def_16,type,
    mixfix_lbrb1: ( string2 * $int ) > char1 ).

tff(func_def_17,type,
    empty1: string2 ).

tff(func_def_18,type,
    app2: ( string2 * string2 ) > string2 ).

tff(func_def_21,type,
    sub1: ( string2 * $int * $int ) > string2 ).

tff(func_def_22,type,
    rope: ty ).

tff(func_def_23,type,
    emp1: rope1 ).

tff(func_def_24,type,
    str1: ( string2 * $int * $int ) > rope1 ).

tff(func_def_25,type,
    app3: ( rope1 * rope1 * $int ) > rope1 ).

tff(func_def_26,type,
    match_rope1: ( ty * rope1 * uni * uni * uni ) > uni ).

tff(func_def_27,type,
    str_proj_11: rope1 > string2 ).

tff(func_def_28,type,
    str_proj_21: rope1 > $int ).

tff(func_def_29,type,
    str_proj_31: rope1 > $int ).

tff(func_def_30,type,
    app_proj_11: rope1 > rope1 ).

tff(func_def_31,type,
    app_proj_21: rope1 > rope1 ).

tff(func_def_32,type,
    app_proj_31: rope1 > $int ).

tff(func_def_33,type,
    length4: rope1 > $int ).

tff(func_def_34,type,
    string3: rope1 > string2 ).

tff(func_def_35,type,
    fib1: $int > $int ).

tff(func_def_38,type,
    min1: ( $int * $int ) > $int ).

tff(func_def_39,type,
    max2: ( $int * $int ) > $int ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tff(func_def_57,type,
    string_of_array1: ( array_rope * $int * $int ) > string2 ).

tff(func_def_58,type,
    t2tb1: array_rope > uni ).

tff(func_def_59,type,
    tb2t1: uni > array_rope ).

tff(func_def_60,type,
    t2tb2: rope1 > uni ).

tff(func_def_61,type,
    tb2t2: uni > rope1 ).

tff(func_def_62,type,
    string_of_queue1: array_rope > string2 ).

tff(func_def_63,type,
    t2tb3: map_int_rope > uni ).

tff(func_def_64,type,
    tb2t3: uni > map_int_rope ).

tff(func_def_66,type,
    sK0: ( string2 * string2 ) > $int ).

tff(func_def_67,type,
    sK1: ( array_rope * $int * $int ) > $int ).

tff(func_def_68,type,
    sK2: ( array_rope * array_rope * $int * $int ) > $int ).

tff(func_def_69,type,
    sK3: ( array_rope * $int * $int ) > $int ).

tff(func_def_70,type,
    sK4: $int ).

tff(func_def_71,type,
    sK5: map_int_rope ).

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

tff(func_def_73,type,
    sK7: rope1 ).

tff(func_def_74,type,
    sK8: rope1 ).

tff(func_def_75,type,
    sK9: map_int_rope ).

tff(func_def_76,type,
    sF10: uni ).

tff(func_def_77,type,
    sF11: uni ).

tff(func_def_78,type,
    sF12: array_rope ).

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

tff(func_def_80,type,
    sF14: string2 ).

tff(func_def_81,type,
    sF15: uni ).

tff(func_def_82,type,
    sF16: uni ).

tff(func_def_83,type,
    sF17: array_rope ).

tff(func_def_84,type,
    sF18: string2 ).

tff(func_def_85,type,
    sF19: string2 ).

tff(func_def_86,type,
    sF20: string2 ).

tff(func_def_87,type,
    sF21: $int ).

tff(func_def_88,type,
    sF22: string2 ).

tff(func_def_89,type,
    sF23: string2 ).

tff(func_def_90,type,
    sF24: uni ).

tff(func_def_91,type,
    sF25: uni ).

tff(func_def_92,type,
    sF26: uni ).

tff(func_def_93,type,
    sF27: map_int_rope ).

tff(func_def_94,type,
    sF28: uni ).

tff(func_def_95,type,
    sF29: $int ).

tff(func_def_96,type,
    sF30: uni ).

tff(func_def_97,type,
    sF31: $int ).

tff(func_def_98,type,
    sF32: uni ).

tff(func_def_99,type,
    sF33: uni ).

tff(func_def_100,type,
    sF34: $int ).

tff(func_def_101,type,
    sF35: $int ).

tff(func_def_102,type,
    sF36: string2 ).

tff(func_def_103,type,
    sF37: uni ).

tff(func_def_104,type,
    sF38: rope1 ).

tff(func_def_105,type,
    sF39: string2 ).

tff(func_def_106,type,
    sF40: string2 ).

tff(func_def_107,type,
    sF41: $int ).

tff(func_def_108,type,
    sF42: $int ).

tff(func_def_109,type,
    sF43: uni ).

tff(func_def_110,type,
    sF44: $int ).

tff(func_def_111,type,
    sF45: uni ).

tff(func_def_112,type,
    sF46: uni ).

tff(func_def_113,type,
    sF47: $int ).

tff(func_def_114,type,
    sF48: $int ).

tff(func_def_115,type,
    sF49: $int ).

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

tff(pred_def_3,type,
    infix_eqeq1: ( string2 * string2 ) > $o ).

tff(pred_def_5,type,
    inv1: rope1 > $o ).

tff(f4513,plain,
    $false,
    inference(subsumption_resolution,[],[f4512,f457]) ).

tff(f457,plain,
    ~ infix_eqeq1(sF14,sF20),
    inference(definition_folding,[],[f428,f456,f455,f454,f449,f453,f452,f451,f450,f449,f448,f447,f446]) ).

tff(f446,plain,
    t2tb3(sK9) = sF10,
    introduced(function_definition,[new_symbols(definition,[sF10])]) ).

tff(f447,plain,
    mk_array1(rope,sK4,sF10) = sF11,
    introduced(function_definition,[new_symbols(definition,[sF11])]) ).

tff(f448,plain,
    tb2t1(sF11) = sF12,
    introduced(function_definition,[new_symbols(definition,[sF12])]) ).

tff(f450,plain,
    string_of_array1(sF12,sK6,sF13) = sF14,
    introduced(function_definition,[new_symbols(definition,[sF14])]) ).

tff(f451,plain,
    t2tb3(sK5) = sF15,
    introduced(function_definition,[new_symbols(definition,[sF15])]) ).

tff(f452,plain,
    mk_array1(rope,sK4,sF15) = sF16,
    introduced(function_definition,[new_symbols(definition,[sF16])]) ).

tff(f453,plain,
    tb2t1(sF16) = sF17,
    introduced(function_definition,[new_symbols(definition,[sF17])]) ).

tff(f449,plain,
    $sum(max3,1) = sF13,
    introduced(function_definition,[new_symbols(definition,[sF13])]) ).

tff(f454,plain,
    string_of_array1(sF17,sK6,sF13) = sF18,
    introduced(function_definition,[new_symbols(definition,[sF18])]) ).

tff(f455,plain,
    string3(sK7) = sF19,
    introduced(function_definition,[new_symbols(definition,[sF19])]) ).

tff(f456,plain,
    app2(sF18,sF19) = sF20,
    introduced(function_definition,[new_symbols(definition,[sF20])]) ).

tff(f428,plain,
    ~ infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK9))),sK6,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),sK6,$sum(max3,1)),string3(sK7))),
    inference(cnf_transformation,[],[f288]) ).

tff(f288,plain,
    ( ~ infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK9))),sK6,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),sK6,$sum(max3,1)),string3(sK7)))
    & infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK9))),$sum(sK6,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),$sum(sK6,1),$sum(max3,1)))
    & ( tb2t3(set(rope,int,t2tb3(sK5),t2tb(sK6),t2tb2(sK8))) = sK9 )
    & ~ $less(sK4,0)
    & $less(sK6,sK4)
    & ~ $less(sK6,0)
    & $less(tb2t(match_rope1(int,sK8,t2tb(0),t2tb(str_proj_31(sK8)),t2tb(app_proj_31(sK8)))),fib1($sum(sK6,1)))
    & infix_eqeq1(string3(sK8),app2(string3(tb2t2(get(rope,int,t2tb3(sK5),t2tb(sK6)))),string3(sK7)))
    & inv1(sK8)
    & inv1(sK7)
    & inv1(tb2t2(get(rope,int,t2tb3(sK5),t2tb(sK6))))
    & $less(sK6,sK4)
    & ~ $less(sK6,0)
    & $less($sum(length3(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),sK6,$sum(max3,1))),tb2t(match_rope1(int,sK7,t2tb(0),t2tb(str_proj_31(sK7)),t2tb(app_proj_31(sK7))))),fib1($sum(max3,1)))
    & ! [X6: $int] :
        ( inv1(tb2t2(get(rope,int,t2tb3(sK5),t2tb(X6))))
        | $less(max3,X6)
        | $less(X6,2) )
    & inv1(sK7)
    & ( $sum(max3,1) = sK4 )
    & $less(sK6,sK4)
    & ~ $less(sK6,2)
    & ~ $less(sK4,0) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK4,sK5,sK6,sK7,sK8,sK9])],[f284,f287,f286,f285]) ).

tff(f285,plain,
    ( ? [X0: $int,X1: map_int_rope,X2: $int,X3: rope1] :
        ( ? [X4: rope1] :
            ( ? [X5: map_int_rope] :
                ( ~ infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X5))),X2,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),X2,$sum(max3,1)),string3(X3)))
                & infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X5))),$sum(X2,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),$sum(X2,1),$sum(max3,1)))
                & ( tb2t3(set(rope,int,t2tb3(X1),t2tb(X2),t2tb2(X4))) = X5 )
                & ~ $less(X0,0) )
            & $less(X2,X0)
            & ~ $less(X2,0)
            & $less(tb2t(match_rope1(int,X4,t2tb(0),t2tb(str_proj_31(X4)),t2tb(app_proj_31(X4)))),fib1($sum(X2,1)))
            & infix_eqeq1(string3(X4),app2(string3(tb2t2(get(rope,int,t2tb3(X1),t2tb(X2)))),string3(X3)))
            & inv1(X4) )
        & inv1(X3)
        & inv1(tb2t2(get(rope,int,t2tb3(X1),t2tb(X2))))
        & $less(X2,X0)
        & ~ $less(X2,0)
        & $less($sum(length3(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),X2,$sum(max3,1))),tb2t(match_rope1(int,X3,t2tb(0),t2tb(str_proj_31(X3)),t2tb(app_proj_31(X3))))),fib1($sum(max3,1)))
        & ! [X6: $int] :
            ( inv1(tb2t2(get(rope,int,t2tb3(X1),t2tb(X6))))
            | $less(max3,X6)
            | $less(X6,2) )
        & inv1(X3)
        & ( $sum(max3,1) = X0 )
        & $less(X2,X0)
        & ~ $less(X2,2)
        & ~ $less(X0,0) )
   => ( ? [X4: rope1] :
          ( ? [X5: map_int_rope] :
              ( ~ infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(X5))),sK6,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),sK6,$sum(max3,1)),string3(sK7)))
              & infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(X5))),$sum(sK6,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),$sum(sK6,1),$sum(max3,1)))
              & ( tb2t3(set(rope,int,t2tb3(sK5),t2tb(sK6),t2tb2(X4))) = X5 )
              & ~ $less(sK4,0) )
          & $less(sK6,sK4)
          & ~ $less(sK6,0)
          & $less(tb2t(match_rope1(int,X4,t2tb(0),t2tb(str_proj_31(X4)),t2tb(app_proj_31(X4)))),fib1($sum(sK6,1)))
          & infix_eqeq1(string3(X4),app2(string3(tb2t2(get(rope,int,t2tb3(sK5),t2tb(sK6)))),string3(sK7)))
          & inv1(X4) )
      & inv1(sK7)
      & inv1(tb2t2(get(rope,int,t2tb3(sK5),t2tb(sK6))))
      & $less(sK6,sK4)
      & ~ $less(sK6,0)
      & $less($sum(length3(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),sK6,$sum(max3,1))),tb2t(match_rope1(int,sK7,t2tb(0),t2tb(str_proj_31(sK7)),t2tb(app_proj_31(sK7))))),fib1($sum(max3,1)))
      & ! [X6: $int] :
          ( inv1(tb2t2(get(rope,int,t2tb3(sK5),t2tb(X6))))
          | $less(max3,X6)
          | $less(X6,2) )
      & inv1(sK7)
      & ( $sum(max3,1) = sK4 )
      & $less(sK6,sK4)
      & ~ $less(sK6,2)
      & ~ $less(sK4,0) ) ),
    introduced(choice_axiom,[]) ).

tff(f286,plain,
    ( ? [X4: rope1] :
        ( ? [X5: map_int_rope] :
            ( ~ infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(X5))),sK6,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),sK6,$sum(max3,1)),string3(sK7)))
            & infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(X5))),$sum(sK6,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),$sum(sK6,1),$sum(max3,1)))
            & ( tb2t3(set(rope,int,t2tb3(sK5),t2tb(sK6),t2tb2(X4))) = X5 )
            & ~ $less(sK4,0) )
        & $less(sK6,sK4)
        & ~ $less(sK6,0)
        & $less(tb2t(match_rope1(int,X4,t2tb(0),t2tb(str_proj_31(X4)),t2tb(app_proj_31(X4)))),fib1($sum(sK6,1)))
        & infix_eqeq1(string3(X4),app2(string3(tb2t2(get(rope,int,t2tb3(sK5),t2tb(sK6)))),string3(sK7)))
        & inv1(X4) )
   => ( ? [X5: map_int_rope] :
          ( ~ infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(X5))),sK6,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),sK6,$sum(max3,1)),string3(sK7)))
          & infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(X5))),$sum(sK6,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),$sum(sK6,1),$sum(max3,1)))
          & ( tb2t3(set(rope,int,t2tb3(sK5),t2tb(sK6),t2tb2(sK8))) = X5 )
          & ~ $less(sK4,0) )
      & $less(sK6,sK4)
      & ~ $less(sK6,0)
      & $less(tb2t(match_rope1(int,sK8,t2tb(0),t2tb(str_proj_31(sK8)),t2tb(app_proj_31(sK8)))),fib1($sum(sK6,1)))
      & infix_eqeq1(string3(sK8),app2(string3(tb2t2(get(rope,int,t2tb3(sK5),t2tb(sK6)))),string3(sK7)))
      & inv1(sK8) ) ),
    introduced(choice_axiom,[]) ).

tff(f287,plain,
    ( ? [X5: map_int_rope] :
        ( ~ infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(X5))),sK6,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),sK6,$sum(max3,1)),string3(sK7)))
        & infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(X5))),$sum(sK6,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),$sum(sK6,1),$sum(max3,1)))
        & ( tb2t3(set(rope,int,t2tb3(sK5),t2tb(sK6),t2tb2(sK8))) = X5 )
        & ~ $less(sK4,0) )
   => ( ~ infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK9))),sK6,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),sK6,$sum(max3,1)),string3(sK7)))
      & infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK9))),$sum(sK6,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),$sum(sK6,1),$sum(max3,1)))
      & ( tb2t3(set(rope,int,t2tb3(sK5),t2tb(sK6),t2tb2(sK8))) = sK9 )
      & ~ $less(sK4,0) ) ),
    introduced(choice_axiom,[]) ).

tff(f284,plain,
    ? [X0: $int,X1: map_int_rope,X2: $int,X3: rope1] :
      ( ? [X4: rope1] :
          ( ? [X5: map_int_rope] :
              ( ~ infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X5))),X2,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),X2,$sum(max3,1)),string3(X3)))
              & infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X5))),$sum(X2,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),$sum(X2,1),$sum(max3,1)))
              & ( tb2t3(set(rope,int,t2tb3(X1),t2tb(X2),t2tb2(X4))) = X5 )
              & ~ $less(X0,0) )
          & $less(X2,X0)
          & ~ $less(X2,0)
          & $less(tb2t(match_rope1(int,X4,t2tb(0),t2tb(str_proj_31(X4)),t2tb(app_proj_31(X4)))),fib1($sum(X2,1)))
          & infix_eqeq1(string3(X4),app2(string3(tb2t2(get(rope,int,t2tb3(X1),t2tb(X2)))),string3(X3)))
          & inv1(X4) )
      & inv1(X3)
      & inv1(tb2t2(get(rope,int,t2tb3(X1),t2tb(X2))))
      & $less(X2,X0)
      & ~ $less(X2,0)
      & $less($sum(length3(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),X2,$sum(max3,1))),tb2t(match_rope1(int,X3,t2tb(0),t2tb(str_proj_31(X3)),t2tb(app_proj_31(X3))))),fib1($sum(max3,1)))
      & ! [X6: $int] :
          ( inv1(tb2t2(get(rope,int,t2tb3(X1),t2tb(X6))))
          | $less(max3,X6)
          | $less(X6,2) )
      & inv1(X3)
      & ( $sum(max3,1) = X0 )
      & $less(X2,X0)
      & ~ $less(X2,2)
      & ~ $less(X0,0) ),
    inference(rectify,[],[f270]) ).

tff(f270,plain,
    ? [X0: $int,X1: map_int_rope,X2: $int,X3: rope1] :
      ( ? [X5: rope1] :
          ( ? [X6: map_int_rope] :
              ( ~ infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X6))),X2,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),X2,$sum(max3,1)),string3(X3)))
              & infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X6))),$sum(X2,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),$sum(X2,1),$sum(max3,1)))
              & ( tb2t3(set(rope,int,t2tb3(X1),t2tb(X2),t2tb2(X5))) = X6 )
              & ~ $less(X0,0) )
          & $less(X2,X0)
          & ~ $less(X2,0)
          & $less(tb2t(match_rope1(int,X5,t2tb(0),t2tb(str_proj_31(X5)),t2tb(app_proj_31(X5)))),fib1($sum(X2,1)))
          & infix_eqeq1(string3(X5),app2(string3(tb2t2(get(rope,int,t2tb3(X1),t2tb(X2)))),string3(X3)))
          & inv1(X5) )
      & inv1(X3)
      & inv1(tb2t2(get(rope,int,t2tb3(X1),t2tb(X2))))
      & $less(X2,X0)
      & ~ $less(X2,0)
      & $less($sum(length3(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),X2,$sum(max3,1))),tb2t(match_rope1(int,X3,t2tb(0),t2tb(str_proj_31(X3)),t2tb(app_proj_31(X3))))),fib1($sum(max3,1)))
      & ! [X4: $int] :
          ( inv1(tb2t2(get(rope,int,t2tb3(X1),t2tb(X4))))
          | $less(max3,X4)
          | $less(X4,2) )
      & inv1(X3)
      & ( $sum(max3,1) = X0 )
      & $less(X2,X0)
      & ~ $less(X2,2)
      & ~ $less(X0,0) ),
    inference(flattening,[],[f269]) ).

tff(f269,plain,
    ? [X0: $int,X1: map_int_rope,X2: $int,X3: rope1] :
      ( ? [X5: rope1] :
          ( ? [X6: map_int_rope] :
              ( ~ infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X6))),X2,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),X2,$sum(max3,1)),string3(X3)))
              & infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X6))),$sum(X2,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),$sum(X2,1),$sum(max3,1)))
              & ( tb2t3(set(rope,int,t2tb3(X1),t2tb(X2),t2tb2(X5))) = X6 )
              & ~ $less(X0,0) )
          & $less(X2,X0)
          & ~ $less(X2,0)
          & $less(tb2t(match_rope1(int,X5,t2tb(0),t2tb(str_proj_31(X5)),t2tb(app_proj_31(X5)))),fib1($sum(X2,1)))
          & infix_eqeq1(string3(X5),app2(string3(tb2t2(get(rope,int,t2tb3(X1),t2tb(X2)))),string3(X3)))
          & inv1(X5) )
      & inv1(X3)
      & inv1(tb2t2(get(rope,int,t2tb3(X1),t2tb(X2))))
      & $less(X2,X0)
      & ~ $less(X2,0)
      & $less($sum(length3(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),X2,$sum(max3,1))),tb2t(match_rope1(int,X3,t2tb(0),t2tb(str_proj_31(X3)),t2tb(app_proj_31(X3))))),fib1($sum(max3,1)))
      & ! [X4: $int] :
          ( inv1(tb2t2(get(rope,int,t2tb3(X1),t2tb(X4))))
          | $less(max3,X4)
          | $less(X4,2) )
      & inv1(X3)
      & ( $sum(max3,1) = X0 )
      & $less(X2,X0)
      & ~ $less(X2,2)
      & ~ $less(X0,0) ),
    inference(ennf_transformation,[],[f218]) ).

tff(f218,plain,
    ~ ! [X0: $int,X1: map_int_rope,X2: $int,X3: rope1] :
        ( ( $less($sum(length3(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),X2,$sum(max3,1))),tb2t(match_rope1(int,X3,t2tb(0),t2tb(str_proj_31(X3)),t2tb(app_proj_31(X3))))),fib1($sum(max3,1)))
          & ! [X4: $int] :
              ( ( ~ $less(max3,X4)
                & ~ $less(X4,2) )
             => inv1(tb2t2(get(rope,int,t2tb3(X1),t2tb(X4)))) )
          & inv1(X3)
          & ( $sum(max3,1) = X0 )
          & $less(X2,X0)
          & ~ $less(X2,2)
          & ~ $less(X0,0) )
       => ( ( $less(X2,X0)
            & ~ $less(X2,0) )
         => ( ( inv1(X3)
              & inv1(tb2t2(get(rope,int,t2tb3(X1),t2tb(X2)))) )
           => ! [X5: rope1] :
                ( ( infix_eqeq1(string3(X5),app2(string3(tb2t2(get(rope,int,t2tb3(X1),t2tb(X2)))),string3(X3)))
                  & inv1(X5) )
               => ( $less(tb2t(match_rope1(int,X5,t2tb(0),t2tb(str_proj_31(X5)),t2tb(app_proj_31(X5)))),fib1($sum(X2,1)))
                 => ( ( $less(X2,X0)
                      & ~ $less(X2,0) )
                   => ! [X6: map_int_rope] :
                        ( ( ( tb2t3(set(rope,int,t2tb3(X1),t2tb(X2),t2tb2(X5))) = X6 )
                          & ~ $less(X0,0) )
                       => ( infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X6))),$sum(X2,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),$sum(X2,1),$sum(max3,1)))
                         => infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X6))),X2,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,X0,t2tb3(X1))),X2,$sum(max3,1)),string3(X3))) ) ) ) ) ) ) ) ),
    inference(rectify,[],[f121]) ).

tff(f121,plain,
    ~ ! [X30: $int,X33: map_int_rope,X11: $int,X22: rope1] :
        ( ( $less($sum(length3(string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X33))),X11,$sum(max3,1))),tb2t(match_rope1(int,X22,t2tb(0),t2tb(str_proj_31(X22)),t2tb(app_proj_31(X22))))),fib1($sum(max3,1)))
          & ! [X29: $int] :
              ( ( ~ $less(max3,X29)
                & ~ $less(X29,2) )
             => inv1(tb2t2(get(rope,int,t2tb3(X33),t2tb(X29)))) )
          & inv1(X22)
          & ( $sum(max3,1) = X30 )
          & $less(X11,X30)
          & ~ $less(X11,2)
          & ~ $less(X30,0) )
       => ( ( $less(X11,X30)
            & ~ $less(X11,0) )
         => ( ( inv1(X22)
              & inv1(tb2t2(get(rope,int,t2tb3(X33),t2tb(X11)))) )
           => ! [X35: rope1] :
                ( ( infix_eqeq1(string3(X35),app2(string3(tb2t2(get(rope,int,t2tb3(X33),t2tb(X11)))),string3(X22)))
                  & inv1(X35) )
               => ( $less(tb2t(match_rope1(int,X35,t2tb(0),t2tb(str_proj_31(X35)),t2tb(app_proj_31(X35)))),fib1($sum(X11,1)))
                 => ( ( $less(X11,X30)
                      & ~ $less(X11,0) )
                   => ! [X34: map_int_rope] :
                        ( ( ( tb2t3(set(rope,int,t2tb3(X33),t2tb(X11),t2tb2(X35))) = X34 )
                          & ~ $less(X30,0) )
                       => ( infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X34))),$sum(X11,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X33))),$sum(X11,1),$sum(max3,1)))
                         => infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X34))),X11,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X33))),X11,$sum(max3,1)),string3(X22))) ) ) ) ) ) ) ) ),
    inference(theory_normalization,[],[f94]) ).

tff(f94,negated_conjecture,
    ~ ! [X30: $int,X33: map_int_rope,X11: $int,X22: rope1] :
        ( ( $less($sum(length3(string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X33))),X11,$sum(max3,1))),tb2t(match_rope1(int,X22,t2tb(0),t2tb(str_proj_31(X22)),t2tb(app_proj_31(X22))))),fib1($sum(max3,1)))
          & ! [X29: $int] :
              ( ( $lesseq(X29,max3)
                & $lesseq(2,X29) )
             => inv1(tb2t2(get(rope,int,t2tb3(X33),t2tb(X29)))) )
          & inv1(X22)
          & ( $sum(max3,1) = X30 )
          & $less(X11,X30)
          & $lesseq(2,X11)
          & $lesseq(0,X30) )
       => ( ( $less(X11,X30)
            & $lesseq(0,X11) )
         => ( ( inv1(X22)
              & inv1(tb2t2(get(rope,int,t2tb3(X33),t2tb(X11)))) )
           => ! [X35: rope1] :
                ( ( infix_eqeq1(string3(X35),app2(string3(tb2t2(get(rope,int,t2tb3(X33),t2tb(X11)))),string3(X22)))
                  & inv1(X35) )
               => ( $less(tb2t(match_rope1(int,X35,t2tb(0),t2tb(str_proj_31(X35)),t2tb(app_proj_31(X35)))),fib1($sum(X11,1)))
                 => ( ( $less(X11,X30)
                      & $lesseq(0,X11) )
                   => ! [X34: map_int_rope] :
                        ( ( ( tb2t3(set(rope,int,t2tb3(X33),t2tb(X11),t2tb2(X35))) = X34 )
                          & $lesseq(0,X30) )
                       => ( infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X34))),$sum(X11,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X33))),$sum(X11,1),$sum(max3,1)))
                         => infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X34))),X11,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X33))),X11,$sum(max3,1)),string3(X22))) ) ) ) ) ) ) ) ),
    inference(negated_conjecture,[],[f93]) ).

tff(f93,conjecture,
    ! [X30: $int,X33: map_int_rope,X11: $int,X22: rope1] :
      ( ( $less($sum(length3(string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X33))),X11,$sum(max3,1))),tb2t(match_rope1(int,X22,t2tb(0),t2tb(str_proj_31(X22)),t2tb(app_proj_31(X22))))),fib1($sum(max3,1)))
        & ! [X29: $int] :
            ( ( $lesseq(X29,max3)
              & $lesseq(2,X29) )
           => inv1(tb2t2(get(rope,int,t2tb3(X33),t2tb(X29)))) )
        & inv1(X22)
        & ( $sum(max3,1) = X30 )
        & $less(X11,X30)
        & $lesseq(2,X11)
        & $lesseq(0,X30) )
     => ( ( $less(X11,X30)
          & $lesseq(0,X11) )
       => ( ( inv1(X22)
            & inv1(tb2t2(get(rope,int,t2tb3(X33),t2tb(X11)))) )
         => ! [X35: rope1] :
              ( ( infix_eqeq1(string3(X35),app2(string3(tb2t2(get(rope,int,t2tb3(X33),t2tb(X11)))),string3(X22)))
                & inv1(X35) )
             => ( $less(tb2t(match_rope1(int,X35,t2tb(0),t2tb(str_proj_31(X35)),t2tb(app_proj_31(X35)))),fib1($sum(X11,1)))
               => ( ( $less(X11,X30)
                    & $lesseq(0,X11) )
                 => ! [X34: map_int_rope] :
                      ( ( ( tb2t3(set(rope,int,t2tb3(X33),t2tb(X11),t2tb2(X35))) = X34 )
                        & $lesseq(0,X30) )
                     => ( infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X34))),$sum(X11,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X33))),$sum(X11,1),$sum(max3,1)))
                       => infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X34))),X11,$sum(max3,1)),app2(string_of_array1(tb2t1(mk_array1(rope,X30,t2tb3(X33))),X11,$sum(max3,1)),string3(X22))) ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',wP_parameter_insert) ).

tff(f4512,plain,
    infix_eqeq1(sF14,sF20),
    inference(forward_demodulation,[],[f4511,f4478]) ).

tff(f4478,plain,
    sF14 = app2(sF22,sF36),
    inference(resolution,[],[f4433,f304]) ).

tff(f304,plain,
    ! [X0: string2,X1: string2] :
      ( ~ infix_eqeq1(X0,X1)
      | ( X0 = X1 ) ),
    inference(cnf_transformation,[],[f225]) ).

tff(f225,plain,
    ! [X0: string2,X1: string2] :
      ( ( X0 = X1 )
      | ~ infix_eqeq1(X0,X1) ),
    inference(ennf_transformation,[],[f147]) ).

tff(f147,plain,
    ! [X0: string2,X1: string2] :
      ( infix_eqeq1(X0,X1)
     => ( X0 = X1 ) ),
    inference(rectify,[],[f12]) ).

tff(f12,axiom,
    ! [X9: string2,X10: string2] :
      ( infix_eqeq1(X9,X10)
     => ( X9 = X10 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',extensionality) ).

tff(f4433,plain,
    infix_eqeq1(sF14,app2(sF22,sF36)),
    inference(subsumption_resolution,[],[f4432,f127]) ).

tff(f127,plain,
    ! [X0: $int] : ~ $less(X0,X0),
    introduced(theory_axiom_142,[]) ).

tff(f4432,plain,
    ( $less(sF13,sF13)
    | infix_eqeq1(sF14,app2(sF22,sF36)) ),
    inference(forward_demodulation,[],[f4431,f930]) ).

tff(f930,plain,
    sF13 = length5(rope,sF11),
    inference(forward_demodulation,[],[f926,f494]) ).

tff(f494,plain,
    sK4 = sF13,
    inference(definition_folding,[],[f412,f449]) ).

tff(f412,plain,
    $sum(max3,1) = sK4,
    inference(cnf_transformation,[],[f288]) ).

tff(f926,plain,
    sK4 = length5(rope,sF11),
    inference(superposition,[],[f366,f447]) ).

tff(f366,plain,
    ! [X2: uni,X0: ty,X1: $int] : ( length5(X0,mk_array1(X0,X1,X2)) = X1 ),
    inference(cnf_transformation,[],[f189]) ).

tff(f189,plain,
    ! [X0: ty,X1: $int,X2: uni] : ( length5(X0,mk_array1(X0,X1,X2)) = X1 ),
    inference(rectify,[],[f57]) ).

tff(f57,axiom,
    ! [X0: ty,X6: $int,X17: uni] : ( length5(X0,mk_array1(X0,X6,X17)) = X6 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',length_def2) ).

tff(f4431,plain,
    ( $less(length5(rope,sF11),sF13)
    | infix_eqeq1(sF14,app2(sF22,sF36)) ),
    inference(forward_demodulation,[],[f4430,f546]) ).

tff(f546,plain,
    sF11 = t2tb1(sF12),
    inference(superposition,[],[f386,f448]) ).

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

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

tff(f77,axiom,
    ! [X29: uni] : ( t2tb1(tb2t1(X29)) = X29 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',bridgeR1) ).

tff(f4430,plain,
    ( infix_eqeq1(sF14,app2(sF22,sF36))
    | $less(length5(rope,t2tb1(sF12)),sF13) ),
    inference(forward_demodulation,[],[f4429,f459]) ).

tff(f459,plain,
    string_of_array1(sF12,sF21,sF13) = sF22,
    introduced(function_definition,[new_symbols(definition,[sF22])]) ).

tff(f4429,plain,
    ( infix_eqeq1(sF14,app2(string_of_array1(sF12,sF21,sF13),sF36))
    | $less(length5(rope,t2tb1(sF12)),sF13) ),
    inference(forward_demodulation,[],[f4428,f458]) ).

tff(f458,plain,
    $sum(sK6,1) = sF21,
    introduced(function_definition,[new_symbols(definition,[sF21])]) ).

tff(f4428,plain,
    ( infix_eqeq1(sF14,app2(string_of_array1(sF12,$sum(sK6,1),sF13),sF36))
    | $less(length5(rope,t2tb1(sF12)),sF13) ),
    inference(forward_demodulation,[],[f4427,f476]) ).

tff(f476,plain,
    string3(sK8) = sF36,
    introduced(function_definition,[new_symbols(definition,[sF36])]) ).

tff(f4427,plain,
    ( infix_eqeq1(sF14,app2(string_of_array1(sF12,$sum(sK6,1),sF13),string3(sK8)))
    | $less(length5(rope,t2tb1(sF12)),sF13) ),
    inference(forward_demodulation,[],[f4426,f551]) ).

tff(f551,plain,
    sK8 = tb2t2(sF25),
    inference(superposition,[],[f389,f463]) ).

tff(f463,plain,
    t2tb2(sK8) = sF25,
    introduced(function_definition,[new_symbols(definition,[sF25])]) ).

tff(f389,plain,
    ! [X0: rope1] : ( tb2t2(t2tb2(X0)) = X0 ),
    inference(cnf_transformation,[],[f205]) ).

tff(f205,plain,
    ! [X0: rope1] : ( tb2t2(t2tb2(X0)) = X0 ),
    inference(rectify,[],[f80]) ).

tff(f80,axiom,
    ! [X11: rope1] : ( tb2t2(t2tb2(X11)) = X11 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',bridgeL2) ).

tff(f4426,plain,
    ( infix_eqeq1(sF14,app2(string_of_array1(sF12,$sum(sK6,1),sF13),string3(tb2t2(sF25))))
    | $less(length5(rope,t2tb1(sF12)),sF13) ),
    inference(forward_demodulation,[],[f4425,f2729]) ).

tff(f2729,plain,
    sF25 = get(rope,int,sF10,sF24),
    inference(forward_demodulation,[],[f2728,f565]) ).

tff(f565,plain,
    sF10 = sF26,
    inference(forward_demodulation,[],[f564,f446]) ).

tff(f564,plain,
    t2tb3(sK9) = sF26,
    inference(forward_demodulation,[],[f563,f466]) ).

tff(f466,plain,
    sK9 = sF27,
    inference(definition_folding,[],[f426,f465,f464,f463,f462,f451]) ).

tff(f462,plain,
    t2tb(sK6) = sF24,
    introduced(function_definition,[new_symbols(definition,[sF24])]) ).

tff(f464,plain,
    set(rope,int,sF15,sF24,sF25) = sF26,
    introduced(function_definition,[new_symbols(definition,[sF26])]) ).

tff(f465,plain,
    tb2t3(sF26) = sF27,
    introduced(function_definition,[new_symbols(definition,[sF27])]) ).

tff(f426,plain,
    tb2t3(set(rope,int,t2tb3(sK5),t2tb(sK6),t2tb2(sK8))) = sK9,
    inference(cnf_transformation,[],[f288]) ).

tff(f563,plain,
    sF26 = t2tb3(sF27),
    inference(superposition,[],[f408,f465]) ).

tff(f408,plain,
    ! [X0: uni] : ( t2tb3(tb2t3(X0)) = X0 ),
    inference(cnf_transformation,[],[f217]) ).

tff(f217,plain,
    ! [X0: uni] : ( t2tb3(tb2t3(X0)) = X0 ),
    inference(rectify,[],[f92]) ).

tff(f92,axiom,
    ! [X29: uni] : ( t2tb3(tb2t3(X29)) = X29 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',bridgeR3) ).

tff(f2728,plain,
    sF25 = get(rope,int,sF26,sF24),
    inference(subsumption_resolution,[],[f2726,f512]) ).

tff(f512,plain,
    sort1(rope,sF25),
    inference(superposition,[],[f388,f463]) ).

tff(f388,plain,
    ! [X0: rope1] : sort1(rope,t2tb2(X0)),
    inference(cnf_transformation,[],[f204]) ).

tff(f204,plain,
    ! [X0: rope1] : sort1(rope,t2tb2(X0)),
    inference(rectify,[],[f79]) ).

tff(f79,axiom,
    ! [X1: rope1] : sort1(rope,t2tb2(X1)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t2tb_sort2) ).

tff(f2726,plain,
    ( ( sF25 = get(rope,int,sF26,sF24) )
    | ~ sort1(rope,sF25) ),
    inference(superposition,[],[f445,f464]) ).

tff(f445,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,[],[f361]) ).

tff(f361,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,[],[f246]) ).

tff(f246,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,[],[f245]) ).

tff(f245,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,[],[f185]) ).

tff(f185,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,[],[f52]) ).

tff(f52,axiom,
    ! [X0: ty,X24: ty,X25: uni,X26: uni,X27: uni,X28: uni] :
      ( sort1(X24,X28)
     => ( ( X26 = X27 )
       => ( get(X24,X0,set(X24,X0,X25,X26,X28),X27) = X28 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',select_eq) ).

tff(f4425,plain,
    ( infix_eqeq1(sF14,app2(string_of_array1(sF12,$sum(sK6,1),sF13),string3(tb2t2(get(rope,int,sF10,sF24)))))
    | $less(length5(rope,t2tb1(sF12)),sF13) ),
    inference(forward_demodulation,[],[f4424,f2464]) ).

tff(f2464,plain,
    sF10 = elts(rope,sF11),
    inference(subsumption_resolution,[],[f2458,f578]) ).

tff(f578,plain,
    sort1(map(int,rope),sF10),
    inference(superposition,[],[f406,f446]) ).

tff(f406,plain,
    ! [X0: map_int_rope] : sort1(map(int,rope),t2tb3(X0)),
    inference(cnf_transformation,[],[f215]) ).

tff(f215,plain,
    ! [X0: map_int_rope] : sort1(map(int,rope),t2tb3(X0)),
    inference(rectify,[],[f90]) ).

tff(f90,axiom,
    ! [X1: map_int_rope] : sort1(map(int,rope),t2tb3(X1)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t2tb_sort3) ).

tff(f2458,plain,
    ( ( sF10 = elts(rope,sF11) )
    | ~ sort1(map(int,rope),sF10) ),
    inference(superposition,[],[f368,f447]) ).

tff(f368,plain,
    ! [X2: uni,X0: ty,X1: $int] :
      ( ( elts(X0,mk_array1(X0,X1,X2)) = X2 )
      | ~ sort1(map(int,X0),X2) ),
    inference(cnf_transformation,[],[f250]) ).

tff(f250,plain,
    ! [X0: ty,X1: $int,X2: uni] :
      ( ( elts(X0,mk_array1(X0,X1,X2)) = X2 )
      | ~ sort1(map(int,X0),X2) ),
    inference(ennf_transformation,[],[f190]) ).

tff(f190,plain,
    ! [X0: ty,X1: $int,X2: uni] :
      ( sort1(map(int,X0),X2)
     => ( elts(X0,mk_array1(X0,X1,X2)) = X2 ) ),
    inference(rectify,[],[f59]) ).

tff(f59,axiom,
    ! [X0: ty,X6: $int,X17: uni] :
      ( sort1(map(int,X0),X17)
     => ( elts(X0,mk_array1(X0,X6,X17)) = X17 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',elts_def1) ).

tff(f4424,plain,
    ( infix_eqeq1(sF14,app2(string_of_array1(sF12,$sum(sK6,1),sF13),string3(tb2t2(get(rope,int,elts(rope,sF11),sF24)))))
    | $less(length5(rope,t2tb1(sF12)),sF13) ),
    inference(forward_demodulation,[],[f4423,f546]) ).

tff(f4423,plain,
    ( infix_eqeq1(sF14,app2(string_of_array1(sF12,$sum(sK6,1),sF13),string3(tb2t2(get(rope,int,elts(rope,t2tb1(sF12)),sF24)))))
    | $less(length5(rope,t2tb1(sF12)),sF13) ),
    inference(forward_demodulation,[],[f4422,f462]) ).

tff(f4422,plain,
    ( infix_eqeq1(sF14,app2(string_of_array1(sF12,$sum(sK6,1),sF13),string3(tb2t2(get(rope,int,elts(rope,t2tb1(sF12)),t2tb(sK6))))))
    | $less(length5(rope,t2tb1(sF12)),sF13) ),
    inference(subsumption_resolution,[],[f4421,f423]) ).

tff(f423,plain,
    ~ $less(sK6,0),
    inference(cnf_transformation,[],[f288]) ).

tff(f4421,plain,
    ( infix_eqeq1(sF14,app2(string_of_array1(sF12,$sum(sK6,1),sF13),string3(tb2t2(get(rope,int,elts(rope,t2tb1(sF12)),t2tb(sK6))))))
    | $less(length5(rope,t2tb1(sF12)),sF13)
    | $less(sK6,0) ),
    inference(subsumption_resolution,[],[f4398,f502]) ).

tff(f502,plain,
    $less(sK6,sF13),
    inference(superposition,[],[f424,f494]) ).

tff(f424,plain,
    $less(sK6,sK4),
    inference(cnf_transformation,[],[f288]) ).

tff(f4398,plain,
    ( infix_eqeq1(sF14,app2(string_of_array1(sF12,$sum(sK6,1),sF13),string3(tb2t2(get(rope,int,elts(rope,t2tb1(sF12)),t2tb(sK6))))))
    | $less(length5(rope,t2tb1(sF12)),sF13)
    | ~ $less(sK6,sF13)
    | $less(sK6,0) ),
    inference(superposition,[],[f434,f450]) ).

tff(f434,plain,
    ! [X2: $int,X0: array_rope,X1: $int] :
      ( infix_eqeq1(string_of_array1(X0,X1,X2),app2(string_of_array1(X0,$sum(X1,1),X2),string3(tb2t2(get(rope,int,elts(rope,t2tb1(X0)),t2tb(X1))))))
      | $less(length5(rope,t2tb1(X0)),X2)
      | ~ $less(X1,X2)
      | $less(X1,0) ),
    inference(definition_unfolding,[],[f391,f374]) ).

tff(f374,plain,
    ! [X2: $int,X0: ty,X1: uni] : ( get2(X0,X1,X2) = get(X0,int,elts(X0,X1),t2tb(X2)) ),
    inference(cnf_transformation,[],[f195]) ).

tff(f195,plain,
    ! [X0: ty,X1: uni,X2: $int] : ( get2(X0,X1,X2) = get(X0,int,elts(X0,X1),t2tb(X2)) ),
    inference(rectify,[],[f65]) ).

tff(f65,axiom,
    ! [X0: ty,X26: uni,X11: $int] : ( get2(X0,X26,X11) = get(X0,int,elts(X0,X26),t2tb(X11)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',get_def) ).

tff(f391,plain,
    ! [X2: $int,X0: array_rope,X1: $int] :
      ( infix_eqeq1(string_of_array1(X0,X1,X2),app2(string_of_array1(X0,$sum(X1,1),X2),string3(tb2t2(get2(rope,t2tb1(X0),X1)))))
      | $less(length5(rope,t2tb1(X0)),X2)
      | ~ $less(X1,X2)
      | $less(X1,0) ),
    inference(cnf_transformation,[],[f256]) ).

tff(f256,plain,
    ! [X0: array_rope,X1: $int,X2: $int] :
      ( infix_eqeq1(string_of_array1(X0,X1,X2),app2(string_of_array1(X0,$sum(X1,1),X2),string3(tb2t2(get2(rope,t2tb1(X0),X1)))))
      | $less(length5(rope,t2tb1(X0)),X2)
      | ~ $less(X1,X2)
      | $less(X1,0) ),
    inference(flattening,[],[f255]) ).

tff(f255,plain,
    ! [X0: array_rope,X1: $int,X2: $int] :
      ( infix_eqeq1(string_of_array1(X0,X1,X2),app2(string_of_array1(X0,$sum(X1,1),X2),string3(tb2t2(get2(rope,t2tb1(X0),X1)))))
      | $less(length5(rope,t2tb1(X0)),X2)
      | ~ $less(X1,X2)
      | $less(X1,0) ),
    inference(ennf_transformation,[],[f207]) ).

tff(f207,plain,
    ! [X0: array_rope,X1: $int,X2: $int] :
      ( ( ~ $less(length5(rope,t2tb1(X0)),X2)
        & $less(X1,X2)
        & ~ $less(X1,0) )
     => infix_eqeq1(string_of_array1(X0,X1,X2),app2(string_of_array1(X0,$sum(X1,1),X2),string3(tb2t2(get2(rope,t2tb1(X0),X1))))) ),
    inference(rectify,[],[f114]) ).

tff(f114,plain,
    ! [X30: array_rope,X31: $int,X6: $int] :
      ( ( ~ $less(length5(rope,t2tb1(X30)),X6)
        & $less(X31,X6)
        & ~ $less(X31,0) )
     => infix_eqeq1(string_of_array1(X30,X31,X6),app2(string_of_array1(X30,$sum(X31,1),X6),string3(tb2t2(get2(rope,t2tb1(X30),X31))))) ),
    inference(theory_normalization,[],[f82]) ).

tff(f82,axiom,
    ! [X30: array_rope,X31: $int,X6: $int] :
      ( ( $lesseq(X6,length5(rope,t2tb1(X30)))
        & $less(X31,X6)
        & $lesseq(0,X31) )
     => infix_eqeq1(string_of_array1(X30,X31,X6),app2(string_of_array1(X30,$sum(X31,1),X6),string3(tb2t2(get2(rope,t2tb1(X30),X31))))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',string_of_array_concat_left) ).

tff(f4511,plain,
    infix_eqeq1(app2(sF22,sF36),sF20),
    inference(forward_demodulation,[],[f4510,f573]) ).

tff(f573,plain,
    sF36 = sF40,
    inference(resolution,[],[f304,f481]) ).

tff(f481,plain,
    infix_eqeq1(sF36,sF40),
    inference(definition_folding,[],[f421,f480,f455,f479,f478,f477,f462,f451,f476]) ).

tff(f477,plain,
    get(rope,int,sF15,sF24) = sF37,
    introduced(function_definition,[new_symbols(definition,[sF37])]) ).

tff(f478,plain,
    tb2t2(sF37) = sF38,
    introduced(function_definition,[new_symbols(definition,[sF38])]) ).

tff(f479,plain,
    string3(sF38) = sF39,
    introduced(function_definition,[new_symbols(definition,[sF39])]) ).

tff(f480,plain,
    app2(sF39,sF19) = sF40,
    introduced(function_definition,[new_symbols(definition,[sF40])]) ).

tff(f421,plain,
    infix_eqeq1(string3(sK8),app2(string3(tb2t2(get(rope,int,t2tb3(sK5),t2tb(sK6)))),string3(sK7))),
    inference(cnf_transformation,[],[f288]) ).

tff(f4510,plain,
    infix_eqeq1(app2(sF22,sF40),sF20),
    inference(forward_demodulation,[],[f4507,f456]) ).

tff(f4507,plain,
    infix_eqeq1(app2(sF22,sF40),app2(sF18,sF19)),
    inference(superposition,[],[f4489,f480]) ).

tff(f4489,plain,
    ! [X0: string2] : infix_eqeq1(app2(sF22,app2(sF39,X0)),app2(sF18,X0)),
    inference(superposition,[],[f308,f4479]) ).

tff(f4479,plain,
    sF18 = app2(sF22,sF39),
    inference(resolution,[],[f4447,f304]) ).

tff(f4447,plain,
    infix_eqeq1(sF18,app2(sF22,sF39)),
    inference(subsumption_resolution,[],[f4446,f127]) ).

tff(f4446,plain,
    ( $less(sF13,sF13)
    | infix_eqeq1(sF18,app2(sF22,sF39)) ),
    inference(forward_demodulation,[],[f4445,f931]) ).

tff(f931,plain,
    sF13 = length5(rope,sF16),
    inference(forward_demodulation,[],[f928,f494]) ).

tff(f928,plain,
    sK4 = length5(rope,sF16),
    inference(superposition,[],[f366,f452]) ).

tff(f4445,plain,
    ( $less(length5(rope,sF16),sF13)
    | infix_eqeq1(sF18,app2(sF22,sF39)) ),
    inference(forward_demodulation,[],[f4444,f547]) ).

tff(f547,plain,
    sF16 = t2tb1(sF17),
    inference(superposition,[],[f386,f453]) ).

tff(f4444,plain,
    ( infix_eqeq1(sF18,app2(sF22,sF39))
    | $less(length5(rope,t2tb1(sF17)),sF13) ),
    inference(forward_demodulation,[],[f4443,f572]) ).

tff(f572,plain,
    sF22 = sF23,
    inference(resolution,[],[f304,f461]) ).

tff(f461,plain,
    infix_eqeq1(sF22,sF23),
    inference(definition_folding,[],[f427,f460,f449,f458,f453,f452,f451,f459,f449,f458,f448,f447,f446]) ).

tff(f460,plain,
    string_of_array1(sF17,sF21,sF13) = sF23,
    introduced(function_definition,[new_symbols(definition,[sF23])]) ).

tff(f427,plain,
    infix_eqeq1(string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK9))),$sum(sK6,1),$sum(max3,1)),string_of_array1(tb2t1(mk_array1(rope,sK4,t2tb3(sK5))),$sum(sK6,1),$sum(max3,1))),
    inference(cnf_transformation,[],[f288]) ).

tff(f4443,plain,
    ( infix_eqeq1(sF18,app2(sF23,sF39))
    | $less(length5(rope,t2tb1(sF17)),sF13) ),
    inference(forward_demodulation,[],[f4442,f460]) ).

tff(f4442,plain,
    ( infix_eqeq1(sF18,app2(string_of_array1(sF17,sF21,sF13),sF39))
    | $less(length5(rope,t2tb1(sF17)),sF13) ),
    inference(forward_demodulation,[],[f4441,f458]) ).

tff(f4441,plain,
    ( infix_eqeq1(sF18,app2(string_of_array1(sF17,$sum(sK6,1),sF13),sF39))
    | $less(length5(rope,t2tb1(sF17)),sF13) ),
    inference(forward_demodulation,[],[f4440,f479]) ).

tff(f4440,plain,
    ( infix_eqeq1(sF18,app2(string_of_array1(sF17,$sum(sK6,1),sF13),string3(sF38)))
    | $less(length5(rope,t2tb1(sF17)),sF13) ),
    inference(forward_demodulation,[],[f4439,f478]) ).

tff(f4439,plain,
    ( infix_eqeq1(sF18,app2(string_of_array1(sF17,$sum(sK6,1),sF13),string3(tb2t2(sF37))))
    | $less(length5(rope,t2tb1(sF17)),sF13) ),
    inference(forward_demodulation,[],[f4438,f477]) ).

tff(f4438,plain,
    ( infix_eqeq1(sF18,app2(string_of_array1(sF17,$sum(sK6,1),sF13),string3(tb2t2(get(rope,int,sF15,sF24)))))
    | $less(length5(rope,t2tb1(sF17)),sF13) ),
    inference(forward_demodulation,[],[f4437,f2465]) ).

tff(f2465,plain,
    sF15 = elts(rope,sF16),
    inference(subsumption_resolution,[],[f2460,f579]) ).

tff(f579,plain,
    sort1(map(int,rope),sF15),
    inference(superposition,[],[f406,f451]) ).

tff(f2460,plain,
    ( ( sF15 = elts(rope,sF16) )
    | ~ sort1(map(int,rope),sF15) ),
    inference(superposition,[],[f368,f452]) ).

tff(f4437,plain,
    ( infix_eqeq1(sF18,app2(string_of_array1(sF17,$sum(sK6,1),sF13),string3(tb2t2(get(rope,int,elts(rope,sF16),sF24)))))
    | $less(length5(rope,t2tb1(sF17)),sF13) ),
    inference(forward_demodulation,[],[f4436,f547]) ).

tff(f4436,plain,
    ( infix_eqeq1(sF18,app2(string_of_array1(sF17,$sum(sK6,1),sF13),string3(tb2t2(get(rope,int,elts(rope,t2tb1(sF17)),sF24)))))
    | $less(length5(rope,t2tb1(sF17)),sF13) ),
    inference(forward_demodulation,[],[f4435,f462]) ).

tff(f4435,plain,
    ( infix_eqeq1(sF18,app2(string_of_array1(sF17,$sum(sK6,1),sF13),string3(tb2t2(get(rope,int,elts(rope,t2tb1(sF17)),t2tb(sK6))))))
    | $less(length5(rope,t2tb1(sF17)),sF13) ),
    inference(subsumption_resolution,[],[f4434,f423]) ).

tff(f4434,plain,
    ( infix_eqeq1(sF18,app2(string_of_array1(sF17,$sum(sK6,1),sF13),string3(tb2t2(get(rope,int,elts(rope,t2tb1(sF17)),t2tb(sK6))))))
    | $less(length5(rope,t2tb1(sF17)),sF13)
    | $less(sK6,0) ),
    inference(subsumption_resolution,[],[f4399,f502]) ).

tff(f4399,plain,
    ( infix_eqeq1(sF18,app2(string_of_array1(sF17,$sum(sK6,1),sF13),string3(tb2t2(get(rope,int,elts(rope,t2tb1(sF17)),t2tb(sK6))))))
    | $less(length5(rope,t2tb1(sF17)),sF13)
    | ~ $less(sK6,sF13)
    | $less(sK6,0) ),
    inference(superposition,[],[f434,f454]) ).

tff(f308,plain,
    ! [X2: string2,X0: string2,X1: string2] : infix_eqeq1(app2(X0,app2(X1,X2)),app2(app2(X0,X1),X2)),
    inference(cnf_transformation,[],[f151]) ).

tff(f151,plain,
    ! [X0: string2,X1: string2,X2: string2] : infix_eqeq1(app2(X0,app2(X1,X2)),app2(app2(X0,X1),X2)),
    inference(rectify,[],[f16]) ).

tff(f16,axiom,
    ! [X9: string2,X10: string2,X12: string2] : infix_eqeq1(app2(X9,app2(X10,X12)),app2(app2(X9,X10),X12)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',app_assoc) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : SWW641_2 : TPTP v8.2.0. Released v6.1.0.
% 0.07/0.14  % 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.14/0.35  % Computer : n023.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit   : 300
% 0.14/0.35  % WCLimit    : 300
% 0.14/0.35  % DateTime   : Sat May 18 21:04:23 EDT 2024
% 0.14/0.35  % CPUTime    : 
% 0.14/0.35  This is a TF0_THM_EQU_ARI problem
% 0.14/0.35  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/benchmark/theBenchmark.p
% 0.70/0.89  % (7596)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 theBenchmark for (2994ds/34Mi)
% 0.70/0.89  % (7598)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on theBenchmark for (2994ds/78Mi)
% 0.70/0.89  % (7599)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on theBenchmark for (2994ds/33Mi)
% 0.70/0.89  % (7597)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 theBenchmark for (2994ds/51Mi)
% 0.70/0.89  % (7600)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 theBenchmark for (2994ds/34Mi)
% 0.70/0.89  % (7601)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on theBenchmark for (2994ds/45Mi)
% 0.70/0.89  % (7602)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 theBenchmark for (2994ds/83Mi)
% 0.70/0.89  % (7603)lrs-21_1:1_to=lpo:sil=2000:sp=frequency:sos=on:lma=on:i=56:sd=2:ss=axioms:ep=R_0 on theBenchmark for (2994ds/56Mi)
% 0.70/0.90  % (7596)Instruction limit reached!
% 0.70/0.90  % (7596)------------------------------
% 0.70/0.90  % (7596)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.70/0.90  % (7596)Termination reason: Unknown
% 0.70/0.90  % (7596)Termination phase: Saturation
% 0.70/0.90  
% 0.70/0.90  % (7596)Memory used [KB]: 1384
% 0.70/0.90  % (7596)Time elapsed: 0.019 s
% 0.70/0.90  % (7596)Instructions burned: 34 (million)
% 0.70/0.90  % (7596)------------------------------
% 0.70/0.90  % (7596)------------------------------
% 0.70/0.90  % (7600)Instruction limit reached!
% 0.70/0.90  % (7600)------------------------------
% 0.70/0.90  % (7600)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.70/0.90  % (7600)Termination reason: Unknown
% 0.70/0.90  % (7600)Termination phase: Saturation
% 0.70/0.90  
% 0.70/0.90  % (7600)Memory used [KB]: 1537
% 0.70/0.90  % (7600)Time elapsed: 0.019 s
% 0.70/0.90  % (7600)Instructions burned: 35 (million)
% 0.70/0.90  % (7600)------------------------------
% 0.70/0.90  % (7600)------------------------------
% 0.70/0.90  % (7599)Instruction limit reached!
% 0.70/0.90  % (7599)------------------------------
% 0.70/0.90  % (7599)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.70/0.90  % (7599)Termination reason: Unknown
% 0.70/0.90  % (7599)Termination phase: Saturation
% 0.70/0.90  
% 0.70/0.90  % (7599)Memory used [KB]: 1552
% 0.70/0.90  % (7599)Time elapsed: 0.020 s
% 0.70/0.90  % (7599)Instructions burned: 33 (million)
% 0.70/0.90  % (7599)------------------------------
% 0.70/0.90  % (7599)------------------------------
% 0.70/0.91  % (7604)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 theBenchmark for (2994ds/55Mi)
% 0.70/0.91  % (7605)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 theBenchmark for (2994ds/50Mi)
% 0.70/0.91  % (7606)lrs+1010_1:2_sil=4000:tgt=ground:nwc=10.0:st=2.0:i=208:sd=1:bd=off:ss=axioms_0 on theBenchmark for (2994ds/208Mi)
% 0.70/0.91  % (7601)Instruction limit reached!
% 0.70/0.91  % (7601)------------------------------
% 0.70/0.91  % (7601)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.70/0.91  % (7601)Termination reason: Unknown
% 0.70/0.91  % (7601)Termination phase: Saturation
% 0.70/0.91  
% 0.70/0.91  % (7601)Memory used [KB]: 1531
% 0.70/0.91  % (7601)Time elapsed: 0.027 s
% 0.70/0.91  % (7601)Instructions burned: 45 (million)
% 0.70/0.91  % (7601)------------------------------
% 0.70/0.91  % (7601)------------------------------
% 0.70/0.91  % (7603)Instruction limit reached!
% 0.70/0.91  % (7603)------------------------------
% 0.70/0.91  % (7603)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.70/0.91  % (7603)Termination reason: Unknown
% 0.70/0.91  % (7603)Termination phase: Saturation
% 0.70/0.91  
% 0.70/0.91  % (7603)Memory used [KB]: 1423
% 0.70/0.91  % (7603)Time elapsed: 0.028 s
% 0.70/0.91  % (7603)Instructions burned: 57 (million)
% 0.70/0.91  % (7603)------------------------------
% 0.70/0.91  % (7603)------------------------------
% 0.70/0.91  % (7597)Instruction limit reached!
% 0.70/0.91  % (7597)------------------------------
% 0.70/0.91  % (7597)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.70/0.91  % (7597)Termination reason: Unknown
% 0.70/0.91  % (7597)Termination phase: Saturation
% 0.70/0.91  
% 0.70/0.91  % (7597)Memory used [KB]: 1737
% 0.70/0.91  % (7597)Time elapsed: 0.030 s
% 0.70/0.91  % (7597)Instructions burned: 52 (million)
% 0.70/0.91  % (7597)------------------------------
% 0.70/0.91  % (7597)------------------------------
% 0.70/0.92  % (7607)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 theBenchmark for (2994ds/52Mi)
% 0.70/0.92  % (7608)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 theBenchmark for (2994ds/518Mi)
% 0.70/0.92  % (7609)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 theBenchmark for (2994ds/42Mi)
% 0.70/0.93  % (7598)Instruction limit reached!
% 0.70/0.93  % (7598)------------------------------
% 0.70/0.93  % (7598)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.70/0.93  % (7598)Termination reason: Unknown
% 0.70/0.93  % (7598)Termination phase: Saturation
% 0.70/0.93  
% 0.70/0.93  % (7598)Memory used [KB]: 1761
% 0.70/0.93  % (7598)Time elapsed: 0.044 s
% 0.70/0.93  % (7598)Instructions burned: 78 (million)
% 0.70/0.93  % (7598)------------------------------
% 0.70/0.93  % (7598)------------------------------
% 0.70/0.93  % (7602)Instruction limit reached!
% 0.70/0.93  % (7602)------------------------------
% 0.70/0.93  % (7602)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.70/0.93  % (7602)Termination reason: Unknown
% 0.70/0.93  % (7602)Termination phase: Saturation
% 0.70/0.93  
% 0.70/0.93  % (7602)Memory used [KB]: 2140
% 0.70/0.93  % (7602)Time elapsed: 0.046 s
% 0.70/0.93  % (7602)Instructions burned: 83 (million)
% 0.70/0.93  % (7602)------------------------------
% 0.70/0.93  % (7602)------------------------------
% 0.70/0.93  % (7610)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 theBenchmark for (2994ds/243Mi)
% 0.70/0.93  % (7605)Instruction limit reached!
% 0.70/0.93  % (7605)------------------------------
% 0.70/0.93  % (7605)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.70/0.93  % (7605)Termination reason: Unknown
% 0.70/0.93  % (7605)Termination phase: Saturation
% 0.70/0.93  
% 0.70/0.93  % (7605)Memory used [KB]: 1746
% 0.70/0.93  % (7605)Time elapsed: 0.027 s
% 0.70/0.93  % (7605)Instructions burned: 51 (million)
% 0.70/0.93  % (7605)------------------------------
% 0.70/0.93  % (7605)------------------------------
% 0.70/0.93  % (7611)lrs+1011_2:9_sil=2000:lsd=10:newcnf=on:i=117:sd=2:awrs=decay:ss=included:amm=off:ep=R_0 on theBenchmark for (2994ds/117Mi)
% 0.70/0.94  % (7612)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 theBenchmark for (2994ds/143Mi)
% 0.70/0.94  % (7604)Instruction limit reached!
% 0.70/0.94  % (7604)------------------------------
% 0.70/0.94  % (7604)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.70/0.94  % (7604)Termination reason: Unknown
% 0.70/0.94  % (7604)Termination phase: Saturation
% 0.70/0.94  
% 0.70/0.94  % (7604)Memory used [KB]: 1841
% 0.70/0.94  % (7604)Time elapsed: 0.032 s
% 0.70/0.94  % (7604)Instructions burned: 55 (million)
% 0.70/0.94  % (7604)------------------------------
% 0.70/0.94  % (7604)------------------------------
% 0.98/0.94  % (7609)Instruction limit reached!
% 0.98/0.94  % (7609)------------------------------
% 0.98/0.94  % (7609)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.94  % (7609)Termination reason: Unknown
% 0.98/0.94  % (7609)Termination phase: Saturation
% 0.98/0.94  
% 0.98/0.94  % (7609)Memory used [KB]: 1492
% 0.98/0.94  % (7609)Time elapsed: 0.022 s
% 0.98/0.94  % (7609)Instructions burned: 43 (million)
% 0.98/0.94  % (7609)------------------------------
% 0.98/0.94  % (7609)------------------------------
% 0.98/0.94  % (7613)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 theBenchmark for (2994ds/93Mi)
% 0.98/0.94  % (7614)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 theBenchmark for (2994ds/62Mi)
% 0.98/0.94  % (7607)Instruction limit reached!
% 0.98/0.94  % (7607)------------------------------
% 0.98/0.94  % (7607)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.94  % (7607)Termination reason: Unknown
% 0.98/0.94  % (7607)Termination phase: Saturation
% 0.98/0.94  
% 0.98/0.94  % (7607)Memory used [KB]: 1709
% 0.98/0.94  % (7607)Time elapsed: 0.029 s
% 0.98/0.94  % (7607)Instructions burned: 52 (million)
% 0.98/0.94  % (7607)------------------------------
% 0.98/0.94  % (7607)------------------------------
% 0.98/0.95  % (7615)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 theBenchmark for (2994ds/32Mi)
% 0.98/0.96  % (7615)Instruction limit reached!
% 0.98/0.96  % (7615)------------------------------
% 0.98/0.96  % (7615)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.96  % (7615)Termination reason: Unknown
% 0.98/0.96  % (7615)Termination phase: Saturation
% 0.98/0.96  
% 0.98/0.96  % (7615)Memory used [KB]: 1425
% 0.98/0.96  % (7615)Time elapsed: 0.019 s
% 0.98/0.96  % (7615)Instructions burned: 33 (million)
% 0.98/0.96  % (7615)------------------------------
% 0.98/0.96  % (7615)------------------------------
% 0.98/0.97  % (7616)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 theBenchmark for (2994ds/1919Mi)
% 0.98/0.97  % (7614)Instruction limit reached!
% 0.98/0.97  % (7614)------------------------------
% 0.98/0.97  % (7614)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.97  % (7614)Termination reason: Unknown
% 0.98/0.97  % (7614)Termination phase: Saturation
% 0.98/0.97  
% 0.98/0.97  % (7614)Memory used [KB]: 1936
% 0.98/0.97  % (7614)Time elapsed: 0.032 s
% 0.98/0.97  % (7614)Instructions burned: 62 (million)
% 0.98/0.97  % (7614)------------------------------
% 0.98/0.97  % (7614)------------------------------
% 1.12/0.98  % (7617)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 theBenchmark for (2994ds/55Mi)
% 1.12/0.99  % (7613)Instruction limit reached!
% 1.12/0.99  % (7613)------------------------------
% 1.12/0.99  % (7613)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.12/0.99  % (7613)Termination reason: Unknown
% 1.12/0.99  % (7613)Termination phase: Saturation
% 1.12/0.99  
% 1.12/0.99  % (7613)Memory used [KB]: 2019
% 1.12/0.99  % (7613)Time elapsed: 0.054 s
% 1.12/0.99  % (7613)Instructions burned: 94 (million)
% 1.12/0.99  % (7613)------------------------------
% 1.12/0.99  % (7613)------------------------------
% 1.12/1.00  % (7618)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 theBenchmark for (2993ds/53Mi)
% 1.12/1.00  % (7611)Instruction limit reached!
% 1.12/1.00  % (7611)------------------------------
% 1.12/1.00  % (7611)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.12/1.00  % (7611)Termination reason: Unknown
% 1.12/1.00  % (7611)Termination phase: Saturation
% 1.12/1.00  
% 1.12/1.00  % (7611)Memory used [KB]: 2109
% 1.12/1.00  % (7611)Time elapsed: 0.066 s
% 1.12/1.00  % (7611)Instructions burned: 118 (million)
% 1.12/1.00  % (7611)------------------------------
% 1.12/1.00  % (7611)------------------------------
% 1.12/1.00  % (7619)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 theBenchmark for (2993ds/46Mi)
% 1.12/1.00  % (7617)Instruction limit reached!
% 1.12/1.00  % (7617)------------------------------
% 1.12/1.00  % (7617)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.12/1.00  % (7617)Termination reason: Unknown
% 1.12/1.00  % (7617)Termination phase: Saturation
% 1.12/1.00  
% 1.12/1.00  % (7617)Memory used [KB]: 1899
% 1.12/1.00  % (7617)Time elapsed: 0.051 s
% 1.12/1.00  % (7617)Instructions burned: 56 (million)
% 1.12/1.00  % (7617)------------------------------
% 1.12/1.00  % (7617)------------------------------
% 1.12/1.01  % (7620)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 theBenchmark for (2993ds/102Mi)
% 1.12/1.01  % (7612)Instruction limit reached!
% 1.12/1.01  % (7612)------------------------------
% 1.12/1.01  % (7612)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.12/1.01  % (7612)Termination reason: Unknown
% 1.12/1.01  % (7612)Termination phase: Saturation
% 1.12/1.01  
% 1.12/1.01  % (7612)Memory used [KB]: 2041
% 1.12/1.01  % (7612)Time elapsed: 0.075 s
% 1.12/1.01  % (7612)Instructions burned: 144 (million)
% 1.12/1.01  % (7612)------------------------------
% 1.12/1.01  % (7612)------------------------------
% 1.12/1.01  % (7606)Instruction limit reached!
% 1.12/1.01  % (7606)------------------------------
% 1.12/1.01  % (7606)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.12/1.01  % (7606)Termination reason: Unknown
% 1.12/1.01  % (7606)Termination phase: Saturation
% 1.12/1.01  
% 1.12/1.01  % (7606)Memory used [KB]: 2555
% 1.12/1.01  % (7606)Time elapsed: 0.103 s
% 1.12/1.01  % (7606)Instructions burned: 209 (million)
% 1.12/1.01  % (7606)------------------------------
% 1.12/1.01  % (7606)------------------------------
% 1.12/1.01  % (7621)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 theBenchmark for (2993ds/35Mi)
% 1.12/1.01  % (7622)dis+1003_1:1024_sil=4000:urr=on:newcnf=on:i=87:av=off:fsr=off:bce=on_0 on theBenchmark for (2993ds/87Mi)
% 1.12/1.03  % (7618)Instruction limit reached!
% 1.12/1.03  % (7618)------------------------------
% 1.12/1.03  % (7618)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.12/1.03  % (7618)Termination reason: Unknown
% 1.12/1.03  % (7618)Termination phase: Saturation
% 1.12/1.03  
% 1.12/1.03  % (7618)Memory used [KB]: 1772
% 1.12/1.03  % (7618)Time elapsed: 0.030 s
% 1.12/1.03  % (7618)Instructions burned: 53 (million)
% 1.12/1.03  % (7618)------------------------------
% 1.12/1.03  % (7618)------------------------------
% 1.12/1.03  % (7619)Instruction limit reached!
% 1.12/1.03  % (7619)------------------------------
% 1.12/1.03  % (7619)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.12/1.03  % (7619)Termination reason: Unknown
% 1.12/1.03  % (7619)Termination phase: Saturation
% 1.12/1.03  
% 1.12/1.03  % (7619)Memory used [KB]: 1680
% 1.12/1.03  % (7619)Time elapsed: 0.026 s
% 1.12/1.03  % (7619)Instructions burned: 46 (million)
% 1.12/1.03  % (7619)------------------------------
% 1.12/1.03  % (7619)------------------------------
% 1.12/1.03  % (7623)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 theBenchmark for (2993ds/109Mi)
% 1.12/1.03  % (7624)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 theBenchmark for (2993ds/161Mi)
% 1.12/1.03  % (7621)Instruction limit reached!
% 1.12/1.03  % (7621)------------------------------
% 1.12/1.03  % (7621)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.12/1.03  % (7621)Termination reason: Unknown
% 1.12/1.03  % (7621)Termination phase: Saturation
% 1.12/1.03  
% 1.12/1.03  % (7621)Memory used [KB]: 1631
% 1.12/1.03  % (7621)Time elapsed: 0.021 s
% 1.12/1.03  % (7621)Instructions burned: 36 (million)
% 1.12/1.03  % (7621)------------------------------
% 1.12/1.03  % (7621)------------------------------
% 1.52/1.04  % (7625)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 theBenchmark for (2993ds/69Mi)
% 1.52/1.06  % (7622)Instruction limit reached!
% 1.52/1.06  % (7622)------------------------------
% 1.52/1.06  % (7622)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.52/1.06  % (7622)Termination reason: Unknown
% 1.52/1.06  % (7622)Termination phase: Saturation
% 1.52/1.06  
% 1.52/1.06  % (7622)Memory used [KB]: 2145
% 1.52/1.06  % (7622)Time elapsed: 0.048 s
% 1.52/1.06  % (7622)Instructions burned: 87 (million)
% 1.52/1.06  % (7622)------------------------------
% 1.52/1.06  % (7622)------------------------------
% 1.52/1.06  % (7626)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 theBenchmark for (2992ds/40Mi)
% 1.52/1.06  % (7620)Instruction limit reached!
% 1.52/1.06  % (7620)------------------------------
% 1.52/1.06  % (7620)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.52/1.06  % (7620)Termination reason: Unknown
% 1.52/1.06  % (7620)Termination phase: Saturation
% 1.52/1.06  
% 1.52/1.06  % (7620)Memory used [KB]: 2189
% 1.52/1.06  % (7620)Time elapsed: 0.059 s
% 1.52/1.06  % (7620)Instructions burned: 103 (million)
% 1.52/1.06  % (7620)------------------------------
% 1.52/1.06  % (7620)------------------------------
% 1.52/1.07  % (7610)Instruction limit reached!
% 1.52/1.07  % (7610)------------------------------
% 1.52/1.07  % (7610)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.52/1.07  % (7610)Termination reason: Unknown
% 1.52/1.07  % (7610)Termination phase: Saturation
% 1.52/1.07  
% 1.52/1.07  % (7610)Memory used [KB]: 2658
% 1.52/1.07  % (7610)Time elapsed: 0.137 s
% 1.52/1.07  % (7610)Instructions burned: 243 (million)
% 1.52/1.07  % (7610)------------------------------
% 1.52/1.07  % (7610)------------------------------
% 1.52/1.07  % (7627)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 theBenchmark for (2992ds/360Mi)
% 1.52/1.07  % (7628)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 theBenchmark for (2992ds/161Mi)
% 2.09/1.07  % (7625)Instruction limit reached!
% 2.09/1.07  % (7625)------------------------------
% 2.09/1.07  % (7625)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.09/1.07  % (7625)Termination reason: Unknown
% 2.09/1.07  % (7625)Termination phase: Saturation
% 2.09/1.07  
% 2.09/1.07  % (7625)Memory used [KB]: 1891
% 2.09/1.07  % (7625)Time elapsed: 0.041 s
% 2.09/1.07  % (7625)Instructions burned: 69 (million)
% 2.09/1.07  % (7625)------------------------------
% 2.09/1.07  % (7625)------------------------------
% 2.09/1.08  % (7629)lrs+1011_1:20_sil=4000:tgt=ground:i=80:sd=1:bd=off:nm=32:av=off:ss=axioms:lsd=60_0 on theBenchmark for (2992ds/80Mi)
% 2.09/1.09  % (7626)Instruction limit reached!
% 2.09/1.09  % (7626)------------------------------
% 2.09/1.09  % (7626)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.09/1.09  % (7626)Termination reason: Unknown
% 2.09/1.09  % (7626)Termination phase: Saturation
% 2.09/1.09  
% 2.09/1.09  % (7626)Memory used [KB]: 1757
% 2.09/1.09  % (7626)Time elapsed: 0.025 s
% 2.09/1.09  % (7626)Instructions burned: 41 (million)
% 2.09/1.09  % (7626)------------------------------
% 2.09/1.09  % (7626)------------------------------
% 2.09/1.09  % (7623)Instruction limit reached!
% 2.09/1.09  % (7623)------------------------------
% 2.09/1.09  % (7623)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.09/1.09  % (7623)Termination reason: Unknown
% 2.09/1.09  % (7623)Termination phase: Saturation
% 2.09/1.09  
% 2.09/1.09  % (7623)Memory used [KB]: 2261
% 2.09/1.09  % (7623)Time elapsed: 0.060 s
% 2.09/1.09  % (7623)Instructions burned: 110 (million)
% 2.09/1.09  % (7623)------------------------------
% 2.09/1.09  % (7623)------------------------------
% 2.09/1.09  % (7630)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 theBenchmark for (2992ds/37Mi)
% 2.09/1.09  % (7631)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 theBenchmark for (2992ds/55Mi)
% 2.09/1.11  % (7630)Instruction limit reached!
% 2.09/1.11  % (7630)------------------------------
% 2.09/1.11  % (7630)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.09/1.11  % (7630)Termination reason: Unknown
% 2.09/1.11  % (7630)Termination phase: Saturation
% 2.09/1.11  
% 2.09/1.11  % (7630)Memory used [KB]: 1557
% 2.09/1.11  % (7630)Time elapsed: 0.021 s
% 2.09/1.11  % (7630)Instructions burned: 37 (million)
% 2.09/1.11  % (7630)------------------------------
% 2.09/1.11  % (7630)------------------------------
% 2.09/1.11  % (7632)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 theBenchmark for (2992ds/47Mi)
% 2.09/1.12  % (7631)Instruction limit reached!
% 2.09/1.12  % (7631)------------------------------
% 2.09/1.12  % (7631)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.09/1.12  % (7631)Termination reason: Unknown
% 2.09/1.12  % (7631)Termination phase: Saturation
% 2.09/1.12  
% 2.09/1.12  % (7631)Memory used [KB]: 1702
% 2.09/1.12  % (7631)Time elapsed: 0.033 s
% 2.09/1.12  % (7631)Instructions burned: 56 (million)
% 2.09/1.12  % (7631)------------------------------
% 2.09/1.12  % (7631)------------------------------
% 2.09/1.12  % (7629)Instruction limit reached!
% 2.09/1.12  % (7629)------------------------------
% 2.09/1.12  % (7629)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.09/1.12  % (7629)Termination reason: Unknown
% 2.09/1.12  % (7629)Termination phase: Saturation
% 2.09/1.12  
% 2.09/1.12  % (7629)Memory used [KB]: 1833
% 2.09/1.12  % (7629)Time elapsed: 0.047 s
% 2.09/1.12  % (7629)Instructions burned: 80 (million)
% 2.09/1.12  % (7629)------------------------------
% 2.09/1.12  % (7629)------------------------------
% 2.09/1.13  % (7633)lrs+10_1:1024_sil=2000:st=2.0:i=32:sd=2:ss=included:ep=R_0 on theBenchmark for (2992ds/32Mi)
% 2.09/1.13  % (7624)Instruction limit reached!
% 2.09/1.13  % (7624)------------------------------
% 2.09/1.13  % (7624)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.09/1.13  % (7624)Termination reason: Unknown
% 2.09/1.13  % (7624)Termination phase: Saturation
% 2.09/1.13  
% 2.09/1.13  % (7624)Memory used [KB]: 1972
% 2.09/1.13  % (7624)Time elapsed: 0.084 s
% 2.09/1.13  % (7624)Instructions burned: 161 (million)
% 2.09/1.13  % (7624)------------------------------
% 2.09/1.13  % (7624)------------------------------
% 2.09/1.13  % (7634)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 theBenchmark for (2992ds/132Mi)
% 2.09/1.13  % (7635)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 theBenchmark for (2992ds/54Mi)
% 2.49/1.14  % (7632)Instruction limit reached!
% 2.49/1.14  % (7632)------------------------------
% 2.49/1.14  % (7632)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.49/1.14  % (7632)Termination reason: Unknown
% 2.49/1.14  % (7632)Termination phase: Saturation
% 2.49/1.14  
% 2.49/1.14  % (7632)Memory used [KB]: 1753
% 2.49/1.14  % (7632)Time elapsed: 0.028 s
% 2.49/1.14  % (7632)Instructions burned: 47 (million)
% 2.49/1.14  % (7632)------------------------------
% 2.49/1.14  % (7632)------------------------------
% 2.49/1.14  % (7633)Instruction limit reached!
% 2.49/1.14  % (7633)------------------------------
% 2.49/1.14  % (7633)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.49/1.14  % (7633)Termination reason: Unknown
% 2.49/1.14  % (7633)Termination phase: Saturation
% 2.49/1.14  
% 2.49/1.14  % (7633)Memory used [KB]: 1491
% 2.49/1.14  % (7633)Time elapsed: 0.018 s
% 2.49/1.14  % (7633)Instructions burned: 33 (million)
% 2.49/1.14  % (7633)------------------------------
% 2.49/1.14  % (7633)------------------------------
% 2.49/1.14  % (7636)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 theBenchmark for (2992ds/82Mi)
% 2.49/1.14  % (7638)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 theBenchmark for (2992ds/119Mi)
% 2.49/1.16  % (7628)Instruction limit reached!
% 2.49/1.16  % (7628)------------------------------
% 2.49/1.16  % (7628)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.49/1.16  % (7628)Termination reason: Unknown
% 2.49/1.16  % (7628)Termination phase: Saturation
% 2.49/1.16  
% 2.49/1.16  % (7628)Memory used [KB]: 2070
% 2.49/1.16  % (7628)Time elapsed: 0.087 s
% 2.49/1.16  % (7628)Instructions burned: 162 (million)
% 2.49/1.16  % (7628)------------------------------
% 2.49/1.16  % (7628)------------------------------
% 2.49/1.16  % (7635)Instruction limit reached!
% 2.49/1.16  % (7635)------------------------------
% 2.49/1.16  % (7635)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.49/1.16  % (7635)Termination reason: Unknown
% 2.49/1.16  % (7635)Termination phase: Saturation
% 2.49/1.16  
% 2.49/1.16  % (7635)Memory used [KB]: 1618
% 2.49/1.16  % (7635)Time elapsed: 0.029 s
% 2.49/1.16  % (7635)Instructions burned: 54 (million)
% 2.49/1.16  % (7635)------------------------------
% 2.49/1.16  % (7635)------------------------------
% 2.49/1.16  % (7639)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 theBenchmark for (2992ds/177Mi)
% 2.49/1.16  % (7640)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 theBenchmark for (2992ds/117Mi)
% 2.49/1.18  % (7608)Instruction limit reached!
% 2.49/1.18  % (7608)------------------------------
% 2.49/1.18  % (7608)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.49/1.18  % (7608)Termination reason: Unknown
% 2.49/1.18  % (7608)Termination phase: Saturation
% 2.49/1.18  
% 2.49/1.18  % (7608)Memory used [KB]: 3499
% 2.49/1.18  % (7608)Time elapsed: 0.260 s
% 2.49/1.18  % (7608)Instructions burned: 519 (million)
% 2.49/1.18  % (7608)------------------------------
% 2.49/1.18  % (7608)------------------------------
% 2.76/1.18  % (7641)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 theBenchmark for (2991ds/49Mi)
% 2.76/1.18  % (7636)Instruction limit reached!
% 2.76/1.18  % (7636)------------------------------
% 2.76/1.18  % (7636)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.76/1.18  % (7636)Termination reason: Unknown
% 2.76/1.18  % (7636)Termination phase: Saturation
% 2.76/1.18  
% 2.76/1.18  % (7636)Memory used [KB]: 2096
% 2.76/1.18  % (7636)Time elapsed: 0.044 s
% 2.76/1.18  % (7636)Instructions burned: 82 (million)
% 2.76/1.18  % (7636)------------------------------
% 2.76/1.18  % (7636)------------------------------
% 2.76/1.19  % (7642)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 theBenchmark for (2991ds/51Mi)
% 2.76/1.20  % (7634)Instruction limit reached!
% 2.76/1.20  % (7634)------------------------------
% 2.76/1.20  % (7634)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.76/1.20  % (7634)Termination reason: Unknown
% 2.76/1.20  % (7634)Termination phase: Saturation
% 2.76/1.20  
% 2.76/1.20  % (7634)Memory used [KB]: 1996
% 2.76/1.20  % (7634)Time elapsed: 0.072 s
% 2.76/1.20  % (7634)Instructions burned: 133 (million)
% 2.76/1.20  % (7634)------------------------------
% 2.76/1.20  % (7634)------------------------------
% 2.76/1.20  % (7643)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 theBenchmark for (2991ds/149Mi)
% 2.76/1.21  % (7638)Instruction limit reached!
% 2.76/1.21  % (7638)------------------------------
% 2.76/1.21  % (7638)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.76/1.21  % (7638)Termination reason: Unknown
% 2.76/1.21  % (7638)Termination phase: Saturation
% 2.76/1.21  
% 2.76/1.21  % (7638)Memory used [KB]: 1897
% 2.76/1.21  % (7638)Time elapsed: 0.063 s
% 2.76/1.21  % (7638)Instructions burned: 119 (million)
% 2.76/1.21  % (7638)------------------------------
% 2.76/1.21  % (7638)------------------------------
% 2.76/1.21  % (7641)Instruction limit reached!
% 2.76/1.21  % (7641)------------------------------
% 2.76/1.21  % (7641)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.76/1.21  % (7641)Termination reason: Unknown
% 2.76/1.21  % (7641)Termination phase: Saturation
% 2.76/1.21  
% 2.76/1.21  % (7641)Memory used [KB]: 1578
% 2.76/1.21  % (7641)Time elapsed: 0.029 s
% 2.76/1.21  % (7641)Instructions burned: 49 (million)
% 2.76/1.21  % (7641)------------------------------
% 2.76/1.21  % (7641)------------------------------
% 2.76/1.21  % (7644)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 theBenchmark for (2991ds/56Mi)
% 2.76/1.21  % (7645)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 theBenchmark for (2991ds/289Mi)
% 2.76/1.22  % (7642)Instruction limit reached!
% 2.76/1.22  % (7642)------------------------------
% 2.76/1.22  % (7642)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.76/1.22  % (7642)Termination reason: Unknown
% 2.76/1.22  % (7642)Termination phase: Saturation
% 2.76/1.22  
% 2.76/1.22  % (7642)Memory used [KB]: 1832
% 2.76/1.22  % (7642)Time elapsed: 0.031 s
% 2.76/1.22  % (7642)Instructions burned: 52 (million)
% 2.76/1.22  % (7642)------------------------------
% 2.76/1.22  % (7642)------------------------------
% 2.76/1.22  % (7646)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 theBenchmark for (2991ds/206Mi)
% 2.76/1.23  % (7640)Instruction limit reached!
% 2.76/1.23  % (7640)------------------------------
% 2.76/1.23  % (7640)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 2.76/1.23  % (7640)Termination reason: Unknown
% 2.76/1.23  % (7640)Termination phase: Saturation
% 2.76/1.23  
% 2.76/1.23  % (7640)Memory used [KB]: 2389
% 2.76/1.23  % (7640)Time elapsed: 0.069 s
% 2.76/1.23  % (7640)Instructions burned: 117 (million)
% 2.76/1.23  % (7640)------------------------------
% 2.76/1.23  % (7640)------------------------------
% 2.76/1.23  % (7647)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 theBenchmark for (2991ds/50Mi)
% 3.12/1.24  % (7644)Instruction limit reached!
% 3.12/1.24  % (7644)------------------------------
% 3.12/1.24  % (7644)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.12/1.24  % (7644)Termination reason: Unknown
% 3.12/1.24  % (7644)Termination phase: Saturation
% 3.12/1.24  
% 3.12/1.24  % (7644)Memory used [KB]: 1706
% 3.12/1.24  % (7644)Time elapsed: 0.031 s
% 3.12/1.24  % (7644)Instructions burned: 56 (million)
% 3.12/1.24  % (7644)------------------------------
% 3.12/1.24  % (7644)------------------------------
% 3.12/1.24  % (7648)lrs+1011_1:1_to=lpo:drc=off:sil=2000:tgt=full:i=1483:fd=preordered_0 on theBenchmark for (2991ds/1483Mi)
% 3.12/1.25  % (7639)Instruction limit reached!
% 3.12/1.25  % (7639)------------------------------
% 3.12/1.25  % (7639)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.12/1.25  % (7639)Termination reason: Unknown
% 3.12/1.25  % (7639)Termination phase: Saturation
% 3.12/1.25  
% 3.12/1.25  % (7639)Memory used [KB]: 3277
% 3.12/1.25  % (7639)Time elapsed: 0.091 s
% 3.12/1.25  % (7639)Instructions burned: 178 (million)
% 3.12/1.25  % (7639)------------------------------
% 3.12/1.25  % (7639)------------------------------
% 3.12/1.25  % (7649)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 theBenchmark for (2991ds/67Mi)
% 3.26/1.26  % (7647)Instruction limit reached!
% 3.26/1.26  % (7647)------------------------------
% 3.26/1.26  % (7647)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.26/1.26  % (7647)Termination reason: Unknown
% 3.26/1.26  % (7647)Termination phase: Saturation
% 3.26/1.26  
% 3.26/1.26  % (7647)Memory used [KB]: 1752
% 3.26/1.26  % (7647)Time elapsed: 0.031 s
% 3.26/1.26  % (7647)Instructions burned: 51 (million)
% 3.26/1.26  % (7647)------------------------------
% 3.26/1.26  % (7647)------------------------------
% 3.26/1.26  % (7650)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 theBenchmark for (2991ds/67Mi)
% 3.26/1.27  % (7643)Instruction limit reached!
% 3.26/1.27  % (7643)------------------------------
% 3.26/1.27  % (7643)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.26/1.27  % (7643)Termination reason: Unknown
% 3.26/1.27  % (7643)Termination phase: Saturation
% 3.26/1.27  
% 3.26/1.27  % (7643)Memory used [KB]: 1689
% 3.26/1.27  % (7643)Time elapsed: 0.071 s
% 3.26/1.27  % (7643)Instructions burned: 150 (million)
% 3.26/1.27  % (7643)------------------------------
% 3.26/1.27  % (7643)------------------------------
% 3.26/1.27  % (7627)Instruction limit reached!
% 3.26/1.27  % (7627)------------------------------
% 3.26/1.27  % (7627)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.26/1.27  % (7627)Termination reason: Unknown
% 3.26/1.27  % (7627)Termination phase: Saturation
% 3.26/1.27  
% 3.26/1.27  % (7627)Memory used [KB]: 3334
% 3.26/1.27  % (7627)Time elapsed: 0.205 s
% 3.26/1.27  % (7627)Instructions burned: 360 (million)
% 3.26/1.27  % (7627)------------------------------
% 3.26/1.27  % (7627)------------------------------
% 3.26/1.27  % (7651)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 theBenchmark for (2991ds/52Mi)
% 3.26/1.27  % (7652)lrs+1010_1:1_to=lpo:sil=2000:plsq=on:plsqr=32,1:sos=on:i=366:sd=2:ss=axioms_0 on theBenchmark for (2991ds/366Mi)
% 3.26/1.29  % (7649)Instruction limit reached!
% 3.26/1.29  % (7649)------------------------------
% 3.26/1.29  % (7649)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.26/1.29  % (7649)Termination reason: Unknown
% 3.26/1.29  % (7649)Termination phase: Saturation
% 3.26/1.29  
% 3.26/1.29  % (7649)Memory used [KB]: 1603
% 3.26/1.29  % (7649)Time elapsed: 0.035 s
% 3.26/1.29  % (7649)Instructions burned: 67 (million)
% 3.26/1.29  % (7649)------------------------------
% 3.26/1.29  % (7649)------------------------------
% 3.26/1.29  % (7653)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 theBenchmark for (2990ds/863Mi)
% 3.26/1.30  % (7651)Instruction limit reached!
% 3.26/1.30  % (7651)------------------------------
% 3.26/1.30  % (7651)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.26/1.30  % (7651)Termination reason: Unknown
% 3.26/1.30  % (7651)Termination phase: Saturation
% 3.26/1.30  
% 3.26/1.30  % (7651)Memory used [KB]: 1610
% 3.26/1.30  % (7651)Time elapsed: 0.050 s
% 3.26/1.30  % (7651)Instructions burned: 52 (million)
% 3.26/1.30  % (7651)------------------------------
% 3.26/1.30  % (7651)------------------------------
% 3.26/1.30  % (7650)Instruction limit reached!
% 3.26/1.30  % (7650)------------------------------
% 3.26/1.30  % (7650)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.26/1.30  % (7650)Termination reason: Unknown
% 3.26/1.30  % (7650)Termination phase: Saturation
% 3.26/1.30  
% 3.26/1.30  % (7650)Memory used [KB]: 2162
% 3.26/1.30  % (7650)Time elapsed: 0.062 s
% 3.26/1.30  % (7650)Instructions burned: 68 (million)
% 3.26/1.30  % (7650)------------------------------
% 3.26/1.30  % (7650)------------------------------
% 3.26/1.30  % (7654)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 theBenchmark for (2990ds/163Mi)
% 3.26/1.31  % (7655)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 theBenchmark for (2990ds/77Mi)
% 3.74/1.33  % (7646)Instruction limit reached!
% 3.74/1.33  % (7646)------------------------------
% 3.74/1.33  % (7646)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.74/1.33  % (7646)Termination reason: Unknown
% 3.74/1.33  % (7646)Termination phase: Saturation
% 3.74/1.33  
% 3.74/1.33  % (7646)Memory used [KB]: 2494
% 3.74/1.33  % (7646)Time elapsed: 0.112 s
% 3.74/1.33  % (7646)Instructions burned: 207 (million)
% 3.74/1.33  % (7646)------------------------------
% 3.74/1.33  % (7646)------------------------------
% 3.74/1.33  % (7656)lrs-1010_1:8_sil=2000:sos=on:i=1548:sd=1:ins=3:ss=included_0 on theBenchmark for (2990ds/1548Mi)
% 3.74/1.34  % (7655)Instruction limit reached!
% 3.74/1.34  % (7655)------------------------------
% 3.74/1.34  % (7655)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.74/1.34  % (7655)Termination reason: Unknown
% 3.74/1.34  % (7655)Termination phase: Saturation
% 3.74/1.34  
% 3.74/1.34  % (7655)Memory used [KB]: 1695
% 3.74/1.34  % (7655)Time elapsed: 0.061 s
% 3.74/1.34  % (7655)Instructions burned: 77 (million)
% 3.74/1.34  % (7655)------------------------------
% 3.74/1.34  % (7655)------------------------------
% 3.74/1.35  % (7657)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 theBenchmark for (2990ds/76Mi)
% 3.94/1.36  % (7645)Instruction limit reached!
% 3.94/1.36  % (7645)------------------------------
% 3.94/1.36  % (7645)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.94/1.36  % (7645)Termination reason: Unknown
% 3.94/1.36  % (7645)Termination phase: Saturation
% 3.94/1.36  
% 3.94/1.36  % (7645)Memory used [KB]: 3765
% 3.94/1.36  % (7645)Time elapsed: 0.153 s
% 3.94/1.36  % (7645)Instructions burned: 289 (million)
% 3.94/1.36  % (7645)------------------------------
% 3.94/1.36  % (7645)------------------------------
% 3.94/1.37  % (7658)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 theBenchmark for (2990ds/1376Mi)
% 3.94/1.39  % (7657)Instruction limit reached!
% 3.94/1.39  % (7657)------------------------------
% 3.94/1.39  % (7657)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.94/1.39  % (7657)Termination reason: Unknown
% 3.94/1.39  % (7657)Termination phase: Saturation
% 3.94/1.39  
% 3.94/1.39  % (7657)Memory used [KB]: 1993
% 3.94/1.39  % (7657)Time elapsed: 0.066 s
% 3.94/1.39  % (7657)Instructions burned: 76 (million)
% 3.94/1.39  % (7657)------------------------------
% 3.94/1.39  % (7657)------------------------------
% 3.94/1.39  % (7659)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 theBenchmark for (2989ds/117Mi)
% 3.94/1.39  % (7654)Instruction limit reached!
% 3.94/1.39  % (7654)------------------------------
% 3.94/1.39  % (7654)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.94/1.39  % (7654)Termination reason: Unknown
% 3.94/1.39  % (7654)Termination phase: Saturation
% 3.94/1.39  
% 3.94/1.39  % (7654)Memory used [KB]: 2595
% 3.94/1.39  % (7654)Time elapsed: 0.114 s
% 3.94/1.39  % (7654)Instructions burned: 163 (million)
% 3.94/1.39  % (7654)------------------------------
% 3.94/1.39  % (7654)------------------------------
% 3.94/1.40  % (7660)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 theBenchmark for (2989ds/59Mi)
% 3.94/1.43  % (7660)Instruction limit reached!
% 3.94/1.43  % (7660)------------------------------
% 3.94/1.43  % (7660)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 3.94/1.43  % (7660)Termination reason: Unknown
% 3.94/1.43  % (7660)Termination phase: Saturation
% 3.94/1.43  
% 3.94/1.43  % (7660)Memory used [KB]: 1879
% 3.94/1.43  % (7660)Time elapsed: 0.036 s
% 3.94/1.43  % (7660)Instructions burned: 59 (million)
% 3.94/1.43  % (7660)------------------------------
% 3.94/1.43  % (7660)------------------------------
% 3.94/1.43  % (7661)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 theBenchmark for (2989ds/151Mi)
% 4.35/1.45  % (7659)Instruction limit reached!
% 4.35/1.45  % (7659)------------------------------
% 4.35/1.45  % (7659)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 4.35/1.45  % (7659)Termination reason: Unknown
% 4.35/1.45  % (7659)Termination phase: Saturation
% 4.35/1.45  
% 4.35/1.45  % (7659)Memory used [KB]: 3040
% 4.35/1.45  % (7659)Time elapsed: 0.058 s
% 4.35/1.45  % (7659)Instructions burned: 117 (million)
% 4.35/1.45  % (7659)------------------------------
% 4.35/1.45  % (7659)------------------------------
% 4.35/1.45  % (7662)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 theBenchmark for (2989ds/260Mi)
% 4.35/1.46  % (7652)Instruction limit reached!
% 4.35/1.46  % (7652)------------------------------
% 4.35/1.46  % (7652)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 4.35/1.46  % (7652)Termination reason: Unknown
% 4.35/1.46  % (7652)Termination phase: Saturation
% 4.35/1.46  
% 4.35/1.46  % (7652)Memory used [KB]: 2436
% 4.35/1.46  % (7652)Time elapsed: 0.205 s
% 4.35/1.46  % (7652)Instructions burned: 366 (million)
% 4.35/1.46  % (7652)------------------------------
% 4.35/1.46  % (7652)------------------------------
% 4.35/1.46  % (7663)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 theBenchmark for (2989ds/1797Mi)
% 4.63/1.52  % (7661)Instruction limit reached!
% 4.63/1.52  % (7661)------------------------------
% 4.63/1.52  % (7661)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 4.63/1.52  % (7661)Termination reason: Unknown
% 4.63/1.52  % (7661)Termination phase: Saturation
% 4.63/1.52  
% 4.63/1.52  % (7661)Memory used [KB]: 2440
% 4.63/1.52  % (7661)Time elapsed: 0.085 s
% 4.63/1.52  % (7661)Instructions burned: 151 (million)
% 4.63/1.52  % (7661)------------------------------
% 4.63/1.52  % (7661)------------------------------
% 4.63/1.52  % (7664)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 theBenchmark for (2988ds/200Mi)
% 4.79/1.59  % (7662)Instruction limit reached!
% 4.79/1.59  % (7662)------------------------------
% 4.79/1.59  % (7662)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 4.79/1.59  % (7662)Termination reason: Unknown
% 4.79/1.59  % (7662)Termination phase: Saturation
% 4.79/1.59  
% 4.79/1.59  % (7662)Memory used [KB]: 3247
% 4.79/1.59  % (7662)Time elapsed: 0.140 s
% 4.79/1.59  % (7662)Instructions burned: 260 (million)
% 4.79/1.59  % (7662)------------------------------
% 4.79/1.59  % (7662)------------------------------
% 4.79/1.59  % (7665)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 theBenchmark for (2987ds/356Mi)
% 6.52/1.64  % (7664)Instruction limit reached!
% 6.52/1.64  % (7664)------------------------------
% 6.52/1.64  % (7664)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 6.52/1.64  % (7664)Termination reason: Unknown
% 6.52/1.64  % (7664)Termination phase: Saturation
% 6.52/1.64  
% 6.52/1.64  % (7664)Memory used [KB]: 3153
% 6.52/1.64  % (7664)Time elapsed: 0.122 s
% 6.52/1.64  % (7664)Instructions burned: 201 (million)
% 6.52/1.64  % (7664)------------------------------
% 6.52/1.64  % (7664)------------------------------
% 6.52/1.65  % (7666)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 theBenchmark for (2987ds/75Mi)
% 6.88/1.69  % (7666)Instruction limit reached!
% 6.88/1.69  % (7666)------------------------------
% 6.88/1.69  % (7666)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 6.88/1.69  % (7666)Termination reason: Unknown
% 6.88/1.69  % (7666)Termination phase: Saturation
% 6.88/1.69  
% 6.88/1.69  % (7666)Memory used [KB]: 1641
% 6.88/1.69  % (7666)Time elapsed: 0.045 s
% 6.88/1.69  % (7666)Instructions burned: 75 (million)
% 6.88/1.69  % (7666)------------------------------
% 6.88/1.69  % (7666)------------------------------
% 6.88/1.69  % (7667)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 theBenchmark for (2986ds/578Mi)
% 6.88/1.72  % (7653)Instruction limit reached!
% 6.88/1.72  % (7653)------------------------------
% 6.88/1.72  % (7653)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 6.88/1.72  % (7653)Termination reason: Unknown
% 6.88/1.72  % (7653)Termination phase: Saturation
% 6.88/1.72  
% 6.88/1.72  % (7653)Memory used [KB]: 6396
% 6.88/1.72  % (7653)Time elapsed: 0.450 s
% 6.88/1.72  % (7653)Instructions burned: 863 (million)
% 6.88/1.72  % (7653)------------------------------
% 6.88/1.72  % (7653)------------------------------
% 6.88/1.72  % (7668)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 theBenchmark for (2986ds/251Mi)
% 7.51/1.77  % (7665)Instruction limit reached!
% 7.51/1.77  % (7665)------------------------------
% 7.51/1.77  % (7665)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 7.51/1.77  % (7665)Termination reason: Unknown
% 7.51/1.77  % (7665)Termination phase: Saturation
% 7.51/1.77  
% 7.51/1.77  % (7665)Memory used [KB]: 3540
% 7.51/1.77  % (7665)Time elapsed: 0.171 s
% 7.51/1.77  % (7665)Instructions burned: 357 (million)
% 7.51/1.77  % (7665)------------------------------
% 7.51/1.77  % (7665)------------------------------
% 7.51/1.78  % (7669)dis+1010_1:1_sil=2000:tgt=full:rp=on:gs=on:nwc=5.0:i=93:abs=on:sos=on_0 on theBenchmark for (2985ds/93Mi)
% 7.88/1.83  % (7669)Instruction limit reached!
% 7.88/1.83  % (7669)------------------------------
% 7.88/1.83  % (7669)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 7.88/1.83  % (7669)Termination reason: Unknown
% 7.88/1.83  % (7669)Termination phase: Saturation
% 7.88/1.83  
% 7.88/1.83  % (7669)Memory used [KB]: 2192
% 7.88/1.83  % (7669)Time elapsed: 0.057 s
% 7.88/1.83  % (7669)Instructions burned: 93 (million)
% 7.88/1.83  % (7669)------------------------------
% 7.88/1.83  % (7669)------------------------------
% 7.88/1.84  % (7670)lrs+1010_1:8_sil=4000:sos=on:urr=on:rnwc=on:nwc=10.0:i=37:sup=off:kws=frequency_0 on theBenchmark for (2985ds/37Mi)
% 7.88/1.85  % (7668)Instruction limit reached!
% 7.88/1.85  % (7668)------------------------------
% 7.88/1.85  % (7668)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 7.88/1.85  % (7668)Termination reason: Unknown
% 7.88/1.85  % (7668)Termination phase: Saturation
% 7.88/1.85  
% 7.88/1.85  % (7668)Memory used [KB]: 2559
% 7.88/1.85  % (7668)Time elapsed: 0.128 s
% 7.88/1.85  % (7668)Instructions burned: 251 (million)
% 7.88/1.85  % (7668)------------------------------
% 7.88/1.85  % (7668)------------------------------
% 7.88/1.85  % (7671)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 theBenchmark for (2985ds/132Mi)
% 7.88/1.86  % (7670)Instruction limit reached!
% 7.88/1.86  % (7670)------------------------------
% 7.88/1.86  % (7670)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 7.88/1.86  % (7670)Termination reason: Unknown
% 7.88/1.86  % (7670)Termination phase: Saturation
% 7.88/1.86  
% 7.88/1.86  % (7670)Memory used [KB]: 1680
% 7.88/1.86  % (7670)Time elapsed: 0.021 s
% 7.88/1.86  % (7670)Instructions burned: 38 (million)
% 7.88/1.86  % (7670)------------------------------
% 7.88/1.86  % (7670)------------------------------
% 7.88/1.86  % (7672)dis+1011_1:1024_drc=off:sil=2000:urr=ec_only:br=off:sac=on:i=209:fsr=off_0 on theBenchmark for (2985ds/209Mi)
% 8.49/1.92  % (7671)Instruction limit reached!
% 8.49/1.92  % (7671)------------------------------
% 8.49/1.92  % (7671)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.49/1.92  % (7671)Termination reason: Unknown
% 8.49/1.92  % (7671)Termination phase: Saturation
% 8.49/1.92  
% 8.49/1.92  % (7671)Memory used [KB]: 2551
% 8.49/1.92  % (7671)Time elapsed: 0.070 s
% 8.49/1.92  % (7671)Instructions burned: 133 (million)
% 8.49/1.92  % (7671)------------------------------
% 8.49/1.92  % (7671)------------------------------
% 8.49/1.92  % (7673)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 theBenchmark for (2984ds/100Mi)
% 8.49/1.96  % (7672)Instruction limit reached!
% 8.49/1.96  % (7672)------------------------------
% 8.49/1.96  % (7672)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.49/1.96  % (7672)Termination reason: Unknown
% 8.49/1.96  % (7672)Termination phase: Saturation
% 8.49/1.96  
% 8.49/1.96  % (7672)Memory used [KB]: 2458
% 8.49/1.96  % (7672)Time elapsed: 0.104 s
% 8.49/1.96  % (7672)Instructions burned: 209 (million)
% 8.49/1.96  % (7672)------------------------------
% 8.49/1.96  % (7672)------------------------------
% 8.49/1.97  % (7674)dis+10_1:1_sil=2000:nwc=5.0:s2agt=32:s2a=on:i=54:nm=4:alpa=true_0 on theBenchmark for (2984ds/54Mi)
% 8.49/1.97  % (7667)Instruction limit reached!
% 8.49/1.97  % (7667)------------------------------
% 8.49/1.97  % (7667)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.49/1.97  % (7667)Termination reason: Unknown
% 8.49/1.97  % (7667)Termination phase: Saturation
% 8.49/1.97  
% 8.49/1.97  % (7667)Memory used [KB]: 5099
% 8.49/1.97  % (7667)Time elapsed: 0.275 s
% 8.49/1.97  % (7667)Instructions burned: 578 (million)
% 8.49/1.97  % (7667)------------------------------
% 8.49/1.97  % (7667)------------------------------
% 8.49/1.97  % (7675)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 theBenchmark for (2984ds/62Mi)
% 8.49/1.97  % (7616)Instruction limit reached!
% 8.49/1.97  % (7616)------------------------------
% 8.49/1.97  % (7616)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.49/1.97  % (7616)Termination reason: Unknown
% 8.49/1.97  % (7616)Termination phase: Saturation
% 8.49/1.97  
% 8.49/1.97  % (7616)Memory used [KB]: 9828
% 8.49/1.98  % (7616)Time elapsed: 1.031 s
% 8.49/1.98  % (7616)Instructions burned: 1920 (million)
% 8.49/1.98  % (7616)------------------------------
% 8.49/1.98  % (7616)------------------------------
% 8.49/1.98  % (7673)Instruction limit reached!
% 8.49/1.98  % (7673)------------------------------
% 8.49/1.98  % (7673)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 8.49/1.98  % (7673)Termination reason: Unknown
% 8.49/1.98  % (7673)Termination phase: Saturation
% 8.49/1.98  
% 8.49/1.98  % (7673)Memory used [KB]: 2374
% 8.49/1.98  % (7673)Time elapsed: 0.055 s
% 8.49/1.98  % (7673)Instructions burned: 101 (million)
% 8.49/1.98  % (7673)------------------------------
% 8.49/1.98  % (7673)------------------------------
% 9.25/1.98  % (7676)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 theBenchmark for (2983ds/2265Mi)
% 9.25/1.98  % (7677)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 theBenchmark for (2983ds/91Mi)
% 9.25/1.98  % (7675)Refutation not found, incomplete strategy% (7675)------------------------------
% 9.25/1.98  % (7675)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.25/1.98  % (7675)Termination reason: Refutation not found, incomplete strategy
% 9.25/1.98  
% 9.25/1.98  % (7675)Memory used [KB]: 1340
% 9.25/1.98  % (7675)Time elapsed: 0.012 s
% 9.25/1.98  % (7675)Instructions burned: 22 (million)
% 9.25/1.98  % (7675)------------------------------
% 9.25/1.98  % (7675)------------------------------
% 9.25/1.98  % (7678)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 theBenchmark for (2983ds/83Mi)
% 9.25/1.99  % (7674)Instruction limit reached!
% 9.25/1.99  % (7674)------------------------------
% 9.25/1.99  % (7674)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.25/1.99  % (7674)Termination reason: Unknown
% 9.25/1.99  % (7674)Termination phase: Saturation
% 9.25/1.99  
% 9.25/1.99  % (7674)Memory used [KB]: 1660
% 9.25/1.99  % (7674)Time elapsed: 0.052 s
% 9.25/1.99  % (7674)Instructions burned: 54 (million)
% 9.25/1.99  % (7674)------------------------------
% 9.25/1.99  % (7674)------------------------------
% 9.25/2.00  % (7679)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 theBenchmark for (2983ds/123Mi)
% 9.25/2.03  % (7678)Instruction limit reached!
% 9.25/2.03  % (7678)------------------------------
% 9.25/2.03  % (7678)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.25/2.03  % (7678)Termination reason: Unknown
% 9.25/2.03  % (7678)Termination phase: Saturation
% 9.25/2.03  
% 9.25/2.03  % (7678)Memory used [KB]: 2357
% 9.25/2.03  % (7678)Time elapsed: 0.066 s
% 9.25/2.03  % (7678)Instructions burned: 84 (million)
% 9.25/2.03  % (7678)------------------------------
% 9.25/2.03  % (7678)------------------------------
% 9.25/2.03  % (7680)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 theBenchmark for (2983ds/84Mi)
% 9.25/2.03  % (7677)Instruction limit reached!
% 9.25/2.03  % (7677)------------------------------
% 9.25/2.03  % (7677)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.25/2.03  % (7677)Termination reason: Unknown
% 9.25/2.03  % (7677)Termination phase: Saturation
% 9.25/2.03  
% 9.25/2.03  % (7677)Memory used [KB]: 2097
% 9.25/2.03  % (7677)Time elapsed: 0.075 s
% 9.25/2.03  % (7677)Instructions burned: 91 (million)
% 9.25/2.03  % (7677)------------------------------
% 9.25/2.03  % (7677)------------------------------
% 9.25/2.04  % (7681)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 theBenchmark for (2983ds/85Mi)
% 9.25/2.04  % (7648)Instruction limit reached!
% 9.25/2.04  % (7648)------------------------------
% 9.25/2.04  % (7648)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.25/2.04  % (7648)Termination reason: Unknown
% 9.25/2.04  % (7648)Termination phase: Saturation
% 9.25/2.04  
% 9.25/2.04  % (7648)Memory used [KB]: 6933
% 9.25/2.04  % (7648)Time elapsed: 0.803 s
% 9.25/2.04  % (7648)Instructions burned: 1483 (million)
% 9.25/2.04  % (7648)------------------------------
% 9.25/2.04  % (7648)------------------------------
% 9.25/2.04  % (7658)Instruction limit reached!
% 9.25/2.04  % (7658)------------------------------
% 9.25/2.04  % (7658)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.25/2.04  % (7658)Termination reason: Unknown
% 9.25/2.04  % (7658)Termination phase: Saturation
% 9.25/2.04  
% 9.25/2.04  % (7658)Memory used [KB]: 8667
% 9.25/2.04  % (7658)Time elapsed: 0.706 s
% 9.25/2.04  % (7658)Instructions burned: 1376 (million)
% 9.25/2.04  % (7658)------------------------------
% 9.25/2.04  % (7658)------------------------------
% 9.25/2.05  % (7682)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 theBenchmark for (2983ds/259Mi)
% 9.25/2.05  % (7683)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 theBenchmark for (2983ds/106Mi)
% 9.79/2.06  % (7679)Instruction limit reached!
% 9.79/2.06  % (7679)------------------------------
% 9.79/2.06  % (7679)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.79/2.06  % (7679)Termination reason: Unknown
% 9.79/2.06  % (7679)Termination phase: Saturation
% 9.79/2.06  
% 9.79/2.06  % (7679)Memory used [KB]: 2407
% 9.79/2.06  % (7679)Time elapsed: 0.067 s
% 9.79/2.06  % (7679)Instructions burned: 124 (million)
% 9.79/2.06  % (7679)------------------------------
% 9.79/2.06  % (7679)------------------------------
% 9.79/2.07  % (7684)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 theBenchmark for (2982ds/278Mi)
% 9.79/2.07  % (7680)Instruction limit reached!
% 9.79/2.07  % (7680)------------------------------
% 9.79/2.07  % (7680)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.79/2.07  % (7680)Termination reason: Unknown
% 9.79/2.07  % (7680)Termination phase: Saturation
% 9.79/2.07  
% 9.79/2.07  % (7680)Memory used [KB]: 1808
% 9.79/2.07  % (7680)Time elapsed: 0.043 s
% 9.79/2.07  % (7680)Instructions burned: 86 (million)
% 9.79/2.07  % (7680)------------------------------
% 9.79/2.07  % (7680)------------------------------
% 9.79/2.07  % (7685)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 theBenchmark for (2982ds/151Mi)
% 9.95/2.08  % (7681)Instruction limit reached!
% 9.95/2.08  % (7681)------------------------------
% 9.95/2.08  % (7681)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.95/2.08  % (7681)Termination reason: Unknown
% 9.95/2.08  % (7681)Termination phase: Saturation
% 9.95/2.08  
% 9.95/2.08  % (7681)Memory used [KB]: 2113
% 9.95/2.08  % (7681)Time elapsed: 0.049 s
% 9.95/2.08  % (7681)Instructions burned: 86 (million)
% 9.95/2.08  % (7681)------------------------------
% 9.95/2.08  % (7681)------------------------------
% 9.95/2.09  % (7687)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 theBenchmark for (2982ds/97Mi)
% 9.95/2.10  % (7683)Instruction limit reached!
% 9.95/2.10  % (7683)------------------------------
% 9.95/2.10  % (7683)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 9.95/2.10  % (7683)Termination reason: Unknown
% 9.95/2.10  % (7683)Termination phase: Saturation
% 9.95/2.10  
% 9.95/2.10  % (7683)Memory used [KB]: 1729
% 9.95/2.10  % (7683)Time elapsed: 0.056 s
% 9.95/2.10  % (7683)Instructions burned: 106 (million)
% 9.95/2.10  % (7683)------------------------------
% 9.95/2.10  % (7683)------------------------------
% 9.95/2.11  % (7688)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 theBenchmark for (2982ds/464Mi)
% 10.13/2.13  % (7687)Instruction limit reached!
% 10.13/2.13  % (7687)------------------------------
% 10.13/2.13  % (7687)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 10.13/2.13  % (7687)Termination reason: Unknown
% 10.13/2.13  % (7687)Termination phase: Saturation
% 10.13/2.13  
% 10.13/2.13  % (7687)Memory used [KB]: 1663
% 10.13/2.13  % (7687)Time elapsed: 0.048 s
% 10.13/2.13  % (7687)Instructions burned: 97 (million)
% 10.13/2.13  % (7687)------------------------------
% 10.13/2.13  % (7687)------------------------------
% 10.13/2.15  % (7656)Instruction limit reached!
% 10.13/2.15  % (7656)------------------------------
% 10.13/2.15  % (7656)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 10.13/2.15  % (7656)Termination reason: Unknown
% 10.13/2.15  % (7656)Termination phase: Saturation
% 10.13/2.15  
% 10.13/2.15  % (7656)Memory used [KB]: 5479
% 10.13/2.15  % (7656)Time elapsed: 0.837 s
% 10.13/2.15  % (7656)Instructions burned: 1549 (million)
% 10.13/2.15  % (7656)------------------------------
% 10.13/2.15  % (7656)------------------------------
% 10.63/2.15  % (7689)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 theBenchmark for (2982ds/79Mi)
% 10.63/2.15  % (7690)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 theBenchmark for (2982ds/1993Mi)
% 10.63/2.15  % (7685)Instruction limit reached!
% 10.63/2.15  % (7685)------------------------------
% 10.63/2.15  % (7685)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 10.63/2.15  % (7685)Termination reason: Unknown
% 10.63/2.15  % (7685)Termination phase: Saturation
% 10.63/2.15  
% 10.63/2.15  % (7685)Memory used [KB]: 2163
% 10.63/2.15  % (7685)Time elapsed: 0.082 s
% 10.63/2.15  % (7685)Instructions burned: 151 (million)
% 10.63/2.15  % (7685)------------------------------
% 10.63/2.15  % (7685)------------------------------
% 10.63/2.16  % (7691)lrs+1011_1:1_sil=64000:i=101:sd=2:ep=R:ss=axioms_0 on theBenchmark for (2982ds/101Mi)
% 10.63/2.17  % (7682)Instruction limit reached!
% 10.63/2.17  % (7682)------------------------------
% 10.63/2.17  % (7682)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 10.63/2.17  % (7682)Termination reason: Unknown
% 10.63/2.17  % (7682)Termination phase: Saturation
% 10.63/2.17  
% 10.63/2.17  % (7682)Memory used [KB]: 2395
% 10.63/2.17  % (7682)Time elapsed: 0.129 s
% 10.63/2.17  % (7682)Instructions burned: 259 (million)
% 10.63/2.17  % (7682)------------------------------
% 10.63/2.17  % (7682)------------------------------
% 10.63/2.18  % (7692)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 theBenchmark for (2981ds/4978Mi)
% 10.63/2.19  % (7689)Instruction limit reached!
% 10.63/2.19  % (7689)------------------------------
% 10.63/2.19  % (7689)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 10.63/2.19  % (7689)Termination reason: Unknown
% 10.63/2.19  % (7689)Termination phase: Saturation
% 10.63/2.19  
% 10.63/2.19  % (7689)Memory used [KB]: 1833
% 10.63/2.19  % (7689)Time elapsed: 0.043 s
% 10.63/2.19  % (7689)Instructions burned: 80 (million)
% 10.63/2.19  % (7689)------------------------------
% 10.63/2.19  % (7689)------------------------------
% 10.63/2.19  % (7693)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 theBenchmark for (2981ds/169Mi)
% 10.63/2.21  % (7691)Instruction limit reached!
% 10.63/2.21  % (7691)------------------------------
% 10.63/2.21  % (7691)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 10.63/2.21  % (7691)Termination reason: Unknown
% 10.63/2.21  % (7691)Termination phase: Saturation
% 10.63/2.21  
% 10.63/2.21  % (7691)Memory used [KB]: 1586
% 10.63/2.21  % (7691)Time elapsed: 0.053 s
% 10.63/2.21  % (7691)Instructions burned: 101 (million)
% 10.63/2.21  % (7691)------------------------------
% 10.63/2.21  % (7691)------------------------------
% 10.63/2.21  % (7694)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 theBenchmark for (2981ds/178Mi)
% 11.15/2.23  % (7684)Instruction limit reached!
% 11.15/2.23  % (7684)------------------------------
% 11.15/2.23  % (7684)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 11.15/2.23  % (7684)Termination reason: Unknown
% 11.15/2.23  % (7684)Termination phase: Saturation
% 11.15/2.23  
% 11.15/2.23  % (7684)Memory used [KB]: 3328
% 11.15/2.23  % (7684)Time elapsed: 0.163 s
% 11.15/2.23  % (7684)Instructions burned: 278 (million)
% 11.15/2.23  % (7684)------------------------------
% 11.15/2.23  % (7684)------------------------------
% 11.15/2.23  % (7695)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 theBenchmark for (2981ds/111Mi)
% 11.15/2.28  % (7693)Instruction limit reached!
% 11.15/2.28  % (7693)------------------------------
% 11.15/2.28  % (7693)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 11.15/2.28  % (7693)Termination reason: Unknown
% 11.15/2.28  % (7693)Termination phase: Saturation
% 11.15/2.28  
% 11.15/2.28  % (7693)Memory used [KB]: 3205
% 11.15/2.28  % (7693)Time elapsed: 0.088 s
% 11.15/2.28  % (7693)Instructions burned: 169 (million)
% 11.15/2.28  % (7693)------------------------------
% 11.15/2.28  % (7693)------------------------------
% 11.15/2.28  % (7696)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 theBenchmark for (2980ds/243Mi)
% 11.15/2.29  % (7695)Instruction limit reached!
% 11.15/2.29  % (7695)------------------------------
% 11.15/2.29  % (7695)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 11.15/2.29  % (7695)Termination reason: Unknown
% 11.15/2.29  % (7695)Termination phase: Saturation
% 11.15/2.29  
% 11.15/2.29  % (7695)Memory used [KB]: 2127
% 11.15/2.29  % (7695)Time elapsed: 0.057 s
% 11.15/2.29  % (7695)Instructions burned: 111 (million)
% 11.15/2.29  % (7695)------------------------------
% 11.15/2.29  % (7695)------------------------------
% 11.15/2.29  % (7697)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 theBenchmark for (2980ds/229Mi)
% 11.52/2.31  % (7663)Instruction limit reached!
% 11.52/2.31  % (7663)------------------------------
% 11.52/2.31  % (7663)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 11.52/2.31  % (7663)Termination reason: Unknown
% 11.52/2.31  % (7663)Termination phase: Saturation
% 11.52/2.31  
% 11.52/2.31  % (7663)Memory used [KB]: 8553
% 11.52/2.31  % (7663)Time elapsed: 0.850 s
% 11.52/2.31  % (7663)Instructions burned: 1797 (million)
% 11.52/2.31  % (7663)------------------------------
% 11.52/2.31  % (7663)------------------------------
% 11.52/2.31  % (7698)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 theBenchmark for (2980ds/306Mi)
% 11.52/2.32  % (7694)Instruction limit reached!
% 11.52/2.32  % (7694)------------------------------
% 11.52/2.32  % (7694)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 11.52/2.32  % (7694)Termination reason: Unknown
% 11.52/2.32  % (7694)Termination phase: Saturation
% 11.52/2.32  
% 11.52/2.32  % (7694)Memory used [KB]: 2865
% 11.52/2.32  % (7694)Time elapsed: 0.104 s
% 11.52/2.32  % (7694)Instructions burned: 179 (million)
% 11.52/2.32  % (7694)------------------------------
% 11.52/2.32  % (7694)------------------------------
% 11.52/2.32  % (7699)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 theBenchmark for (2980ds/118Mi)
% 11.79/2.36  % (7688)Instruction limit reached!
% 11.79/2.36  % (7688)------------------------------
% 11.79/2.36  % (7688)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 11.79/2.36  % (7688)Termination reason: Unknown
% 11.79/2.36  % (7688)Termination phase: Saturation
% 11.79/2.36  
% 11.79/2.36  % (7688)Memory used [KB]: 4506
% 11.79/2.36  % (7688)Time elapsed: 0.258 s
% 11.79/2.36  % (7688)Instructions burned: 465 (million)
% 11.79/2.36  % (7688)------------------------------
% 11.79/2.36  % (7688)------------------------------
% 11.80/2.37  % (7700)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 theBenchmark for (2980ds/85Mi)
% 11.80/2.39  % (7699)Instruction limit reached!
% 11.80/2.39  % (7699)------------------------------
% 11.80/2.39  % (7699)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 11.80/2.39  % (7699)Termination reason: Unknown
% 11.80/2.39  % (7699)Termination phase: Saturation
% 11.80/2.39  
% 11.80/2.39  % (7699)Memory used [KB]: 2021
% 11.80/2.39  % (7699)Time elapsed: 0.068 s
% 11.80/2.39  % (7699)Instructions burned: 118 (million)
% 11.80/2.39  % (7699)------------------------------
% 11.80/2.39  % (7699)------------------------------
% 11.80/2.39  % (7701)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 theBenchmark for (2979ds/182Mi)
% 11.90/2.41  % (7697)Instruction limit reached!
% 11.90/2.41  % (7697)------------------------------
% 11.90/2.41  % (7697)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 11.90/2.41  % (7697)Termination reason: Unknown
% 11.90/2.41  % (7697)Termination phase: Saturation
% 11.90/2.41  
% 11.90/2.41  % (7697)Memory used [KB]: 2821
% 11.90/2.41  % (7697)Time elapsed: 0.118 s
% 11.90/2.41  % (7697)Instructions burned: 230 (million)
% 11.90/2.41  % (7697)------------------------------
% 11.90/2.41  % (7697)------------------------------
% 11.90/2.41  % (7702)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 theBenchmark for (2979ds/134Mi)
% 11.90/2.42  % (7700)Instruction limit reached!
% 11.90/2.42  % (7700)------------------------------
% 11.90/2.42  % (7700)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 11.90/2.42  % (7700)Termination reason: Unknown
% 11.90/2.42  % (7700)Termination phase: Saturation
% 11.90/2.42  
% 11.90/2.42  % (7700)Memory used [KB]: 2159
% 11.90/2.42  % (7700)Time elapsed: 0.051 s
% 11.90/2.42  % (7700)Instructions burned: 85 (million)
% 11.90/2.42  % (7700)------------------------------
% 11.90/2.42  % (7700)------------------------------
% 11.90/2.42  % (7703)dis+1011_1:1_sil=2000:sos=on:newcnf=on:i=181:sd=2:ep=R:ss=axioms_0 on theBenchmark for (2979ds/181Mi)
% 11.90/2.43  % (7696)Instruction limit reached!
% 11.90/2.43  % (7696)------------------------------
% 11.90/2.43  % (7696)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 11.90/2.43  % (7696)Termination reason: Unknown
% 11.90/2.43  % (7696)Termination phase: Saturation
% 11.90/2.43  
% 11.90/2.43  % (7696)Memory used [KB]: 3074
% 11.90/2.43  % (7696)Time elapsed: 0.146 s
% 11.90/2.43  % (7696)Instructions burned: 243 (million)
% 11.90/2.43  % (7696)------------------------------
% 11.90/2.43  % (7696)------------------------------
% 12.26/2.43  % (7704)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 theBenchmark for (2979ds/61Mi)
% 12.26/2.46  % (7704)Instruction limit reached!
% 12.26/2.46  % (7704)------------------------------
% 12.26/2.46  % (7704)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.26/2.46  % (7704)Termination reason: Unknown
% 12.26/2.46  % (7704)Termination phase: Saturation
% 12.26/2.46  
% 12.26/2.46  % (7704)Memory used [KB]: 1825
% 12.26/2.46  % (7704)Time elapsed: 0.035 s
% 12.26/2.46  % (7704)Instructions burned: 61 (million)
% 12.26/2.46  % (7704)------------------------------
% 12.26/2.46  % (7704)------------------------------
% 12.26/2.47  % (7705)dis+1010_1:1_sil=2000:nwc=5.0:i=135:nm=4:av=off:rp=on:ep=R_0 on theBenchmark for (2979ds/135Mi)
% 12.26/2.48  % (7702)Instruction limit reached!
% 12.26/2.48  % (7702)------------------------------
% 12.26/2.48  % (7702)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.26/2.48  % (7702)Termination reason: Unknown
% 12.26/2.48  % (7702)Termination phase: Saturation
% 12.26/2.48  
% 12.26/2.48  % (7702)Memory used [KB]: 2365
% 12.26/2.48  % (7702)Time elapsed: 0.072 s
% 12.26/2.48  % (7702)Instructions burned: 135 (million)
% 12.26/2.48  % (7702)------------------------------
% 12.26/2.48  % (7702)------------------------------
% 12.26/2.48  % (7701)Instruction limit reached!
% 12.26/2.48  % (7701)------------------------------
% 12.26/2.48  % (7701)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.26/2.48  % (7701)Termination reason: Unknown
% 12.26/2.48  % (7701)Termination phase: Saturation
% 12.26/2.48  
% 12.26/2.48  % (7701)Memory used [KB]: 2976
% 12.26/2.48  % (7701)Time elapsed: 0.096 s
% 12.26/2.48  % (7701)Instructions burned: 183 (million)
% 12.26/2.48  % (7701)------------------------------
% 12.26/2.48  % (7701)------------------------------
% 12.26/2.49  % (7706)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 theBenchmark for (2978ds/94Mi)
% 12.26/2.49  % (7707)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 theBenchmark for (2978ds/111Mi)
% 12.26/2.49  % (7698)Instruction limit reached!
% 12.26/2.49  % (7698)------------------------------
% 12.26/2.49  % (7698)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.26/2.49  % (7698)Termination reason: Unknown
% 12.26/2.49  % (7698)Termination phase: Saturation
% 12.26/2.49  
% 12.26/2.49  % (7698)Memory used [KB]: 4851
% 12.26/2.49  % (7698)Time elapsed: 0.179 s
% 12.26/2.49  % (7698)Instructions burned: 307 (million)
% 12.26/2.49  % (7698)------------------------------
% 12.26/2.49  % (7698)------------------------------
% 12.26/2.49  % (7708)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 theBenchmark for (2978ds/371Mi)
% 12.26/2.52  % (7703)Instruction limit reached!
% 12.26/2.52  % (7703)------------------------------
% 12.26/2.52  % (7703)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.26/2.52  % (7703)Termination reason: Unknown
% 12.26/2.52  % (7703)Termination phase: Saturation
% 12.26/2.52  
% 12.26/2.52  % (7703)Memory used [KB]: 2116
% 12.26/2.52  % (7703)Time elapsed: 0.097 s
% 12.26/2.52  % (7703)Instructions burned: 181 (million)
% 12.26/2.52  % (7703)------------------------------
% 12.26/2.52  % (7703)------------------------------
% 12.26/2.52  % (7709)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 theBenchmark for (2978ds/1643Mi)
% 12.84/2.53  % (7705)Instruction limit reached!
% 12.84/2.53  % (7705)------------------------------
% 12.84/2.53  % (7705)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.84/2.53  % (7705)Termination reason: Unknown
% 12.84/2.53  % (7705)Termination phase: Saturation
% 12.84/2.53  
% 12.84/2.53  % (7705)Memory used [KB]: 2019
% 12.84/2.53  % (7705)Time elapsed: 0.066 s
% 12.84/2.53  % (7705)Instructions burned: 135 (million)
% 12.84/2.53  % (7705)------------------------------
% 12.84/2.53  % (7705)------------------------------
% 12.84/2.54  % (7710)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 theBenchmark for (2978ds/143Mi)
% 12.84/2.54  % (7706)Instruction limit reached!
% 12.84/2.54  % (7706)------------------------------
% 12.84/2.54  % (7706)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.84/2.54  % (7706)Termination reason: Unknown
% 12.84/2.54  % (7706)Termination phase: Saturation
% 12.84/2.54  
% 12.84/2.54  % (7706)Memory used [KB]: 1886
% 12.84/2.54  % (7706)Time elapsed: 0.053 s
% 12.84/2.54  % (7706)Instructions burned: 94 (million)
% 12.84/2.54  % (7706)------------------------------
% 12.84/2.54  % (7706)------------------------------
% 12.84/2.54  % (7711)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 theBenchmark for (2978ds/225Mi)
% 12.84/2.54  % (7707)Instruction limit reached!
% 12.84/2.54  % (7707)------------------------------
% 12.84/2.54  % (7707)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 12.84/2.54  % (7707)Termination reason: Unknown
% 12.84/2.54  % (7707)Termination phase: Saturation
% 12.84/2.54  
% 12.84/2.54  % (7707)Memory used [KB]: 2266
% 12.84/2.54  % (7707)Time elapsed: 0.059 s
% 12.84/2.54  % (7707)Instructions burned: 111 (million)
% 12.84/2.54  % (7707)------------------------------
% 12.84/2.54  % (7707)------------------------------
% 12.84/2.55  % (7712)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 theBenchmark for (2978ds/89Mi)
% 13.08/2.59  % (7712)Instruction limit reached!
% 13.08/2.59  % (7712)------------------------------
% 13.08/2.59  % (7712)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.08/2.59  % (7712)Termination reason: Unknown
% 13.08/2.59  % (7712)Termination phase: Saturation
% 13.08/2.59  
% 13.08/2.59  % (7712)Memory used [KB]: 1822
% 13.08/2.59  % (7712)Time elapsed: 0.048 s
% 13.08/2.59  % (7712)Instructions burned: 90 (million)
% 13.08/2.59  % (7712)------------------------------
% 13.08/2.59  % (7712)------------------------------
% 13.08/2.60  % (7713)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 theBenchmark for (2977ds/149Mi)
% 13.08/2.62  % (7710)Instruction limit reached!
% 13.08/2.62  % (7710)------------------------------
% 13.08/2.62  % (7710)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.08/2.62  % (7710)Termination reason: Unknown
% 13.08/2.62  % (7710)Termination phase: Saturation
% 13.08/2.62  
% 13.08/2.62  % (7710)Memory used [KB]: 2718
% 13.08/2.62  % (7710)Time elapsed: 0.082 s
% 13.08/2.62  % (7710)Instructions burned: 143 (million)
% 13.08/2.62  % (7710)------------------------------
% 13.08/2.62  % (7710)------------------------------
% 13.08/2.62  % (7714)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 theBenchmark for (2977ds/217Mi)
% 13.08/2.66  % (7711)Instruction limit reached!
% 13.08/2.66  % (7711)------------------------------
% 13.08/2.66  % (7711)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.08/2.66  % (7711)Termination reason: Unknown
% 13.08/2.66  % (7711)Termination phase: Saturation
% 13.08/2.66  
% 13.08/2.66  % (7711)Memory used [KB]: 2811
% 13.08/2.66  % (7711)Time elapsed: 0.120 s
% 13.08/2.66  % (7711)Instructions burned: 225 (million)
% 13.08/2.66  % (7711)------------------------------
% 13.08/2.66  % (7711)------------------------------
% 13.41/2.66  % (7715)lrs+1011_1:1_sil=8000:nicw=on:i=1513:sd=1:ss=axioms:sgt=64_0 on theBenchmark for (2977ds/1513Mi)
% 13.42/2.68  % (7713)Instruction limit reached!
% 13.42/2.68  % (7713)------------------------------
% 13.42/2.68  % (7713)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.42/2.68  % (7713)Termination reason: Unknown
% 13.42/2.68  % (7713)Termination phase: Saturation
% 13.42/2.68  
% 13.42/2.68  % (7713)Memory used [KB]: 2389
% 13.42/2.68  % (7713)Time elapsed: 0.081 s
% 13.42/2.68  % (7713)Instructions burned: 150 (million)
% 13.42/2.68  % (7713)------------------------------
% 13.42/2.68  % (7713)------------------------------
% 13.42/2.68  % (7716)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 theBenchmark for (2976ds/460Mi)
% 13.42/2.70  % (7708)Instruction limit reached!
% 13.42/2.70  % (7708)------------------------------
% 13.42/2.70  % (7708)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 13.42/2.70  % (7708)Termination reason: Unknown
% 13.42/2.70  % (7708)Termination phase: Saturation
% 13.42/2.70  
% 13.42/2.70  % (7708)Memory used [KB]: 3852
% 13.42/2.70  % (7708)Time elapsed: 0.211 s
% 13.42/2.70  % (7708)Instructions burned: 371 (million)
% 13.42/2.70  % (7708)------------------------------
% 13.42/2.70  % (7708)------------------------------
% 13.42/2.71  % (7717)lrs+1002_1:8_sil=16000:tgt=ground:fde=none:sp=const_frequency:sos=on:nwc=3.0:i=76_0 on theBenchmark for (2976ds/76Mi)
% 15.19/2.73  % (7714)Instruction limit reached!
% 15.19/2.73  % (7714)------------------------------
% 15.19/2.73  % (7714)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 15.19/2.74  % (7714)Termination reason: Unknown
% 15.19/2.74  % (7714)Termination phase: Saturation
% 15.19/2.74  
% 15.19/2.74  % (7714)Memory used [KB]: 2162
% 15.19/2.74  % (7714)Time elapsed: 0.138 s
% 15.19/2.74  % (7714)Instructions burned: 218 (million)
% 15.19/2.74  % (7714)------------------------------
% 15.19/2.74  % (7714)------------------------------
% 15.19/2.74  % (7718)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 theBenchmark for (2976ds/113Mi)
% 15.19/2.75  % (7717)Instruction limit reached!
% 15.19/2.75  % (7717)------------------------------
% 15.19/2.75  % (7717)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 15.19/2.75  % (7717)Termination reason: Unknown
% 15.19/2.75  % (7717)Termination phase: Saturation
% 15.19/2.75  
% 15.19/2.75  % (7717)Memory used [KB]: 1910
% 15.19/2.75  % (7717)Time elapsed: 0.044 s
% 15.19/2.75  % (7717)Instructions burned: 77 (million)
% 15.19/2.75  % (7717)------------------------------
% 15.19/2.75  % (7717)------------------------------
% 15.19/2.75  % (7719)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 theBenchmark for (2976ds/77Mi)
% 15.54/2.80  % (7719)Instruction limit reached!
% 15.54/2.80  % (7719)------------------------------
% 15.54/2.80  % (7719)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 15.54/2.80  % (7719)Termination reason: Unknown
% 15.54/2.80  % (7719)Termination phase: Saturation
% 15.54/2.80  
% 15.54/2.80  % (7719)Memory used [KB]: 2060
% 15.54/2.80  % (7719)Time elapsed: 0.044 s
% 15.54/2.80  % (7719)Instructions burned: 78 (million)
% 15.54/2.80  % (7719)------------------------------
% 15.54/2.80  % (7719)------------------------------
% 15.54/2.80  % (7720)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 theBenchmark for (2975ds/639Mi)
% 15.54/2.80  % (7718)Instruction limit reached!
% 15.54/2.80  % (7718)------------------------------
% 15.54/2.80  % (7718)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 15.54/2.80  % (7718)Termination reason: Unknown
% 15.54/2.80  % (7718)Termination phase: Saturation
% 15.54/2.80  
% 15.54/2.80  % (7718)Memory used [KB]: 2267
% 15.54/2.80  % (7718)Time elapsed: 0.066 s
% 15.54/2.80  % (7718)Instructions burned: 113 (million)
% 15.54/2.80  % (7718)------------------------------
% 15.54/2.80  % (7718)------------------------------
% 15.54/2.81  % (7721)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 theBenchmark for (2975ds/851Mi)
% 16.65/2.94  % (7716)Instruction limit reached!
% 16.65/2.94  % (7716)------------------------------
% 16.65/2.94  % (7716)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 16.65/2.94  % (7716)Termination reason: Unknown
% 16.65/2.94  % (7716)Termination phase: Saturation
% 16.65/2.94  
% 16.65/2.94  % (7716)Memory used [KB]: 5681
% 16.65/2.94  % (7716)Time elapsed: 0.281 s
% 16.65/2.94  % (7716)Instructions burned: 461 (million)
% 16.65/2.94  % (7716)------------------------------
% 16.65/2.94  % (7716)------------------------------
% 16.65/2.94  % (7722)lrs+1011_1:2_sil=2000:fde=unused:nwc=10.0:newcnf=on:i=463:ep=RST:av=off:ins=1_0 on theBenchmark for (2974ds/463Mi)
% 17.33/3.06  % (7690)Instruction limit reached!
% 17.33/3.06  % (7690)------------------------------
% 17.33/3.06  % (7690)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.33/3.06  % (7690)Termination reason: Unknown
% 17.33/3.06  % (7690)Termination phase: Saturation
% 17.33/3.06  
% 17.33/3.06  % (7690)Memory used [KB]: 10301
% 17.33/3.06  % (7690)Time elapsed: 0.916 s
% 17.33/3.06  % (7690)Instructions burned: 1995 (million)
% 17.33/3.06  % (7690)------------------------------
% 17.33/3.06  % (7690)------------------------------
% 17.33/3.07  % (7723)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 theBenchmark for (2972ds/127Mi)
% 17.33/3.07  % (7676)Instruction limit reached!
% 17.33/3.07  % (7676)------------------------------
% 17.33/3.07  % (7676)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.33/3.07  % (7676)Termination reason: Unknown
% 17.33/3.07  % (7676)Termination phase: Saturation
% 17.33/3.07  
% 17.33/3.07  % (7676)Memory used [KB]: 11685
% 17.33/3.07  % (7676)Time elapsed: 1.115 s
% 17.33/3.07  % (7676)Instructions burned: 2266 (million)
% 17.33/3.07  % (7676)------------------------------
% 17.33/3.07  % (7676)------------------------------
% 17.33/3.08  % (7724)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 theBenchmark for (2972ds/159Mi)
% 17.33/3.14  % (7723)Instruction limit reached!
% 17.33/3.14  % (7723)------------------------------
% 17.33/3.14  % (7723)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.33/3.14  % (7723)Termination reason: Unknown
% 17.33/3.14  % (7723)Termination phase: Saturation
% 17.33/3.14  
% 17.33/3.14  % (7723)Memory used [KB]: 2436
% 17.33/3.14  % (7723)Time elapsed: 0.075 s
% 17.33/3.14  % (7723)Instructions burned: 127 (million)
% 17.33/3.14  % (7723)------------------------------
% 17.33/3.14  % (7723)------------------------------
% 17.33/3.15  % (7725)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 theBenchmark for (2972ds/140Mi)
% 17.33/3.15  % (7722)Instruction limit reached!
% 17.33/3.15  % (7722)------------------------------
% 17.33/3.15  % (7722)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.33/3.15  % (7722)Termination reason: Unknown
% 17.33/3.15  % (7722)Termination phase: Saturation
% 17.33/3.15  
% 17.33/3.15  % (7722)Memory used [KB]: 3094
% 17.33/3.15  % (7722)Time elapsed: 0.209 s
% 17.33/3.15  % (7722)Instructions burned: 463 (million)
% 17.33/3.15  % (7722)------------------------------
% 17.33/3.15  % (7722)------------------------------
% 17.33/3.15  % (7726)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 theBenchmark for (2972ds/246Mi)
% 17.95/3.16  % (7724)Instruction limit reached!
% 17.95/3.16  % (7724)------------------------------
% 17.95/3.16  % (7724)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.95/3.16  % (7724)Termination reason: Unknown
% 17.95/3.16  % (7724)Termination phase: Saturation
% 17.95/3.16  
% 17.95/3.16  % (7724)Memory used [KB]: 2434
% 17.95/3.16  % (7724)Time elapsed: 0.087 s
% 17.95/3.16  % (7724)Instructions burned: 159 (million)
% 17.95/3.16  % (7724)------------------------------
% 17.95/3.16  % (7724)------------------------------
% 17.95/3.16  % (7720)Instruction limit reached!
% 17.95/3.16  % (7720)------------------------------
% 17.95/3.16  % (7720)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 17.95/3.16  % (7720)Termination reason: Unknown
% 17.95/3.16  % (7720)Termination phase: Saturation
% 17.95/3.16  
% 17.95/3.16  % (7720)Memory used [KB]: 5878
% 17.95/3.16  % (7720)Time elapsed: 0.364 s
% 17.95/3.16  % (7720)Instructions burned: 640 (million)
% 17.95/3.16  % (7720)------------------------------
% 17.95/3.16  % (7720)------------------------------
% 17.95/3.16  % (7727)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 theBenchmark for (2972ds/275Mi)
% 17.95/3.17  % (7728)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 theBenchmark for (2971ds/1318Mi)
% 18.49/3.21  % (7721)Instruction limit reached!
% 18.49/3.21  % (7721)------------------------------
% 18.49/3.21  % (7721)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 18.49/3.21  % (7721)Termination reason: Unknown
% 18.49/3.21  % (7721)Termination phase: Saturation
% 18.49/3.21  
% 18.49/3.21  % (7721)Memory used [KB]: 3120
% 18.49/3.21  % (7721)Time elapsed: 0.410 s
% 18.49/3.21  % (7721)Instructions burned: 851 (million)
% 18.49/3.21  % (7721)------------------------------
% 18.49/3.21  % (7721)------------------------------
% 18.49/3.22  % (7725)Instruction limit reached!
% 18.49/3.22  % (7725)------------------------------
% 18.49/3.22  % (7725)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 18.49/3.22  % (7725)Termination reason: Unknown
% 18.49/3.22  % (7725)Termination phase: Saturation
% 18.49/3.22  
% 18.49/3.22  % (7725)Memory used [KB]: 2890
% 18.49/3.22  % (7725)Time elapsed: 0.073 s
% 18.49/3.22  % (7725)Instructions burned: 140 (million)
% 18.49/3.22  % (7725)------------------------------
% 18.49/3.22  % (7725)------------------------------
% 18.49/3.22  % (7729)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 theBenchmark for (2971ds/286Mi)
% 18.49/3.22  % (7730)dis+1002_5:16_sil=4000:sos=on:sac=on:i=965:ep=RST:fsr=off:erd=off_0 on theBenchmark for (2971ds/965Mi)
% 19.46/3.28  % (7726)Instruction limit reached!
% 19.46/3.28  % (7726)------------------------------
% 19.46/3.28  % (7726)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 19.46/3.28  % (7726)Termination reason: Unknown
% 19.46/3.28  % (7726)Termination phase: Saturation
% 19.46/3.28  
% 19.46/3.28  % (7726)Memory used [KB]: 2440
% 19.46/3.28  % (7726)Time elapsed: 0.132 s
% 19.46/3.28  % (7726)Instructions burned: 246 (million)
% 19.46/3.28  % (7726)------------------------------
% 19.46/3.28  % (7726)------------------------------
% 19.46/3.29  % (7731)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 theBenchmark for (2970ds/144Mi)
% 19.46/3.30  % (7727)Instruction limit reached!
% 19.46/3.30  % (7727)------------------------------
% 19.46/3.30  % (7727)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 19.46/3.30  % (7727)Termination reason: Unknown
% 19.46/3.30  % (7727)Termination phase: Saturation
% 19.46/3.30  
% 19.46/3.30  % (7727)Memory used [KB]: 2387
% 19.46/3.30  % (7727)Time elapsed: 0.136 s
% 19.46/3.30  % (7727)Instructions burned: 276 (million)
% 19.46/3.30  % (7727)------------------------------
% 19.46/3.30  % (7727)------------------------------
% 19.46/3.30  % (7732)dis-1002_1:64_sil=2000:sos=on:nwc=10.0:i=145:nm=2:ss=axioms:ep=RST:sd=1_0 on theBenchmark for (2970ds/145Mi)
% 20.00/3.33  % (7709)Instruction limit reached!
% 20.00/3.33  % (7709)------------------------------
% 20.00/3.33  % (7709)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 20.00/3.33  % (7709)Termination reason: Unknown
% 20.00/3.33  % (7709)Termination phase: Saturation
% 20.00/3.33  
% 20.00/3.33  % (7709)Memory used [KB]: 13899
% 20.00/3.33  % (7709)Time elapsed: 0.814 s
% 20.00/3.33  % (7709)Instructions burned: 1643 (million)
% 20.00/3.33  % (7709)------------------------------
% 20.00/3.33  % (7709)------------------------------
% 20.00/3.34  % (7733)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 theBenchmark for (2970ds/3921Mi)
% 20.00/3.37  % (7731)Instruction limit reached!
% 20.00/3.37  % (7731)------------------------------
% 20.00/3.37  % (7731)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 20.00/3.37  % (7731)Termination reason: Unknown
% 20.00/3.37  % (7731)Termination phase: Saturation
% 20.00/3.37  
% 20.00/3.37  % (7731)Memory used [KB]: 2563
% 20.00/3.37  % (7731)Time elapsed: 0.081 s
% 20.00/3.37  % (7731)Instructions burned: 144 (million)
% 20.00/3.37  % (7731)------------------------------
% 20.00/3.37  % (7731)------------------------------
% 20.00/3.37  % (7732)Instruction limit reached!
% 20.00/3.37  % (7732)------------------------------
% 20.00/3.37  % (7732)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 20.00/3.37  % (7732)Termination reason: Unknown
% 20.00/3.37  % (7732)Termination phase: Saturation
% 20.00/3.37  
% 20.00/3.37  % (7732)Memory used [KB]: 2569
% 20.00/3.37  % (7732)Time elapsed: 0.069 s
% 20.00/3.37  % (7732)Instructions burned: 146 (million)
% 20.00/3.37  % (7732)------------------------------
% 20.00/3.37  % (7732)------------------------------
% 20.00/3.37  % (7734)dis+1011_8:1_sil=4000:sos=on:acc=on:alpa=true:i=154:fsr=off:sfv=off:gsp=on_0 on theBenchmark for (2969ds/154Mi)
% 20.00/3.37  % (7735)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 theBenchmark for (2969ds/205Mi)
% 20.00/3.37  % (7729)Instruction limit reached!
% 20.00/3.37  % (7729)------------------------------
% 20.00/3.37  % (7729)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 20.00/3.37  % (7729)Termination reason: Unknown
% 20.00/3.37  % (7729)Termination phase: Saturation
% 20.00/3.37  
% 20.00/3.37  % (7729)Memory used [KB]: 3377
% 20.00/3.37  % (7729)Time elapsed: 0.157 s
% 20.00/3.37  % (7729)Instructions burned: 287 (million)
% 20.00/3.37  % (7729)------------------------------
% 20.00/3.37  % (7729)------------------------------
% 20.00/3.38  % (7736)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 theBenchmark for (2969ds/899Mi)
% 20.48/3.45  % (7734)Instruction limit reached!
% 20.48/3.45  % (7734)------------------------------
% 20.48/3.45  % (7734)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 20.48/3.45  % (7734)Termination reason: Unknown
% 20.48/3.45  % (7734)Termination phase: Saturation
% 20.48/3.45  
% 20.48/3.45  % (7734)Memory used [KB]: 2854
% 20.48/3.45  % (7734)Time elapsed: 0.086 s
% 20.48/3.45  % (7734)Instructions burned: 154 (million)
% 20.48/3.45  % (7734)------------------------------
% 20.48/3.45  % (7734)------------------------------
% 20.48/3.46  % (7737)lrs-32_1:1024_sil=8000:sos=on:i=645:nm=4:updr=off_0 on theBenchmark for (2969ds/645Mi)
% 20.89/3.48  % (7735)Instruction limit reached!
% 20.89/3.48  % (7735)------------------------------
% 20.89/3.48  % (7735)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 20.89/3.48  % (7735)Termination reason: Unknown
% 20.89/3.48  % (7735)Termination phase: Saturation
% 20.89/3.48  
% 20.89/3.48  % (7735)Memory used [KB]: 2545
% 20.89/3.48  % (7735)Time elapsed: 0.112 s
% 20.89/3.48  % (7735)Instructions burned: 205 (million)
% 20.89/3.48  % (7735)------------------------------
% 20.89/3.48  % (7735)------------------------------
% 20.89/3.49  % (7738)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 theBenchmark for (2968ds/175Mi)
% 21.26/3.54  % (7715)Instruction limit reached!
% 21.26/3.54  % (7715)------------------------------
% 21.26/3.54  % (7715)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.26/3.54  % (7715)Termination reason: Unknown
% 21.26/3.54  % (7715)Termination phase: Saturation
% 21.26/3.54  
% 21.26/3.54  % (7715)Memory used [KB]: 10636
% 21.26/3.54  % (7715)Time elapsed: 0.899 s
% 21.26/3.54  % (7715)Instructions burned: 1514 (million)
% 21.26/3.54  % (7715)------------------------------
% 21.26/3.54  % (7715)------------------------------
% 21.26/3.55  % (7739)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 theBenchmark for (2968ds/120Mi)
% 21.26/3.58  % (7738)Instruction limit reached!
% 21.26/3.58  % (7738)------------------------------
% 21.26/3.58  % (7738)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.26/3.58  % (7738)Termination reason: Unknown
% 21.26/3.58  % (7738)Termination phase: Saturation
% 21.26/3.58  
% 21.26/3.58  % (7738)Memory used [KB]: 2311
% 21.26/3.58  % (7738)Time elapsed: 0.097 s
% 21.26/3.58  % (7738)Instructions burned: 175 (million)
% 21.26/3.58  % (7738)------------------------------
% 21.26/3.58  % (7738)------------------------------
% 21.26/3.59  % (7740)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 theBenchmark for (2967ds/144Mi)
% 21.26/3.61  % (7739)Instruction limit reached!
% 21.26/3.61  % (7739)------------------------------
% 21.26/3.61  % (7739)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.26/3.61  % (7739)Termination reason: Unknown
% 21.26/3.61  % (7739)Termination phase: Saturation
% 21.26/3.61  
% 21.26/3.61  % (7739)Memory used [KB]: 3093
% 21.26/3.61  % (7739)Time elapsed: 0.060 s
% 21.26/3.61  % (7739)Instructions burned: 122 (million)
% 21.26/3.61  % (7739)------------------------------
% 21.26/3.61  % (7739)------------------------------
% 21.26/3.61  % (7741)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 theBenchmark for (2967ds/166Mi)
% 21.71/3.63  % (7730)Instruction limit reached!
% 21.71/3.63  % (7730)------------------------------
% 21.71/3.63  % (7730)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.71/3.63  % (7730)Termination reason: Unknown
% 21.71/3.63  % (7730)Termination phase: Saturation
% 21.71/3.63  
% 21.71/3.63  % (7730)Memory used [KB]: 6928
% 21.71/3.63  % (7730)Time elapsed: 0.410 s
% 21.71/3.63  % (7730)Instructions burned: 965 (million)
% 21.71/3.63  % (7730)------------------------------
% 21.71/3.63  % (7730)------------------------------
% 21.71/3.63  % (7742)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 theBenchmark for (2967ds/97Mi)
% 21.71/3.67  % (7740)Instruction limit reached!
% 21.71/3.67  % (7740)------------------------------
% 21.71/3.67  % (7740)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.71/3.67  % (7740)Termination reason: Unknown
% 21.71/3.67  % (7740)Termination phase: Saturation
% 21.71/3.67  
% 21.71/3.67  % (7740)Memory used [KB]: 2429
% 21.71/3.67  % (7740)Time elapsed: 0.083 s
% 21.71/3.67  % (7740)Instructions burned: 144 (million)
% 21.71/3.67  % (7740)------------------------------
% 21.71/3.67  % (7740)------------------------------
% 21.71/3.67  % (7743)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 theBenchmark for (2967ds/159Mi)
% 21.71/3.68  % (7742)Instruction limit reached!
% 21.71/3.68  % (7742)------------------------------
% 21.71/3.68  % (7742)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.71/3.68  % (7742)Termination reason: Unknown
% 21.71/3.68  % (7742)Termination phase: Saturation
% 21.71/3.68  
% 21.71/3.68  % (7742)Memory used [KB]: 1922
% 21.71/3.68  % (7742)Time elapsed: 0.052 s
% 21.71/3.68  % (7742)Instructions burned: 98 (million)
% 21.71/3.68  % (7742)------------------------------
% 21.71/3.68  % (7742)------------------------------
% 21.99/3.69  % (7744)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 theBenchmark for (2966ds/135Mi)
% 21.99/3.70  % (7741)Instruction limit reached!
% 21.99/3.70  % (7741)------------------------------
% 21.99/3.70  % (7741)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.99/3.70  % (7741)Termination reason: Unknown
% 21.99/3.70  % (7741)Termination phase: Saturation
% 21.99/3.70  
% 21.99/3.70  % (7741)Memory used [KB]: 2338
% 21.99/3.70  % (7741)Time elapsed: 0.092 s
% 21.99/3.70  % (7741)Instructions burned: 166 (million)
% 21.99/3.70  % (7741)------------------------------
% 21.99/3.70  % (7741)------------------------------
% 21.99/3.70  % (7745)dis+1011_5:1_sil=2000:fde=unused:nwc=10.0:i=450:ep=R:fs=off:fsr=off:awrs=converge_0 on theBenchmark for (2966ds/450Mi)
% 21.99/3.76  % (7744)Instruction limit reached!
% 21.99/3.76  % (7744)------------------------------
% 21.99/3.76  % (7744)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 21.99/3.76  % (7744)Termination reason: Unknown
% 21.99/3.76  % (7744)Termination phase: Saturation
% 21.99/3.76  
% 21.99/3.76  % (7744)Memory used [KB]: 2161
% 21.99/3.76  % (7744)Time elapsed: 0.070 s
% 21.99/3.76  % (7744)Instructions burned: 135 (million)
% 21.99/3.76  % (7744)------------------------------
% 21.99/3.76  % (7744)------------------------------
% 21.99/3.76  % (7746)dis+1002_1:1_sil=8000:fde=none:nwc=5.0:i=119:ep=R:fsr=off:sos=on:mep=off_0 on theBenchmark for (2966ds/119Mi)
% 22.31/3.76  % (7743)Instruction limit reached!
% 22.31/3.76  % (7743)------------------------------
% 22.31/3.76  % (7743)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 22.31/3.76  % (7743)Termination reason: Unknown
% 22.31/3.76  % (7743)Termination phase: Saturation
% 22.31/3.76  
% 22.31/3.76  % (7743)Memory used [KB]: 2509
% 22.31/3.76  % (7743)Time elapsed: 0.094 s
% 22.31/3.76  % (7743)Instructions burned: 160 (million)
% 22.31/3.76  % (7743)------------------------------
% 22.31/3.76  % (7743)------------------------------
% 22.31/3.77  % (7747)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 theBenchmark for (2966ds/4758Mi)
% 22.43/3.78  % (7737)Instruction limit reached!
% 22.43/3.78  % (7737)------------------------------
% 22.43/3.78  % (7737)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 22.43/3.78  % (7737)Termination reason: Unknown
% 22.43/3.78  % (7737)Termination phase: Saturation
% 22.43/3.78  
% 22.43/3.78  % (7737)Memory used [KB]: 4831
% 22.43/3.78  % (7737)Time elapsed: 0.328 s
% 22.43/3.78  % (7737)Instructions burned: 645 (million)
% 22.43/3.78  % (7737)------------------------------
% 22.43/3.78  % (7737)------------------------------
% 22.43/3.79  % (7748)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 theBenchmark for (2965ds/139Mi)
% 22.43/3.81  % (7746)Instruction limit reached!
% 22.43/3.81  % (7746)------------------------------
% 22.43/3.81  % (7746)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 22.43/3.81  % (7746)Termination reason: Unknown
% 22.43/3.81  % (7746)Termination phase: Saturation
% 22.43/3.81  
% 22.43/3.81  % (7746)Memory used [KB]: 2063
% 22.43/3.81  % (7746)Time elapsed: 0.057 s
% 22.43/3.81  % (7746)Instructions burned: 119 (million)
% 22.43/3.81  % (7746)------------------------------
% 22.43/3.81  % (7746)------------------------------
% 22.43/3.82  % (7749)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 theBenchmark for (2965ds/139Mi)
% 24.24/3.87  % (7748)Instruction limit reached!
% 24.24/3.87  % (7748)------------------------------
% 24.24/3.87  % (7748)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.24/3.87  % (7748)Termination reason: Unknown
% 24.24/3.87  % (7748)Termination phase: Saturation
% 24.24/3.87  
% 24.24/3.87  % (7748)Memory used [KB]: 2329
% 24.24/3.87  % (7748)Time elapsed: 0.080 s
% 24.24/3.87  % (7748)Instructions burned: 140 (million)
% 24.24/3.87  % (7748)------------------------------
% 24.24/3.87  % (7748)------------------------------
% 24.24/3.87  % (7750)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 theBenchmark for (2965ds/116Mi)
% 24.24/3.87  % (7728)Instruction limit reached!
% 24.24/3.87  % (7728)------------------------------
% 24.24/3.87  % (7728)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.24/3.87  % (7728)Termination reason: Unknown
% 24.24/3.87  % (7728)Termination phase: Saturation
% 24.24/3.87  
% 24.24/3.87  % (7728)Memory used [KB]: 9170
% 24.24/3.87  % (7728)Time elapsed: 0.710 s
% 24.24/3.87  % (7728)Instructions burned: 1319 (million)
% 24.24/3.87  % (7728)------------------------------
% 24.24/3.87  % (7728)------------------------------
% 24.24/3.88  % (7736)Instruction limit reached!
% 24.24/3.88  % (7736)------------------------------
% 24.24/3.88  % (7736)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.24/3.88  % (7751)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 theBenchmark for (2964ds/53Mi)
% 24.24/3.88  % (7736)Termination reason: Unknown
% 24.24/3.88  % (7736)Termination phase: Saturation
% 24.24/3.88  
% 24.24/3.88  % (7736)Memory used [KB]: 4089
% 24.24/3.88  % (7736)Time elapsed: 0.503 s
% 24.24/3.88  % (7736)Instructions burned: 900 (million)
% 24.24/3.88  % (7736)------------------------------
% 24.24/3.88  % (7736)------------------------------
% 24.24/3.88  % (7752)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 theBenchmark for (2964ds/159Mi)
% 24.24/3.89  % (7749)Instruction limit reached!
% 24.24/3.89  % (7749)------------------------------
% 24.24/3.89  % (7749)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.24/3.89  % (7749)Termination reason: Unknown
% 24.24/3.89  % (7749)Termination phase: Saturation
% 24.24/3.89  
% 24.24/3.89  % (7749)Memory used [KB]: 1617
% 24.24/3.89  % (7749)Time elapsed: 0.072 s
% 24.24/3.89  % (7749)Instructions burned: 139 (million)
% 24.24/3.89  % (7749)------------------------------
% 24.24/3.89  % (7749)------------------------------
% 24.24/3.89  % (7753)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 theBenchmark for (2964ds/96Mi)
% 24.24/3.90  % (7751)Instruction limit reached!
% 24.24/3.90  % (7751)------------------------------
% 24.24/3.90  % (7751)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.24/3.90  % (7751)Termination reason: Unknown
% 24.24/3.90  % (7751)Termination phase: Saturation
% 24.24/3.90  
% 24.24/3.90  % (7751)Memory used [KB]: 1592
% 24.24/3.90  % (7751)Time elapsed: 0.049 s
% 24.24/3.90  % (7751)Instructions burned: 53 (million)
% 24.24/3.90  % (7751)------------------------------
% 24.24/3.90  % (7751)------------------------------
% 24.24/3.91  % (7754)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 theBenchmark for (2964ds/223Mi)
% 24.24/3.93  % (7750)Instruction limit reached!
% 24.24/3.93  % (7750)------------------------------
% 24.24/3.93  % (7750)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.24/3.93  % (7750)Termination reason: Unknown
% 24.24/3.93  % (7750)Termination phase: Saturation
% 24.24/3.93  
% 24.24/3.93  % (7750)Memory used [KB]: 2517
% 24.24/3.93  % (7750)Time elapsed: 0.059 s
% 24.24/3.93  % (7750)Instructions burned: 116 (million)
% 24.24/3.93  % (7750)------------------------------
% 24.24/3.93  % (7750)------------------------------
% 24.24/3.93  % (7745)Instruction limit reached!
% 24.24/3.93  % (7745)------------------------------
% 24.24/3.93  % (7745)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.24/3.93  % (7745)Termination reason: Unknown
% 24.24/3.93  % (7745)Termination phase: Saturation
% 24.24/3.93  
% 24.24/3.93  % (7745)Memory used [KB]: 6489
% 24.24/3.93  % (7745)Time elapsed: 0.239 s
% 24.24/3.93  % (7745)Instructions burned: 451 (million)
% 24.24/3.93  % (7745)------------------------------
% 24.24/3.93  % (7745)------------------------------
% 24.24/3.93  % (7755)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 theBenchmark for (2964ds/116Mi)
% 24.24/3.93  % (7756)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 theBenchmark for (2964ds/149Mi)
% 24.24/3.94  % (7753)Instruction limit reached!
% 24.24/3.94  % (7753)------------------------------
% 24.24/3.94  % (7753)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.24/3.94  % (7753)Termination reason: Unknown
% 24.24/3.94  % (7753)Termination phase: Saturation
% 24.24/3.94  
% 24.24/3.94  % (7753)Memory used [KB]: 2034
% 24.24/3.94  % (7753)Time elapsed: 0.075 s
% 24.24/3.94  % (7753)Instructions burned: 96 (million)
% 24.24/3.94  % (7753)------------------------------
% 24.24/3.94  % (7753)------------------------------
% 24.24/3.95  % (7757)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 theBenchmark for (2964ds/416Mi)
% 24.90/3.97  % (7752)Instruction limit reached!
% 24.90/3.97  % (7752)------------------------------
% 24.90/3.97  % (7752)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 24.90/3.97  % (7752)Termination reason: Unknown
% 24.90/3.97  % (7752)Termination phase: Saturation
% 24.90/3.97  
% 24.90/3.97  % (7752)Memory used [KB]: 2400
% 24.90/3.97  % (7752)Time elapsed: 0.108 s
% 24.90/3.97  % (7752)Instructions burned: 159 (million)
% 24.90/3.97  % (7752)------------------------------
% 24.90/3.97  % (7752)------------------------------
% 24.90/3.97  % (7758)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 theBenchmark for (2963ds/420Mi)
% 25.10/3.99  % (7755)Instruction limit reached!
% 25.10/3.99  % (7755)------------------------------
% 25.10/3.99  % (7755)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.10/3.99  % (7755)Termination reason: Unknown
% 25.10/3.99  % (7755)Termination phase: Saturation
% 25.10/3.99  
% 25.10/3.99  % (7755)Memory used [KB]: 2518
% 25.10/3.99  % (7755)Time elapsed: 0.061 s
% 25.10/3.99  % (7755)Instructions burned: 116 (million)
% 25.10/3.99  % (7755)------------------------------
% 25.10/3.99  % (7755)------------------------------
% 25.10/3.99  % (7759)lrs-1010_1:3_sil=4000:tgt=ground:sos=on:i=179:nm=3:ss=axioms:nwc=2.0_0 on theBenchmark for (2963ds/179Mi)
% 25.10/4.02  % (7756)Instruction limit reached!
% 25.10/4.02  % (7756)------------------------------
% 25.10/4.02  % (7756)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.10/4.02  % (7756)Termination reason: Unknown
% 25.10/4.02  % (7756)Termination phase: Saturation
% 25.10/4.02  
% 25.10/4.02  % (7756)Memory used [KB]: 2671
% 25.10/4.02  % (7756)Time elapsed: 0.086 s
% 25.10/4.02  % (7756)Instructions burned: 149 (million)
% 25.10/4.02  % (7756)------------------------------
% 25.10/4.02  % (7756)------------------------------
% 25.10/4.02  % (7760)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 theBenchmark for (2963ds/680Mi)
% 25.10/4.03  % (7754)Instruction limit reached!
% 25.10/4.03  % (7754)------------------------------
% 25.10/4.03  % (7754)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.10/4.03  % (7754)Termination reason: Unknown
% 25.10/4.03  % (7754)Termination phase: Saturation
% 25.10/4.03  
% 25.10/4.03  % (7754)Memory used [KB]: 3902
% 25.10/4.03  % (7754)Time elapsed: 0.119 s
% 25.10/4.03  % (7754)Instructions burned: 224 (million)
% 25.10/4.03  % (7754)------------------------------
% 25.10/4.03  % (7754)------------------------------
% 25.10/4.03  % (7761)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 theBenchmark for (2963ds/165Mi)
% 25.55/4.09  % (7759)Instruction limit reached!
% 25.55/4.09  % (7759)------------------------------
% 25.55/4.09  % (7759)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.55/4.09  % (7759)Termination reason: Unknown
% 25.55/4.09  % (7759)Termination phase: Saturation
% 25.55/4.09  
% 25.55/4.09  % (7759)Memory used [KB]: 2267
% 25.55/4.09  % (7759)Time elapsed: 0.100 s
% 25.55/4.09  % (7759)Instructions burned: 179 (million)
% 25.55/4.09  % (7759)------------------------------
% 25.55/4.09  % (7759)------------------------------
% 25.55/4.10  % (7762)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 theBenchmark for (2962ds/191Mi)
% 25.83/4.12  % (7761)Instruction limit reached!
% 25.83/4.12  % (7761)------------------------------
% 25.83/4.12  % (7761)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.83/4.12  % (7761)Termination reason: Unknown
% 25.83/4.12  % (7761)Termination phase: Saturation
% 25.83/4.12  
% 25.83/4.12  % (7761)Memory used [KB]: 2865
% 25.83/4.12  % (7761)Time elapsed: 0.092 s
% 25.83/4.12  % (7761)Instructions burned: 165 (million)
% 25.83/4.12  % (7761)------------------------------
% 25.83/4.12  % (7761)------------------------------
% 25.83/4.12  % (7763)dis+1002_1:1_sil=16000:tgt=ground:sac=on:i=260:sd=2:aac=none:ss=axioms:nwc=10.0_0 on theBenchmark for (2962ds/260Mi)
% 25.83/4.15  % (7757)Instruction limit reached!
% 25.83/4.15  % (7757)------------------------------
% 25.83/4.15  % (7757)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 25.83/4.15  % (7757)Termination reason: Unknown
% 25.83/4.15  % (7757)Termination phase: Saturation
% 25.83/4.15  
% 25.83/4.15  % (7757)Memory used [KB]: 5978
% 25.83/4.15  % (7757)Time elapsed: 0.211 s
% 25.83/4.15  % (7757)Instructions burned: 417 (million)
% 25.83/4.15  % (7757)------------------------------
% 25.83/4.15  % (7757)------------------------------
% 26.28/4.16  % (7764)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 theBenchmark for (2962ds/192Mi)
% 26.28/4.19  % (7762)Instruction limit reached!
% 26.28/4.19  % (7762)------------------------------
% 26.28/4.19  % (7762)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 26.28/4.19  % (7762)Termination reason: Unknown
% 26.28/4.19  % (7762)Termination phase: Saturation
% 26.28/4.19  
% 26.28/4.19  % (7762)Memory used [KB]: 3231
% 26.28/4.19  % (7762)Time elapsed: 0.098 s
% 26.28/4.19  % (7762)Instructions burned: 192 (million)
% 26.28/4.19  % (7762)------------------------------
% 26.28/4.19  % (7762)------------------------------
% 26.28/4.20  % (7765)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 theBenchmark for (2961ds/140Mi)
% 26.28/4.21  % (7758)Instruction limit reached!
% 26.28/4.21  % (7758)------------------------------
% 26.28/4.21  % (7758)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 26.28/4.21  % (7758)Termination reason: Unknown
% 26.28/4.21  % (7758)Termination phase: Saturation
% 26.28/4.21  
% 26.28/4.21  % (7758)Memory used [KB]: 3509
% 26.28/4.21  % (7758)Time elapsed: 0.246 s
% 26.28/4.21  % (7758)Instructions burned: 421 (million)
% 26.28/4.21  % (7758)------------------------------
% 26.28/4.21  % (7758)------------------------------
% 26.28/4.22  % (7766)lrs-1010_1:128_tgt=ground:si=on:plsq=on:plsqr=2087559,524288:sos=on:st=1.5:i=653:sd=2:rtra=on:ss=included:sil=128000:ins=1:gsp=on:anc=all_dependent_0 on theBenchmark for (2961ds/653Mi)
% 26.90/4.25  % (7763)Instruction limit reached!
% 26.90/4.25  % (7763)------------------------------
% 26.90/4.25  % (7763)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 26.90/4.25  % (7763)Termination reason: Unknown
% 26.90/4.25  % (7763)Termination phase: Saturation
% 26.90/4.25  
% 26.90/4.25  % (7763)Memory used [KB]: 2577
% 26.90/4.25  % (7763)Time elapsed: 0.132 s
% 26.90/4.25  % (7763)Instructions burned: 261 (million)
% 26.90/4.25  % (7763)------------------------------
% 26.90/4.25  % (7763)------------------------------
% 26.90/4.26  % (7767)ott+1011_170061:1048576_to=lpo:drc=encompass:sil=4000:tgt=full:fde=unused:sims=off:sp=unary_frequency:lma=on:gs=on:nwc=3.05078:sac=on:nicw=on:gsem=off:s2a=on:i=307:bs=on:nm=16:ins=7:fsr=off:amm=sco:uhcvi=on:fdi=4:rawr=on_0 on theBenchmark for (2961ds/307Mi)
% 26.90/4.26  % (7764)Instruction limit reached!
% 26.90/4.26  % (7764)------------------------------
% 26.90/4.26  % (7764)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 26.90/4.26  % (7764)Termination reason: Unknown
% 26.90/4.26  % (7764)Termination phase: Saturation
% 26.90/4.26  
% 26.90/4.26  % (7764)Memory used [KB]: 2583
% 26.90/4.26  % (7764)Time elapsed: 0.106 s
% 26.90/4.26  % (7764)Instructions burned: 193 (million)
% 26.90/4.26  % (7764)------------------------------
% 26.90/4.26  % (7764)------------------------------
% 26.90/4.26  % (7765)Instruction limit reached!
% 26.90/4.26  % (7765)------------------------------
% 26.90/4.26  % (7765)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 26.90/4.26  % (7765)Termination reason: Unknown
% 26.90/4.26  % (7765)Termination phase: Saturation
% 26.90/4.26  
% 26.90/4.26  % (7765)Memory used [KB]: 2204
% 26.90/4.26  % (7765)Time elapsed: 0.071 s
% 26.90/4.26  % (7765)Instructions burned: 140 (million)
% 26.90/4.26  % (7765)------------------------------
% 26.90/4.26  % (7765)------------------------------
% 26.90/4.27  % (7768)dis-1011_1:32_to=lpo:sil=2000:fde=none:sos=on:nwc=5.0:flr=on:st=3.0:i=216:nm=3:ss=axioms:aac=none:fsr=off_0 on theBenchmark for (2961ds/216Mi)
% 26.90/4.27  % (7769)dis+1011_1:4_bsr=on:to=lpo:sil=2000:tgt=ground:plsqc=1:plsq=on:plsqr=4477983,65536:sp=frequency:erd=off:spb=goal:nwc=2.0:sac=on:newcnf=on:cond=fast:st=5.0:i=176:nm=16:ss=axioms:rawr=on:lsd=100:awrs=converge_0 on theBenchmark for (2960ds/176Mi)
% 28.32/4.37  % (7769)Instruction limit reached!
% 28.32/4.37  % (7769)------------------------------
% 28.32/4.37  % (7769)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 28.32/4.37  % (7769)Termination reason: Unknown
% 28.32/4.37  % (7769)Termination phase: Saturation
% 28.32/4.37  
% 28.32/4.37  % (7769)Memory used [KB]: 2375
% 28.32/4.37  % (7769)Time elapsed: 0.103 s
% 28.32/4.37  % (7769)Instructions burned: 176 (million)
% 28.32/4.37  % (7769)------------------------------
% 28.32/4.37  % (7769)------------------------------
% 28.32/4.37  % (7770)lrs-1010_2:1_sil=4000:tgt=ground:sos=on:erd=off:bce=on:st=4.5:i=206:sd=1:kws=inv_frequency:ss=axioms:sgt=100:rawr=on:avsq=on:avsqr=17,12:plsq=on:plsqr=25,62:anc=all_dependent_0 on theBenchmark for (2959ds/206Mi)
% 28.32/4.38  % (7768)Instruction limit reached!
% 28.32/4.38  % (7768)------------------------------
% 28.32/4.38  % (7768)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 28.32/4.38  % (7768)Termination reason: Unknown
% 28.32/4.38  % (7768)Termination phase: Saturation
% 28.32/4.38  
% 28.32/4.38  % (7768)Memory used [KB]: 3736
% 28.32/4.38  % (7768)Time elapsed: 0.112 s
% 28.32/4.38  % (7768)Instructions burned: 216 (million)
% 28.32/4.38  % (7768)------------------------------
% 28.32/4.38  % (7768)------------------------------
% 28.32/4.38  % (7771)dis+1011_1:1_bsr=unit_only:slsqr=1,2:sil=2000:plsqc=1:plsq=on:plsqr=32,1:lsd=20:plsql=on:slsqc=1:slsq=on:i=592:slsql=off:nm=2:uhcvi=on:rawr=on:fsr=off:avsq=on:avsqr=9387,262144_0 on theBenchmark for (2959ds/592Mi)
% 28.32/4.38  % (7760)Instruction limit reached!
% 28.32/4.38  % (7760)------------------------------
% 28.32/4.38  % (7760)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 28.32/4.38  % (7760)Termination reason: Unknown
% 28.32/4.38  % (7760)Termination phase: Saturation
% 28.32/4.38  
% 28.32/4.38  % (7760)Memory used [KB]: 8366
% 28.32/4.38  % (7760)Time elapsed: 0.350 s
% 28.32/4.38  % (7760)Instructions burned: 681 (million)
% 28.32/4.38  % (7760)------------------------------
% 28.32/4.38  % (7760)------------------------------
% 28.32/4.39  % (7772)ott+33_191939:1048576_drc=encompass:sil=4000:tgt=ground:sp=const_frequency:lma=on:spb=goal:gs=on:nwc=17.8226:gsem=off:cond=fast:i=266:kws=inv_arity:bd=preordered:nm=35:av=off:fsr=off:uhcvi=on:rawr=on:bs=unit_only:urr=ec_only:ins=1_0 on theBenchmark for (2959ds/266Mi)
% 28.67/4.43  % (7767)Instruction limit reached!
% 28.67/4.43  % (7767)------------------------------
% 28.67/4.43  % (7767)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 28.67/4.43  % (7767)Termination reason: Unknown
% 28.67/4.43  % (7767)Termination phase: Saturation
% 28.67/4.43  
% 28.67/4.43  % (7767)Memory used [KB]: 3714
% 28.67/4.43  % (7767)Time elapsed: 0.179 s
% 28.67/4.43  % (7767)Instructions burned: 308 (million)
% 28.67/4.43  % (7767)------------------------------
% 28.67/4.43  % (7767)------------------------------
% 28.67/4.44  % (7773)dis+11_4:7_sil=2000:sp=unary_first:i=118:afp=50:ep=RST:afq=2.0:rawr=on:add=large:alpa=false:to=lpo:fsr=off:anc=none:nicw=on_0 on theBenchmark for (2959ds/118Mi)
% 28.91/4.49  % (7770)Instruction limit reached!
% 28.91/4.49  % (7770)------------------------------
% 28.91/4.49  % (7770)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 28.91/4.49  % (7770)Termination reason: Unknown
% 28.91/4.49  % (7770)Termination phase: Saturation
% 28.91/4.49  
% 28.91/4.49  % (7770)Memory used [KB]: 3165
% 28.91/4.49  % (7770)Time elapsed: 0.115 s
% 28.91/4.49  % (7770)Instructions burned: 206 (million)
% 28.91/4.49  % (7770)------------------------------
% 28.91/4.49  % (7770)------------------------------
% 28.91/4.49  % (7774)lrs-34_1:1_sil=4000:erd=off:urr=on:nwc=3.0:s2agt=16:s2a=on:i=119:br=off:ep=R:ins=1_0 on theBenchmark for (2958ds/119Mi)
% 28.91/4.50  % (7773)Instruction limit reached!
% 28.91/4.50  % (7773)------------------------------
% 28.91/4.50  % (7773)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 28.91/4.50  % (7773)Termination reason: Unknown
% 28.91/4.50  % (7773)Termination phase: Saturation
% 28.91/4.50  
% 28.91/4.50  % (7773)Memory used [KB]: 2453
% 28.91/4.50  % (7773)Time elapsed: 0.066 s
% 28.91/4.50  % (7773)Instructions burned: 119 (million)
% 28.91/4.50  % (7773)------------------------------
% 28.91/4.50  % (7773)------------------------------
% 28.91/4.51  % (7775)lrs+1011_1:1_sil=16000:sp=occurrence:st=5.0:i=167:sd=2:ss=axioms:sgt=16_0 on theBenchmark for (2958ds/167Mi)
% 28.91/4.53  % (7772)Instruction limit reached!
% 28.91/4.53  % (7772)------------------------------
% 28.91/4.53  % (7772)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 28.91/4.53  % (7772)Termination reason: Unknown
% 28.91/4.53  % (7772)Termination phase: Saturation
% 28.91/4.53  
% 28.91/4.53  % (7772)Memory used [KB]: 4530
% 28.91/4.53  % (7772)Time elapsed: 0.147 s
% 28.91/4.53  % (7772)Instructions burned: 266 (million)
% 28.91/4.53  % (7772)------------------------------
% 28.91/4.53  % (7772)------------------------------
% 28.91/4.54  % (7776)dis+1011_5:2_to=lpo:drc=off:sil=2000:fde=unused:spb=goal_then_units:acc=on:nwc=10.0:nicw=on:i=211:fsr=off:fsd=on:rawr=on:fsdmm=1:plsq=on:plsql=on:plsqc=2:plsqr=57,62:amm=sco_0 on theBenchmark for (2958ds/211Mi)
% 29.53/4.55  % (7774)Instruction limit reached!
% 29.53/4.55  % (7774)------------------------------
% 29.53/4.55  % (7774)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 29.53/4.55  % (7774)Termination reason: Unknown
% 29.53/4.55  % (7774)Termination phase: Saturation
% 29.53/4.55  
% 29.53/4.55  % (7774)Memory used [KB]: 2885
% 29.53/4.55  % (7774)Time elapsed: 0.060 s
% 29.53/4.55  % (7774)Instructions burned: 119 (million)
% 29.53/4.55  % (7774)------------------------------
% 29.53/4.55  % (7774)------------------------------
% 29.53/4.55  % (7777)dis+1011_1:4_sil=8000:tgt=full:st=1.5:s2a=on:i=201:s2at=1.2:sd=5:ss=axioms:ep=RS:av=off_0 on theBenchmark for (2958ds/201Mi)
% 29.64/4.57  % (7766)Instruction limit reached!
% 29.64/4.57  % (7766)------------------------------
% 29.64/4.57  % (7766)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 29.64/4.57  % (7766)Termination reason: Unknown
% 29.64/4.57  % (7766)Termination phase: Saturation
% 29.64/4.57  
% 29.64/4.57  % (7766)Memory used [KB]: 5788
% 29.64/4.57  % (7766)Time elapsed: 0.357 s
% 29.64/4.57  % (7766)Instructions burned: 654 (million)
% 29.64/4.57  % (7766)------------------------------
% 29.64/4.57  % (7766)------------------------------
% 29.64/4.59  % (7778)lrs+33_8:7_anc=all:sil=4000:urr=full:br=off:st=3.0:i=230:sd=2:afp=10:afq=2.0:ss=axioms:rawr=on:fsr=off:gsp=on:nwc=0.9918136297139506_0 on theBenchmark for (2957ds/230Mi)
% 29.64/4.60  % (7775)Instruction limit reached!
% 29.64/4.60  % (7775)------------------------------
% 29.64/4.60  % (7775)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 29.64/4.60  % (7775)Termination reason: Unknown
% 29.64/4.60  % (7775)Termination phase: Saturation
% 29.64/4.60  
% 29.64/4.60  % (7775)Memory used [KB]: 2543
% 29.64/4.60  % (7775)Time elapsed: 0.094 s
% 29.64/4.60  % (7775)Instructions burned: 167 (million)
% 29.64/4.60  % (7775)------------------------------
% 29.64/4.60  % (7775)------------------------------
% 29.64/4.60  % (7779)lrs+1010_1:128_sil=8000:sims=off:sos=on:newcnf=on:i=215:kws=frequency:bd=off:alpa=random:fd=off:sac=on_0 on theBenchmark for (2957ds/215Mi)
% 29.92/4.62  % (7776)Instruction limit reached!
% 29.92/4.62  % (7776)------------------------------
% 29.92/4.62  % (7776)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 29.92/4.62  % (7776)Termination reason: Unknown
% 29.92/4.62  % (7776)Termination phase: Saturation
% 29.92/4.62  
% 29.92/4.62  % (7776)Memory used [KB]: 2604
% 29.92/4.62  % (7776)Time elapsed: 0.097 s
% 29.92/4.62  % (7776)Instructions burned: 211 (million)
% 29.92/4.62  % (7776)------------------------------
% 29.92/4.62  % (7776)------------------------------
% 29.92/4.63  % (7780)dis+1011_2:1_sil=2000:fde=unused:plsqc=1:plsq=on:plsqr=36971,524288:nwc=5.0:i=265:ep=RS:nm=7_0 on theBenchmark for (2957ds/265Mi)
% 30.07/4.65  % (7692)Instruction limit reached!
% 30.07/4.65  % (7692)------------------------------
% 30.07/4.65  % (7692)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.07/4.65  % (7692)Termination reason: Unknown
% 30.07/4.65  % (7692)Termination phase: Saturation
% 30.07/4.65  
% 30.07/4.65  % (7692)Memory used [KB]: 17997
% 30.07/4.65  % (7692)Time elapsed: 2.471 s
% 30.07/4.65  % (7692)Instructions burned: 4979 (million)
% 30.07/4.65  % (7692)------------------------------
% 30.07/4.65  % (7692)------------------------------
% 30.07/4.65  % (7777)Instruction limit reached!
% 30.07/4.65  % (7777)------------------------------
% 30.07/4.65  % (7777)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.07/4.65  % (7777)Termination reason: Unknown
% 30.07/4.65  % (7777)Termination phase: Saturation
% 30.07/4.65  
% 30.07/4.65  % (7777)Memory used [KB]: 2235
% 30.07/4.65  % (7777)Time elapsed: 0.101 s
% 30.07/4.65  % (7777)Instructions burned: 201 (million)
% 30.07/4.65  % (7777)------------------------------
% 30.07/4.65  % (7777)------------------------------
% 30.07/4.65  % (7781)dis+1011_1:17_to=lpo:sil=2000:fde=unused:spb=units:lsd=20:nwc=8.0:alpa=random:cond=on:st=1.5:s2a=on:i=1040:s2at=1.5:sd=3:nm=22:fsr=off:ss=axioms:rawr=on:afp=1000:afq=1.56_0 on theBenchmark for (2957ds/1040Mi)
% 30.07/4.66  % (7782)dis-1011_2:3_slsqr=879,448:irw=on:sp=reverse_frequency:slsqc=2:slsq=on:cond=fast:i=443:s2at=4.0:bs=unit_only:sup=off:ss=axioms:sgt=15:rawr=on:lsd=5:sil=8000:nicw=on_0 on theBenchmark for (2957ds/443Mi)
% 30.07/4.66  % (7771)Instruction limit reached!
% 30.07/4.66  % (7771)------------------------------
% 30.07/4.66  % (7771)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.07/4.66  % (7771)Termination reason: Unknown
% 30.07/4.66  % (7771)Termination phase: Saturation
% 30.07/4.66  
% 30.07/4.66  % (7771)Memory used [KB]: 4786
% 30.07/4.66  % (7771)Time elapsed: 0.283 s
% 30.07/4.66  % (7771)Instructions burned: 593 (million)
% 30.07/4.66  % (7771)------------------------------
% 30.07/4.66  % (7771)------------------------------
% 30.07/4.67  % (7783)lrs-1011_3:1_sil=2000:tgt=ground:sos=on:flr=on:i=192:bce=on:kws=inv_frequency_0 on theBenchmark for (2957ds/192Mi)
% 30.07/4.70  % (7778)Instruction limit reached!
% 30.07/4.70  % (7778)------------------------------
% 30.07/4.70  % (7778)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.07/4.70  % (7778)Termination reason: Unknown
% 30.07/4.70  % (7778)Termination phase: Saturation
% 30.07/4.70  
% 30.07/4.70  % (7778)Memory used [KB]: 6545
% 30.07/4.70  % (7778)Time elapsed: 0.124 s
% 30.07/4.70  % (7778)Instructions burned: 230 (million)
% 30.07/4.70  % (7778)------------------------------
% 30.07/4.70  % (7778)------------------------------
% 30.07/4.70  % (7784)dis+1011_5:2_to=lpo:sil=8000:tgt=ground:plsq=on:plsqr=65749,1048576:spb=goal:nwc=10.0:newcnf=on:i=1218:rawr=on:av=off:nm=5:awrs=converge:awrsf=340:bsd=on:s2a=on:fdi=1_0 on theBenchmark for (2956ds/1218Mi)
% 30.07/4.72  % (7779)Instruction limit reached!
% 30.07/4.72  % (7779)------------------------------
% 30.07/4.72  % (7779)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.07/4.72  % (7779)Termination reason: Unknown
% 30.07/4.72  % (7779)Termination phase: Saturation
% 30.07/4.72  
% 30.07/4.72  % (7779)Memory used [KB]: 2798
% 30.07/4.72  % (7779)Time elapsed: 0.117 s
% 30.07/4.72  % (7779)Instructions burned: 215 (million)
% 30.07/4.72  % (7779)------------------------------
% 30.07/4.72  % (7779)------------------------------
% 30.07/4.72  % (7785)lrs+666_2:89_bsr=unit_only:to=lpo:sil=2000:sos=on:spb=goal_then_units:sac=on:i=171:bd=off:uhcvi=on:nicw=on:fd=off_0 on theBenchmark for (2956ds/171Mi)
% 30.07/4.73  % (7780)Instruction limit reached!
% 30.07/4.73  % (7780)------------------------------
% 30.07/4.73  % (7780)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.07/4.73  % (7780)Termination reason: Unknown
% 30.07/4.73  % (7780)Termination phase: Saturation
% 30.07/4.73  
% 30.07/4.73  % (7780)Memory used [KB]: 1576
% 30.07/4.73  % (7780)Time elapsed: 0.113 s
% 30.07/4.73  % (7780)Instructions burned: 265 (million)
% 30.07/4.73  % (7780)------------------------------
% 30.07/4.73  % (7780)------------------------------
% 30.93/4.73  % (7786)lrs+1010_1:28_plsqc=4:si=on:plsq=on:plsqr=22387283,262144:i=283:sd=2:rtra=on:ss=included:sgt=8:sil=2000:slsq=on:slsqc=1:nm=32:acc=model:aer=off:alpa=false:spb=intro:nicw=on:bd=off:sp=reverse_arity:kws=arity_0 on theBenchmark for (2956ds/283Mi)
% 30.93/4.77  % (7783)Instruction limit reached!
% 30.93/4.77  % (7783)------------------------------
% 30.93/4.77  % (7783)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 30.93/4.77  % (7783)Termination reason: Unknown
% 30.93/4.77  % (7783)Termination phase: Saturation
% 30.93/4.77  
% 30.93/4.77  % (7783)Memory used [KB]: 2403
% 30.93/4.77  % (7783)Time elapsed: 0.109 s
% 30.93/4.77  % (7783)Instructions burned: 192 (million)
% 30.93/4.77  % (7783)------------------------------
% 30.93/4.77  % (7783)------------------------------
% 30.93/4.78  % (7787)lrs+1010_1:1_sil=8000:fde=none:sos=on:rp=on:st=3.0:i=590:bd=off:nm=16:fsr=off:ss=included:sgt=8:acc=on:aac=none:s2a=on:fs=off_0 on theBenchmark for (2955ds/590Mi)
% 31.16/4.82  % (7785)Instruction limit reached!
% 31.16/4.82  % (7785)------------------------------
% 31.16/4.82  % (7785)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 31.16/4.82  % (7785)Termination reason: Unknown
% 31.16/4.82  % (7785)Termination phase: Saturation
% 31.16/4.82  
% 31.16/4.82  % (7785)Memory used [KB]: 3451
% 31.16/4.82  % (7785)Time elapsed: 0.121 s
% 31.16/4.82  % (7785)Instructions burned: 171 (million)
% 31.16/4.82  % (7785)------------------------------
% 31.16/4.82  % (7785)------------------------------
% 31.16/4.83  % (7788)lrs+1011_16:1_to=lpo:sil=2000:spb=goal_then_units:urr=on:lsd=1:i=227:bd=off:ss=axioms:gsp=on:sac=on_0 on theBenchmark for (2955ds/227Mi)
% 31.38/4.86  % (7786)Instruction limit reached!
% 31.38/4.86  % (7786)------------------------------
% 31.38/4.86  % (7786)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 31.38/4.86  % (7786)Termination reason: Unknown
% 31.38/4.86  % (7786)Termination phase: Saturation
% 31.38/4.86  
% 31.38/4.86  % (7786)Memory used [KB]: 3532
% 31.38/4.86  % (7786)Time elapsed: 0.149 s
% 31.38/4.86  % (7786)Instructions burned: 285 (million)
% 31.38/4.86  % (7786)------------------------------
% 31.38/4.86  % (7786)------------------------------
% 31.38/4.86  % (7789)ott+10_107421:1048576_to=lpo:drc=off:sil=4000:fde=none:sos=on:lma=on:spb=intro:gs=on:nwc=24.2524:gsem=off:i=1636:sd=3:afp=40000:awrs=decay:awrsf=1166:nm=6:afq=1.99252:uhcvi=on:ss=axioms:rawr=on:sp=const_max:add=off_0 on theBenchmark for (2954ds/1636Mi)
% 31.54/4.87  % (7782)Instruction limit reached!
% 31.54/4.87  % (7782)------------------------------
% 31.54/4.87  % (7782)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 31.54/4.87  % (7782)Termination reason: Unknown
% 31.54/4.87  % (7782)Termination phase: Saturation
% 31.54/4.87  
% 31.54/4.87  % (7782)Memory used [KB]: 3282
% 31.54/4.87  % (7782)Time elapsed: 0.233 s
% 31.54/4.87  % (7782)Instructions burned: 445 (million)
% 31.54/4.87  % (7782)------------------------------
% 31.54/4.87  % (7782)------------------------------
% 31.54/4.87  % (7790)lrs+1011_5:1_sil=2000:plsq=on:plsqr=25,172:sos=on:erd=off:rnwc=on:nwc=10.0:avsq=on:i=229:avsqr=35,118:awrs=converge:awrsf=240:ins=1:amm=sco:uhcvi=on:afr=on:rawr=on:add=large:afp=300_0 on theBenchmark for (2954ds/229Mi)
% 32.64/4.94  % (7788)Instruction limit reached!
% 32.64/4.94  % (7788)------------------------------
% 32.64/4.94  % (7788)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 32.64/4.94  % (7788)Termination reason: Unknown
% 32.64/4.94  % (7788)Termination phase: Saturation
% 32.64/4.94  
% 32.64/4.94  % (7788)Memory used [KB]: 2860
% 32.64/4.94  % (7788)Time elapsed: 0.116 s
% 32.64/4.94  % (7788)Instructions burned: 228 (million)
% 32.64/4.94  % (7788)------------------------------
% 32.64/4.94  % (7788)------------------------------
% 32.64/4.94  % (7790)Instruction limit reached!
% 32.64/4.94  % (7790)------------------------------
% 32.64/4.94  % (7790)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 32.64/4.94  % (7790)Termination reason: Unknown
% 32.64/4.94  % (7790)Termination phase: Saturation
% 32.64/4.94  
% 32.64/4.94  % (7790)Memory used [KB]: 2681
% 32.64/4.94  % (7790)Time elapsed: 0.075 s
% 32.64/4.94  % (7790)Instructions burned: 232 (million)
% 32.64/4.94  % (7790)------------------------------
% 32.64/4.94  % (7790)------------------------------
% 32.64/4.94  % (7791)lrs+1666_1:8_to=lpo:sil=4000:tgt=full:sp=frequency:sos=on:urr=on:i=265:bd=off:nm=4:amm=off:rawr=on_0 on theBenchmark for (2954ds/265Mi)
% 32.64/4.95  % (7792)lrs+2_1:1_sil=2000:nwc=20.1361:i=230:ss=axioms:sd=12:sgt=8_0 on theBenchmark for (2954ds/230Mi)
% 32.90/5.02  % (7792)Instruction limit reached!
% 32.90/5.02  % (7792)------------------------------
% 32.90/5.02  % (7792)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 32.90/5.02  % (7792)Termination reason: Unknown
% 32.90/5.02  % (7792)Termination phase: Saturation
% 32.90/5.02  
% 32.90/5.02  % (7792)Memory used [KB]: 2816
% 32.90/5.02  % (7792)Time elapsed: 0.074 s
% 32.90/5.02  % (7792)Instructions burned: 231 (million)
% 32.90/5.02  % (7792)------------------------------
% 32.90/5.02  % (7792)------------------------------
% 32.90/5.02  % (7793)dis+10_19609:262144_slsqr=2099875,262144:to=lpo:drc=encompass:sil=2000:irw=on:plsqc=4:plsq=on:plsqr=2618345,1048576:rnwc=on:plsql=on:rp=on:nwc=3.01662:s2agt=30:slsqc=2:slsq=on:s2a=on:i=324:nm=6:ins=2:gsp=on:rawr=on:amm=off:flr=on:s2pl=no:erd=off_0 on theBenchmark for (2953ds/324Mi)
% 33.49/5.06  % (7787)Instruction limit reached!
% 33.49/5.06  % (7787)------------------------------
% 33.49/5.06  % (7787)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 33.49/5.06  % (7787)Termination reason: Unknown
% 33.49/5.06  % (7787)Termination phase: Saturation
% 33.49/5.06  
% 33.49/5.06  % (7787)Memory used [KB]: 6274
% 33.49/5.06  % (7787)Time elapsed: 0.287 s
% 33.49/5.06  % (7787)Instructions burned: 590 (million)
% 33.49/5.06  % (7787)------------------------------
% 33.49/5.06  % (7787)------------------------------
% 33.49/5.07  % (7784)Instruction limit reached!
% 33.49/5.07  % (7784)------------------------------
% 33.49/5.07  % (7784)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 33.49/5.07  % (7784)Termination reason: Unknown
% 33.49/5.07  % (7784)Termination phase: Saturation
% 33.49/5.07  
% 33.49/5.07  % (7784)Memory used [KB]: 9075
% 33.49/5.07  % (7784)Time elapsed: 0.383 s
% 33.49/5.07  % (7784)Instructions burned: 1218 (million)
% 33.49/5.07  % (7784)------------------------------
% 33.49/5.07  % (7784)------------------------------
% 33.49/5.07  % (7794)lrs+32_1:4_sil=2000:sos=on:rp=on:i=251:bd=off:nm=16:awrs=decay:awrsf=500_0 on theBenchmark for (2952ds/251Mi)
% 33.49/5.07  % (7795)dis+1011_16:1_sil=16000:tgt=full:nwc=10.0:alpa=random:sac=on:avsq=on:i=2747:sd=1:kws=inv_frequency:ss=included_0 on theBenchmark for (2952ds/2747Mi)
% 33.49/5.08  % (7791)Instruction limit reached!
% 33.49/5.08  % (7791)------------------------------
% 33.49/5.08  % (7791)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 33.49/5.08  % (7791)Termination reason: Unknown
% 33.49/5.08  % (7791)Termination phase: Saturation
% 33.49/5.08  
% 33.75/5.08  % (7791)Memory used [KB]: 3782
% 33.75/5.08  % (7791)Time elapsed: 0.139 s
% 33.75/5.08  % (7791)Instructions burned: 265 (million)
% 33.75/5.08  % (7791)------------------------------
% 33.75/5.08  % (7791)------------------------------
% 33.75/5.09  % (7796)lrs+1002_1:1024_drc=encompass:sil=2000:tgt=full:rp=on:i=195:nm=16:ss=axioms:sd=1:st=2.0_0 on theBenchmark for (2952ds/195Mi)
% 33.75/5.11  % (7789)Instruction limit reached!
% 33.75/5.11  % (7789)------------------------------
% 33.75/5.11  % (7789)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 33.75/5.11  % (7789)Termination reason: Unknown
% 33.75/5.11  % (7789)Termination phase: Saturation
% 33.75/5.11  
% 33.75/5.11  % (7789)Memory used [KB]: 3590
% 33.75/5.11  % (7789)Time elapsed: 0.248 s
% 33.75/5.11  % (7789)Instructions burned: 1641 (million)
% 33.75/5.11  % (7789)------------------------------
% 33.75/5.11  % (7789)------------------------------
% 33.75/5.11  % (7797)lrs-11_4:1_anc=all_dependent:slsqr=1,5:sil=2000:sos=all:spb=goal:br=off:alpa=true:newcnf=on:slsq=on:st=1.5:i=247:aac=none:nm=16:ins=1:ss=axioms:bs=unit_only:drc=off_0 on theBenchmark for (2952ds/247Mi)
% 33.75/5.12  % (7793)Instruction limit reached!
% 33.75/5.12  % (7793)------------------------------
% 33.75/5.12  % (7793)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 33.75/5.12  % (7793)Termination reason: Unknown
% 33.75/5.12  % (7793)Termination phase: Saturation
% 33.75/5.12  
% 33.75/5.12  % (7793)Memory used [KB]: 3963
% 33.75/5.12  % (7793)Time elapsed: 0.096 s
% 33.75/5.12  % (7793)Instructions burned: 326 (million)
% 33.75/5.12  % (7793)------------------------------
% 33.75/5.12  % (7793)------------------------------
% 33.75/5.12  % (7798)lrs-21_1:28_sil=4000:tgt=full:sp=frequency:lma=on:urr=ec_only:nwc=3.0:sac=on:i=178:sd=1:bd=off:ss=axioms:sgt=4:rawr=on_0 on theBenchmark for (2952ds/178Mi)
% 34.24/5.17  % (7798)Instruction limit reached!
% 34.24/5.17  % (7798)------------------------------
% 34.24/5.17  % (7798)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 34.24/5.17  % (7798)Termination reason: Unknown
% 34.24/5.17  % (7798)Termination phase: Saturation
% 34.24/5.17  
% 34.24/5.17  % (7798)Memory used [KB]: 2236
% 34.24/5.17  % (7798)Time elapsed: 0.055 s
% 34.24/5.17  % (7798)Instructions burned: 178 (million)
% 34.24/5.17  % (7798)------------------------------
% 34.24/5.17  % (7798)------------------------------
% 34.24/5.18  % (7799)dis+21_16:1_to=lpo:sil=2000:sp=frequency:urr=on:nwc=10.0:s2a=on:i=1747:sd=1:nm=6:ss=included:fsr=off:gsp=on_0 on theBenchmark for (2951ds/1747Mi)
% 34.24/5.18  % (7797)Instruction limit reached!
% 34.24/5.18  % (7797)------------------------------
% 34.24/5.18  % (7797)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 34.24/5.18  % (7797)Termination reason: Unknown
% 34.24/5.18  % (7797)Termination phase: Saturation
% 34.24/5.18  
% 34.24/5.18  % (7797)Memory used [KB]: 2877
% 34.24/5.18  % (7797)Time elapsed: 0.074 s
% 34.24/5.18  % (7797)Instructions burned: 249 (million)
% 34.24/5.18  % (7797)------------------------------
% 34.24/5.18  % (7797)------------------------------
% 34.24/5.18  % (7800)dis+1011_109733:262144_bsr=unit_only:sil=2000:fde=none:etr=on:sp=occurrence:rnwc=on:rp=on:nwc=23.4039:s2agt=15:avsqc=3:newcnf=on:avsq=on:st=3:s2a=on:i=406:s2at=1.5:aac=none:avsqr=211983,524288:nm=4:ins=3:fsr=off:amm=off:sup=off:ss=axioms:sgt=30:gsp=on:fd=off:bd=off_0 on theBenchmark for (2951ds/406Mi)
% 34.24/5.20  % (7796)Instruction limit reached!
% 34.24/5.20  % (7796)------------------------------
% 34.24/5.20  % (7796)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 34.24/5.20  % (7796)Termination reason: Unknown
% 34.24/5.20  % (7796)Termination phase: Saturation
% 34.24/5.20  
% 34.24/5.20  % (7796)Memory used [KB]: 2780
% 34.24/5.20  % (7796)Time elapsed: 0.112 s
% 34.24/5.20  % (7796)Instructions burned: 196 (million)
% 34.24/5.20  % (7796)------------------------------
% 34.24/5.20  % (7796)------------------------------
% 34.24/5.20  % (7794)Instruction limit reached!
% 34.24/5.20  % (7794)------------------------------
% 34.24/5.20  % (7794)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 34.24/5.20  % (7794)Termination reason: Unknown
% 34.24/5.20  % (7794)Termination phase: Saturation
% 34.24/5.20  
% 34.24/5.20  % (7794)Memory used [KB]: 2741
% 34.24/5.20  % (7794)Time elapsed: 0.129 s
% 34.24/5.20  % (7794)Instructions burned: 252 (million)
% 34.24/5.20  % (7794)------------------------------
% 34.24/5.20  % (7794)------------------------------
% 34.24/5.20  % (7802)dis-1002_468471:1048576_to=lpo:drc=off:sil=2000:tgt=full:sp=frequency:bce=on:nwc=23.5997:newcnf=on:i=548:bs=unit_only:sd=4:nm=10:av=off:uhcvi=on:ss=axioms:sos=on:rp=on_0 on theBenchmark for (2951ds/548Mi)
% 34.24/5.20  % (7801)lrs+2_5:1_to=lpo:sil=2000:plsqc=1:plsq=on:plsqr=32,1:sp=occurrence:sos=all:lma=on:i=237:gsp=on:ss=axioms:rawr=on:sup=off:s2a=on:s2at=3.0_0 on theBenchmark for (2951ds/237Mi)
% 34.78/5.23  % (7781)Instruction limit reached!
% 34.78/5.23  % (7781)------------------------------
% 34.78/5.23  % (7781)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 34.78/5.23  % (7781)Termination reason: Unknown
% 34.78/5.23  % (7781)Termination phase: Saturation
% 34.78/5.23  
% 34.78/5.23  % (7781)Memory used [KB]: 6150
% 34.78/5.23  % (7781)Time elapsed: 0.580 s
% 34.78/5.23  % (7781)Instructions burned: 1041 (million)
% 34.78/5.23  % (7781)------------------------------
% 34.78/5.23  % (7781)------------------------------
% 34.78/5.25  % (7803)lrs+1011_1:1024_sil=4000:br=off:i=275:bd=off:fd=preordered:slsq=on:slsql=off:slsqc=2:slsqr=1,4:s2at=4.0_0 on theBenchmark for (2951ds/275Mi)
% 34.89/5.29  % (7800)Instruction limit reached!
% 34.89/5.29  % (7800)------------------------------
% 34.89/5.29  % (7800)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 34.89/5.29  % (7800)Termination reason: Unknown
% 34.89/5.29  % (7800)Termination phase: Saturation
% 34.89/5.29  
% 34.89/5.29  % (7800)Memory used [KB]: 3179
% 34.89/5.29  % (7800)Time elapsed: 0.107 s
% 34.89/5.29  % (7800)Instructions burned: 406 (million)
% 34.89/5.29  % (7800)------------------------------
% 34.89/5.29  % (7800)------------------------------
% 34.89/5.29  % (7804)lrs+1002_1:16_sil=4000:sos=on:sac=on:i=735:bs=unit_only:gsp=on:ss=included:sgt=16:fsr=off:sfv=off:bd=off_0 on theBenchmark for (2950ds/735Mi)
% 34.89/5.30  % (7801)Instruction limit reached!
% 34.89/5.30  % (7801)------------------------------
% 34.89/5.30  % (7801)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 34.89/5.30  % (7801)Termination reason: Unknown
% 34.89/5.30  % (7801)Termination phase: Saturation
% 34.89/5.30  
% 34.89/5.30  % (7801)Memory used [KB]: 2256
% 34.89/5.30  % (7801)Time elapsed: 0.107 s
% 34.89/5.30  % (7801)Instructions burned: 237 (million)
% 34.89/5.30  % (7801)------------------------------
% 34.89/5.30  % (7801)------------------------------
% 34.89/5.30  % (7805)dis-1011_7:24_to=lpo:sil=64000:sos=on:rnwc=on:gs=on:nwc=1.65:alpa=random:flr=on:nicw=on:i=435:sd=1:bd=off:fsr=off:fsd=on:uhcvi=on:fdi=1:ss=axioms:sgt=16:rawr=on:sp=const_min_0 on theBenchmark for (2950ds/435Mi)
% 35.35/5.38  % (7803)Instruction limit reached!
% 35.35/5.38  % (7803)------------------------------
% 35.35/5.38  % (7803)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 35.35/5.38  % (7803)Termination reason: Unknown
% 35.35/5.38  % (7803)Termination phase: Saturation
% 35.35/5.38  
% 35.35/5.38  % (7803)Memory used [KB]: 2754
% 35.35/5.38  % (7803)Time elapsed: 0.148 s
% 35.35/5.38  % (7803)Instructions burned: 276 (million)
% 35.35/5.38  % (7803)------------------------------
% 35.35/5.38  % (7803)------------------------------
% 35.35/5.39  % (7806)lrs+4_1:8_sil=32000:abs=on:nwc=5.0:updr=off:i=822:nm=6:plsq=on:plsql=on:plsqc=1:plsqr=2,1_0 on theBenchmark for (2949ds/822Mi)
% 35.35/5.43  % (7805)Instruction limit reached!
% 35.35/5.43  % (7805)------------------------------
% 35.35/5.43  % (7805)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 35.35/5.43  % (7805)Termination reason: Unknown
% 35.35/5.43  % (7805)Termination phase: Saturation
% 35.35/5.43  
% 35.35/5.43  % (7805)Memory used [KB]: 6457
% 35.35/5.43  % (7805)Time elapsed: 0.133 s
% 35.35/5.43  % (7805)Instructions burned: 435 (million)
% 35.35/5.43  % (7805)------------------------------
% 35.35/5.43  % (7805)------------------------------
% 35.35/5.43  % (7807)lrs+10_23:15_sil=2000:plsqc=1:plsq=on:plsqr=4106395,32768:plsql=on:nwc=3.0:flr=on:newcnf=on:i=554:kws=precedence:fsr=off:ss=included_0 on theBenchmark for (2949ds/554Mi)
% 35.72/5.44  % (7733)Instruction limit reached!
% 35.72/5.44  % (7733)------------------------------
% 35.72/5.44  % (7733)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 35.72/5.44  % (7733)Termination reason: Unknown
% 35.72/5.44  % (7733)Termination phase: Saturation
% 35.72/5.44  
% 35.72/5.44  % (7733)Memory used [KB]: 19513
% 35.72/5.44  % (7733)Time elapsed: 2.107 s
% 35.72/5.44  % (7733)Instructions burned: 3922 (million)
% 35.72/5.44  % (7733)------------------------------
% 35.72/5.44  % (7733)------------------------------
% 35.72/5.45  % (7808)lrs+11_1:1_to=lpo:sil=64000:sp=occurrence:nwc=2.0:st=6.0:s2a=on:i=285:s2at=5.0:sd=1:nm=3:gsp=on:ss=axioms:fsr=off_0 on theBenchmark for (2949ds/285Mi)
% 36.95/5.48  % (7802)Instruction limit reached!
% 36.95/5.48  % (7802)------------------------------
% 36.95/5.48  % (7802)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 36.95/5.48  % (7802)Termination reason: Unknown
% 36.95/5.48  % (7802)Termination phase: Saturation
% 36.95/5.48  
% 36.95/5.48  % (7802)Memory used [KB]: 3672
% 36.95/5.48  % (7802)Time elapsed: 0.282 s
% 36.95/5.48  % (7802)Instructions burned: 549 (million)
% 36.95/5.48  % (7802)------------------------------
% 36.95/5.48  % (7802)------------------------------
% 36.95/5.50  % (7809)lrs+1004_1:1_anc=none:sil=16000:tgt=ground:rnwc=on:nwc=10.0:i=263:nm=6:ins=1:afr=on:ss=axioms:sgt=32:rawr=on:newcnf=on_0 on theBenchmark for (2948ds/263Mi)
% 36.95/5.53  % (7804)Instruction limit reached!
% 36.95/5.53  % (7804)------------------------------
% 36.95/5.53  % (7804)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 36.95/5.53  % (7804)Termination reason: Unknown
% 36.95/5.53  % (7804)Termination phase: Saturation
% 36.95/5.53  
% 36.95/5.53  % (7804)Memory used [KB]: 5813
% 36.95/5.53  % (7804)Time elapsed: 0.251 s
% 36.95/5.53  % (7804)Instructions burned: 736 (million)
% 36.95/5.53  % (7804)------------------------------
% 36.95/5.53  % (7804)------------------------------
% 37.43/5.54  % (7810)lrs+2_1:1_sil=4000:plsqc=4:plsq=on:plsqr=2,1:rp=on:i=229:nm=10:fde=unused:ep=RS:slsq=on:slsql=off:slsqr=1,8:erd=off_0 on theBenchmark for (2948ds/229Mi)
% 37.68/5.58  % (7809)Instruction limit reached!
% 37.68/5.58  % (7809)------------------------------
% 37.68/5.58  % (7809)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 37.68/5.58  % (7809)Termination reason: Unknown
% 37.68/5.58  % (7809)Termination phase: Saturation
% 37.68/5.58  
% 37.68/5.58  % (7809)Memory used [KB]: 3395
% 37.68/5.58  % (7809)Time elapsed: 0.110 s
% 37.68/5.58  % (7809)Instructions burned: 263 (million)
% 37.68/5.58  % (7809)------------------------------
% 37.68/5.58  % (7809)------------------------------
% 37.68/5.58  % (7811)lrs-21_7:15_sil=32000:sp=unary_first:sos=on:spb=units:urr=ec_only:newcnf=on:i=531:ep=RST:flr=on:gsp=on_0 on theBenchmark for (2947ds/531Mi)
% 37.68/5.61  % (7808)Instruction limit reached!
% 37.68/5.61  % (7808)------------------------------
% 37.68/5.61  % (7808)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 37.68/5.61  % (7808)Termination reason: Unknown
% 37.68/5.61  % (7808)Termination phase: Saturation
% 37.68/5.61  
% 37.68/5.61  % (7808)Memory used [KB]: 2999
% 37.68/5.61  % (7808)Time elapsed: 0.159 s
% 37.68/5.61  % (7808)Instructions burned: 285 (million)
% 37.68/5.61  % (7808)------------------------------
% 37.68/5.61  % (7808)------------------------------
% 37.68/5.61  % (7807)Instruction limit reached!
% 37.68/5.61  % (7807)------------------------------
% 37.68/5.61  % (7807)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 37.68/5.61  % (7807)Termination reason: Unknown
% 37.68/5.61  % (7807)Termination phase: Saturation
% 37.68/5.61  
% 37.68/5.61  % (7807)Memory used [KB]: 5799
% 37.68/5.61  % (7807)Time elapsed: 0.175 s
% 37.68/5.61  % (7807)Instructions burned: 554 (million)
% 37.68/5.61  % (7807)------------------------------
% 37.68/5.61  % (7807)------------------------------
% 37.68/5.61  % (7812)lrs-1002_1:1024_anc=all_dependent:sil=2000:nwc=16.4211:nicw=on:s2a=on:i=292:s2at=5.0:add=large:awrs=converge:awrsf=95:bd=off:afr=on:ss=axioms:rawr=on:slsq=on:slsqc=1:slsqr=1,16:abs=on:sims=off_0 on theBenchmark for (2947ds/292Mi)
% 37.68/5.61  % (7813)lrs-1011_1:2_nwc=10.0:s2agt=30:s2a=on:i=318:ep=RS:gsp=on:awrs=converge:awrsf=1354:rnwc=on:fsr=off:sil=16000_0 on theBenchmark for (2947ds/318Mi)
% 38.09/5.65  % (7810)Instruction limit reached!
% 38.09/5.65  % (7810)------------------------------
% 38.09/5.65  % (7810)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 38.09/5.65  % (7810)Termination reason: Unknown
% 38.09/5.65  % (7810)Termination phase: Saturation
% 38.09/5.65  
% 38.09/5.65  % (7810)Memory used [KB]: 2478
% 38.09/5.65  % (7810)Time elapsed: 0.112 s
% 38.09/5.65  % (7810)Instructions burned: 230 (million)
% 38.09/5.65  % (7810)------------------------------
% 38.09/5.65  % (7810)------------------------------
% 38.09/5.65  % (7814)lrs-1011_1:64_slsqr=1674187,131072:sil=4000:plsq=on:lsd=50:plsql=on:slsq=on:i=193:slsql=off:bd=off:nm=3:amm=off:gsp=on:ss=axioms:fsr=off_0 on theBenchmark for (2947ds/193Mi)
% 38.09/5.66  % (7799)Instruction limit reached!
% 38.09/5.66  % (7799)------------------------------
% 38.09/5.66  % (7799)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 38.09/5.66  % (7799)Termination reason: Unknown
% 38.09/5.66  % (7799)Termination phase: Saturation
% 38.09/5.66  
% 38.09/5.66  % (7799)Memory used [KB]: 8807
% 38.09/5.66  % (7799)Time elapsed: 0.483 s
% 38.09/5.66  % (7799)Instructions burned: 1750 (million)
% 38.09/5.66  % (7799)------------------------------
% 38.09/5.66  % (7799)------------------------------
% 38.28/5.66  % (7815)lrs+1011_1:4_sil=2000:tgt=ground:lsd=100:nwc=2.0:st=7.0:i=1997:bd=off:nm=16:av=off:ss=axioms:rawr=on_0 on theBenchmark for (2947ds/1997Mi)
% 38.28/5.68  % (7813)Instruction limit reached!
% 38.28/5.68  % (7813)------------------------------
% 38.28/5.68  % (7813)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 38.28/5.68  % (7813)Termination reason: Unknown
% 38.28/5.68  % (7813)Termination phase: Saturation
% 38.28/5.68  
% 38.28/5.68  % (7813)Memory used [KB]: 2152
% 38.28/5.68  % (7813)Time elapsed: 0.073 s
% 38.28/5.68  % (7813)Instructions burned: 319 (million)
% 38.28/5.68  % (7813)------------------------------
% 38.28/5.68  % (7813)------------------------------
% 38.28/5.69  % (7816)dis+1011_2:1_plsq=on:plsqr=10319861,131072:rp=on:nwc=5.0:s2a=on:i=303:s2at=4.0:aac=none:ep=RS:nicw=on:sil=8000:bs=on:alpa=random_0 on theBenchmark for (2946ds/303Mi)
% 38.28/5.71  % (7811)Instruction limit reached!
% 38.28/5.71  % (7811)------------------------------
% 38.28/5.71  % (7811)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 38.28/5.71  % (7811)Termination reason: Unknown
% 38.28/5.71  % (7811)Termination phase: Saturation
% 38.28/5.71  
% 38.28/5.71  % (7811)Memory used [KB]: 2798
% 38.28/5.71  % (7811)Time elapsed: 0.127 s
% 38.28/5.71  % (7811)Instructions burned: 535 (million)
% 38.28/5.71  % (7811)------------------------------
% 38.28/5.71  % (7811)------------------------------
% 38.28/5.71  % (7817)lrs+21_1:1024_sil=2000:sp=frequency:spb=non_intro:st=3.5:i=280:sd=3:kws=precedence:bd=off:av=off:ss=axioms:sup=off:lcm=predicate_0 on theBenchmark for (2946ds/280Mi)
% 38.69/5.75  % (7814)Instruction limit reached!
% 38.69/5.75  % (7814)------------------------------
% 38.69/5.75  % (7814)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 38.69/5.75  % (7814)Termination reason: Unknown
% 38.69/5.75  % (7814)Termination phase: Saturation
% 38.69/5.75  
% 38.69/5.75  % (7814)Memory used [KB]: 3005
% 38.69/5.75  % (7814)Time elapsed: 0.103 s
% 38.69/5.75  % (7814)Instructions burned: 193 (million)
% 38.69/5.75  % (7814)------------------------------
% 38.69/5.75  % (7814)------------------------------
% 38.79/5.76  % (7818)lrs+1002_1:4_sil=2000:fde=unused:plsq=on:plsqr=32,1:sos=on:bce=on:i=282:sd=1:ss=included:rawr=on_0 on theBenchmark for (2946ds/282Mi)
% 38.79/5.76  % (7806)Instruction limit reached!
% 38.79/5.76  % (7806)------------------------------
% 38.79/5.76  % (7806)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 38.79/5.76  % (7806)Termination reason: Unknown
% 38.79/5.76  % (7806)Termination phase: Saturation
% 38.79/5.76  
% 38.79/5.76  % (7806)Memory used [KB]: 5017
% 38.79/5.76  % (7806)Time elapsed: 0.386 s
% 38.79/5.76  % (7806)Instructions burned: 823 (million)
% 38.79/5.76  % (7806)------------------------------
% 38.79/5.76  % (7806)------------------------------
% 38.79/5.76  % (7819)dis+10_52093:131072_drc=off:sil=2000:tgt=ground:irw=on:foolp=on:lma=on:urr=ec_only:nwc=5.20774:st=1.5:i=1308:sd=2:kws=inv_frequency:nm=7:ins=3:av=off:uhcvi=on:ss=axioms:rawr=on_0 on theBenchmark for (2946ds/1308Mi)
% 38.79/5.77  % (7816)Instruction limit reached!
% 38.79/5.77  % (7816)------------------------------
% 38.79/5.77  % (7816)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 38.79/5.77  % (7816)Termination reason: Unknown
% 38.79/5.77  % (7816)Termination phase: Saturation
% 38.79/5.77  
% 38.79/5.77  % (7816)Memory used [KB]: 2196
% 38.79/5.77  % (7816)Time elapsed: 0.083 s
% 38.79/5.77  % (7816)Instructions burned: 303 (million)
% 38.79/5.77  % (7816)------------------------------
% 38.79/5.77  % (7816)------------------------------
% 38.79/5.77  % (7820)lrs+2_1:1_drc=encompass:sil=2000:urr=on:nwc=10.0:i=80:sd=3:fsr=off:ss=axioms:fd=preordered:bd=off:sup=off_0 on theBenchmark for (2946ds/80Mi)
% 38.79/5.77  % (7812)Instruction limit reached!
% 38.79/5.77  % (7812)------------------------------
% 38.79/5.77  % (7812)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 38.79/5.77  % (7812)Termination reason: Unknown
% 38.79/5.77  % (7812)Termination phase: Saturation
% 38.79/5.77  
% 38.79/5.77  % (7812)Memory used [KB]: 3770
% 38.79/5.77  % (7812)Time elapsed: 0.163 s
% 38.79/5.77  % (7812)Instructions burned: 293 (million)
% 38.79/5.77  % (7812)------------------------------
% 38.79/5.77  % (7812)------------------------------
% 38.79/5.78  % (7821)dis+1011_1:1024_drc=off:sil=16000:tgt=full:spb=goal_then_units:i=1256:kws=inv_frequency:fsr=off:ss=axioms:rawr=on:urr=ec_only:plsq=on_0 on theBenchmark for (2946ds/1256Mi)
% 38.79/5.78  % (7817)Instruction limit reached!
% 38.79/5.78  % (7817)------------------------------
% 38.79/5.78  % (7817)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 38.79/5.78  % (7817)Termination reason: Unknown
% 38.79/5.78  % (7817)Termination phase: Saturation
% 38.79/5.78  
% 38.79/5.78  % (7817)Memory used [KB]: 2678
% 38.79/5.78  % (7817)Time elapsed: 0.069 s
% 38.79/5.78  % (7817)Instructions burned: 283 (million)
% 38.79/5.78  % (7817)------------------------------
% 38.79/5.78  % (7817)------------------------------
% 38.79/5.78  % (7822)lrs+21_1:1_sil=16000:nwc=19.4924:s2agt=16:s2a=on:i=1496:sd=2:bd=off:ss=axioms:sgt=8:fs=off:fsr=off_0 on theBenchmark for (2945ds/1496Mi)
% 38.79/5.79  % (7820)Instruction limit reached!
% 38.79/5.79  % (7820)------------------------------
% 38.79/5.79  % (7820)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 38.79/5.79  % (7820)Termination reason: Unknown
% 38.79/5.79  % (7820)Termination phase: Saturation
% 38.79/5.79  
% 38.79/5.79  % (7820)Memory used [KB]: 2095
% 38.79/5.79  % (7820)Time elapsed: 0.045 s
% 38.79/5.79  % (7820)Instructions burned: 80 (million)
% 38.79/5.79  % (7820)------------------------------
% 38.79/5.79  % (7820)------------------------------
% 38.79/5.80  % (7823)lrs-1002_51:127_bsr=unit_only:sil=16000:tgt=ground:acc=on:sac=on:avsq=on:st=5.0:i=292:sd=2:avsqr=49633,1048576:ins=2:fsr=off:gsp=on:ss=axioms:rawr=on:awrs=converge:awrsf=220:bce=on:bd=off:fd=off:sfv=off_0 on theBenchmark for (2945ds/292Mi)
% 39.42/5.85  % (7818)Instruction limit reached!
% 39.42/5.85  % (7818)------------------------------
% 39.42/5.85  % (7818)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 39.42/5.85  % (7818)Termination reason: Unknown
% 39.42/5.85  % (7818)Termination phase: Saturation
% 39.42/5.85  
% 39.42/5.85  % (7818)Memory used [KB]: 1871
% 39.42/5.85  % (7818)Time elapsed: 0.122 s
% 39.42/5.85  % (7818)Instructions burned: 284 (million)
% 39.42/5.85  % (7818)------------------------------
% 39.42/5.85  % (7818)------------------------------
% 39.42/5.86  % (7824)lrs-1002_9:13_sil=4000:tgt=ground:etr=on:spb=non_intro:rp=on:newcnf=on:i=586:add=large:afp=50:bd=off:ins=1:fsr=off:afq=4.13736:gsp=on:ss=axioms:sgt=16:rawr=on:flr=on:bce=on_0 on theBenchmark for (2944ds/586Mi)
% 39.42/5.86  % (7823)Instruction limit reached!
% 39.42/5.86  % (7823)------------------------------
% 39.42/5.86  % (7823)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 39.42/5.86  % (7823)Termination reason: Unknown
% 39.42/5.86  % (7823)Termination phase: Saturation
% 39.42/5.86  
% 39.42/5.86  % (7823)Memory used [KB]: 2780
% 39.42/5.86  % (7823)Time elapsed: 0.068 s
% 39.42/5.86  % (7823)Instructions burned: 296 (million)
% 39.42/5.86  % (7823)------------------------------
% 39.42/5.86  % (7823)------------------------------
% 39.42/5.87  % (7825)lrs+0_1:1_drc=off:sil=2000:tgt=ground:sp=occurrence:bce=on:fd=preordered:rp=on:nwc=5.0:alpa=false:nicw=on:st=1.5:s2a=on:i=254:sd=1:kws=inv_arity_squared:bd=off:ins=1:fsr=off:gsp=on:ss=axioms:sgt=30:rawr=on_0 on theBenchmark for (2944ds/254Mi)
% 39.68/5.93  % (7825)Instruction limit reached!
% 39.68/5.93  % (7825)------------------------------
% 39.68/5.93  % (7825)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 39.68/5.93  % (7825)Termination reason: Unknown
% 39.68/5.93  % (7825)Termination phase: Saturation
% 39.68/5.93  
% 39.68/5.93  % (7825)Memory used [KB]: 2416
% 39.68/5.93  % (7825)Time elapsed: 0.062 s
% 39.68/5.93  % (7825)Instructions burned: 256 (million)
% 39.68/5.93  % (7825)------------------------------
% 39.68/5.93  % (7825)------------------------------
% 39.68/5.93  % (7826)dis+1010_3:2_sil=4000:plsq=on:s2agt=100:sac=on:s2a=on:i=956:s2at=2.0:ep=RS:tgt=full_0 on theBenchmark for (2944ds/956Mi)
% 41.66/6.10  % (7822)Instruction limit reached!
% 41.66/6.10  % (7822)------------------------------
% 41.66/6.10  % (7822)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 41.66/6.10  % (7822)Termination reason: Unknown
% 41.66/6.10  % (7822)Termination phase: Saturation
% 41.66/6.10  
% 41.66/6.10  % (7822)Memory used [KB]: 3685
% 41.66/6.10  % (7822)Time elapsed: 0.341 s
% 41.66/6.10  % (7822)Instructions burned: 1497 (million)
% 41.66/6.10  % (7822)------------------------------
% 41.66/6.10  % (7822)------------------------------
% 41.66/6.10  % (7827)lrs+1011_1:1024_slsqr=1,8:sil=2000:rp=on:nwc=10.0:newcnf=on:slsq=on:st=1.5:s2a=on:i=303:sd=1:awrs=converge:awrsf=390:ep=RST:ss=axioms:sac=on_0 on theBenchmark for (2942ds/303Mi)
% 41.66/6.13  % (7819)Instruction limit reached!
% 41.66/6.13  % (7819)------------------------------
% 41.66/6.13  % (7819)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 41.66/6.13  % (7819)Termination reason: Unknown
% 41.66/6.13  % (7819)Termination phase: Saturation
% 41.66/6.13  
% 41.66/6.13  % (7819)Memory used [KB]: 7960
% 41.66/6.13  % (7819)Time elapsed: 0.381 s
% 41.66/6.13  % (7819)Instructions burned: 1309 (million)
% 41.66/6.13  % (7819)------------------------------
% 41.66/6.13  % (7819)------------------------------
% 41.66/6.14  % (7828)dis-1011_1:1_sil=8000:nwc=5.0:slsqc=2:slsq=on:s2a=on:i=331:slsql=off:s2agt=16:ss=axioms_0 on theBenchmark for (2942ds/331Mi)
% 42.27/6.15  % (7824)Instruction limit reached!
% 42.27/6.15  % (7824)------------------------------
% 42.27/6.15  % (7824)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 42.27/6.15  % (7824)Termination reason: Unknown
% 42.27/6.15  % (7824)Termination phase: Saturation
% 42.27/6.15  
% 42.27/6.15  % (7824)Memory used [KB]: 5324
% 42.27/6.15  % (7824)Time elapsed: 0.292 s
% 42.27/6.15  % (7824)Instructions burned: 586 (million)
% 42.27/6.15  % (7824)------------------------------
% 42.27/6.15  % (7824)------------------------------
% 42.27/6.15  % (7829)dis+4_8:1_sil=2000:rp=on:nwc=10.0:alpa=true:sac=on:s2a=on:i=239:ep=R:ss=axioms:s2pl=on_0 on theBenchmark for (2942ds/239Mi)
% 42.27/6.16  % (7826)Instruction limit reached!
% 42.27/6.16  % (7826)------------------------------
% 42.27/6.16  % (7826)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 42.27/6.16  % (7826)Termination reason: Unknown
% 42.27/6.16  % (7826)Termination phase: Saturation
% 42.27/6.16  
% 42.27/6.16  % (7826)Memory used [KB]: 4002
% 42.27/6.16  % (7826)Time elapsed: 0.236 s
% 42.27/6.16  % (7826)Instructions burned: 958 (million)
% 42.27/6.16  % (7826)------------------------------
% 42.27/6.16  % (7826)------------------------------
% 42.27/6.17  % (7830)dis-1002_89073:262144_slsqr=91667,1048576:drc=off:sil=2000:sp=unary_frequency:spb=goal:urr=ec_only:bce=on:lcm=reverse:rp=on:nwc=9.0873:sac=on:slsq=on:nicw=on:cond=fast:i=622:s2at=5.5:kws=precedence:afp=100000:slsql=off:bd=off:nm=5:ins=3:sup=off:afq=1.99538:uhcvi=on:gsp=on:rawr=on:acc=model_0 on theBenchmark for (2941ds/622Mi)
% 42.27/6.18  % (7827)Instruction limit reached!
% 42.27/6.18  % (7827)------------------------------
% 42.27/6.18  % (7827)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 42.27/6.18  % (7827)Termination reason: Unknown
% 42.27/6.18  % (7827)Termination phase: Saturation
% 42.27/6.18  
% 42.27/6.18  % (7827)Memory used [KB]: 1686
% 42.27/6.18  % (7827)Time elapsed: 0.078 s
% 42.27/6.18  % (7827)Instructions burned: 304 (million)
% 42.27/6.18  % (7827)------------------------------
% 42.27/6.18  % (7827)------------------------------
% 42.47/6.18  % (7831)lrs+1002_1:1_sil=64000:sos=on:urr=ec_only:flr=on:st=3.0:i=915:sd=1:ep=RS:nm=16:ss=axioms_0 on theBenchmark for (2941ds/915Mi)
% 42.77/6.24  % (7815)Instruction limit reached!
% 42.77/6.24  % (7815)------------------------------
% 42.77/6.24  % (7815)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 42.77/6.24  % (7815)Termination reason: Unknown
% 42.77/6.24  % (7815)Termination phase: Saturation
% 42.77/6.24  
% 42.77/6.24  % (7815)Memory used [KB]: 8244
% 42.77/6.24  % (7815)Time elapsed: 0.576 s
% 42.77/6.24  % (7815)Instructions burned: 1999 (million)
% 42.77/6.24  % (7815)------------------------------
% 42.77/6.24  % (7815)------------------------------
% 42.77/6.24  % (7828)Instruction limit reached!
% 42.77/6.24  % (7828)------------------------------
% 42.77/6.24  % (7828)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 42.77/6.24  % (7828)Termination reason: Unknown
% 42.77/6.24  % (7828)Termination phase: Saturation
% 42.77/6.24  
% 42.77/6.24  % (7828)Memory used [KB]: 2742
% 42.77/6.24  % (7828)Time elapsed: 0.102 s
% 42.77/6.24  % (7828)Instructions burned: 333 (million)
% 42.77/6.24  % (7828)------------------------------
% 42.77/6.24  % (7828)------------------------------
% 42.77/6.24  % (7832)lrs+34_1:128_to=lpo:drc=off:sil=16000:sp=reverse_arity:fd=preordered:i=1855:bd=preordered:av=off:fsr=off:gs=on:bsr=unit_only_0 on theBenchmark for (2941ds/1855Mi)
% 42.77/6.24  % (7833)lrs+11_3:4_drc=off:sil=2000:tgt=ground:sp=occurrence:urr=on:nwc=5.0:st=3.0:i=223:kws=inv_frequency:av=off:ss=axioms:br=off:rawr=on:newcnf=on_0 on theBenchmark for (2941ds/223Mi)
% 42.94/6.26  % (7829)Instruction limit reached!
% 42.94/6.26  % (7829)------------------------------
% 42.94/6.26  % (7829)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 42.94/6.26  % (7829)Termination reason: Unknown
% 42.94/6.26  % (7829)Termination phase: Saturation
% 42.94/6.26  
% 42.94/6.26  % (7829)Memory used [KB]: 1927
% 42.94/6.26  % (7829)Time elapsed: 0.112 s
% 42.94/6.26  % (7829)Instructions burned: 241 (million)
% 42.94/6.26  % (7829)------------------------------
% 42.94/6.26  % (7829)------------------------------
% 42.94/6.27  % (7834)lrs-32_1:1_to=lpo:sil=2000:sos=on:rp=on:i=727:sd=1:bd=off:ss=axioms:sgt=100_0 on theBenchmark for (2940ds/727Mi)
% 42.94/6.29  % (7747)Instruction limit reached!
% 42.94/6.29  % (7747)------------------------------
% 42.94/6.29  % (7747)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 42.94/6.29  % (7747)Termination reason: Unknown
% 42.94/6.29  % (7747)Termination phase: Saturation
% 42.94/6.29  
% 42.94/6.29  % (7747)Memory used [KB]: 36640
% 42.94/6.29  % (7747)Time elapsed: 2.524 s
% 42.94/6.29  % (7747)Instructions burned: 4759 (million)
% 42.94/6.29  % (7747)------------------------------
% 42.94/6.29  % (7747)------------------------------
% 42.94/6.29  % (7830)Instruction limit reached!
% 42.94/6.29  % (7830)------------------------------
% 42.94/6.29  % (7830)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 42.94/6.29  % (7830)Termination reason: Unknown
% 42.94/6.29  % (7830)Termination phase: Saturation
% 42.94/6.29  
% 42.94/6.29  % (7830)Memory used [KB]: 2183
% 42.94/6.29  % (7830)Time elapsed: 0.128 s
% 42.94/6.29  % (7830)Instructions burned: 624 (million)
% 42.94/6.29  % (7830)------------------------------
% 42.94/6.29  % (7830)------------------------------
% 42.94/6.30  % (7836)dis-1011_4948593:1048576_sfv=off:sil=4000:sp=frequency:sos=on:spb=goal:lsd=1:lcm=predicate:rnwc=on:nwc=16.7798:i=120:sd=2:kws=inv_frequency:awrs=converge:awrsf=336:nm=10:ins=2:av=off:ss=axioms:rawr=on_0 on theBenchmark for (2940ds/120Mi)
% 42.94/6.31  % (7833)Instruction limit reached!
% 42.94/6.31  % (7833)------------------------------
% 42.94/6.31  % (7833)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 42.94/6.31  % (7833)Termination reason: Unknown
% 42.94/6.31  % (7833)Termination phase: Saturation
% 42.94/6.31  
% 42.94/6.31  % (7833)Memory used [KB]: 3616
% 42.94/6.31  % (7833)Time elapsed: 0.066 s
% 42.94/6.31  % (7833)Instructions burned: 223 (million)
% 42.94/6.31  % (7833)------------------------------
% 42.94/6.31  % (7833)------------------------------
% 42.94/6.31  % (7835)lrs+1002_1:1024_slsqr=24,7:sil=4000:bsd=on:newcnf=on:slsq=on:st=2.0:i=373:s2at=2.5:awrs=converge:awrsf=340:ss=axioms:rawr=on:alpa=random:nicw=on:bs=unit_only_0 on theBenchmark for (2940ds/373Mi)
% 43.42/6.31  % (7837)dis-1011_56:219_sil=32000:urr=on:nwc=5.0:s2a=on:i=736:s2at=5.5:awrs=decay:ss=axioms:st=7.0:sup=off:sd=3_0 on theBenchmark for (2940ds/736Mi)
% 43.42/6.33  % (7836)Instruction limit reached!
% 43.42/6.33  % (7836)------------------------------
% 43.42/6.33  % (7836)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 43.42/6.33  % (7836)Termination reason: Unknown
% 43.42/6.33  % (7836)Termination phase: Saturation
% 43.42/6.33  
% 43.42/6.33  % (7836)Memory used [KB]: 1973
% 43.42/6.33  % (7836)Time elapsed: 0.035 s
% 43.42/6.33  % (7836)Instructions burned: 120 (million)
% 43.42/6.33  % (7836)------------------------------
% 43.42/6.33  % (7836)------------------------------
% 43.42/6.33  % (7838)dis+11_1:64_bsr=unit_only:to=lpo:sil=16000:sp=frequency:flr=on:cond=on:i=1686:awrs=converge:awrsf=200:rawr=on:sup=off:abs=on_0 on theBenchmark for (2940ds/1686Mi)
% 43.42/6.35  % (7795)Instruction limit reached!
% 43.42/6.35  % (7795)------------------------------
% 43.42/6.35  % (7795)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 43.42/6.35  % (7795)Termination reason: Unknown
% 43.42/6.35  % (7795)Termination phase: Saturation
% 43.42/6.35  
% 43.42/6.35  % (7795)Memory used [KB]: 13482
% 43.42/6.35  % (7795)Time elapsed: 1.281 s
% 43.42/6.35  % (7795)Instructions burned: 2747 (million)
% 43.42/6.35  % (7795)------------------------------
% 43.42/6.35  % (7795)------------------------------
% 43.42/6.36  % (7839)lrs+1011_1:19_bsr=on:sil=16000:plsq=on:plsqr=691,962:nwc=5.0:s2a=on:i=313:s2at=4.0:sd=2:uhcvi=on:ss=axioms:sgt=30:rawr=on:bsd=on:add=off:sac=on_0 on theBenchmark for (2940ds/313Mi)
% 43.56/6.37  % (7831)Instruction limit reached!
% 43.56/6.37  % (7831)------------------------------
% 43.56/6.37  % (7831)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 43.56/6.37  % (7831)Termination reason: Unknown
% 43.56/6.37  % (7831)Termination phase: Saturation
% 43.56/6.37  
% 43.56/6.37  % (7831)Memory used [KB]: 1975
% 43.56/6.37  % (7831)Time elapsed: 0.189 s
% 43.56/6.37  % (7831)Instructions burned: 919 (million)
% 43.56/6.37  % (7831)------------------------------
% 43.56/6.37  % (7831)------------------------------
% 43.56/6.37  % (7840)dis+1010_1178033:262144_sil=2000:ile=on:sp=reverse_frequency:sos=on:erd=off:spb=goal:abs=on:bce=on:lcm=reverse:fd=preordered:nwc=11.49952179089034:kmz=on:i=137:add=large:bs=unit_only:kws=inv_arity:nm=20:amm=off:uhcvi=on:afr=on:rawr=on:fsr=off:bd=off:fde=unused:bsr=unit_only_0 on theBenchmark for (2939ds/137Mi)
% 43.56/6.41  % (7840)Instruction limit reached!
% 43.56/6.41  % (7840)------------------------------
% 43.56/6.41  % (7840)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 43.56/6.41  % (7840)Termination reason: Unknown
% 43.56/6.41  % (7840)Termination phase: Saturation
% 43.56/6.41  
% 43.56/6.41  % (7840)Memory used [KB]: 2469
% 43.56/6.41  % (7840)Time elapsed: 0.044 s
% 43.56/6.41  % (7840)Instructions burned: 137 (million)
% 43.56/6.41  % (7840)------------------------------
% 43.56/6.41  % (7840)------------------------------
% 43.56/6.42  % (7841)lrs-10_1:1_sil=16000:sos=on:st=3.0:i=3870:sd=2:ep=RST:fsr=off:ss=axioms_0 on theBenchmark for (2939ds/3870Mi)
% 43.88/6.46  % (7839)Instruction limit reached!
% 43.88/6.46  % (7839)------------------------------
% 43.88/6.46  % (7839)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 43.88/6.46  % (7839)Termination reason: Unknown
% 43.88/6.46  % (7839)Termination phase: Saturation
% 43.88/6.46  
% 43.88/6.46  % (7839)Memory used [KB]: 2906
% 43.88/6.46  % (7839)Time elapsed: 0.102 s
% 43.88/6.46  % (7839)Instructions burned: 313 (million)
% 43.88/6.46  % (7839)------------------------------
% 43.88/6.46  % (7839)------------------------------
% 43.88/6.46  % (7842)dis+1011_3:1_anc=all_dependent:bsr=unit_only:drc=encompass:sil=2000:nwc=10.0:alpa=false:sac=on:i=744:kws=precedence:gsp=on:erd=off:bd=off:afp=50:afq=1.276_0 on theBenchmark for (2939ds/744Mi)
% 44.02/6.48  % (7835)Instruction limit reached!
% 44.02/6.48  % (7835)------------------------------
% 44.02/6.48  % (7835)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 44.02/6.48  % (7835)Termination reason: Unknown
% 44.02/6.48  % (7835)Termination phase: Saturation
% 44.02/6.48  
% 44.02/6.48  % (7835)Memory used [KB]: 2979
% 44.02/6.48  % (7835)Time elapsed: 0.173 s
% 44.02/6.48  % (7835)Instructions burned: 373 (million)
% 44.02/6.48  % (7835)------------------------------
% 44.02/6.48  % (7835)------------------------------
% 44.02/6.48  % (7843)lrs+1002_1:4_bsr=unit_only:to=lpo:sil=2000:sos=all:rp=on:avsq=on:i=370:fsr=off:rawr=on:alpa=true:flr=on:lcm=reverse:avsqc=1:nicw=on:newcnf=on_0 on theBenchmark for (2938ds/370Mi)
% 44.02/6.49  % (7821)Instruction limit reached!
% 44.02/6.49  % (7821)------------------------------
% 44.02/6.49  % (7821)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 44.02/6.49  % (7821)Termination reason: Unknown
% 44.02/6.49  % (7821)Termination phase: Saturation
% 44.02/6.49  
% 44.02/6.49  % (7821)Memory used [KB]: 6218
% 44.02/6.49  % (7821)Time elapsed: 0.739 s
% 44.02/6.49  % (7821)Instructions burned: 1257 (million)
% 44.02/6.49  % (7821)------------------------------
% 44.02/6.49  % (7821)------------------------------
% 44.02/6.50  % (7844)dis-1010_1:1_slsqr=3,4:sil=64000:tgt=full:fde=unused:slsqc=1:slsq=on:i=378:sd=1:ss=included:fsr=off:plsq=on:plsqc=1:plsqr=32,1_0 on theBenchmark for (2938ds/378Mi)
% 45.61/6.62  % (7834)Instruction limit reached!
% 45.61/6.62  % (7834)------------------------------
% 45.61/6.62  % (7834)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 45.61/6.62  % (7834)Termination reason: Unknown
% 45.61/6.62  % (7834)Termination phase: Saturation
% 45.61/6.62  
% 45.61/6.62  % (7834)Memory used [KB]: 4461
% 45.61/6.62  % (7834)Time elapsed: 0.357 s
% 45.61/6.62  % (7834)Instructions burned: 727 (million)
% 45.61/6.62  % (7834)------------------------------
% 45.61/6.62  % (7834)------------------------------
% 45.61/6.63  % (7845)lrs+3_1:1024_to=lpo:erd=off:spb=goal:urr=on:cond=fast:i=985:awrs=converge:awrsf=330:av=off:ss=axioms:sgt=16:sup=off:gsp=on:sd=1:sil=32000:nwc=5.0_0 on theBenchmark for (2937ds/985Mi)
% 46.20/6.65  % (7837)Instruction limit reached!
% 46.20/6.65  % (7837)------------------------------
% 46.20/6.65  % (7837)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 46.20/6.65  % (7837)Termination reason: Unknown
% 46.20/6.65  % (7837)Termination phase: Saturation
% 46.20/6.65  
% 46.20/6.65  % (7837)Memory used [KB]: 6483
% 46.20/6.65  % (7837)Time elapsed: 0.338 s
% 46.20/6.65  % (7837)Instructions burned: 738 (million)
% 46.20/6.65  % (7837)------------------------------
% 46.20/6.65  % (7837)------------------------------
% 46.20/6.66  % (7846)lrs-21_1:1_sil=4000:sos=on:lcm=predicate:i=423:sd=2:ss=axioms_0 on theBenchmark for (2937ds/423Mi)
% 46.20/6.67  % (7843)Instruction limit reached!
% 46.20/6.67  % (7843)------------------------------
% 46.20/6.67  % (7843)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 46.20/6.67  % (7843)Termination reason: Unknown
% 46.20/6.67  % (7843)Termination phase: Saturation
% 46.20/6.67  
% 46.20/6.67  % (7843)Memory used [KB]: 3711
% 46.20/6.67  % (7843)Time elapsed: 0.191 s
% 46.20/6.67  % (7843)Instructions burned: 372 (million)
% 46.20/6.67  % (7843)------------------------------
% 46.20/6.67  % (7843)------------------------------
% 46.20/6.67  % (7847)lrs-1011_1:8_sil=2000:nwc=5.0:flr=on:i=454:nm=2:sup=off:fde=unused:fsr=off:bd=off_0 on theBenchmark for (2937ds/454Mi)
% 46.50/6.70  % (7842)Instruction limit reached!
% 46.50/6.70  % (7842)------------------------------
% 46.50/6.70  % (7842)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 46.50/6.70  % (7842)Termination reason: Unknown
% 46.50/6.70  % (7842)Termination phase: Saturation
% 46.50/6.70  
% 46.50/6.70  % (7842)Memory used [KB]: 4972
% 46.50/6.70  % (7842)Time elapsed: 0.241 s
% 46.50/6.70  % (7842)Instructions burned: 745 (million)
% 46.50/6.70  % (7842)------------------------------
% 46.50/6.70  % (7842)------------------------------
% 46.50/6.70  % (7844)Instruction limit reached!
% 46.50/6.70  % (7844)------------------------------
% 46.50/6.70  % (7844)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 46.50/6.70  % (7844)Termination reason: Unknown
% 46.50/6.70  % (7844)Termination phase: Saturation
% 46.50/6.70  
% 46.50/6.70  % (7844)Memory used [KB]: 3687
% 46.50/6.70  % (7844)Time elapsed: 0.209 s
% 46.50/6.70  % (7844)Instructions burned: 380 (million)
% 46.50/6.70  % (7844)------------------------------
% 46.50/6.70  % (7844)------------------------------
% 46.50/6.71  % (7848)lrs+11_1:1024_sil=2000:spb=units:rp=on:updr=off:st=6.0:i=386:sd=3:ss=axioms:sac=on:ep=R_0 on theBenchmark for (2936ds/386Mi)
% 46.50/6.71  % (7849)dis+1011_1:1_bsr=unit_only:sil=32000:cond=fast:i=13056:bd=off:av=off:fsr=off:sfv=off:er=filter:fd=off:erd=off_0 on theBenchmark for (2936ds/13056Mi)
% 46.81/6.78  % (7847)Instruction limit reached!
% 46.81/6.78  % (7847)------------------------------
% 46.81/6.78  % (7847)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 46.81/6.78  % (7847)Termination reason: Unknown
% 46.81/6.78  % (7847)Termination phase: Saturation
% 46.81/6.78  
% 46.81/6.78  % (7847)Memory used [KB]: 3485
% 46.81/6.78  % (7847)Time elapsed: 0.112 s
% 46.81/6.78  % (7847)Instructions burned: 454 (million)
% 46.81/6.78  % (7847)------------------------------
% 46.81/6.78  % (7847)------------------------------
% 46.81/6.78  % (7850)lrs-35_1:128_anc=none:bsr=unit_only:fde=unused:sos=all:urr=on:fd=off:nwc=10.0:slsq=on:st=2.0:i=339:bs=unit_only:gsp=on:ss=axioms:sd=1:alpa=true:sil=8000_0 on theBenchmark for (2935ds/339Mi)
% 47.07/6.83  % (7838)Instruction limit reached!
% 47.07/6.83  % (7838)------------------------------
% 47.07/6.83  % (7838)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 47.07/6.83  % (7838)Termination reason: Unknown
% 47.07/6.83  % (7838)Termination phase: Saturation
% 47.07/6.83  
% 47.07/6.83  % (7838)Memory used [KB]: 13034
% 47.07/6.83  % (7838)Time elapsed: 0.499 s
% 47.07/6.83  % (7838)Instructions burned: 1687 (million)
% 47.07/6.83  % (7838)------------------------------
% 47.07/6.83  % (7838)------------------------------
% 47.07/6.83  % (7832)Instruction limit reached!
% 47.07/6.83  % (7832)------------------------------
% 47.07/6.83  % (7832)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 47.07/6.83  % (7832)Termination reason: Unknown
% 47.07/6.83  % (7832)Termination phase: Saturation
% 47.07/6.83  
% 47.07/6.83  % (7832)Memory used [KB]: 26117
% 47.07/6.83  % (7832)Time elapsed: 0.593 s
% 47.07/6.83  % (7832)Instructions burned: 1855 (million)
% 47.07/6.83  % (7832)------------------------------
% 47.07/6.83  % (7832)------------------------------
% 47.07/6.84  % (7851)lrs-1011_1:1_sil=16000:urr=ec_only:flr=on:i=244:ep=RST:ss=axioms:sd=1:lsd=50_0 on theBenchmark for (2935ds/244Mi)
% 47.07/6.84  % (7852)lrs-1011_1:1_sil=16000:plsq=on:plsqr=10230343,1048576:sos=on:lsd=20:sac=on:s2a=on:i=1147:bd=off:ss=axioms:rawr=on:bce=on_0 on theBenchmark for (2935ds/1147Mi)
% 47.17/6.85  % (7846)Instruction limit reached!
% 47.17/6.85  % (7846)------------------------------
% 47.17/6.85  % (7846)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 47.17/6.85  % (7846)Termination reason: Unknown
% 47.17/6.85  % (7846)Termination phase: Saturation
% 47.17/6.85  
% 47.17/6.85  % (7846)Memory used [KB]: 3011
% 47.17/6.85  % (7846)Time elapsed: 0.201 s
% 47.17/6.85  % (7846)Instructions burned: 423 (million)
% 47.17/6.85  % (7846)------------------------------
% 47.17/6.85  % (7846)------------------------------
% 47.17/6.86  % (7853)dis+1002_1:1_bsr=unit_only:sil=8000:fde=none:sp=occurrence:nwc=1.6:avsq=on:i=318:afp=300:avsqr=604,511:bd=off:nm=10:afq=2.0:rawr=on:sac=on:fsr=off_0 on theBenchmark for (2935ds/318Mi)
% 47.17/6.88  % (7848)Instruction limit reached!
% 47.17/6.88  % (7848)------------------------------
% 47.17/6.88  % (7848)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 47.17/6.88  % (7848)Termination reason: Unknown
% 47.17/6.88  % (7848)Termination phase: Saturation
% 47.17/6.88  
% 47.17/6.88  % (7848)Memory used [KB]: 2569
% 47.17/6.88  % (7848)Time elapsed: 0.176 s
% 47.17/6.88  % (7848)Instructions burned: 386 (million)
% 47.17/6.88  % (7848)------------------------------
% 47.17/6.88  % (7848)------------------------------
% 47.17/6.88  % (7854)lrs+10_1:1_sil=32000:sos=on:lma=on:st=5.5:i=391:sd=1:ss=axioms:rp=on:cond=fast_0 on theBenchmark for (2934ds/391Mi)
% 47.17/6.89  % (7850)Instruction limit reached!
% 47.17/6.89  % (7850)------------------------------
% 47.17/6.89  % (7850)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 47.17/6.89  % (7850)Termination reason: Unknown
% 47.17/6.89  % (7850)Termination phase: Saturation
% 47.17/6.89  
% 47.17/6.89  % (7850)Memory used [KB]: 3201
% 47.17/6.89  % (7850)Time elapsed: 0.113 s
% 47.17/6.89  % (7850)Instructions burned: 341 (million)
% 47.17/6.89  % (7850)------------------------------
% 47.17/6.89  % (7850)------------------------------
% 47.17/6.90  % (7855)lrs+1011_4801913:1048576_sfv=off:sil=2000:plsqc=1:plsq=on:plsqr=98277,1048576:etr=on:sp=const_max:lma=on:erape=on:urr=full:rp=on:nwc=23.4614:lwlo=on:st=2.5:i=324:add=large:bs=unit_only:sd=2:kws=inv_arity_squared:awrs=converge:awrsf=951:nm=17:amm=sco:ss=axioms:er=filter:sgt=50:rawr=on:anc=none_0 on theBenchmark for (2934ds/324Mi)
% 47.75/6.95  % (7851)Instruction limit reached!
% 47.75/6.95  % (7851)------------------------------
% 47.75/6.95  % (7851)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 47.75/6.95  % (7851)Termination reason: Unknown
% 47.75/6.95  % (7851)Termination phase: Saturation
% 47.75/6.95  
% 47.75/6.95  % (7851)Memory used [KB]: 2377
% 47.75/6.95  % (7851)Time elapsed: 0.112 s
% 47.75/6.95  % (7851)Instructions burned: 244 (million)
% 47.75/6.95  % (7851)------------------------------
% 47.75/6.95  % (7851)------------------------------
% 47.75/6.95  % (7853)Instruction limit reached!
% 47.75/6.95  % (7853)------------------------------
% 47.75/6.95  % (7853)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 47.75/6.95  % (7853)Termination reason: Unknown
% 47.75/6.95  % (7853)Termination phase: Saturation
% 47.75/6.95  
% 47.75/6.95  % (7853)Memory used [KB]: 3265
% 47.75/6.95  % (7853)Time elapsed: 0.096 s
% 47.75/6.95  % (7853)Instructions burned: 319 (million)
% 47.75/6.95  % (7853)------------------------------
% 47.75/6.95  % (7853)------------------------------
% 47.75/6.96  % (7857)lrs+1011_4:1_sil=2000:sp=const_max:sos=on:bce=on:avsq=on:i=378:sd=4:kws=inv_frequency:avsqr=1,16:nm=2:ss=axioms:uhcvi=on:fs=off:fsr=off:s2a=on:etr=on:anc=none:avsqc=5_0 on theBenchmark for (2934ds/378Mi)
% 47.75/6.96  % (7856)dis+1011_1:1_sil=2000:urr=ec_only:br=off:st=1.5:i=382:fsr=off:fsd=on:ss=axioms:slsq=on:slsql=off:slsqr=1,16:sup=off_0 on theBenchmark for (2934ds/382Mi)
% 48.00/6.98  % (7856)Refutation not found, incomplete strategy% (7856)------------------------------
% 48.00/6.98  % (7856)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 48.00/6.98  % (7856)Termination reason: Refutation not found, incomplete strategy
% 48.00/6.98  
% 48.00/6.98  % (7856)Memory used [KB]: 1513
% 48.00/6.98  % (7856)Time elapsed: 0.047 s
% 48.00/6.98  % (7856)Instructions burned: 48 (million)
% 48.00/6.98  % (7856)------------------------------
% 48.00/6.98  % (7856)------------------------------
% 48.00/7.00  % (7858)lrs+11_1:20_sil=2000:fde=none:sp=unary_first:sos=on:lma=on:spb=goal:lsd=20:i=554:bd=off:nm=0:aer=off:kws=inv_arity_squared:rawr=on_0 on theBenchmark for (2933ds/554Mi)
% 48.00/7.01  % (7855)Instruction limit reached!
% 48.00/7.01  % (7855)------------------------------
% 48.00/7.01  % (7855)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 48.00/7.01  % (7855)Termination reason: Unknown
% 48.00/7.01  % (7855)Termination phase: Saturation
% 48.00/7.01  
% 48.00/7.01  % (7855)Memory used [KB]: 3413
% 48.00/7.01  % (7855)Time elapsed: 0.110 s
% 48.00/7.01  % (7855)Instructions burned: 324 (million)
% 48.00/7.01  % (7855)------------------------------
% 48.00/7.01  % (7855)------------------------------
% 48.00/7.01  % (7859)dis+1010_2:1_sil=2000:sos=on:rp=on:st=1.5:i=1166:ins=7:fsr=off:amm=off:ss=axioms:sd=4:fs=off:kws=inv_frequency_0 on theBenchmark for (2933ds/1166Mi)
% 48.20/7.05  % (7852)Instruction limit reached!
% 48.20/7.05  % (7852)------------------------------
% 48.20/7.05  % (7852)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 48.20/7.05  % (7852)Termination reason: Unknown
% 48.20/7.05  % (7852)Termination phase: Saturation
% 48.20/7.05  
% 48.20/7.05  % (7852)Memory used [KB]: 2149
% 48.20/7.05  % (7852)Time elapsed: 0.212 s
% 48.20/7.05  % (7852)Instructions burned: 1147 (million)
% 48.20/7.05  % (7852)------------------------------
% 48.20/7.05  % (7852)------------------------------
% 48.20/7.05  % (7860)lrs+10_1:1_sil=64000:fde=unused:sos=on:i=902:ep=R:fsr=off:ss=included:erd=off_0 on theBenchmark for (2933ds/902Mi)
% 48.20/7.06  % (7860)Refutation not found, incomplete strategy% (7860)------------------------------
% 48.20/7.06  % (7860)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 48.20/7.06  % (7860)Termination reason: Refutation not found, incomplete strategy
% 48.20/7.06  
% 48.20/7.06  % (7860)Memory used [KB]: 1299
% 48.20/7.06  % (7860)Time elapsed: 0.005 s
% 48.20/7.06  % (7860)Instructions burned: 17 (million)
% 48.20/7.06  % (7860)------------------------------
% 48.20/7.06  % (7860)------------------------------
% 48.20/7.06  % (7861)ott+10_2557:524288_anc=all_dependent:slsqr=1107323,1048576:drc=off:ccuc=first:sil=2000:tgt=ground:plsqc=5:plsq=on:plsqr=554689,1048576:sp=frequency:sos=on:acc=on:urr=on:plsql=on:gs=on:nwc=1.55306:s2agt=30:slsq=on:st=5:i=306:sd=2:awrs=converge:awrsf=1188:bd=off:nm=2:ins=3:fsr=off:fsd=on:ss=axioms:sgt=15:rawr=on:fsdmm=1_0 on theBenchmark for (2933ds/306Mi)
% 48.43/7.07  % (7845)Instruction limit reached!
% 48.43/7.07  % (7845)------------------------------
% 48.43/7.07  % (7845)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 48.43/7.07  % (7845)Termination reason: Unknown
% 48.43/7.07  % (7845)Termination phase: Saturation
% 48.43/7.07  
% 48.43/7.07  % (7845)Memory used [KB]: 6273
% 48.43/7.07  % (7845)Time elapsed: 0.441 s
% 48.43/7.07  % (7845)Instructions burned: 986 (million)
% 48.43/7.07  % (7845)------------------------------
% 48.43/7.07  % (7845)------------------------------
% 48.43/7.07  % (7862)lrs+1011_1:128_sil=2000:sos=on:st=3.0:i=437:sd=5:bd=off:ss=axioms:av=off_0 on theBenchmark for (2933ds/437Mi)
% 48.43/7.09  % (7857)Instruction limit reached!
% 48.43/7.09  % (7857)------------------------------
% 48.43/7.09  % (7857)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 48.43/7.09  % (7857)Termination reason: Unknown
% 48.43/7.09  % (7857)Termination phase: Saturation
% 48.43/7.09  
% 48.43/7.09  % (7857)Memory used [KB]: 4485
% 48.43/7.09  % (7857)Time elapsed: 0.133 s
% 48.43/7.09  % (7857)Instructions burned: 379 (million)
% 48.43/7.09  % (7857)------------------------------
% 48.43/7.09  % (7857)------------------------------
% 48.43/7.09  % (7863)lrs+1002_1:1_to=lpo:sil=4000:sos=on:i=3657:sd=1:ss=included_0 on theBenchmark for (2932ds/3657Mi)
% 48.43/7.09  % (7854)Instruction limit reached!
% 48.43/7.09  % (7854)------------------------------
% 48.43/7.09  % (7854)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 48.43/7.09  % (7854)Termination reason: Unknown
% 48.43/7.09  % (7854)Termination phase: Saturation
% 48.43/7.09  
% 48.43/7.09  % (7854)Memory used [KB]: 2958
% 48.43/7.09  % (7854)Time elapsed: 0.212 s
% 48.43/7.09  % (7854)Instructions burned: 391 (million)
% 48.43/7.09  % (7854)------------------------------
% 48.43/7.09  % (7854)------------------------------
% 48.43/7.10  % (7864)ott+1011_97509:131072_to=lpo:drc=off:sil=2000:tgt=full:ile=on:sp=occurrence:sos=on:erd=off:rnwc=on:rp=on:nwc=6.31662:avsqc=1:avsq=on:i=1850:afp=10000:avsqr=294519,1048576:nm=6:afq=3.79278:er=filter:rawr=on:fde=none_0 on theBenchmark for (2932ds/1850Mi)
% 50.30/7.16  % (7861)Instruction limit reached!
% 50.30/7.16  % (7861)------------------------------
% 50.30/7.16  % (7861)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 50.30/7.16  % (7861)Termination reason: Unknown
% 50.30/7.16  % (7861)Termination phase: Saturation
% 50.30/7.16  
% 50.30/7.16  % (7861)Memory used [KB]: 5962
% 50.30/7.16  % (7861)Time elapsed: 0.127 s
% 50.30/7.16  % (7861)Instructions burned: 307 (million)
% 50.30/7.16  % (7861)------------------------------
% 50.30/7.16  % (7861)------------------------------
% 50.30/7.17  % (7865)lrs+1011_1:1024_anc=all_dependent:bsr=unit_only:sp=weighted_frequency:sos=on:lsd=20:fd=preordered:nwc=20.1014:flr=on:st=-1.0:i=499:uhcvi=on:gsp=on:ss=axioms:rawr=on:tgt=full:fs=off:fsr=off:add=large:s2pl=no:s2at=2.0:afp=10:afq=2.5683254146172008:sil=32000_0 on theBenchmark for (2931ds/499Mi)
% 50.30/7.17  % (7858)Instruction limit reached!
% 50.30/7.17  % (7858)------------------------------
% 50.30/7.17  % (7858)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 50.30/7.17  % (7858)Termination reason: Unknown
% 50.30/7.17  % (7858)Termination phase: Saturation
% 50.30/7.17  
% 50.30/7.17  % (7858)Memory used [KB]: 4505
% 50.30/7.17  % (7858)Time elapsed: 0.193 s
% 50.30/7.17  % (7858)Instructions burned: 555 (million)
% 50.30/7.17  % (7858)------------------------------
% 50.30/7.17  % (7858)------------------------------
% 50.30/7.18  % (7866)lrs+11_1:1_sil=8000:abs=on:lsd=10:nwc=10.0:sac=on:i=419:sd=1:bd=off:ss=axioms:newcnf=on:sup=off_0 on theBenchmark for (2931ds/419Mi)
% 50.30/7.21  % (7841)Instruction limit reached!
% 50.30/7.21  % (7841)------------------------------
% 50.30/7.21  % (7841)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 50.30/7.21  % (7841)Termination reason: Unknown
% 50.30/7.21  % (7841)Termination phase: Saturation
% 50.30/7.21  
% 50.30/7.21  % (7841)Memory used [KB]: 4774
% 50.30/7.21  % (7841)Time elapsed: 0.804 s
% 50.30/7.21  % (7841)Instructions burned: 3872 (million)
% 50.30/7.21  % (7841)------------------------------
% 50.30/7.21  % (7841)------------------------------
% 50.30/7.21  % (7867)dis-1011_1:5_sil=2000:tgt=full:sims=off:gs=on:nwc=5.0:newcnf=on:cond=fast:i=1566:sd=2:uhcvi=on:ss=axioms:sgt=8:rawr=on:gsp=on_0 on theBenchmark for (2931ds/1566Mi)
% 50.82/7.27  % (7865)Instruction limit reached!
% 50.82/7.27  % (7865)------------------------------
% 50.82/7.27  % (7865)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 50.82/7.27  % (7865)Termination reason: Unknown
% 50.82/7.27  % (7865)Termination phase: Saturation
% 50.82/7.27  
% 50.82/7.27  % (7865)Memory used [KB]: 2244
% 50.82/7.27  % (7865)Time elapsed: 0.102 s
% 50.82/7.27  % (7865)Instructions burned: 501 (million)
% 50.82/7.27  % (7865)------------------------------
% 50.82/7.27  % (7865)------------------------------
% 50.82/7.27  % (7868)lrs+1011_1:16_sil=2000:urr=on:gs=on:s2agt=8:slsqc=2:slsq=on:i=300:bd=off:rawr=on:s2a=on:fsr=off:bce=on:flr=on_0 on theBenchmark for (2930ds/300Mi)
% 50.82/7.28  % (7866)Instruction limit reached!
% 50.82/7.28  % (7866)------------------------------
% 50.82/7.28  % (7866)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 50.82/7.28  % (7866)Termination reason: Unknown
% 50.82/7.28  % (7866)Termination phase: Saturation
% 50.82/7.28  
% 50.82/7.28  % (7866)Memory used [KB]: 2488
% 50.82/7.28  % (7866)Time elapsed: 0.104 s
% 50.82/7.28  % (7866)Instructions burned: 423 (million)
% 50.82/7.28  % (7866)------------------------------
% 50.82/7.28  % (7866)------------------------------
% 51.21/7.28  % (7869)dis+1011_543:505_drc=encompass:sil=128000:tgt=full:etr=on:sp=frequency:nwc=4.8:avsqc=4:sac=on:avsq=on:st=7.0:i=1509:kws=precedence:avsqr=2669309,1048576:awrs=converge:awrsf=975:bd=off:nm=16:ss=axioms:rawr=on:bsd=on:add=large_0 on theBenchmark for (2930ds/1509Mi)
% 51.21/7.32  % (7862)Instruction limit reached!
% 51.21/7.32  % (7862)------------------------------
% 51.21/7.32  % (7862)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 51.21/7.32  % (7862)Termination reason: Unknown
% 51.21/7.32  % (7862)Termination phase: Saturation
% 51.21/7.32  
% 51.21/7.32  % (7862)Memory used [KB]: 4669
% 51.21/7.32  % (7862)Time elapsed: 0.273 s
% 51.21/7.32  % (7862)Instructions burned: 438 (million)
% 51.21/7.32  % (7862)------------------------------
% 51.21/7.32  % (7862)------------------------------
% 51.21/7.33  % (7870)ott-1010_174115:524288_drc=off:sil=2000:ile=on:sp=const_frequency:spb=goal:nwc=11.292:s2agt=5:flr=on:avsqc=5:avsq=on:s2a=on:i=745:s2at=2:add=large:bs=unit_only:afp=1:avsqr=91175,1048576:nm=5:afq=3.59247:uhcvi=on:rawr=on:urr=ec_only_0 on theBenchmark for (2930ds/745Mi)
% 51.52/7.36  % (7868)Instruction limit reached!
% 51.52/7.36  % (7868)------------------------------
% 51.52/7.36  % (7868)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 51.52/7.36  % (7868)Termination reason: Unknown
% 51.52/7.36  % (7868)Termination phase: Saturation
% 51.52/7.36  
% 51.52/7.36  % (7868)Memory used [KB]: 5014
% 51.52/7.36  % (7868)Time elapsed: 0.094 s
% 51.52/7.36  % (7868)Instructions burned: 302 (million)
% 51.52/7.36  % (7868)------------------------------
% 51.52/7.36  % (7868)------------------------------
% 51.52/7.37  % (7871)dis+11_1:1024_to=lpo:sil=16000:sp=reverse_arity:sos=all:st=1.5:i=409:bd=off:av=off:ss=axioms:sfv=off:sd=4:fd=off_0 on theBenchmark for (2929ds/409Mi)
% 51.88/7.43  % (7859)Instruction limit reached!
% 51.88/7.43  % (7859)------------------------------
% 51.88/7.43  % (7859)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 51.88/7.43  % (7859)Termination reason: Unknown
% 51.88/7.43  % (7859)Termination phase: Saturation
% 51.88/7.43  
% 51.88/7.43  % (7859)Memory used [KB]: 7464
% 51.88/7.43  % (7859)Time elapsed: 0.446 s
% 51.88/7.43  % (7859)Instructions burned: 1167 (million)
% 51.88/7.43  % (7859)------------------------------
% 51.88/7.43  % (7859)------------------------------
% 51.88/7.44  % (7872)dis+10_5375:524288_to=lpo:drc=off:sil=2000:tgt=ground:plsq=on:plsqr=2270675,65536:sp=const_min:foolp=on:spb=goal_then_units:urr=ec_only:lcm=reverse:fd=preordered:nwc=1.91851:nicw=on:s2a=on:i=307:s2at=1.5:add=off:nm=16:rawr=on_0 on theBenchmark for (2929ds/307Mi)
% 52.05/7.48  % (7871)Instruction limit reached!
% 52.05/7.48  % (7871)------------------------------
% 52.05/7.48  % (7871)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 52.05/7.48  % (7871)Termination reason: Unknown
% 52.05/7.48  % (7871)Termination phase: Saturation
% 52.05/7.48  
% 52.05/7.48  % (7871)Memory used [KB]: 4114
% 52.05/7.48  % (7871)Time elapsed: 0.117 s
% 52.05/7.48  % (7871)Instructions burned: 410 (million)
% 52.05/7.48  % (7871)------------------------------
% 52.05/7.48  % (7871)------------------------------
% 52.05/7.48  % (7873)dis+2_8:1_sil=2000:fde=unused:s2a=on:i=804:sd=2:ss=included_0 on theBenchmark for (2928ds/804Mi)
% 52.05/7.53  % (7872)Instruction limit reached!
% 52.05/7.53  % (7872)------------------------------
% 52.05/7.53  % (7872)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 52.05/7.53  % (7872)Termination reason: Unknown
% 52.05/7.53  % (7872)Termination phase: Saturation
% 52.05/7.53  
% 52.05/7.53  % (7872)Memory used [KB]: 3539
% 52.05/7.53  % (7872)Time elapsed: 0.092 s
% 52.05/7.53  % (7872)Instructions burned: 308 (million)
% 52.05/7.53  % (7872)------------------------------
% 52.05/7.53  % (7872)------------------------------
% 52.05/7.53  % (7874)lrs+2_1:1_sil=16000:sp=occurrence:bce=on:st=5.0:i=2898:sd=12:ss=axioms:sgt=16_0 on theBenchmark for (2928ds/2898Mi)
% 52.77/7.64  % (7870)Instruction limit reached!
% 52.77/7.64  % (7870)------------------------------
% 52.77/7.64  % (7870)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 52.77/7.64  % (7870)Termination reason: Unknown
% 52.77/7.64  % (7870)Termination phase: Saturation
% 52.77/7.64  
% 52.77/7.64  % (7870)Memory used [KB]: 5085
% 52.77/7.64  % (7870)Time elapsed: 0.323 s
% 52.77/7.64  % (7870)Instructions burned: 745 (million)
% 52.77/7.64  % (7870)------------------------------
% 52.77/7.64  % (7870)------------------------------
% 52.77/7.64  % (7875)dis+1011_1:9_bsr=unit_only:sil=2000:plsq=on:plsqr=375,251:sp=const_frequency:sos=on:spb=intro:urr=on:flr=on:slsq=on:i=478:av=off:fsr=off:rawr=on:ss=axioms:sd=3:sgt=16:st=3.0:rp=on:to=lpo_0 on theBenchmark for (2927ds/478Mi)
% 54.20/7.71  % (7869)Instruction limit reached!
% 54.20/7.71  % (7869)------------------------------
% 54.20/7.71  % (7869)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 54.20/7.71  % (7869)Termination reason: Unknown
% 54.20/7.71  % (7869)Termination phase: Saturation
% 54.20/7.71  
% 54.20/7.71  % (7869)Memory used [KB]: 9512
% 54.20/7.71  % (7869)Time elapsed: 0.432 s
% 54.20/7.71  % (7869)Instructions burned: 1511 (million)
% 54.20/7.71  % (7869)------------------------------
% 54.20/7.71  % (7869)------------------------------
% 54.20/7.71  % (7873)Instruction limit reached!
% 54.20/7.71  % (7873)------------------------------
% 54.20/7.71  % (7873)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 54.20/7.71  % (7873)Termination reason: Unknown
% 54.20/7.71  % (7873)Termination phase: Saturation
% 54.20/7.71  
% 54.20/7.71  % (7873)Memory used [KB]: 5124
% 54.20/7.71  % (7873)Time elapsed: 0.231 s
% 54.20/7.71  % (7873)Instructions burned: 805 (million)
% 54.20/7.71  % (7873)------------------------------
% 54.20/7.71  % (7873)------------------------------
% 54.20/7.72  % (7876)lrs+1011_1:1_sil=4000:sos=on:st=3.0:i=392:sd=1:ss=axioms_0 on theBenchmark for (2926ds/392Mi)
% 54.20/7.72  % (7867)Instruction limit reached!
% 54.20/7.72  % (7867)------------------------------
% 54.20/7.72  % (7867)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 54.20/7.72  % (7867)Termination reason: Unknown
% 54.20/7.72  % (7867)Termination phase: Saturation
% 54.20/7.72  
% 54.20/7.72  % (7867)Memory used [KB]: 10112
% 54.20/7.72  % (7867)Time elapsed: 0.505 s
% 54.20/7.72  % (7867)Instructions burned: 1566 (million)
% 54.20/7.72  % (7867)------------------------------
% 54.20/7.72  % (7867)------------------------------
% 54.20/7.72  % (7877)lrs+1010_1:4_sil=2000:tgt=ground:sp=reverse_frequency:nwc=5.0:i=847:av=off:bd=off:kmz=on_0 on theBenchmark for (2926ds/847Mi)
% 54.20/7.72  % (7878)lrs+1011_62705:1048576_drc=off:sil=2000:tgt=full:fde=unused:sp=weighted_frequency:spb=goal_then_units:abs=on:lsd=10:lcm=predicate:nwc=20.0587:s2agt=20:s2a=on:i=394:s2at=6:bs=on:afp=50:awrs=decay:awrsf=742:bd=preordered:nm=6:fsr=off:amm=sco:afq=1.5183159961804336:uhcvi=on:rawr=on_0 on theBenchmark for (2926ds/394Mi)
% 55.01/7.79  % (7875)Instruction limit reached!
% 55.01/7.79  % (7875)------------------------------
% 55.01/7.79  % (7875)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 55.01/7.79  % (7875)Termination reason: Unknown
% 55.01/7.79  % (7875)Termination phase: Saturation
% 55.01/7.79  
% 55.01/7.79  % (7875)Memory used [KB]: 5317
% 55.01/7.79  % (7875)Time elapsed: 0.139 s
% 55.01/7.79  % (7875)Instructions burned: 478 (million)
% 55.01/7.79  % (7875)------------------------------
% 55.01/7.79  % (7875)------------------------------
% 55.01/7.80  % (7877)First to succeed.
% 55.01/7.80  % (7877)Solution written to "/export/starexec/sandbox/tmp/vampire-proof-7595"
% 55.01/7.80  % (7877)Refutation found. Thanks to Tanya!
% 55.01/7.80  % SZS status Theorem for theBenchmark
% 55.01/7.80  % SZS output start Proof for theBenchmark
% See solution above
% 55.01/7.80  % (7877)------------------------------
% 55.01/7.80  % (7877)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 55.01/7.80  % (7877)Termination reason: Refutation
% 55.01/7.80  
% 55.01/7.80  % (7877)Memory used [KB]: 2531
% 55.01/7.80  % (7877)Time elapsed: 0.081 s
% 55.01/7.80  % (7877)Instructions burned: 294 (million)
% 55.01/7.80  % (7595)Success in time 7.427 s
% 55.01/7.80  % Vampire---4.8 exiting
%------------------------------------------------------------------------------