TSTP Solution File: SWW602_2 by Vampire---4.8

View Problem - Process Solution

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

% Computer : n003.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed May  1 04:20:14 EDT 2024

% Result   : Theorem 197.39s 25.50s
% Output   : Refutation 197.39s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   25
%            Number of leaves      :  195
% Syntax   : Number of formulae    :  407 (  98 unt; 123 typ;   0 def)
%            Number of atoms       : 1676 ( 501 equ)
%            Maximal formula atoms :  122 (   5 avg)
%            Number of connectives : 2141 ( 749   ~; 449   |; 781   &)
%                                         (  30 <=>; 132  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   42 (   5 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number arithmetic     : 2678 ( 689 atm; 974 fun; 911 num; 104 var)
%            Number of types       :    9 (   7 usr;   1 ari)
%            Number of type conns  :  118 (  62   >;  56   *;   0   +;   0  <<)
%            Number of predicates  :   23 (  19 usr;  15 prp; 0-3 aty)
%            Number of functors    :  117 ( 111 usr;  57 con; 0-5 aty)
%            Number of variables   :  643 ( 423   !; 220   ?; 643   :)

% Comments : 
%------------------------------------------------------------------------------
tff(type_def_5,type,
    uni: $tType ).

tff(type_def_6,type,
    ty: $tType ).

tff(type_def_7,type,
    bool1: $tType ).

tff(type_def_8,type,
    tuple02: $tType ).

tff(type_def_9,type,
    tree1: $tType ).

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

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

tff(func_def_0,type,
    witness1: ty > uni ).

tff(func_def_1,type,
    int: ty ).

tff(func_def_2,type,
    real: ty ).

tff(func_def_3,type,
    bool: ty ).

tff(func_def_4,type,
    true1: bool1 ).

tff(func_def_5,type,
    false1: bool1 ).

tff(func_def_6,type,
    match_bool1: ( ty * bool1 * uni * uni ) > uni ).

tff(func_def_7,type,
    tuple0: ty ).

tff(func_def_8,type,
    tuple03: tuple02 ).

tff(func_def_9,type,
    qtmark: ty ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tff(func_def_35,type,
    tree: ty ).

tff(func_def_36,type,
    empty1: tree1 ).

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

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

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

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

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

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

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

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

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

tff(func_def_46,type,
    t2tb3: map_int_lplist_treerp > uni ).

tff(func_def_47,type,
    tb2t3: uni > map_int_lplist_treerp ).

tff(func_def_50,type,
    sK1: $int ).

tff(func_def_51,type,
    sK2: map_int_lplist_treerp ).

tff(func_def_52,type,
    sK3: map_int_lplist_treerp ).

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

tff(func_def_54,type,
    sK5: map_int_lplist_treerp ).

tff(func_def_55,type,
    sK6: map_int_lplist_treerp ).

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

tff(func_def_57,type,
    sK8: list_tree ).

tff(func_def_58,type,
    sK9: map_int_lplist_treerp ).

tff(func_def_59,type,
    sK10: tree1 ).

tff(func_def_60,type,
    sK11: tree1 > tree1 ).

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

tff(func_def_62,type,
    sK13: tree1 > tree1 ).

tff(func_def_63,type,
    sK14: tree1 > tree1 ).

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

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

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

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

tff(func_def_68,type,
    sK19: ( ty * uni * uni ) > uni ).

tff(func_def_69,type,
    sK20: ( ty * uni * uni ) > uni ).

tff(func_def_70,type,
    sK21: tree1 > tree1 ).

tff(func_def_71,type,
    sK22: tree1 > tree1 ).

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

tff(func_def_73,type,
    sF24: $int ).

tff(func_def_74,type,
    sF25: uni ).

tff(func_def_75,type,
    sF26: ty ).

tff(func_def_76,type,
    sF27: uni ).

tff(func_def_77,type,
    sF28: uni ).

tff(func_def_78,type,
    sF29: uni ).

tff(func_def_79,type,
    sF30: uni ).

tff(func_def_80,type,
    sF31: uni ).

tff(func_def_81,type,
    sF32: uni ).

tff(func_def_82,type,
    sF33: uni ).

tff(func_def_83,type,
    sF34: uni ).

tff(func_def_84,type,
    sF35: map_int_lplist_treerp ).

tff(func_def_85,type,
    sF36: $int ).

tff(func_def_86,type,
    sF37: ( tree1 * tree1 ) > uni ).

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

tff(func_def_88,type,
    sF39: $int ).

tff(func_def_89,type,
    sF40: $int ).

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

tff(func_def_91,type,
    sF42: tree1 > $int ).

tff(func_def_92,type,
    sF43: tree1 > $int ).

tff(func_def_93,type,
    sF44: tree1 > tree1 ).

tff(func_def_94,type,
    sF45: uni ).

tff(func_def_95,type,
    sF46: uni ).

tff(func_def_96,type,
    sF47: list_tree ).

tff(func_def_97,type,
    sF48: uni ).

tff(func_def_98,type,
    sF49: uni ).

tff(func_def_99,type,
    sF50: list_tree ).

tff(func_def_100,type,
    sF51: ( tree1 * tree1 ) > $int ).

tff(func_def_101,type,
    sF52: tree1 > $int ).

tff(func_def_102,type,
    sF53: tree1 > tree1 ).

tff(func_def_103,type,
    sF54: $int > uni ).

tff(func_def_104,type,
    sF55: $int > list_tree ).

tff(func_def_105,type,
    sF56: uni ).

tff(func_def_106,type,
    sF57: uni ).

tff(func_def_107,type,
    sF58: uni ).

tff(func_def_108,type,
    sF59: map_int_lplist_treerp ).

tff(func_def_109,type,
    sF60: $int > uni ).

tff(func_def_110,type,
    sF61: $int > list_tree ).

tff(func_def_111,type,
    sF62: uni ).

tff(func_def_112,type,
    sF63: uni ).

tff(func_def_113,type,
    sF64: uni ).

tff(func_def_114,type,
    sF65: uni ).

tff(func_def_115,type,
    sF66: uni ).

tff(func_def_116,type,
    sF67: map_int_lplist_treerp ).

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

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

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

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

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

tff(f23344,plain,
    $false,
    inference(avatar_sat_refutation,[],[f480,f498,f981,f2463,f2466,f3048,f5719,f5721,f5730,f5762,f5777,f17473,f17488,f20247,f21843,f23213,f23343]) ).

tff(f23343,plain,
    ( ~ spl68_90
    | ~ spl68_2
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(avatar_split_clause,[],[f23342,f5743,f505,f500,f478,f3201]) ).

tff(f3201,plain,
    ( spl68_90
  <=> $less(sK7,$sum(1,sK7)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_90])]) ).

tff(f478,plain,
    ( spl68_2
  <=> ! [X11: tree1,X10: tree1] :
        ( ~ $less(size1(X10),sF23)
        | ( node1(X10,X11) != sK10 ) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_2])]) ).

tff(f500,plain,
    ( spl68_5
  <=> ( sK7 = sF43(sK10) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_5])]) ).

tff(f505,plain,
    ( spl68_6
  <=> ( sK10 = sF44(sK10) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_6])]) ).

tff(f5743,plain,
    ( spl68_179
  <=> ( empty1 = sK10 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_179])]) ).

tff(f23342,plain,
    ( ~ $less(sK7,$sum(1,sK7))
    | ~ spl68_2
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(forward_demodulation,[],[f23336,f709]) ).

tff(f709,plain,
    sF23 = $sum(1,sK7),
    inference(backward_demodulation,[],[f353,f84]) ).

tff(f84,plain,
    ! [X0: $int,X1: $int] : ( $sum(X0,X1) = $sum(X1,X0) ),
    introduced(theory_axiom_135,[]) ).

tff(f353,plain,
    $sum(sK7,1) = sF23,
    introduced(function_definition,[new_symbols(definition,[sF23])]) ).

tff(f23336,plain,
    ( ~ $less(sK7,sF23)
    | ~ spl68_2
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(forward_demodulation,[],[f23335,f502]) ).

tff(f502,plain,
    ( ( sK7 = sF43(sK10) )
    | ~ spl68_5 ),
    inference(avatar_component_clause,[],[f500]) ).

tff(f23335,plain,
    ( ~ $less(sF43(sK10),sF23)
    | ~ spl68_2
    | ~ spl68_6
    | spl68_179 ),
    inference(forward_demodulation,[],[f23333,f380]) ).

tff(f380,plain,
    ! [X12: tree1] : ( size1(sK11(X12)) = sF43(X12) ),
    introduced(function_definition,[new_symbols(definition,[sF43])]) ).

tff(f23333,plain,
    ( ~ $less(size1(sK11(sK10)),sF23)
    | ~ spl68_2
    | ~ spl68_6
    | spl68_179 ),
    inference(trivial_inequality_removal,[],[f23330]) ).

tff(f23330,plain,
    ( ( sK10 != sK10 )
    | ~ $less(size1(sK11(sK10)),sF23)
    | ~ spl68_2
    | ~ spl68_6
    | spl68_179 ),
    inference(superposition,[],[f479,f5802]) ).

tff(f5802,plain,
    ( ( sK10 = node1(sK11(sK10),sK12(sK10)) )
    | ~ spl68_6
    | spl68_179 ),
    inference(forward_demodulation,[],[f5801,f5780]) ).

tff(f5780,plain,
    ( ( sK12(sK10) = node_proj_21(sK10) )
    | ~ spl68_6 ),
    inference(superposition,[],[f802,f507]) ).

tff(f507,plain,
    ( ( sK10 = sF44(sK10) )
    | ~ spl68_6 ),
    inference(avatar_component_clause,[],[f505]) ).

tff(f802,plain,
    ! [X0: tree1] : ( sK12(X0) = node_proj_21(sF44(X0)) ),
    inference(superposition,[],[f337,f382]) ).

tff(f382,plain,
    ! [X12: tree1] : ( node1(sK11(X12),sK12(X12)) = sF44(X12) ),
    introduced(function_definition,[new_symbols(definition,[sF44])]) ).

tff(f337,plain,
    ! [X0: tree1,X1: tree1] : ( node_proj_21(node1(X0,X1)) = X1 ),
    inference(cnf_transformation,[],[f146]) ).

tff(f146,plain,
    ! [X0: tree1,X1: tree1] : ( node_proj_21(node1(X0,X1)) = X1 ),
    inference(rectify,[],[f61]) ).

tff(f61,axiom,
    ! [X6: tree1,X9: tree1] : ( node_proj_21(node1(X6,X9)) = X9 ),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',node_proj_2_def1) ).

tff(f5801,plain,
    ( ( sK10 = node1(sK11(sK10),node_proj_21(sK10)) )
    | ~ spl68_6
    | spl68_179 ),
    inference(subsumption_resolution,[],[f5800,f5744]) ).

tff(f5744,plain,
    ( ( empty1 != sK10 )
    | spl68_179 ),
    inference(avatar_component_clause,[],[f5743]) ).

tff(f5800,plain,
    ( ( sK10 = node1(sK11(sK10),node_proj_21(sK10)) )
    | ( empty1 = sK10 )
    | ~ spl68_6 ),
    inference(superposition,[],[f333,f5781]) ).

tff(f5781,plain,
    ( ( sK11(sK10) = node_proj_11(sK10) )
    | ~ spl68_6 ),
    inference(superposition,[],[f801,f507]) ).

tff(f801,plain,
    ! [X0: tree1] : ( sK11(X0) = node_proj_11(sF44(X0)) ),
    inference(superposition,[],[f338,f382]) ).

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

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

tff(f60,axiom,
    ! [X6: tree1,X9: tree1] : ( node_proj_11(node1(X6,X9)) = X6 ),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',node_proj_1_def1) ).

tff(f333,plain,
    ! [X0: tree1] :
      ( ( node1(node_proj_11(X0),node_proj_21(X0)) = X0 )
      | ( empty1 = X0 ) ),
    inference(cnf_transformation,[],[f142]) ).

tff(f142,plain,
    ! [X0: tree1] :
      ( ( node1(node_proj_11(X0),node_proj_21(X0)) = X0 )
      | ( empty1 = X0 ) ),
    inference(rectify,[],[f62]) ).

tff(f62,axiom,
    ! [X6: tree1] :
      ( ( node1(node_proj_11(X6),node_proj_21(X6)) = X6 )
      | ( empty1 = X6 ) ),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',tree_inversion1) ).

tff(f479,plain,
    ( ! [X10: tree1,X11: tree1] :
        ( ( node1(X10,X11) != sK10 )
        | ~ $less(size1(X10),sF23) )
    | ~ spl68_2 ),
    inference(avatar_component_clause,[],[f478]) ).

tff(f23213,plain,
    ( spl68_1
    | ~ spl68_3
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(avatar_split_clause,[],[f23208,f5743,f505,f500,f491,f474]) ).

tff(f474,plain,
    ( spl68_1
  <=> ( sK4 = sF24 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_1])]) ).

tff(f491,plain,
    ( spl68_3
  <=> ( sF41 = sF42(sK10) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_3])]) ).

tff(f23208,plain,
    ( ( sK4 = sF24 )
    | ~ spl68_3
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(evaluation,[],[f23199]) ).

tff(f23199,plain,
    ( ( sF24 = $uminus($uminus(sK4)) )
    | ~ spl68_3
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(superposition,[],[f94,f23134]) ).

tff(f23134,plain,
    ( ( $uminus(sK4) = $uminus(sF24) )
    | ~ spl68_3
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(evaluation,[],[f23133]) ).

tff(f23133,plain,
    ( ( $sum($uminus(sK4),0) = $uminus(sF24) )
    | ~ spl68_3
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(forward_demodulation,[],[f23132,f88]) ).

tff(f88,plain,
    ! [X0: $int] : ( 0 = $sum(X0,$uminus(X0)) ),
    introduced(theory_axiom_140,[]) ).

tff(f23132,plain,
    ( ( $uminus(sF24) = $sum($uminus(sK4),$sum(sK7,$uminus(sK7))) )
    | ~ spl68_3
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(forward_demodulation,[],[f23131,f85]) ).

tff(f85,plain,
    ! [X2: $int,X0: $int,X1: $int] : ( $sum(X0,$sum(X1,X2)) = $sum($sum(X0,X1),X2) ),
    introduced(theory_axiom_136,[]) ).

tff(f23131,plain,
    ( ( $uminus(sF24) = $sum($sum($uminus(sK4),sK7),$uminus(sK7)) )
    | ~ spl68_3
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(forward_demodulation,[],[f23130,f84]) ).

tff(f23130,plain,
    ( ( $uminus(sF24) = $sum($uminus(sK7),$sum($uminus(sK4),sK7)) )
    | ~ spl68_3
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(forward_demodulation,[],[f23129,f580]) ).

tff(f580,plain,
    sK7 = $uminus(sF40),
    inference(superposition,[],[f94,f375]) ).

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

tff(f23129,plain,
    ( ( $sum($uminus(sK7),$sum($uminus(sK4),$uminus(sF40))) = $uminus(sF24) )
    | ~ spl68_3
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(forward_demodulation,[],[f23128,f84]) ).

tff(f23128,plain,
    ( ( $sum($uminus(sK7),$sum($uminus(sF40),$uminus(sK4))) = $uminus(sF24) )
    | ~ spl68_3
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(forward_demodulation,[],[f23097,f87]) ).

tff(f87,plain,
    ! [X0: $int,X1: $int] : ( $uminus($sum(X0,X1)) = $sum($uminus(X1),$uminus(X0)) ),
    introduced(theory_axiom_139,[]) ).

tff(f23097,plain,
    ( ( $sum($uminus(sK7),$uminus($sum(sK4,sF40))) = $uminus(sF24) )
    | ~ spl68_3
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(superposition,[],[f1280,f22914]) ).

tff(f22914,plain,
    ( ( sF24 = $sum(sK7,$sum(sK4,sF40)) )
    | ~ spl68_3
    | ~ spl68_5
    | ~ spl68_6
    | spl68_179 ),
    inference(backward_demodulation,[],[f19117,f22888]) ).

tff(f22888,plain,
    ( ( sF24 = sF51(sK11(sK10),sK12(sK10)) )
    | ~ spl68_6
    | spl68_179 ),
    inference(forward_demodulation,[],[f22887,f5781]) ).

tff(f22887,plain,
    ( ( sF24 = sF51(node_proj_11(sK10),sK12(sK10)) )
    | ~ spl68_6
    | spl68_179 ),
    inference(forward_demodulation,[],[f22886,f5780]) ).

tff(f22886,plain,
    ( ( sF24 = sF51(node_proj_11(sK10),node_proj_21(sK10)) )
    | spl68_179 ),
    inference(subsumption_resolution,[],[f22823,f5744]) ).

tff(f22823,plain,
    ( ( sF24 = sF51(node_proj_11(sK10),node_proj_21(sK10)) )
    | ( empty1 = sK10 ) ),
    inference(superposition,[],[f1321,f354]) ).

tff(f354,plain,
    size1(sK10) = sF24,
    introduced(function_definition,[new_symbols(definition,[sF24])]) ).

tff(f1321,plain,
    ! [X0: tree1] :
      ( ( size1(X0) = sF51(node_proj_11(X0),node_proj_21(X0)) )
      | ( empty1 = X0 ) ),
    inference(superposition,[],[f399,f333]) ).

tff(f399,plain,
    ! [X18: tree1,X19: tree1] : ( size1(node1(X18,X19)) = sF51(X18,X19) ),
    introduced(function_definition,[new_symbols(definition,[sF51])]) ).

tff(f19117,plain,
    ( ( sF51(sK11(sK10),sK12(sK10)) = $sum(sK7,$sum(sK4,sF40)) )
    | ~ spl68_3
    | ~ spl68_5 ),
    inference(forward_demodulation,[],[f19116,f1352]) ).

tff(f1352,plain,
    ! [X2: $int,X0: $int,X1: $int] : ( $sum(X0,$sum(X1,X2)) = $sum(X2,$sum(X0,X1)) ),
    inference(superposition,[],[f85,f84]) ).

tff(f19116,plain,
    ( ( sF51(sK11(sK10),sK12(sK10)) = $sum(sK4,$sum(sF40,sK7)) )
    | ~ spl68_3
    | ~ spl68_5 ),
    inference(forward_demodulation,[],[f19114,f502]) ).

tff(f19114,plain,
    ( ( sF51(sK11(sK10),sK12(sK10)) = $sum(sK4,$sum(sF40,sF43(sK10))) )
    | ~ spl68_3 ),
    inference(evaluation,[],[f19109]) ).

tff(f19109,plain,
    ( ( sF51(sK11(sK10),sK12(sK10)) = $sum(1,$sum($sum(-1,$sum(sK4,sF40)),sF43(sK10))) )
    | ~ spl68_3 ),
    inference(superposition,[],[f9231,f18080]) ).

tff(f18080,plain,
    ( ( sF42(sK10) = $sum(-1,$sum(sK4,sF40)) )
    | ~ spl68_3 ),
    inference(forward_demodulation,[],[f493,f1711]) ).

tff(f1711,plain,
    sF41 = $sum(-1,$sum(sK4,sF40)),
    inference(forward_demodulation,[],[f770,f85]) ).

tff(f770,plain,
    sF41 = $sum($sum(-1,sK4),sF40),
    inference(forward_demodulation,[],[f634,f84]) ).

tff(f634,plain,
    sF41 = $sum($sum(sK4,-1),sF40),
    inference(backward_demodulation,[],[f376,f622]) ).

tff(f622,plain,
    sF39 = $sum(sK4,-1),
    inference(forward_demodulation,[],[f374,f472]) ).

tff(f472,plain,
    sF38 = -1,
    inference(evaluation,[],[f373]) ).

tff(f373,plain,
    $uminus(1) = sF38,
    introduced(function_definition,[new_symbols(definition,[sF38])]) ).

tff(f374,plain,
    $sum(sK4,sF38) = sF39,
    introduced(function_definition,[new_symbols(definition,[sF39])]) ).

tff(f376,plain,
    $sum(sF39,sF40) = sF41,
    introduced(function_definition,[new_symbols(definition,[sF41])]) ).

tff(f493,plain,
    ( ( sF41 = sF42(sK10) )
    | ~ spl68_3 ),
    inference(avatar_component_clause,[],[f491]) ).

tff(f9231,plain,
    ! [X0: tree1] : ( sF51(sK11(X0),sK12(X0)) = $sum(1,$sum(sF42(X0),sF43(X0))) ),
    inference(forward_demodulation,[],[f1419,f804]) ).

tff(f804,plain,
    ! [X0: tree1] : ( sF51(sK11(X0),sK12(X0)) = size1(sF44(X0)) ),
    inference(superposition,[],[f399,f382]) ).

tff(f1419,plain,
    ! [X0: tree1] : ( size1(sF44(X0)) = $sum(1,$sum(sF42(X0),sF43(X0))) ),
    inference(forward_demodulation,[],[f1418,f380]) ).

tff(f1418,plain,
    ! [X0: tree1] : ( size1(sF44(X0)) = $sum(1,$sum(sF42(X0),size1(sK11(X0)))) ),
    inference(forward_demodulation,[],[f1417,f84]) ).

tff(f1417,plain,
    ! [X0: tree1] : ( size1(sF44(X0)) = $sum(1,$sum(size1(sK11(X0)),sF42(X0))) ),
    inference(forward_demodulation,[],[f1410,f378]) ).

tff(f378,plain,
    ! [X12: tree1] : ( size1(sK12(X12)) = sF42(X12) ),
    introduced(function_definition,[new_symbols(definition,[sF42])]) ).

tff(f1410,plain,
    ! [X0: tree1] : ( size1(sF44(X0)) = $sum(1,$sum(size1(sK11(X0)),size1(sK12(X0)))) ),
    inference(superposition,[],[f1387,f382]) ).

tff(f1387,plain,
    ! [X0: tree1,X1: tree1] : ( size1(node1(X0,X1)) = $sum(1,$sum(size1(X0),size1(X1))) ),
    inference(forward_demodulation,[],[f303,f85]) ).

tff(f303,plain,
    ! [X0: tree1,X1: tree1] : ( size1(node1(X0,X1)) = $sum($sum(1,size1(X0)),size1(X1)) ),
    inference(cnf_transformation,[],[f120]) ).

tff(f120,plain,
    ( ! [X0: tree1,X1: tree1] : ( size1(node1(X0,X1)) = $sum($sum(1,size1(X0)),size1(X1)) )
    & ( 0 = size1(empty1) ) ),
    inference(rectify,[],[f63]) ).

tff(f63,axiom,
    ( ! [X1: tree1,X2: tree1] : ( size1(node1(X1,X2)) = $sum($sum(1,size1(X1)),size1(X2)) )
    & ( 0 = size1(empty1) ) ),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',size_def) ).

tff(f1280,plain,
    ! [X0: $int,X1: $int] : ( $sum($uminus(X1),$uminus(X0)) = $uminus($sum(X1,X0)) ),
    inference(superposition,[],[f87,f84]) ).

tff(f94,plain,
    ! [X0: $int] : ( $uminus($uminus(X0)) = X0 ),
    introduced(theory_axiom_148,[]) ).

tff(f21843,plain,
    ( spl68_5
    | spl68_4 ),
    inference(avatar_split_clause,[],[f21842,f495,f500]) ).

tff(f495,plain,
    ( spl68_4
  <=> mem(tree,sF25,sF31) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_4])]) ).

tff(f21842,plain,
    ( ( sK7 = sF43(sK10) )
    | spl68_4 ),
    inference(subsumption_resolution,[],[f21839,f496]) ).

tff(f496,plain,
    ( ~ mem(tree,sF25,sF31)
    | spl68_4 ),
    inference(avatar_component_clause,[],[f495]) ).

tff(f21839,plain,
    ( mem(tree,sF25,sF31)
    | ( sK7 = sF43(sK10) ) ),
    inference(superposition,[],[f437,f356]) ).

tff(f356,plain,
    t2tb2(sK10) = sF25,
    introduced(function_definition,[new_symbols(definition,[sF25])]) ).

tff(f437,plain,
    ! [X12: tree1] :
      ( mem(tree,t2tb2(X12),sF31)
      | ( sK7 = sF43(X12) ) ),
    inference(consistent_polarity_flipping,[],[f381]) ).

tff(f381,plain,
    ! [X12: tree1] :
      ( ( sK7 = sF43(X12) )
      | ~ mem(tree,t2tb2(X12),sF31) ),
    inference(definition_folding,[],[f254,f363,f380]) ).

tff(f363,plain,
    t2tb1(sK8) = sF31,
    introduced(function_definition,[new_symbols(definition,[sF31])]) ).

tff(f254,plain,
    ! [X12: tree1] :
      ( ( sK7 = size1(sK11(X12)) )
      | ~ mem(tree,t2tb2(X12),t2tb1(sK8)) ),
    inference(cnf_transformation,[],[f196]) ).

tff(f196,plain,
    ( ! [X10: tree1,X11: tree1] :
        ( ~ $less(size1(X10),$sum(sK7,1))
        | ( sK4 != size1(sK10) )
        | ( node1(X10,X11) != sK10 ) )
    & mem(tree,t2tb2(sK10),get(list(tree),int,t2tb3(sK9),t2tb(sK4)))
    & ( tb2t3(set(list(tree),int,t2tb3(sK6),t2tb(sK4),infix_plpl(tree,t2tb1(sK8),get(list(tree),int,t2tb3(sK6),t2tb(sK4))))) = sK9 )
    & ~ $less($sum(sK1,1),0)
    & $less(sK4,$sum(sK1,1))
    & ~ $less(sK4,0)
    & ! [X12: tree1] :
        ( ( mem(tree,t2tb2(X12),t2tb1(sK8))
          | ! [X13: tree1,X14: tree1] :
              ( ( size1(X14) != $sum($sum(sK4,$uminus(1)),$uminus(sK7)) )
              | ( size1(X13) != sK7 )
              | ( node1(X13,X14) != X12 ) ) )
        & ( ( ( $sum($sum(sK4,$uminus(1)),$uminus(sK7)) = size1(sK12(X12)) )
            & ( sK7 = size1(sK11(X12)) )
            & ( node1(sK11(X12),sK12(X12)) = X12 ) )
          | ~ mem(tree,t2tb2(X12),t2tb1(sK8)) ) )
    & distinct(tree,t2tb1(sK8))
    & all_trees1($sum($sum(sK4,$uminus(1)),$uminus(sK7)),tb2t1(get(list(tree),int,t2tb3(sK6),t2tb($sum($sum(sK4,$uminus(1)),$uminus(sK7))))))
    & ~ $less($sum($sum(sK4,$uminus(1)),$uminus(sK7)),0)
    & all_trees1(sK7,tb2t1(get(list(tree),int,t2tb3(sK6),t2tb(sK7))))
    & ~ $less(sK7,0)
    & $less(sK7,$sum(sK1,1))
    & ~ $less(sK7,0)
    & $less($sum($sum(sK4,$uminus(1)),$uminus(sK7)),$sum(sK1,1))
    & ~ $less($sum($sum(sK4,$uminus(1)),$uminus(sK7)),0)
    & $less(sK4,$sum(sK1,1))
    & ~ $less(sK4,0)
    & ~ $less($sum(sK1,1),0)
    & ! [X17: tree1] :
        ( ( mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(sK6),t2tb(sK4)))
          | ! [X18: tree1,X19: tree1] :
              ( ~ $less(size1(X18),sK7)
              | ( size1(X17) != sK4 )
              | ( node1(X18,X19) != X17 ) ) )
        & ( ( $less(size1(sK13(X17)),sK7)
            & ( size1(X17) = sK4 )
            & ( node1(sK13(X17),sK14(X17)) = X17 ) )
          | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(sK6),t2tb(sK4))) ) )
    & distinct(tree,get(list(tree),int,t2tb3(sK6),t2tb(sK4)))
    & ! [X22: $int] :
        ( all_trees1(X22,tb2t1(get(list(tree),int,t2tb3(sK6),t2tb(X22))))
        | ~ $less(X22,sK4)
        | $less(X22,0) )
    & ~ $less($sum(sK4,$uminus(1)),sK7)
    & ~ $less(sK7,0)
    & ~ $less($sum(sK4,$uminus(1)),0)
    & ( tb2t3(set(list(tree),int,t2tb3(sK3),t2tb(sK4),nil(tree))) = sK5 )
    & ~ $less($sum(sK1,1),0)
    & $less(sK4,$sum(sK1,1))
    & ~ $less(sK4,0)
    & ~ $less($sum(sK1,1),0)
    & ! [X23: $int] :
        ( all_trees1(X23,tb2t1(get(list(tree),int,t2tb3(sK3),t2tb(X23))))
        | ~ $less(X23,sK4)
        | $less(X23,0) )
    & ~ $less(sK1,sK4)
    & ~ $less(sK4,1)
    & ~ $less(sK1,1)
    & ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = sK2 )
    & ~ $less($sum(sK1,1),0)
    & $less(0,$sum(sK1,1))
    & ~ $less(0,0)
    & ~ $less($sum(sK1,1),0)
    & ~ $less($sum(sK1,1),0)
    & ~ $less(sK1,0) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK1,sK2,sK3,sK4,sK5,sK6,sK7,sK8,sK9,sK10,sK11,sK12,sK13,sK14])],[f185,f195,f194,f193,f192,f191,f190,f189,f188,f187,f186]) ).

tff(f186,plain,
    ( ? [X0: $int] :
        ( ? [X1: map_int_lplist_treerp] :
            ( ? [X2: map_int_lplist_treerp,X3: $int] :
                ( ? [X4: map_int_lplist_treerp] :
                    ( ? [X5: map_int_lplist_treerp,X6: $int] :
                        ( ? [X7: list_tree] :
                            ( ? [X8: map_int_lplist_treerp] :
                                ( ? [X9: tree1] :
                                    ( ! [X10: tree1,X11: tree1] :
                                        ( ~ $less(size1(X10),$sum(X6,1))
                                        | ( size1(X9) != X3 )
                                        | ( node1(X10,X11) != X9 ) )
                                    & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(X3))) )
                                & ( tb2t3(set(list(tree),int,t2tb3(X5),t2tb(X3),infix_plpl(tree,t2tb1(X7),get(list(tree),int,t2tb3(X5),t2tb(X3))))) = X8 )
                                & ~ $less($sum(X0,1),0) )
                            & $less(X3,$sum(X0,1))
                            & ~ $less(X3,0)
                            & ! [X12: tree1] :
                                ( ( mem(tree,t2tb2(X12),t2tb1(X7))
                                  | ! [X13: tree1,X14: tree1] :
                                      ( ( size1(X14) != $sum($sum(X3,$uminus(1)),$uminus(X6)) )
                                      | ( size1(X13) != X6 )
                                      | ( node1(X13,X14) != X12 ) ) )
                                & ( ? [X15: tree1,X16: tree1] :
                                      ( ( $sum($sum(X3,$uminus(1)),$uminus(X6)) = size1(X16) )
                                      & ( size1(X15) = X6 )
                                      & ( node1(X15,X16) = X12 ) )
                                  | ~ mem(tree,t2tb2(X12),t2tb1(X7)) ) )
                            & distinct(tree,t2tb1(X7)) )
                        & all_trees1($sum($sum(X3,$uminus(1)),$uminus(X6)),tb2t1(get(list(tree),int,t2tb3(X5),t2tb($sum($sum(X3,$uminus(1)),$uminus(X6))))))
                        & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X6)),0)
                        & all_trees1(X6,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X6))))
                        & ~ $less(X6,0)
                        & $less(X6,$sum(X0,1))
                        & ~ $less(X6,0)
                        & $less($sum($sum(X3,$uminus(1)),$uminus(X6)),$sum(X0,1))
                        & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X6)),0)
                        & $less(X3,$sum(X0,1))
                        & ~ $less(X3,0)
                        & ~ $less($sum(X0,1),0)
                        & ! [X17: tree1] :
                            ( ( mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(X3)))
                              | ! [X18: tree1,X19: tree1] :
                                  ( ~ $less(size1(X18),X6)
                                  | ( size1(X17) != X3 )
                                  | ( node1(X18,X19) != X17 ) ) )
                            & ( ? [X20: tree1,X21: tree1] :
                                  ( $less(size1(X20),X6)
                                  & ( size1(X17) = X3 )
                                  & ( node1(X20,X21) = X17 ) )
                              | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(X3))) ) )
                        & distinct(tree,get(list(tree),int,t2tb3(X5),t2tb(X3)))
                        & ! [X22: $int] :
                            ( all_trees1(X22,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X22))))
                            | ~ $less(X22,X3)
                            | $less(X22,0) )
                        & ~ $less($sum(X3,$uminus(1)),X6)
                        & ~ $less(X6,0) )
                    & ~ $less($sum(X3,$uminus(1)),0)
                    & ( tb2t3(set(list(tree),int,t2tb3(X2),t2tb(X3),nil(tree))) = X4 )
                    & ~ $less($sum(X0,1),0) )
                & $less(X3,$sum(X0,1))
                & ~ $less(X3,0)
                & ~ $less($sum(X0,1),0)
                & ! [X23: $int] :
                    ( all_trees1(X23,tb2t1(get(list(tree),int,t2tb3(X2),t2tb(X23))))
                    | ~ $less(X23,X3)
                    | $less(X23,0) )
                & ~ $less(X0,X3)
                & ~ $less(X3,1) )
            & ~ $less(X0,1)
            & ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = X1 )
            & ~ $less($sum(X0,1),0) )
        & $less(0,$sum(X0,1))
        & ~ $less(0,0)
        & ~ $less($sum(X0,1),0)
        & ~ $less($sum(X0,1),0)
        & ~ $less(X0,0) )
   => ( ? [X1: map_int_lplist_treerp] :
          ( ? [X3: $int,X2: map_int_lplist_treerp] :
              ( ? [X4: map_int_lplist_treerp] :
                  ( ? [X6: $int,X5: map_int_lplist_treerp] :
                      ( ? [X7: list_tree] :
                          ( ? [X8: map_int_lplist_treerp] :
                              ( ? [X9: tree1] :
                                  ( ! [X10: tree1,X11: tree1] :
                                      ( ~ $less(size1(X10),$sum(X6,1))
                                      | ( size1(X9) != X3 )
                                      | ( node1(X10,X11) != X9 ) )
                                  & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(X3))) )
                              & ( tb2t3(set(list(tree),int,t2tb3(X5),t2tb(X3),infix_plpl(tree,t2tb1(X7),get(list(tree),int,t2tb3(X5),t2tb(X3))))) = X8 )
                              & ~ $less($sum(sK1,1),0) )
                          & $less(X3,$sum(sK1,1))
                          & ~ $less(X3,0)
                          & ! [X12: tree1] :
                              ( ( mem(tree,t2tb2(X12),t2tb1(X7))
                                | ! [X13: tree1,X14: tree1] :
                                    ( ( size1(X14) != $sum($sum(X3,$uminus(1)),$uminus(X6)) )
                                    | ( size1(X13) != X6 )
                                    | ( node1(X13,X14) != X12 ) ) )
                              & ( ? [X15: tree1,X16: tree1] :
                                    ( ( $sum($sum(X3,$uminus(1)),$uminus(X6)) = size1(X16) )
                                    & ( size1(X15) = X6 )
                                    & ( node1(X15,X16) = X12 ) )
                                | ~ mem(tree,t2tb2(X12),t2tb1(X7)) ) )
                          & distinct(tree,t2tb1(X7)) )
                      & all_trees1($sum($sum(X3,$uminus(1)),$uminus(X6)),tb2t1(get(list(tree),int,t2tb3(X5),t2tb($sum($sum(X3,$uminus(1)),$uminus(X6))))))
                      & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X6)),0)
                      & all_trees1(X6,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X6))))
                      & ~ $less(X6,0)
                      & $less(X6,$sum(sK1,1))
                      & ~ $less(X6,0)
                      & $less($sum($sum(X3,$uminus(1)),$uminus(X6)),$sum(sK1,1))
                      & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X6)),0)
                      & $less(X3,$sum(sK1,1))
                      & ~ $less(X3,0)
                      & ~ $less($sum(sK1,1),0)
                      & ! [X17: tree1] :
                          ( ( mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(X3)))
                            | ! [X18: tree1,X19: tree1] :
                                ( ~ $less(size1(X18),X6)
                                | ( size1(X17) != X3 )
                                | ( node1(X18,X19) != X17 ) ) )
                          & ( ? [X20: tree1,X21: tree1] :
                                ( $less(size1(X20),X6)
                                & ( size1(X17) = X3 )
                                & ( node1(X20,X21) = X17 ) )
                            | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(X3))) ) )
                      & distinct(tree,get(list(tree),int,t2tb3(X5),t2tb(X3)))
                      & ! [X22: $int] :
                          ( all_trees1(X22,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X22))))
                          | ~ $less(X22,X3)
                          | $less(X22,0) )
                      & ~ $less($sum(X3,$uminus(1)),X6)
                      & ~ $less(X6,0) )
                  & ~ $less($sum(X3,$uminus(1)),0)
                  & ( tb2t3(set(list(tree),int,t2tb3(X2),t2tb(X3),nil(tree))) = X4 )
                  & ~ $less($sum(sK1,1),0) )
              & $less(X3,$sum(sK1,1))
              & ~ $less(X3,0)
              & ~ $less($sum(sK1,1),0)
              & ! [X23: $int] :
                  ( all_trees1(X23,tb2t1(get(list(tree),int,t2tb3(X2),t2tb(X23))))
                  | ~ $less(X23,X3)
                  | $less(X23,0) )
              & ~ $less(sK1,X3)
              & ~ $less(X3,1) )
          & ~ $less(sK1,1)
          & ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = X1 )
          & ~ $less($sum(sK1,1),0) )
      & $less(0,$sum(sK1,1))
      & ~ $less(0,0)
      & ~ $less($sum(sK1,1),0)
      & ~ $less($sum(sK1,1),0)
      & ~ $less(sK1,0) ) ),
    introduced(choice_axiom,[]) ).

tff(f187,plain,
    ( ? [X1: map_int_lplist_treerp] :
        ( ? [X3: $int,X2: map_int_lplist_treerp] :
            ( ? [X4: map_int_lplist_treerp] :
                ( ? [X6: $int,X5: map_int_lplist_treerp] :
                    ( ? [X7: list_tree] :
                        ( ? [X8: map_int_lplist_treerp] :
                            ( ? [X9: tree1] :
                                ( ! [X10: tree1,X11: tree1] :
                                    ( ~ $less(size1(X10),$sum(X6,1))
                                    | ( size1(X9) != X3 )
                                    | ( node1(X10,X11) != X9 ) )
                                & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(X3))) )
                            & ( tb2t3(set(list(tree),int,t2tb3(X5),t2tb(X3),infix_plpl(tree,t2tb1(X7),get(list(tree),int,t2tb3(X5),t2tb(X3))))) = X8 )
                            & ~ $less($sum(sK1,1),0) )
                        & $less(X3,$sum(sK1,1))
                        & ~ $less(X3,0)
                        & ! [X12: tree1] :
                            ( ( mem(tree,t2tb2(X12),t2tb1(X7))
                              | ! [X13: tree1,X14: tree1] :
                                  ( ( size1(X14) != $sum($sum(X3,$uminus(1)),$uminus(X6)) )
                                  | ( size1(X13) != X6 )
                                  | ( node1(X13,X14) != X12 ) ) )
                            & ( ? [X15: tree1,X16: tree1] :
                                  ( ( $sum($sum(X3,$uminus(1)),$uminus(X6)) = size1(X16) )
                                  & ( size1(X15) = X6 )
                                  & ( node1(X15,X16) = X12 ) )
                              | ~ mem(tree,t2tb2(X12),t2tb1(X7)) ) )
                        & distinct(tree,t2tb1(X7)) )
                    & all_trees1($sum($sum(X3,$uminus(1)),$uminus(X6)),tb2t1(get(list(tree),int,t2tb3(X5),t2tb($sum($sum(X3,$uminus(1)),$uminus(X6))))))
                    & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X6)),0)
                    & all_trees1(X6,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X6))))
                    & ~ $less(X6,0)
                    & $less(X6,$sum(sK1,1))
                    & ~ $less(X6,0)
                    & $less($sum($sum(X3,$uminus(1)),$uminus(X6)),$sum(sK1,1))
                    & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X6)),0)
                    & $less(X3,$sum(sK1,1))
                    & ~ $less(X3,0)
                    & ~ $less($sum(sK1,1),0)
                    & ! [X17: tree1] :
                        ( ( mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(X3)))
                          | ! [X18: tree1,X19: tree1] :
                              ( ~ $less(size1(X18),X6)
                              | ( size1(X17) != X3 )
                              | ( node1(X18,X19) != X17 ) ) )
                        & ( ? [X20: tree1,X21: tree1] :
                              ( $less(size1(X20),X6)
                              & ( size1(X17) = X3 )
                              & ( node1(X20,X21) = X17 ) )
                          | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(X3))) ) )
                    & distinct(tree,get(list(tree),int,t2tb3(X5),t2tb(X3)))
                    & ! [X22: $int] :
                        ( all_trees1(X22,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X22))))
                        | ~ $less(X22,X3)
                        | $less(X22,0) )
                    & ~ $less($sum(X3,$uminus(1)),X6)
                    & ~ $less(X6,0) )
                & ~ $less($sum(X3,$uminus(1)),0)
                & ( tb2t3(set(list(tree),int,t2tb3(X2),t2tb(X3),nil(tree))) = X4 )
                & ~ $less($sum(sK1,1),0) )
            & $less(X3,$sum(sK1,1))
            & ~ $less(X3,0)
            & ~ $less($sum(sK1,1),0)
            & ! [X23: $int] :
                ( all_trees1(X23,tb2t1(get(list(tree),int,t2tb3(X2),t2tb(X23))))
                | ~ $less(X23,X3)
                | $less(X23,0) )
            & ~ $less(sK1,X3)
            & ~ $less(X3,1) )
        & ~ $less(sK1,1)
        & ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = X1 )
        & ~ $less($sum(sK1,1),0) )
   => ( ? [X3: $int,X2: map_int_lplist_treerp] :
          ( ? [X4: map_int_lplist_treerp] :
              ( ? [X6: $int,X5: map_int_lplist_treerp] :
                  ( ? [X7: list_tree] :
                      ( ? [X8: map_int_lplist_treerp] :
                          ( ? [X9: tree1] :
                              ( ! [X10: tree1,X11: tree1] :
                                  ( ~ $less(size1(X10),$sum(X6,1))
                                  | ( size1(X9) != X3 )
                                  | ( node1(X10,X11) != X9 ) )
                              & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(X3))) )
                          & ( tb2t3(set(list(tree),int,t2tb3(X5),t2tb(X3),infix_plpl(tree,t2tb1(X7),get(list(tree),int,t2tb3(X5),t2tb(X3))))) = X8 )
                          & ~ $less($sum(sK1,1),0) )
                      & $less(X3,$sum(sK1,1))
                      & ~ $less(X3,0)
                      & ! [X12: tree1] :
                          ( ( mem(tree,t2tb2(X12),t2tb1(X7))
                            | ! [X13: tree1,X14: tree1] :
                                ( ( size1(X14) != $sum($sum(X3,$uminus(1)),$uminus(X6)) )
                                | ( size1(X13) != X6 )
                                | ( node1(X13,X14) != X12 ) ) )
                          & ( ? [X15: tree1,X16: tree1] :
                                ( ( $sum($sum(X3,$uminus(1)),$uminus(X6)) = size1(X16) )
                                & ( size1(X15) = X6 )
                                & ( node1(X15,X16) = X12 ) )
                            | ~ mem(tree,t2tb2(X12),t2tb1(X7)) ) )
                      & distinct(tree,t2tb1(X7)) )
                  & all_trees1($sum($sum(X3,$uminus(1)),$uminus(X6)),tb2t1(get(list(tree),int,t2tb3(X5),t2tb($sum($sum(X3,$uminus(1)),$uminus(X6))))))
                  & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X6)),0)
                  & all_trees1(X6,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X6))))
                  & ~ $less(X6,0)
                  & $less(X6,$sum(sK1,1))
                  & ~ $less(X6,0)
                  & $less($sum($sum(X3,$uminus(1)),$uminus(X6)),$sum(sK1,1))
                  & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X6)),0)
                  & $less(X3,$sum(sK1,1))
                  & ~ $less(X3,0)
                  & ~ $less($sum(sK1,1),0)
                  & ! [X17: tree1] :
                      ( ( mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(X3)))
                        | ! [X18: tree1,X19: tree1] :
                            ( ~ $less(size1(X18),X6)
                            | ( size1(X17) != X3 )
                            | ( node1(X18,X19) != X17 ) ) )
                      & ( ? [X20: tree1,X21: tree1] :
                            ( $less(size1(X20),X6)
                            & ( size1(X17) = X3 )
                            & ( node1(X20,X21) = X17 ) )
                        | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(X3))) ) )
                  & distinct(tree,get(list(tree),int,t2tb3(X5),t2tb(X3)))
                  & ! [X22: $int] :
                      ( all_trees1(X22,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X22))))
                      | ~ $less(X22,X3)
                      | $less(X22,0) )
                  & ~ $less($sum(X3,$uminus(1)),X6)
                  & ~ $less(X6,0) )
              & ~ $less($sum(X3,$uminus(1)),0)
              & ( tb2t3(set(list(tree),int,t2tb3(X2),t2tb(X3),nil(tree))) = X4 )
              & ~ $less($sum(sK1,1),0) )
          & $less(X3,$sum(sK1,1))
          & ~ $less(X3,0)
          & ~ $less($sum(sK1,1),0)
          & ! [X23: $int] :
              ( all_trees1(X23,tb2t1(get(list(tree),int,t2tb3(X2),t2tb(X23))))
              | ~ $less(X23,X3)
              | $less(X23,0) )
          & ~ $less(sK1,X3)
          & ~ $less(X3,1) )
      & ~ $less(sK1,1)
      & ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = sK2 )
      & ~ $less($sum(sK1,1),0) ) ),
    introduced(choice_axiom,[]) ).

tff(f188,plain,
    ( ? [X3: $int,X2: map_int_lplist_treerp] :
        ( ? [X4: map_int_lplist_treerp] :
            ( ? [X6: $int,X5: map_int_lplist_treerp] :
                ( ? [X7: list_tree] :
                    ( ? [X8: map_int_lplist_treerp] :
                        ( ? [X9: tree1] :
                            ( ! [X10: tree1,X11: tree1] :
                                ( ~ $less(size1(X10),$sum(X6,1))
                                | ( size1(X9) != X3 )
                                | ( node1(X10,X11) != X9 ) )
                            & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(X3))) )
                        & ( tb2t3(set(list(tree),int,t2tb3(X5),t2tb(X3),infix_plpl(tree,t2tb1(X7),get(list(tree),int,t2tb3(X5),t2tb(X3))))) = X8 )
                        & ~ $less($sum(sK1,1),0) )
                    & $less(X3,$sum(sK1,1))
                    & ~ $less(X3,0)
                    & ! [X12: tree1] :
                        ( ( mem(tree,t2tb2(X12),t2tb1(X7))
                          | ! [X13: tree1,X14: tree1] :
                              ( ( size1(X14) != $sum($sum(X3,$uminus(1)),$uminus(X6)) )
                              | ( size1(X13) != X6 )
                              | ( node1(X13,X14) != X12 ) ) )
                        & ( ? [X15: tree1,X16: tree1] :
                              ( ( $sum($sum(X3,$uminus(1)),$uminus(X6)) = size1(X16) )
                              & ( size1(X15) = X6 )
                              & ( node1(X15,X16) = X12 ) )
                          | ~ mem(tree,t2tb2(X12),t2tb1(X7)) ) )
                    & distinct(tree,t2tb1(X7)) )
                & all_trees1($sum($sum(X3,$uminus(1)),$uminus(X6)),tb2t1(get(list(tree),int,t2tb3(X5),t2tb($sum($sum(X3,$uminus(1)),$uminus(X6))))))
                & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X6)),0)
                & all_trees1(X6,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X6))))
                & ~ $less(X6,0)
                & $less(X6,$sum(sK1,1))
                & ~ $less(X6,0)
                & $less($sum($sum(X3,$uminus(1)),$uminus(X6)),$sum(sK1,1))
                & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X6)),0)
                & $less(X3,$sum(sK1,1))
                & ~ $less(X3,0)
                & ~ $less($sum(sK1,1),0)
                & ! [X17: tree1] :
                    ( ( mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(X3)))
                      | ! [X18: tree1,X19: tree1] :
                          ( ~ $less(size1(X18),X6)
                          | ( size1(X17) != X3 )
                          | ( node1(X18,X19) != X17 ) ) )
                    & ( ? [X20: tree1,X21: tree1] :
                          ( $less(size1(X20),X6)
                          & ( size1(X17) = X3 )
                          & ( node1(X20,X21) = X17 ) )
                      | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(X3))) ) )
                & distinct(tree,get(list(tree),int,t2tb3(X5),t2tb(X3)))
                & ! [X22: $int] :
                    ( all_trees1(X22,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X22))))
                    | ~ $less(X22,X3)
                    | $less(X22,0) )
                & ~ $less($sum(X3,$uminus(1)),X6)
                & ~ $less(X6,0) )
            & ~ $less($sum(X3,$uminus(1)),0)
            & ( tb2t3(set(list(tree),int,t2tb3(X2),t2tb(X3),nil(tree))) = X4 )
            & ~ $less($sum(sK1,1),0) )
        & $less(X3,$sum(sK1,1))
        & ~ $less(X3,0)
        & ~ $less($sum(sK1,1),0)
        & ! [X23: $int] :
            ( all_trees1(X23,tb2t1(get(list(tree),int,t2tb3(X2),t2tb(X23))))
            | ~ $less(X23,X3)
            | $less(X23,0) )
        & ~ $less(sK1,X3)
        & ~ $less(X3,1) )
   => ( ? [X4: map_int_lplist_treerp] :
          ( ? [X6: $int,X5: map_int_lplist_treerp] :
              ( ? [X7: list_tree] :
                  ( ? [X8: map_int_lplist_treerp] :
                      ( ? [X9: tree1] :
                          ( ! [X11: tree1,X10: tree1] :
                              ( ~ $less(size1(X10),$sum(X6,1))
                              | ( size1(X9) != sK4 )
                              | ( node1(X10,X11) != X9 ) )
                          & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(sK4))) )
                      & ( tb2t3(set(list(tree),int,t2tb3(X5),t2tb(sK4),infix_plpl(tree,t2tb1(X7),get(list(tree),int,t2tb3(X5),t2tb(sK4))))) = X8 )
                      & ~ $less($sum(sK1,1),0) )
                  & $less(sK4,$sum(sK1,1))
                  & ~ $less(sK4,0)
                  & ! [X12: tree1] :
                      ( ( mem(tree,t2tb2(X12),t2tb1(X7))
                        | ! [X14: tree1,X13: tree1] :
                            ( ( size1(X14) != $sum($sum(sK4,$uminus(1)),$uminus(X6)) )
                            | ( size1(X13) != X6 )
                            | ( node1(X13,X14) != X12 ) ) )
                      & ( ? [X16: tree1,X15: tree1] :
                            ( ( size1(X16) = $sum($sum(sK4,$uminus(1)),$uminus(X6)) )
                            & ( size1(X15) = X6 )
                            & ( node1(X15,X16) = X12 ) )
                        | ~ mem(tree,t2tb2(X12),t2tb1(X7)) ) )
                  & distinct(tree,t2tb1(X7)) )
              & all_trees1($sum($sum(sK4,$uminus(1)),$uminus(X6)),tb2t1(get(list(tree),int,t2tb3(X5),t2tb($sum($sum(sK4,$uminus(1)),$uminus(X6))))))
              & ~ $less($sum($sum(sK4,$uminus(1)),$uminus(X6)),0)
              & all_trees1(X6,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X6))))
              & ~ $less(X6,0)
              & $less(X6,$sum(sK1,1))
              & ~ $less(X6,0)
              & $less($sum($sum(sK4,$uminus(1)),$uminus(X6)),$sum(sK1,1))
              & ~ $less($sum($sum(sK4,$uminus(1)),$uminus(X6)),0)
              & $less(sK4,$sum(sK1,1))
              & ~ $less(sK4,0)
              & ~ $less($sum(sK1,1),0)
              & ! [X17: tree1] :
                  ( ( mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(sK4)))
                    | ! [X19: tree1,X18: tree1] :
                        ( ~ $less(size1(X18),X6)
                        | ( size1(X17) != sK4 )
                        | ( node1(X18,X19) != X17 ) ) )
                  & ( ? [X21: tree1,X20: tree1] :
                        ( $less(size1(X20),X6)
                        & ( size1(X17) = sK4 )
                        & ( node1(X20,X21) = X17 ) )
                    | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(sK4))) ) )
              & distinct(tree,get(list(tree),int,t2tb3(X5),t2tb(sK4)))
              & ! [X22: $int] :
                  ( all_trees1(X22,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X22))))
                  | ~ $less(X22,sK4)
                  | $less(X22,0) )
              & ~ $less($sum(sK4,$uminus(1)),X6)
              & ~ $less(X6,0) )
          & ~ $less($sum(sK4,$uminus(1)),0)
          & ( tb2t3(set(list(tree),int,t2tb3(sK3),t2tb(sK4),nil(tree))) = X4 )
          & ~ $less($sum(sK1,1),0) )
      & $less(sK4,$sum(sK1,1))
      & ~ $less(sK4,0)
      & ~ $less($sum(sK1,1),0)
      & ! [X23: $int] :
          ( all_trees1(X23,tb2t1(get(list(tree),int,t2tb3(sK3),t2tb(X23))))
          | ~ $less(X23,sK4)
          | $less(X23,0) )
      & ~ $less(sK1,sK4)
      & ~ $less(sK4,1) ) ),
    introduced(choice_axiom,[]) ).

tff(f189,plain,
    ( ? [X4: map_int_lplist_treerp] :
        ( ? [X6: $int,X5: map_int_lplist_treerp] :
            ( ? [X7: list_tree] :
                ( ? [X8: map_int_lplist_treerp] :
                    ( ? [X9: tree1] :
                        ( ! [X11: tree1,X10: tree1] :
                            ( ~ $less(size1(X10),$sum(X6,1))
                            | ( size1(X9) != sK4 )
                            | ( node1(X10,X11) != X9 ) )
                        & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(sK4))) )
                    & ( tb2t3(set(list(tree),int,t2tb3(X5),t2tb(sK4),infix_plpl(tree,t2tb1(X7),get(list(tree),int,t2tb3(X5),t2tb(sK4))))) = X8 )
                    & ~ $less($sum(sK1,1),0) )
                & $less(sK4,$sum(sK1,1))
                & ~ $less(sK4,0)
                & ! [X12: tree1] :
                    ( ( mem(tree,t2tb2(X12),t2tb1(X7))
                      | ! [X14: tree1,X13: tree1] :
                          ( ( size1(X14) != $sum($sum(sK4,$uminus(1)),$uminus(X6)) )
                          | ( size1(X13) != X6 )
                          | ( node1(X13,X14) != X12 ) ) )
                    & ( ? [X16: tree1,X15: tree1] :
                          ( ( size1(X16) = $sum($sum(sK4,$uminus(1)),$uminus(X6)) )
                          & ( size1(X15) = X6 )
                          & ( node1(X15,X16) = X12 ) )
                      | ~ mem(tree,t2tb2(X12),t2tb1(X7)) ) )
                & distinct(tree,t2tb1(X7)) )
            & all_trees1($sum($sum(sK4,$uminus(1)),$uminus(X6)),tb2t1(get(list(tree),int,t2tb3(X5),t2tb($sum($sum(sK4,$uminus(1)),$uminus(X6))))))
            & ~ $less($sum($sum(sK4,$uminus(1)),$uminus(X6)),0)
            & all_trees1(X6,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X6))))
            & ~ $less(X6,0)
            & $less(X6,$sum(sK1,1))
            & ~ $less(X6,0)
            & $less($sum($sum(sK4,$uminus(1)),$uminus(X6)),$sum(sK1,1))
            & ~ $less($sum($sum(sK4,$uminus(1)),$uminus(X6)),0)
            & $less(sK4,$sum(sK1,1))
            & ~ $less(sK4,0)
            & ~ $less($sum(sK1,1),0)
            & ! [X17: tree1] :
                ( ( mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(sK4)))
                  | ! [X19: tree1,X18: tree1] :
                      ( ~ $less(size1(X18),X6)
                      | ( size1(X17) != sK4 )
                      | ( node1(X18,X19) != X17 ) ) )
                & ( ? [X21: tree1,X20: tree1] :
                      ( $less(size1(X20),X6)
                      & ( size1(X17) = sK4 )
                      & ( node1(X20,X21) = X17 ) )
                  | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(sK4))) ) )
            & distinct(tree,get(list(tree),int,t2tb3(X5),t2tb(sK4)))
            & ! [X22: $int] :
                ( all_trees1(X22,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X22))))
                | ~ $less(X22,sK4)
                | $less(X22,0) )
            & ~ $less($sum(sK4,$uminus(1)),X6)
            & ~ $less(X6,0) )
        & ~ $less($sum(sK4,$uminus(1)),0)
        & ( tb2t3(set(list(tree),int,t2tb3(sK3),t2tb(sK4),nil(tree))) = X4 )
        & ~ $less($sum(sK1,1),0) )
   => ( ? [X6: $int,X5: map_int_lplist_treerp] :
          ( ? [X7: list_tree] :
              ( ? [X8: map_int_lplist_treerp] :
                  ( ? [X9: tree1] :
                      ( ! [X11: tree1,X10: tree1] :
                          ( ~ $less(size1(X10),$sum(X6,1))
                          | ( size1(X9) != sK4 )
                          | ( node1(X10,X11) != X9 ) )
                      & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(sK4))) )
                  & ( tb2t3(set(list(tree),int,t2tb3(X5),t2tb(sK4),infix_plpl(tree,t2tb1(X7),get(list(tree),int,t2tb3(X5),t2tb(sK4))))) = X8 )
                  & ~ $less($sum(sK1,1),0) )
              & $less(sK4,$sum(sK1,1))
              & ~ $less(sK4,0)
              & ! [X12: tree1] :
                  ( ( mem(tree,t2tb2(X12),t2tb1(X7))
                    | ! [X14: tree1,X13: tree1] :
                        ( ( size1(X14) != $sum($sum(sK4,$uminus(1)),$uminus(X6)) )
                        | ( size1(X13) != X6 )
                        | ( node1(X13,X14) != X12 ) ) )
                  & ( ? [X16: tree1,X15: tree1] :
                        ( ( size1(X16) = $sum($sum(sK4,$uminus(1)),$uminus(X6)) )
                        & ( size1(X15) = X6 )
                        & ( node1(X15,X16) = X12 ) )
                    | ~ mem(tree,t2tb2(X12),t2tb1(X7)) ) )
              & distinct(tree,t2tb1(X7)) )
          & all_trees1($sum($sum(sK4,$uminus(1)),$uminus(X6)),tb2t1(get(list(tree),int,t2tb3(X5),t2tb($sum($sum(sK4,$uminus(1)),$uminus(X6))))))
          & ~ $less($sum($sum(sK4,$uminus(1)),$uminus(X6)),0)
          & all_trees1(X6,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X6))))
          & ~ $less(X6,0)
          & $less(X6,$sum(sK1,1))
          & ~ $less(X6,0)
          & $less($sum($sum(sK4,$uminus(1)),$uminus(X6)),$sum(sK1,1))
          & ~ $less($sum($sum(sK4,$uminus(1)),$uminus(X6)),0)
          & $less(sK4,$sum(sK1,1))
          & ~ $less(sK4,0)
          & ~ $less($sum(sK1,1),0)
          & ! [X17: tree1] :
              ( ( mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(sK4)))
                | ! [X19: tree1,X18: tree1] :
                    ( ~ $less(size1(X18),X6)
                    | ( size1(X17) != sK4 )
                    | ( node1(X18,X19) != X17 ) ) )
              & ( ? [X21: tree1,X20: tree1] :
                    ( $less(size1(X20),X6)
                    & ( size1(X17) = sK4 )
                    & ( node1(X20,X21) = X17 ) )
                | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(sK4))) ) )
          & distinct(tree,get(list(tree),int,t2tb3(X5),t2tb(sK4)))
          & ! [X22: $int] :
              ( all_trees1(X22,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X22))))
              | ~ $less(X22,sK4)
              | $less(X22,0) )
          & ~ $less($sum(sK4,$uminus(1)),X6)
          & ~ $less(X6,0) )
      & ~ $less($sum(sK4,$uminus(1)),0)
      & ( tb2t3(set(list(tree),int,t2tb3(sK3),t2tb(sK4),nil(tree))) = sK5 )
      & ~ $less($sum(sK1,1),0) ) ),
    introduced(choice_axiom,[]) ).

tff(f190,plain,
    ( ? [X6: $int,X5: map_int_lplist_treerp] :
        ( ? [X7: list_tree] :
            ( ? [X8: map_int_lplist_treerp] :
                ( ? [X9: tree1] :
                    ( ! [X11: tree1,X10: tree1] :
                        ( ~ $less(size1(X10),$sum(X6,1))
                        | ( size1(X9) != sK4 )
                        | ( node1(X10,X11) != X9 ) )
                    & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(sK4))) )
                & ( tb2t3(set(list(tree),int,t2tb3(X5),t2tb(sK4),infix_plpl(tree,t2tb1(X7),get(list(tree),int,t2tb3(X5),t2tb(sK4))))) = X8 )
                & ~ $less($sum(sK1,1),0) )
            & $less(sK4,$sum(sK1,1))
            & ~ $less(sK4,0)
            & ! [X12: tree1] :
                ( ( mem(tree,t2tb2(X12),t2tb1(X7))
                  | ! [X14: tree1,X13: tree1] :
                      ( ( size1(X14) != $sum($sum(sK4,$uminus(1)),$uminus(X6)) )
                      | ( size1(X13) != X6 )
                      | ( node1(X13,X14) != X12 ) ) )
                & ( ? [X16: tree1,X15: tree1] :
                      ( ( size1(X16) = $sum($sum(sK4,$uminus(1)),$uminus(X6)) )
                      & ( size1(X15) = X6 )
                      & ( node1(X15,X16) = X12 ) )
                  | ~ mem(tree,t2tb2(X12),t2tb1(X7)) ) )
            & distinct(tree,t2tb1(X7)) )
        & all_trees1($sum($sum(sK4,$uminus(1)),$uminus(X6)),tb2t1(get(list(tree),int,t2tb3(X5),t2tb($sum($sum(sK4,$uminus(1)),$uminus(X6))))))
        & ~ $less($sum($sum(sK4,$uminus(1)),$uminus(X6)),0)
        & all_trees1(X6,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X6))))
        & ~ $less(X6,0)
        & $less(X6,$sum(sK1,1))
        & ~ $less(X6,0)
        & $less($sum($sum(sK4,$uminus(1)),$uminus(X6)),$sum(sK1,1))
        & ~ $less($sum($sum(sK4,$uminus(1)),$uminus(X6)),0)
        & $less(sK4,$sum(sK1,1))
        & ~ $less(sK4,0)
        & ~ $less($sum(sK1,1),0)
        & ! [X17: tree1] :
            ( ( mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(sK4)))
              | ! [X19: tree1,X18: tree1] :
                  ( ~ $less(size1(X18),X6)
                  | ( size1(X17) != sK4 )
                  | ( node1(X18,X19) != X17 ) ) )
            & ( ? [X21: tree1,X20: tree1] :
                  ( $less(size1(X20),X6)
                  & ( size1(X17) = sK4 )
                  & ( node1(X20,X21) = X17 ) )
              | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(sK4))) ) )
        & distinct(tree,get(list(tree),int,t2tb3(X5),t2tb(sK4)))
        & ! [X22: $int] :
            ( all_trees1(X22,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X22))))
            | ~ $less(X22,sK4)
            | $less(X22,0) )
        & ~ $less($sum(sK4,$uminus(1)),X6)
        & ~ $less(X6,0) )
   => ( ? [X7: list_tree] :
          ( ? [X8: map_int_lplist_treerp] :
              ( ? [X9: tree1] :
                  ( ! [X11: tree1,X10: tree1] :
                      ( ~ $less(size1(X10),$sum(sK7,1))
                      | ( size1(X9) != sK4 )
                      | ( node1(X10,X11) != X9 ) )
                  & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(sK4))) )
              & ( tb2t3(set(list(tree),int,t2tb3(sK6),t2tb(sK4),infix_plpl(tree,t2tb1(X7),get(list(tree),int,t2tb3(sK6),t2tb(sK4))))) = X8 )
              & ~ $less($sum(sK1,1),0) )
          & $less(sK4,$sum(sK1,1))
          & ~ $less(sK4,0)
          & ! [X12: tree1] :
              ( ( mem(tree,t2tb2(X12),t2tb1(X7))
                | ! [X14: tree1,X13: tree1] :
                    ( ( size1(X14) != $sum($sum(sK4,$uminus(1)),$uminus(sK7)) )
                    | ( size1(X13) != sK7 )
                    | ( node1(X13,X14) != X12 ) ) )
              & ( ? [X16: tree1,X15: tree1] :
                    ( ( size1(X16) = $sum($sum(sK4,$uminus(1)),$uminus(sK7)) )
                    & ( size1(X15) = sK7 )
                    & ( node1(X15,X16) = X12 ) )
                | ~ mem(tree,t2tb2(X12),t2tb1(X7)) ) )
          & distinct(tree,t2tb1(X7)) )
      & all_trees1($sum($sum(sK4,$uminus(1)),$uminus(sK7)),tb2t1(get(list(tree),int,t2tb3(sK6),t2tb($sum($sum(sK4,$uminus(1)),$uminus(sK7))))))
      & ~ $less($sum($sum(sK4,$uminus(1)),$uminus(sK7)),0)
      & all_trees1(sK7,tb2t1(get(list(tree),int,t2tb3(sK6),t2tb(sK7))))
      & ~ $less(sK7,0)
      & $less(sK7,$sum(sK1,1))
      & ~ $less(sK7,0)
      & $less($sum($sum(sK4,$uminus(1)),$uminus(sK7)),$sum(sK1,1))
      & ~ $less($sum($sum(sK4,$uminus(1)),$uminus(sK7)),0)
      & $less(sK4,$sum(sK1,1))
      & ~ $less(sK4,0)
      & ~ $less($sum(sK1,1),0)
      & ! [X17: tree1] :
          ( ( mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(sK6),t2tb(sK4)))
            | ! [X19: tree1,X18: tree1] :
                ( ~ $less(size1(X18),sK7)
                | ( size1(X17) != sK4 )
                | ( node1(X18,X19) != X17 ) ) )
          & ( ? [X21: tree1,X20: tree1] :
                ( $less(size1(X20),sK7)
                & ( size1(X17) = sK4 )
                & ( node1(X20,X21) = X17 ) )
            | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(sK6),t2tb(sK4))) ) )
      & distinct(tree,get(list(tree),int,t2tb3(sK6),t2tb(sK4)))
      & ! [X22: $int] :
          ( all_trees1(X22,tb2t1(get(list(tree),int,t2tb3(sK6),t2tb(X22))))
          | ~ $less(X22,sK4)
          | $less(X22,0) )
      & ~ $less($sum(sK4,$uminus(1)),sK7)
      & ~ $less(sK7,0) ) ),
    introduced(choice_axiom,[]) ).

tff(f191,plain,
    ( ? [X7: list_tree] :
        ( ? [X8: map_int_lplist_treerp] :
            ( ? [X9: tree1] :
                ( ! [X11: tree1,X10: tree1] :
                    ( ~ $less(size1(X10),$sum(sK7,1))
                    | ( size1(X9) != sK4 )
                    | ( node1(X10,X11) != X9 ) )
                & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(sK4))) )
            & ( tb2t3(set(list(tree),int,t2tb3(sK6),t2tb(sK4),infix_plpl(tree,t2tb1(X7),get(list(tree),int,t2tb3(sK6),t2tb(sK4))))) = X8 )
            & ~ $less($sum(sK1,1),0) )
        & $less(sK4,$sum(sK1,1))
        & ~ $less(sK4,0)
        & ! [X12: tree1] :
            ( ( mem(tree,t2tb2(X12),t2tb1(X7))
              | ! [X14: tree1,X13: tree1] :
                  ( ( size1(X14) != $sum($sum(sK4,$uminus(1)),$uminus(sK7)) )
                  | ( size1(X13) != sK7 )
                  | ( node1(X13,X14) != X12 ) ) )
            & ( ? [X16: tree1,X15: tree1] :
                  ( ( size1(X16) = $sum($sum(sK4,$uminus(1)),$uminus(sK7)) )
                  & ( size1(X15) = sK7 )
                  & ( node1(X15,X16) = X12 ) )
              | ~ mem(tree,t2tb2(X12),t2tb1(X7)) ) )
        & distinct(tree,t2tb1(X7)) )
   => ( ? [X8: map_int_lplist_treerp] :
          ( ? [X9: tree1] :
              ( ! [X11: tree1,X10: tree1] :
                  ( ~ $less(size1(X10),$sum(sK7,1))
                  | ( size1(X9) != sK4 )
                  | ( node1(X10,X11) != X9 ) )
              & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(sK4))) )
          & ( tb2t3(set(list(tree),int,t2tb3(sK6),t2tb(sK4),infix_plpl(tree,t2tb1(sK8),get(list(tree),int,t2tb3(sK6),t2tb(sK4))))) = X8 )
          & ~ $less($sum(sK1,1),0) )
      & $less(sK4,$sum(sK1,1))
      & ~ $less(sK4,0)
      & ! [X12: tree1] :
          ( ( mem(tree,t2tb2(X12),t2tb1(sK8))
            | ! [X14: tree1,X13: tree1] :
                ( ( size1(X14) != $sum($sum(sK4,$uminus(1)),$uminus(sK7)) )
                | ( size1(X13) != sK7 )
                | ( node1(X13,X14) != X12 ) ) )
          & ( ? [X16: tree1,X15: tree1] :
                ( ( size1(X16) = $sum($sum(sK4,$uminus(1)),$uminus(sK7)) )
                & ( size1(X15) = sK7 )
                & ( node1(X15,X16) = X12 ) )
            | ~ mem(tree,t2tb2(X12),t2tb1(sK8)) ) )
      & distinct(tree,t2tb1(sK8)) ) ),
    introduced(choice_axiom,[]) ).

tff(f192,plain,
    ( ? [X8: map_int_lplist_treerp] :
        ( ? [X9: tree1] :
            ( ! [X11: tree1,X10: tree1] :
                ( ~ $less(size1(X10),$sum(sK7,1))
                | ( size1(X9) != sK4 )
                | ( node1(X10,X11) != X9 ) )
            & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(sK4))) )
        & ( tb2t3(set(list(tree),int,t2tb3(sK6),t2tb(sK4),infix_plpl(tree,t2tb1(sK8),get(list(tree),int,t2tb3(sK6),t2tb(sK4))))) = X8 )
        & ~ $less($sum(sK1,1),0) )
   => ( ? [X9: tree1] :
          ( ! [X11: tree1,X10: tree1] :
              ( ~ $less(size1(X10),$sum(sK7,1))
              | ( size1(X9) != sK4 )
              | ( node1(X10,X11) != X9 ) )
          & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(sK9),t2tb(sK4))) )
      & ( tb2t3(set(list(tree),int,t2tb3(sK6),t2tb(sK4),infix_plpl(tree,t2tb1(sK8),get(list(tree),int,t2tb3(sK6),t2tb(sK4))))) = sK9 )
      & ~ $less($sum(sK1,1),0) ) ),
    introduced(choice_axiom,[]) ).

tff(f193,plain,
    ( ? [X9: tree1] :
        ( ! [X11: tree1,X10: tree1] :
            ( ~ $less(size1(X10),$sum(sK7,1))
            | ( size1(X9) != sK4 )
            | ( node1(X10,X11) != X9 ) )
        & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(sK9),t2tb(sK4))) )
   => ( ! [X11: tree1,X10: tree1] :
          ( ~ $less(size1(X10),$sum(sK7,1))
          | ( sK4 != size1(sK10) )
          | ( node1(X10,X11) != sK10 ) )
      & mem(tree,t2tb2(sK10),get(list(tree),int,t2tb3(sK9),t2tb(sK4))) ) ),
    introduced(choice_axiom,[]) ).

tff(f194,plain,
    ! [X12: tree1] :
      ( ? [X16: tree1,X15: tree1] :
          ( ( size1(X16) = $sum($sum(sK4,$uminus(1)),$uminus(sK7)) )
          & ( size1(X15) = sK7 )
          & ( node1(X15,X16) = X12 ) )
     => ( ( $sum($sum(sK4,$uminus(1)),$uminus(sK7)) = size1(sK12(X12)) )
        & ( sK7 = size1(sK11(X12)) )
        & ( node1(sK11(X12),sK12(X12)) = X12 ) ) ),
    introduced(choice_axiom,[]) ).

tff(f195,plain,
    ! [X17: tree1] :
      ( ? [X21: tree1,X20: tree1] :
          ( $less(size1(X20),sK7)
          & ( size1(X17) = sK4 )
          & ( node1(X20,X21) = X17 ) )
     => ( $less(size1(sK13(X17)),sK7)
        & ( size1(X17) = sK4 )
        & ( node1(sK13(X17),sK14(X17)) = X17 ) ) ),
    introduced(choice_axiom,[]) ).

tff(f185,plain,
    ? [X0: $int] :
      ( ? [X1: map_int_lplist_treerp] :
          ( ? [X2: map_int_lplist_treerp,X3: $int] :
              ( ? [X4: map_int_lplist_treerp] :
                  ( ? [X5: map_int_lplist_treerp,X6: $int] :
                      ( ? [X7: list_tree] :
                          ( ? [X8: map_int_lplist_treerp] :
                              ( ? [X9: tree1] :
                                  ( ! [X10: tree1,X11: tree1] :
                                      ( ~ $less(size1(X10),$sum(X6,1))
                                      | ( size1(X9) != X3 )
                                      | ( node1(X10,X11) != X9 ) )
                                  & mem(tree,t2tb2(X9),get(list(tree),int,t2tb3(X8),t2tb(X3))) )
                              & ( tb2t3(set(list(tree),int,t2tb3(X5),t2tb(X3),infix_plpl(tree,t2tb1(X7),get(list(tree),int,t2tb3(X5),t2tb(X3))))) = X8 )
                              & ~ $less($sum(X0,1),0) )
                          & $less(X3,$sum(X0,1))
                          & ~ $less(X3,0)
                          & ! [X12: tree1] :
                              ( ( mem(tree,t2tb2(X12),t2tb1(X7))
                                | ! [X13: tree1,X14: tree1] :
                                    ( ( size1(X14) != $sum($sum(X3,$uminus(1)),$uminus(X6)) )
                                    | ( size1(X13) != X6 )
                                    | ( node1(X13,X14) != X12 ) ) )
                              & ( ? [X15: tree1,X16: tree1] :
                                    ( ( $sum($sum(X3,$uminus(1)),$uminus(X6)) = size1(X16) )
                                    & ( size1(X15) = X6 )
                                    & ( node1(X15,X16) = X12 ) )
                                | ~ mem(tree,t2tb2(X12),t2tb1(X7)) ) )
                          & distinct(tree,t2tb1(X7)) )
                      & all_trees1($sum($sum(X3,$uminus(1)),$uminus(X6)),tb2t1(get(list(tree),int,t2tb3(X5),t2tb($sum($sum(X3,$uminus(1)),$uminus(X6))))))
                      & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X6)),0)
                      & all_trees1(X6,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X6))))
                      & ~ $less(X6,0)
                      & $less(X6,$sum(X0,1))
                      & ~ $less(X6,0)
                      & $less($sum($sum(X3,$uminus(1)),$uminus(X6)),$sum(X0,1))
                      & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X6)),0)
                      & $less(X3,$sum(X0,1))
                      & ~ $less(X3,0)
                      & ~ $less($sum(X0,1),0)
                      & ! [X17: tree1] :
                          ( ( mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(X3)))
                            | ! [X18: tree1,X19: tree1] :
                                ( ~ $less(size1(X18),X6)
                                | ( size1(X17) != X3 )
                                | ( node1(X18,X19) != X17 ) ) )
                          & ( ? [X20: tree1,X21: tree1] :
                                ( $less(size1(X20),X6)
                                & ( size1(X17) = X3 )
                                & ( node1(X20,X21) = X17 ) )
                            | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X5),t2tb(X3))) ) )
                      & distinct(tree,get(list(tree),int,t2tb3(X5),t2tb(X3)))
                      & ! [X22: $int] :
                          ( all_trees1(X22,tb2t1(get(list(tree),int,t2tb3(X5),t2tb(X22))))
                          | ~ $less(X22,X3)
                          | $less(X22,0) )
                      & ~ $less($sum(X3,$uminus(1)),X6)
                      & ~ $less(X6,0) )
                  & ~ $less($sum(X3,$uminus(1)),0)
                  & ( tb2t3(set(list(tree),int,t2tb3(X2),t2tb(X3),nil(tree))) = X4 )
                  & ~ $less($sum(X0,1),0) )
              & $less(X3,$sum(X0,1))
              & ~ $less(X3,0)
              & ~ $less($sum(X0,1),0)
              & ! [X23: $int] :
                  ( all_trees1(X23,tb2t1(get(list(tree),int,t2tb3(X2),t2tb(X23))))
                  | ~ $less(X23,X3)
                  | $less(X23,0) )
              & ~ $less(X0,X3)
              & ~ $less(X3,1) )
          & ~ $less(X0,1)
          & ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = X1 )
          & ~ $less($sum(X0,1),0) )
      & $less(0,$sum(X0,1))
      & ~ $less(0,0)
      & ~ $less($sum(X0,1),0)
      & ~ $less($sum(X0,1),0)
      & ~ $less(X0,0) ),
    inference(rectify,[],[f184]) ).

tff(f184,plain,
    ? [X0: $int] :
      ( ? [X1: map_int_lplist_treerp] :
          ( ? [X2: map_int_lplist_treerp,X3: $int] :
              ( ? [X5: map_int_lplist_treerp] :
                  ( ? [X6: map_int_lplist_treerp,X7: $int] :
                      ( ? [X12: list_tree] :
                          ( ? [X16: map_int_lplist_treerp] :
                              ( ? [X17: tree1] :
                                  ( ! [X18: tree1,X19: tree1] :
                                      ( ~ $less(size1(X18),$sum(X7,1))
                                      | ( size1(X17) != X3 )
                                      | ( node1(X18,X19) != X17 ) )
                                  & mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X16),t2tb(X3))) )
                              & ( tb2t3(set(list(tree),int,t2tb3(X6),t2tb(X3),infix_plpl(tree,t2tb1(X12),get(list(tree),int,t2tb3(X6),t2tb(X3))))) = X16 )
                              & ~ $less($sum(X0,1),0) )
                          & $less(X3,$sum(X0,1))
                          & ~ $less(X3,0)
                          & ! [X13: tree1] :
                              ( ( mem(tree,t2tb2(X13),t2tb1(X12))
                                | ! [X14: tree1,X15: tree1] :
                                    ( ( size1(X15) != $sum($sum(X3,$uminus(1)),$uminus(X7)) )
                                    | ( size1(X14) != X7 )
                                    | ( node1(X14,X15) != X13 ) ) )
                              & ( ? [X14: tree1,X15: tree1] :
                                    ( ( size1(X15) = $sum($sum(X3,$uminus(1)),$uminus(X7)) )
                                    & ( size1(X14) = X7 )
                                    & ( node1(X14,X15) = X13 ) )
                                | ~ mem(tree,t2tb2(X13),t2tb1(X12)) ) )
                          & distinct(tree,t2tb1(X12)) )
                      & all_trees1($sum($sum(X3,$uminus(1)),$uminus(X7)),tb2t1(get(list(tree),int,t2tb3(X6),t2tb($sum($sum(X3,$uminus(1)),$uminus(X7))))))
                      & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X7)),0)
                      & all_trees1(X7,tb2t1(get(list(tree),int,t2tb3(X6),t2tb(X7))))
                      & ~ $less(X7,0)
                      & $less(X7,$sum(X0,1))
                      & ~ $less(X7,0)
                      & $less($sum($sum(X3,$uminus(1)),$uminus(X7)),$sum(X0,1))
                      & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X7)),0)
                      & $less(X3,$sum(X0,1))
                      & ~ $less(X3,0)
                      & ~ $less($sum(X0,1),0)
                      & ! [X8: tree1] :
                          ( ( mem(tree,t2tb2(X8),get(list(tree),int,t2tb3(X6),t2tb(X3)))
                            | ! [X9: tree1,X10: tree1] :
                                ( ~ $less(size1(X9),X7)
                                | ( size1(X8) != X3 )
                                | ( node1(X9,X10) != X8 ) ) )
                          & ( ? [X9: tree1,X10: tree1] :
                                ( $less(size1(X9),X7)
                                & ( size1(X8) = X3 )
                                & ( node1(X9,X10) = X8 ) )
                            | ~ mem(tree,t2tb2(X8),get(list(tree),int,t2tb3(X6),t2tb(X3))) ) )
                      & distinct(tree,get(list(tree),int,t2tb3(X6),t2tb(X3)))
                      & ! [X11: $int] :
                          ( all_trees1(X11,tb2t1(get(list(tree),int,t2tb3(X6),t2tb(X11))))
                          | ~ $less(X11,X3)
                          | $less(X11,0) )
                      & ~ $less($sum(X3,$uminus(1)),X7)
                      & ~ $less(X7,0) )
                  & ~ $less($sum(X3,$uminus(1)),0)
                  & ( tb2t3(set(list(tree),int,t2tb3(X2),t2tb(X3),nil(tree))) = X5 )
                  & ~ $less($sum(X0,1),0) )
              & $less(X3,$sum(X0,1))
              & ~ $less(X3,0)
              & ~ $less($sum(X0,1),0)
              & ! [X4: $int] :
                  ( all_trees1(X4,tb2t1(get(list(tree),int,t2tb3(X2),t2tb(X4))))
                  | ~ $less(X4,X3)
                  | $less(X4,0) )
              & ~ $less(X0,X3)
              & ~ $less(X3,1) )
          & ~ $less(X0,1)
          & ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = X1 )
          & ~ $less($sum(X0,1),0) )
      & $less(0,$sum(X0,1))
      & ~ $less(0,0)
      & ~ $less($sum(X0,1),0)
      & ~ $less($sum(X0,1),0)
      & ~ $less(X0,0) ),
    inference(nnf_transformation,[],[f157]) ).

tff(f157,plain,
    ? [X0: $int] :
      ( ? [X1: map_int_lplist_treerp] :
          ( ? [X2: map_int_lplist_treerp,X3: $int] :
              ( ? [X5: map_int_lplist_treerp] :
                  ( ? [X6: map_int_lplist_treerp,X7: $int] :
                      ( ? [X12: list_tree] :
                          ( ? [X16: map_int_lplist_treerp] :
                              ( ? [X17: tree1] :
                                  ( ! [X18: tree1,X19: tree1] :
                                      ( ~ $less(size1(X18),$sum(X7,1))
                                      | ( size1(X17) != X3 )
                                      | ( node1(X18,X19) != X17 ) )
                                  & mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X16),t2tb(X3))) )
                              & ( tb2t3(set(list(tree),int,t2tb3(X6),t2tb(X3),infix_plpl(tree,t2tb1(X12),get(list(tree),int,t2tb3(X6),t2tb(X3))))) = X16 )
                              & ~ $less($sum(X0,1),0) )
                          & $less(X3,$sum(X0,1))
                          & ~ $less(X3,0)
                          & ! [X13: tree1] :
                              ( mem(tree,t2tb2(X13),t2tb1(X12))
                            <=> ? [X14: tree1,X15: tree1] :
                                  ( ( size1(X15) = $sum($sum(X3,$uminus(1)),$uminus(X7)) )
                                  & ( size1(X14) = X7 )
                                  & ( node1(X14,X15) = X13 ) ) )
                          & distinct(tree,t2tb1(X12)) )
                      & all_trees1($sum($sum(X3,$uminus(1)),$uminus(X7)),tb2t1(get(list(tree),int,t2tb3(X6),t2tb($sum($sum(X3,$uminus(1)),$uminus(X7))))))
                      & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X7)),0)
                      & all_trees1(X7,tb2t1(get(list(tree),int,t2tb3(X6),t2tb(X7))))
                      & ~ $less(X7,0)
                      & $less(X7,$sum(X0,1))
                      & ~ $less(X7,0)
                      & $less($sum($sum(X3,$uminus(1)),$uminus(X7)),$sum(X0,1))
                      & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X7)),0)
                      & $less(X3,$sum(X0,1))
                      & ~ $less(X3,0)
                      & ~ $less($sum(X0,1),0)
                      & ! [X8: tree1] :
                          ( mem(tree,t2tb2(X8),get(list(tree),int,t2tb3(X6),t2tb(X3)))
                        <=> ? [X9: tree1,X10: tree1] :
                              ( $less(size1(X9),X7)
                              & ( size1(X8) = X3 )
                              & ( node1(X9,X10) = X8 ) ) )
                      & distinct(tree,get(list(tree),int,t2tb3(X6),t2tb(X3)))
                      & ! [X11: $int] :
                          ( all_trees1(X11,tb2t1(get(list(tree),int,t2tb3(X6),t2tb(X11))))
                          | ~ $less(X11,X3)
                          | $less(X11,0) )
                      & ~ $less($sum(X3,$uminus(1)),X7)
                      & ~ $less(X7,0) )
                  & ~ $less($sum(X3,$uminus(1)),0)
                  & ( tb2t3(set(list(tree),int,t2tb3(X2),t2tb(X3),nil(tree))) = X5 )
                  & ~ $less($sum(X0,1),0) )
              & $less(X3,$sum(X0,1))
              & ~ $less(X3,0)
              & ~ $less($sum(X0,1),0)
              & ! [X4: $int] :
                  ( all_trees1(X4,tb2t1(get(list(tree),int,t2tb3(X2),t2tb(X4))))
                  | ~ $less(X4,X3)
                  | $less(X4,0) )
              & ~ $less(X0,X3)
              & ~ $less(X3,1) )
          & ~ $less(X0,1)
          & ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = X1 )
          & ~ $less($sum(X0,1),0) )
      & $less(0,$sum(X0,1))
      & ~ $less(0,0)
      & ~ $less($sum(X0,1),0)
      & ~ $less($sum(X0,1),0)
      & ~ $less(X0,0) ),
    inference(flattening,[],[f156]) ).

tff(f156,plain,
    ? [X0: $int] :
      ( ? [X1: map_int_lplist_treerp] :
          ( ? [X2: map_int_lplist_treerp,X3: $int] :
              ( ? [X5: map_int_lplist_treerp] :
                  ( ? [X6: map_int_lplist_treerp,X7: $int] :
                      ( ? [X12: list_tree] :
                          ( ? [X16: map_int_lplist_treerp] :
                              ( ? [X17: tree1] :
                                  ( ! [X18: tree1,X19: tree1] :
                                      ( ~ $less(size1(X18),$sum(X7,1))
                                      | ( size1(X17) != X3 )
                                      | ( node1(X18,X19) != X17 ) )
                                  & mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X16),t2tb(X3))) )
                              & ( tb2t3(set(list(tree),int,t2tb3(X6),t2tb(X3),infix_plpl(tree,t2tb1(X12),get(list(tree),int,t2tb3(X6),t2tb(X3))))) = X16 )
                              & ~ $less($sum(X0,1),0) )
                          & $less(X3,$sum(X0,1))
                          & ~ $less(X3,0)
                          & ! [X13: tree1] :
                              ( mem(tree,t2tb2(X13),t2tb1(X12))
                            <=> ? [X14: tree1,X15: tree1] :
                                  ( ( size1(X15) = $sum($sum(X3,$uminus(1)),$uminus(X7)) )
                                  & ( size1(X14) = X7 )
                                  & ( node1(X14,X15) = X13 ) ) )
                          & distinct(tree,t2tb1(X12)) )
                      & all_trees1($sum($sum(X3,$uminus(1)),$uminus(X7)),tb2t1(get(list(tree),int,t2tb3(X6),t2tb($sum($sum(X3,$uminus(1)),$uminus(X7))))))
                      & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X7)),0)
                      & all_trees1(X7,tb2t1(get(list(tree),int,t2tb3(X6),t2tb(X7))))
                      & ~ $less(X7,0)
                      & $less(X7,$sum(X0,1))
                      & ~ $less(X7,0)
                      & $less($sum($sum(X3,$uminus(1)),$uminus(X7)),$sum(X0,1))
                      & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X7)),0)
                      & $less(X3,$sum(X0,1))
                      & ~ $less(X3,0)
                      & ~ $less($sum(X0,1),0)
                      & ! [X8: tree1] :
                          ( mem(tree,t2tb2(X8),get(list(tree),int,t2tb3(X6),t2tb(X3)))
                        <=> ? [X9: tree1,X10: tree1] :
                              ( $less(size1(X9),X7)
                              & ( size1(X8) = X3 )
                              & ( node1(X9,X10) = X8 ) ) )
                      & distinct(tree,get(list(tree),int,t2tb3(X6),t2tb(X3)))
                      & ! [X11: $int] :
                          ( all_trees1(X11,tb2t1(get(list(tree),int,t2tb3(X6),t2tb(X11))))
                          | ~ $less(X11,X3)
                          | $less(X11,0) )
                      & ~ $less($sum(X3,$uminus(1)),X7)
                      & ~ $less(X7,0) )
                  & ~ $less($sum(X3,$uminus(1)),0)
                  & ( tb2t3(set(list(tree),int,t2tb3(X2),t2tb(X3),nil(tree))) = X5 )
                  & ~ $less($sum(X0,1),0) )
              & $less(X3,$sum(X0,1))
              & ~ $less(X3,0)
              & ~ $less($sum(X0,1),0)
              & ! [X4: $int] :
                  ( all_trees1(X4,tb2t1(get(list(tree),int,t2tb3(X2),t2tb(X4))))
                  | ~ $less(X4,X3)
                  | $less(X4,0) )
              & ~ $less(X0,X3)
              & ~ $less(X3,1) )
          & ~ $less(X0,1)
          & ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = X1 )
          & ~ $less($sum(X0,1),0) )
      & $less(0,$sum(X0,1))
      & ~ $less(0,0)
      & ~ $less($sum(X0,1),0)
      & ~ $less($sum(X0,1),0)
      & ~ $less(X0,0) ),
    inference(ennf_transformation,[],[f103]) ).

tff(f103,plain,
    ~ ! [X0: $int] :
        ( ~ $less(X0,0)
       => ( ~ $less($sum(X0,1),0)
         => ( ~ $less($sum(X0,1),0)
           => ( ( $less(0,$sum(X0,1))
                & ~ $less(0,0) )
             => ! [X1: map_int_lplist_treerp] :
                  ( ( ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = X1 )
                    & ~ $less($sum(X0,1),0) )
                 => ( ~ $less(X0,1)
                   => ! [X2: map_int_lplist_treerp,X3: $int] :
                        ( ( ~ $less(X0,X3)
                          & ~ $less(X3,1) )
                       => ( ! [X4: $int] :
                              ( ( $less(X4,X3)
                                & ~ $less(X4,0) )
                             => all_trees1(X4,tb2t1(get(list(tree),int,t2tb3(X2),t2tb(X4)))) )
                         => ( ( $less(X3,$sum(X0,1))
                              & ~ $less(X3,0)
                              & ~ $less($sum(X0,1),0) )
                           => ! [X5: map_int_lplist_treerp] :
                                ( ( ( tb2t3(set(list(tree),int,t2tb3(X2),t2tb(X3),nil(tree))) = X5 )
                                  & ~ $less($sum(X0,1),0) )
                               => ( ~ $less($sum(X3,$uminus(1)),0)
                                 => ! [X6: map_int_lplist_treerp,X7: $int] :
                                      ( ( ~ $less($sum(X3,$uminus(1)),X7)
                                        & ~ $less(X7,0) )
                                     => ( ( ! [X8: tree1] :
                                              ( mem(tree,t2tb2(X8),get(list(tree),int,t2tb3(X6),t2tb(X3)))
                                            <=> ? [X9: tree1,X10: tree1] :
                                                  ( $less(size1(X9),X7)
                                                  & ( size1(X8) = X3 )
                                                  & ( node1(X9,X10) = X8 ) ) )
                                          & distinct(tree,get(list(tree),int,t2tb3(X6),t2tb(X3)))
                                          & ! [X11: $int] :
                                              ( ( $less(X11,X3)
                                                & ~ $less(X11,0) )
                                             => all_trees1(X11,tb2t1(get(list(tree),int,t2tb3(X6),t2tb(X11)))) ) )
                                       => ( ( $less(X3,$sum(X0,1))
                                            & ~ $less(X3,0)
                                            & ~ $less($sum(X0,1),0) )
                                         => ( ( $less($sum($sum(X3,$uminus(1)),$uminus(X7)),$sum(X0,1))
                                              & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X7)),0) )
                                           => ( ( $less(X7,$sum(X0,1))
                                                & ~ $less(X7,0) )
                                             => ( ( all_trees1($sum($sum(X3,$uminus(1)),$uminus(X7)),tb2t1(get(list(tree),int,t2tb3(X6),t2tb($sum($sum(X3,$uminus(1)),$uminus(X7))))))
                                                  & ~ $less($sum($sum(X3,$uminus(1)),$uminus(X7)),0)
                                                  & all_trees1(X7,tb2t1(get(list(tree),int,t2tb3(X6),t2tb(X7))))
                                                  & ~ $less(X7,0) )
                                               => ! [X12: list_tree] :
                                                    ( ( ! [X13: tree1] :
                                                          ( mem(tree,t2tb2(X13),t2tb1(X12))
                                                        <=> ? [X14: tree1,X15: tree1] :
                                                              ( ( size1(X15) = $sum($sum(X3,$uminus(1)),$uminus(X7)) )
                                                              & ( size1(X14) = X7 )
                                                              & ( node1(X14,X15) = X13 ) ) )
                                                      & distinct(tree,t2tb1(X12)) )
                                                   => ( ( $less(X3,$sum(X0,1))
                                                        & ~ $less(X3,0) )
                                                     => ! [X16: map_int_lplist_treerp] :
                                                          ( ( ( tb2t3(set(list(tree),int,t2tb3(X6),t2tb(X3),infix_plpl(tree,t2tb1(X12),get(list(tree),int,t2tb3(X6),t2tb(X3))))) = X16 )
                                                            & ~ $less($sum(X0,1),0) )
                                                         => ! [X17: tree1] :
                                                              ( mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(X16),t2tb(X3)))
                                                             => ? [X18: tree1,X19: tree1] :
                                                                  ( $less(size1(X18),$sum(X7,1))
                                                                  & ( size1(X17) = X3 )
                                                                  & ( node1(X18,X19) = X17 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ),
    inference(rectify,[],[f102]) ).

tff(f102,plain,
    ~ ! [X22: $int] :
        ( ~ $less(X22,0)
       => ( ~ $less($sum(X22,1),0)
         => ( ~ $less($sum(X22,1),0)
           => ( ( $less(0,$sum(X22,1))
                & ~ $less(0,0) )
             => ! [X0: map_int_lplist_treerp] :
                  ( ( ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = X0 )
                    & ~ $less($sum(X22,1),0) )
                 => ( ~ $less(X22,1)
                   => ! [X8: map_int_lplist_treerp,X20: $int] :
                        ( ( ~ $less(X22,X20)
                          & ~ $less(X20,1) )
                       => ( ! [X27: $int] :
                              ( ( $less(X27,X20)
                                & ~ $less(X27,0) )
                             => all_trees1(X27,tb2t1(get(list(tree),int,t2tb3(X8),t2tb(X27)))) )
                         => ( ( $less(X20,$sum(X22,1))
                              & ~ $less(X20,0)
                              & ~ $less($sum(X22,1),0) )
                           => ! [X18: map_int_lplist_treerp] :
                                ( ( ( tb2t3(set(list(tree),int,t2tb3(X8),t2tb(X20),nil(tree))) = X18 )
                                  & ~ $less($sum(X22,1),0) )
                               => ( ~ $less($sum(X20,$uminus(1)),0)
                                 => ! [X28: map_int_lplist_treerp,X21: $int] :
                                      ( ( ~ $less($sum(X20,$uminus(1)),X21)
                                        & ~ $less(X21,0) )
                                     => ( ( ! [X23: tree1] :
                                              ( mem(tree,t2tb2(X23),get(list(tree),int,t2tb3(X28),t2tb(X20)))
                                            <=> ? [X15: tree1,X24: tree1] :
                                                  ( $less(size1(X15),X21)
                                                  & ( size1(X23) = X20 )
                                                  & ( node1(X15,X24) = X23 ) ) )
                                          & distinct(tree,get(list(tree),int,t2tb3(X28),t2tb(X20)))
                                          & ! [X27: $int] :
                                              ( ( $less(X27,X20)
                                                & ~ $less(X27,0) )
                                             => all_trees1(X27,tb2t1(get(list(tree),int,t2tb3(X28),t2tb(X27)))) ) )
                                       => ( ( $less(X20,$sum(X22,1))
                                            & ~ $less(X20,0)
                                            & ~ $less($sum(X22,1),0) )
                                         => ( ( $less($sum($sum(X20,$uminus(1)),$uminus(X21)),$sum(X22,1))
                                              & ~ $less($sum($sum(X20,$uminus(1)),$uminus(X21)),0) )
                                           => ( ( $less(X21,$sum(X22,1))
                                                & ~ $less(X21,0) )
                                             => ( ( all_trees1($sum($sum(X20,$uminus(1)),$uminus(X21)),tb2t1(get(list(tree),int,t2tb3(X28),t2tb($sum($sum(X20,$uminus(1)),$uminus(X21))))))
                                                  & ~ $less($sum($sum(X20,$uminus(1)),$uminus(X21)),0)
                                                  & all_trees1(X21,tb2t1(get(list(tree),int,t2tb3(X28),t2tb(X21))))
                                                  & ~ $less(X21,0) )
                                               => ! [X29: list_tree] :
                                                    ( ( ! [X23: tree1] :
                                                          ( mem(tree,t2tb2(X23),t2tb1(X29))
                                                        <=> ? [X15: tree1,X24: tree1] :
                                                              ( ( size1(X24) = $sum($sum(X20,$uminus(1)),$uminus(X21)) )
                                                              & ( size1(X15) = X21 )
                                                              & ( node1(X15,X24) = X23 ) ) )
                                                      & distinct(tree,t2tb1(X29)) )
                                                   => ( ( $less(X20,$sum(X22,1))
                                                        & ~ $less(X20,0) )
                                                     => ! [X30: map_int_lplist_treerp] :
                                                          ( ( ( tb2t3(set(list(tree),int,t2tb3(X28),t2tb(X20),infix_plpl(tree,t2tb1(X29),get(list(tree),int,t2tb3(X28),t2tb(X20))))) = X30 )
                                                            & ~ $less($sum(X22,1),0) )
                                                         => ! [X23: tree1] :
                                                              ( mem(tree,t2tb2(X23),get(list(tree),int,t2tb3(X30),t2tb(X20)))
                                                             => ? [X15: tree1,X24: tree1] :
                                                                  ( $less(size1(X15),$sum(X21,1))
                                                                  & ( size1(X23) = X20 )
                                                                  & ( node1(X15,X24) = X23 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ),
    inference(theory_normalization,[],[f83]) ).

tff(f83,plain,
    ~ ! [X22: $int] :
        ( ~ $less(X22,0)
       => ( ~ $less($sum(X22,1),0)
         => ( ~ $less($sum(X22,1),0)
           => ( ( $less(0,$sum(X22,1))
                & ~ $less(0,0) )
             => ! [X0: map_int_lplist_treerp] :
                  ( ( ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = X0 )
                    & ~ $less($sum(X22,1),0) )
                 => ( ~ $less(X22,1)
                   => ! [X8: map_int_lplist_treerp,X20: $int] :
                        ( ( ~ $less(X22,X20)
                          & ~ $less(X20,1) )
                       => ( ! [X27: $int] :
                              ( ( $less(X27,X20)
                                & ~ $less(X27,0) )
                             => all_trees1(X27,tb2t1(get(list(tree),int,t2tb3(X8),t2tb(X27)))) )
                         => ( ( $less(X20,$sum(X22,1))
                              & ~ $less(X20,0)
                              & ~ $less($sum(X22,1),0) )
                           => ! [X18: map_int_lplist_treerp] :
                                ( ( ( tb2t3(set(list(tree),int,t2tb3(X8),t2tb(X20),nil(tree))) = X18 )
                                  & ~ $less($sum(X22,1),0) )
                               => ( ~ $less($sum(X20,$uminus(1)),0)
                                 => ! [X28: map_int_lplist_treerp,X21: $int] :
                                      ( ( ~ $less($sum(X20,$uminus(1)),X21)
                                        & ~ $less(X21,0) )
                                     => ( ( ! [X23: tree1] :
                                              ( mem(tree,t2tb2(X23),get(list(tree),int,t2tb3(X28),t2tb(X20)))
                                            <=> ? [X15: tree1,X24: tree1] :
                                                  ( $less(size1(X15),X21)
                                                  & ( size1(X23) = X20 )
                                                  & ( node1(X15,X24) = X23 ) ) )
                                          & distinct(tree,get(list(tree),int,t2tb3(X28),t2tb(X20)))
                                          & ! [X27: $int] :
                                              ( ( $less(X27,X20)
                                                & ~ $less(X27,0) )
                                             => all_trees1(X27,tb2t1(get(list(tree),int,t2tb3(X28),t2tb(X27)))) ) )
                                       => ( ( $less(X20,$sum(X22,1))
                                            & ~ $less(X20,0)
                                            & ~ $less($sum(X22,1),0) )
                                         => ( ( $less($sum($difference(X20,1),$uminus(X21)),$sum(X22,1))
                                              & ~ $less($sum($difference(X20,1),$uminus(X21)),0) )
                                           => ( ( $less(X21,$sum(X22,1))
                                                & ~ $less(X21,0) )
                                             => ( ( all_trees1($sum($difference(X20,1),$uminus(X21)),tb2t1(get(list(tree),int,t2tb3(X28),t2tb($sum($difference(X20,1),$uminus(X21))))))
                                                  & ~ $less($sum($difference(X20,1),$uminus(X21)),0)
                                                  & all_trees1(X21,tb2t1(get(list(tree),int,t2tb3(X28),t2tb(X21))))
                                                  & ~ $less(X21,0) )
                                               => ! [X29: list_tree] :
                                                    ( ( ! [X23: tree1] :
                                                          ( mem(tree,t2tb2(X23),t2tb1(X29))
                                                        <=> ? [X15: tree1,X24: tree1] :
                                                              ( ( size1(X24) = $sum($difference(X20,1),$uminus(X21)) )
                                                              & ( size1(X15) = X21 )
                                                              & ( node1(X15,X24) = X23 ) ) )
                                                      & distinct(tree,t2tb1(X29)) )
                                                   => ( ( $less(X20,$sum(X22,1))
                                                        & ~ $less(X20,0) )
                                                     => ! [X30: map_int_lplist_treerp] :
                                                          ( ( ( tb2t3(set(list(tree),int,t2tb3(X28),t2tb(X20),infix_plpl(tree,t2tb1(X29),get(list(tree),int,t2tb3(X28),t2tb(X20))))) = X30 )
                                                            & ~ $less($sum(X22,1),0) )
                                                         => ! [X23: tree1] :
                                                              ( mem(tree,t2tb2(X23),get(list(tree),int,t2tb3(X30),t2tb(X20)))
                                                             => ? [X15: tree1,X24: tree1] :
                                                                  ( $less(size1(X15),$sum(X21,1))
                                                                  & ( size1(X23) = X20 )
                                                                  & ( node1(X15,X24) = X23 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ),
    inference(theory_normalization,[],[f79]) ).

tff(f79,negated_conjecture,
    ~ ! [X22: $int] :
        ( $lesseq(0,X22)
       => ( $lesseq(0,$sum(X22,1))
         => ( $lesseq(0,$sum(X22,1))
           => ( ( $less(0,$sum(X22,1))
                & $lesseq(0,0) )
             => ! [X0: map_int_lplist_treerp] :
                  ( ( ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = X0 )
                    & $lesseq(0,$sum(X22,1)) )
                 => ( $lesseq(1,X22)
                   => ! [X8: map_int_lplist_treerp,X20: $int] :
                        ( ( $lesseq(X20,X22)
                          & $lesseq(1,X20) )
                       => ( ! [X27: $int] :
                              ( ( $less(X27,X20)
                                & $lesseq(0,X27) )
                             => all_trees1(X27,tb2t1(get(list(tree),int,t2tb3(X8),t2tb(X27)))) )
                         => ( ( $less(X20,$sum(X22,1))
                              & $lesseq(0,X20)
                              & $lesseq(0,$sum(X22,1)) )
                           => ! [X18: map_int_lplist_treerp] :
                                ( ( ( tb2t3(set(list(tree),int,t2tb3(X8),t2tb(X20),nil(tree))) = X18 )
                                  & $lesseq(0,$sum(X22,1)) )
                               => ( $lesseq(0,$difference(X20,1))
                                 => ! [X28: map_int_lplist_treerp,X21: $int] :
                                      ( ( $lesseq(X21,$difference(X20,1))
                                        & $lesseq(0,X21) )
                                     => ( ( ! [X23: tree1] :
                                              ( mem(tree,t2tb2(X23),get(list(tree),int,t2tb3(X28),t2tb(X20)))
                                            <=> ? [X15: tree1,X24: tree1] :
                                                  ( $less(size1(X15),X21)
                                                  & ( size1(X23) = X20 )
                                                  & ( node1(X15,X24) = X23 ) ) )
                                          & distinct(tree,get(list(tree),int,t2tb3(X28),t2tb(X20)))
                                          & ! [X27: $int] :
                                              ( ( $less(X27,X20)
                                                & $lesseq(0,X27) )
                                             => all_trees1(X27,tb2t1(get(list(tree),int,t2tb3(X28),t2tb(X27)))) ) )
                                       => ( ( $less(X20,$sum(X22,1))
                                            & $lesseq(0,X20)
                                            & $lesseq(0,$sum(X22,1)) )
                                         => ( ( $less($difference($difference(X20,1),X21),$sum(X22,1))
                                              & $lesseq(0,$difference($difference(X20,1),X21)) )
                                           => ( ( $less(X21,$sum(X22,1))
                                                & $lesseq(0,X21) )
                                             => ( ( all_trees1($difference($difference(X20,1),X21),tb2t1(get(list(tree),int,t2tb3(X28),t2tb($difference($difference(X20,1),X21)))))
                                                  & $lesseq(0,$difference($difference(X20,1),X21))
                                                  & all_trees1(X21,tb2t1(get(list(tree),int,t2tb3(X28),t2tb(X21))))
                                                  & $lesseq(0,X21) )
                                               => ! [X29: list_tree] :
                                                    ( ( ! [X23: tree1] :
                                                          ( mem(tree,t2tb2(X23),t2tb1(X29))
                                                        <=> ? [X15: tree1,X24: tree1] :
                                                              ( ( $difference($difference(X20,1),X21) = size1(X24) )
                                                              & ( size1(X15) = X21 )
                                                              & ( node1(X15,X24) = X23 ) ) )
                                                      & distinct(tree,t2tb1(X29)) )
                                                   => ( ( $less(X20,$sum(X22,1))
                                                        & $lesseq(0,X20) )
                                                     => ! [X30: map_int_lplist_treerp] :
                                                          ( ( ( tb2t3(set(list(tree),int,t2tb3(X28),t2tb(X20),infix_plpl(tree,t2tb1(X29),get(list(tree),int,t2tb3(X28),t2tb(X20))))) = X30 )
                                                            & $lesseq(0,$sum(X22,1)) )
                                                         => ! [X23: tree1] :
                                                              ( mem(tree,t2tb2(X23),get(list(tree),int,t2tb3(X30),t2tb(X20)))
                                                             => ? [X15: tree1,X24: tree1] :
                                                                  ( $less(size1(X15),$sum(X21,1))
                                                                  & ( size1(X23) = X20 )
                                                                  & ( node1(X15,X24) = X23 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ),
    inference(negated_conjecture,[],[f78]) ).

tff(f78,conjecture,
    ! [X22: $int] :
      ( $lesseq(0,X22)
     => ( $lesseq(0,$sum(X22,1))
       => ( $lesseq(0,$sum(X22,1))
         => ( ( $less(0,$sum(X22,1))
              & $lesseq(0,0) )
           => ! [X0: map_int_lplist_treerp] :
                ( ( ( tb2t3(set(list(tree),int,const(list(tree),int,nil(tree)),t2tb(0),cons(tree,t2tb2(empty1),nil(tree)))) = X0 )
                  & $lesseq(0,$sum(X22,1)) )
               => ( $lesseq(1,X22)
                 => ! [X8: map_int_lplist_treerp,X20: $int] :
                      ( ( $lesseq(X20,X22)
                        & $lesseq(1,X20) )
                     => ( ! [X27: $int] :
                            ( ( $less(X27,X20)
                              & $lesseq(0,X27) )
                           => all_trees1(X27,tb2t1(get(list(tree),int,t2tb3(X8),t2tb(X27)))) )
                       => ( ( $less(X20,$sum(X22,1))
                            & $lesseq(0,X20)
                            & $lesseq(0,$sum(X22,1)) )
                         => ! [X18: map_int_lplist_treerp] :
                              ( ( ( tb2t3(set(list(tree),int,t2tb3(X8),t2tb(X20),nil(tree))) = X18 )
                                & $lesseq(0,$sum(X22,1)) )
                             => ( $lesseq(0,$difference(X20,1))
                               => ! [X28: map_int_lplist_treerp,X21: $int] :
                                    ( ( $lesseq(X21,$difference(X20,1))
                                      & $lesseq(0,X21) )
                                   => ( ( ! [X23: tree1] :
                                            ( mem(tree,t2tb2(X23),get(list(tree),int,t2tb3(X28),t2tb(X20)))
                                          <=> ? [X15: tree1,X24: tree1] :
                                                ( $less(size1(X15),X21)
                                                & ( size1(X23) = X20 )
                                                & ( node1(X15,X24) = X23 ) ) )
                                        & distinct(tree,get(list(tree),int,t2tb3(X28),t2tb(X20)))
                                        & ! [X27: $int] :
                                            ( ( $less(X27,X20)
                                              & $lesseq(0,X27) )
                                           => all_trees1(X27,tb2t1(get(list(tree),int,t2tb3(X28),t2tb(X27)))) ) )
                                     => ( ( $less(X20,$sum(X22,1))
                                          & $lesseq(0,X20)
                                          & $lesseq(0,$sum(X22,1)) )
                                       => ( ( $less($difference($difference(X20,1),X21),$sum(X22,1))
                                            & $lesseq(0,$difference($difference(X20,1),X21)) )
                                         => ( ( $less(X21,$sum(X22,1))
                                              & $lesseq(0,X21) )
                                           => ( ( all_trees1($difference($difference(X20,1),X21),tb2t1(get(list(tree),int,t2tb3(X28),t2tb($difference($difference(X20,1),X21)))))
                                                & $lesseq(0,$difference($difference(X20,1),X21))
                                                & all_trees1(X21,tb2t1(get(list(tree),int,t2tb3(X28),t2tb(X21))))
                                                & $lesseq(0,X21) )
                                             => ! [X29: list_tree] :
                                                  ( ( ! [X23: tree1] :
                                                        ( mem(tree,t2tb2(X23),t2tb1(X29))
                                                      <=> ? [X15: tree1,X24: tree1] :
                                                            ( ( $difference($difference(X20,1),X21) = size1(X24) )
                                                            & ( size1(X15) = X21 )
                                                            & ( node1(X15,X24) = X23 ) ) )
                                                    & distinct(tree,t2tb1(X29)) )
                                                 => ( ( $less(X20,$sum(X22,1))
                                                      & $lesseq(0,X20) )
                                                   => ! [X30: map_int_lplist_treerp] :
                                                        ( ( ( tb2t3(set(list(tree),int,t2tb3(X28),t2tb(X20),infix_plpl(tree,t2tb1(X29),get(list(tree),int,t2tb3(X28),t2tb(X20))))) = X30 )
                                                          & $lesseq(0,$sum(X22,1)) )
                                                       => ! [X23: tree1] :
                                                            ( mem(tree,t2tb2(X23),get(list(tree),int,t2tb3(X30),t2tb(X20)))
                                                           => ? [X15: tree1,X24: tree1] :
                                                                ( $less(size1(X15),$sum(X21,1))
                                                                & ( size1(X23) = X20 )
                                                                & ( node1(X15,X24) = X23 ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',wP_parameter_all_trees) ).

tff(f20247,plain,
    ( spl68_41
    | ~ spl68_322 ),
    inference(avatar_split_clause,[],[f20246,f16779,f942]) ).

tff(f942,plain,
    ( spl68_41
  <=> $less(0,sF24) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_41])]) ).

tff(f16779,plain,
    ( spl68_322
  <=> $less(0,size1(sK10)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_322])]) ).

tff(f20246,plain,
    ( $less(0,sF24)
    | ~ spl68_322 ),
    inference(forward_demodulation,[],[f16780,f354]) ).

tff(f16780,plain,
    ( $less(0,size1(sK10))
    | ~ spl68_322 ),
    inference(avatar_component_clause,[],[f16779]) ).

tff(f17488,plain,
    ( spl68_8
    | spl68_9 ),
    inference(avatar_split_clause,[],[f17487,f522,f514]) ).

tff(f514,plain,
    ( spl68_8
  <=> mem(tree,sF25,sF32) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_8])]) ).

tff(f522,plain,
    ( spl68_9
  <=> ( sK10 = sF53(sK10) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_9])]) ).

tff(f17487,plain,
    ( mem(tree,sF25,sF32)
    | spl68_9 ),
    inference(subsumption_resolution,[],[f17483,f523]) ).

tff(f523,plain,
    ( ( sK10 != sF53(sK10) )
    | spl68_9 ),
    inference(avatar_component_clause,[],[f522]) ).

tff(f17483,plain,
    ( mem(tree,sF25,sF32)
    | ( sK10 = sF53(sK10) ) ),
    inference(superposition,[],[f444,f356]) ).

tff(f444,plain,
    ! [X17: tree1] :
      ( mem(tree,t2tb2(X17),sF32)
      | ( sF53(X17) = X17 ) ),
    inference(consistent_polarity_flipping,[],[f405]) ).

tff(f405,plain,
    ! [X17: tree1] :
      ( ( sF53(X17) = X17 )
      | ~ mem(tree,t2tb2(X17),sF32) ),
    inference(definition_folding,[],[f237,f364,f359,f362,f357,f404]) ).

tff(f404,plain,
    ! [X17: tree1] : ( node1(sK13(X17),sK14(X17)) = sF53(X17) ),
    introduced(function_definition,[new_symbols(definition,[sF53])]) ).

tff(f357,plain,
    list(tree) = sF26,
    introduced(function_definition,[new_symbols(definition,[sF26])]) ).

tff(f362,plain,
    t2tb3(sK6) = sF30,
    introduced(function_definition,[new_symbols(definition,[sF30])]) ).

tff(f359,plain,
    t2tb(sK4) = sF28,
    introduced(function_definition,[new_symbols(definition,[sF28])]) ).

tff(f364,plain,
    get(sF26,int,sF30,sF28) = sF32,
    introduced(function_definition,[new_symbols(definition,[sF32])]) ).

tff(f237,plain,
    ! [X17: tree1] :
      ( ( node1(sK13(X17),sK14(X17)) = X17 )
      | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(sK6),t2tb(sK4))) ),
    inference(cnf_transformation,[],[f196]) ).

tff(f17473,plain,
    ( spl68_8
    | spl68_16
    | spl68_322 ),
    inference(avatar_split_clause,[],[f17472,f16779,f570,f514]) ).

tff(f570,plain,
    ( spl68_16
  <=> ( 0 = sK4 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_16])]) ).

tff(f17472,plain,
    ( mem(tree,sF25,sF32)
    | spl68_16
    | spl68_322 ),
    inference(subsumption_resolution,[],[f17471,f571]) ).

tff(f571,plain,
    ( ( 0 != sK4 )
    | spl68_16 ),
    inference(avatar_component_clause,[],[f570]) ).

tff(f17471,plain,
    ( ( 0 = sK4 )
    | mem(tree,sF25,sF32)
    | spl68_322 ),
    inference(forward_demodulation,[],[f17466,f16794]) ).

tff(f16794,plain,
    ( ( 0 = size1(sK10) )
    | spl68_322 ),
    inference(resolution,[],[f16781,f859]) ).

tff(f859,plain,
    ! [X0: tree1] :
      ( $less(0,size1(X0))
      | ( 0 = size1(X0) ) ),
    inference(resolution,[],[f91,f298]) ).

tff(f298,plain,
    ! [X0: tree1] : ~ $less(size1(X0),0),
    inference(cnf_transformation,[],[f117]) ).

tff(f117,plain,
    ! [X0: tree1] : ~ $less(size1(X0),0),
    inference(rectify,[],[f82]) ).

tff(f82,plain,
    ! [X23: tree1] : ~ $less(size1(X23),0),
    inference(theory_normalization,[],[f64]) ).

tff(f64,axiom,
    ! [X23: tree1] : $lesseq(0,size1(X23)),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',size_nonneg) ).

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

tff(f16781,plain,
    ( ~ $less(0,size1(sK10))
    | spl68_322 ),
    inference(avatar_component_clause,[],[f16779]) ).

tff(f17466,plain,
    ( mem(tree,sF25,sF32)
    | ( sK4 = size1(sK10) ) ),
    inference(superposition,[],[f443,f356]) ).

tff(f443,plain,
    ! [X17: tree1] :
      ( mem(tree,t2tb2(X17),sF32)
      | ( size1(X17) = sK4 ) ),
    inference(consistent_polarity_flipping,[],[f403]) ).

tff(f403,plain,
    ! [X17: tree1] :
      ( ( size1(X17) = sK4 )
      | ~ mem(tree,t2tb2(X17),sF32) ),
    inference(definition_folding,[],[f238,f364,f359,f362,f357]) ).

tff(f238,plain,
    ! [X17: tree1] :
      ( ( size1(X17) = sK4 )
      | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(sK6),t2tb(sK4))) ),
    inference(cnf_transformation,[],[f196]) ).

tff(f5777,plain,
    ( ~ spl68_179
    | ~ spl68_41 ),
    inference(avatar_split_clause,[],[f5773,f942,f5743]) ).

tff(f5773,plain,
    ( ~ $less(0,sF24)
    | ( empty1 != sK10 ) ),
    inference(superposition,[],[f1373,f354]) ).

tff(f1373,plain,
    ! [X0: tree1] :
      ( ~ $less(0,size1(X0))
      | ( empty1 != X0 ) ),
    inference(superposition,[],[f334,f296]) ).

tff(f296,plain,
    ! [X0: tree1] :
      ( ( node1(sK21(X0),sK22(X0)) = X0 )
      | ~ $less(0,size1(X0)) ),
    inference(cnf_transformation,[],[f214]) ).

tff(f214,plain,
    ! [X0: tree1] :
      ( ( $less(size1(sK21(X0)),size1(X0))
        & ( node1(sK21(X0),sK22(X0)) = X0 ) )
      | ~ $less(0,size1(X0)) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK21,sK22])],[f168,f213]) ).

tff(f213,plain,
    ! [X0: tree1] :
      ( ? [X1: tree1,X2: tree1] :
          ( $less(size1(X1),size1(X0))
          & ( node1(X1,X2) = X0 ) )
     => ( $less(size1(sK21(X0)),size1(X0))
        & ( node1(sK21(X0),sK22(X0)) = X0 ) ) ),
    introduced(choice_axiom,[]) ).

tff(f168,plain,
    ! [X0: tree1] :
      ( ? [X1: tree1,X2: tree1] :
          ( $less(size1(X1),size1(X0))
          & ( node1(X1,X2) = X0 ) )
      | ~ $less(0,size1(X0)) ),
    inference(ennf_transformation,[],[f116]) ).

tff(f116,plain,
    ! [X0: tree1] :
      ( $less(0,size1(X0))
     => ? [X1: tree1,X2: tree1] :
          ( $less(size1(X1),size1(X0))
          & ( node1(X1,X2) = X0 ) ) ),
    inference(rectify,[],[f65]) ).

tff(f65,axiom,
    ! [X23: tree1] :
      ( $less(0,size1(X23))
     => ? [X15: tree1,X24: tree1] :
          ( $less(size1(X15),size1(X23))
          & ( node1(X15,X24) = X23 ) ) ),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',size_left) ).

tff(f334,plain,
    ! [X0: tree1,X1: tree1] : ( empty1 != node1(X0,X1) ),
    inference(cnf_transformation,[],[f143]) ).

tff(f143,plain,
    ! [X0: tree1,X1: tree1] : ( empty1 != node1(X0,X1) ),
    inference(rectify,[],[f59]) ).

tff(f59,axiom,
    ! [X10: tree1,X11: tree1] : ( empty1 != node1(X10,X11) ),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',empty_Node1) ).

tff(f5762,plain,
    ( ~ spl68_179
    | spl68_4 ),
    inference(avatar_split_clause,[],[f5761,f495,f5743]) ).

tff(f5761,plain,
    ( ( empty1 != sK10 )
    | spl68_4 ),
    inference(forward_demodulation,[],[f5759,f603]) ).

tff(f603,plain,
    sK10 = tb2t2(sF25),
    inference(superposition,[],[f343,f356]) ).

tff(f343,plain,
    ! [X0: tree1] : ( tb2t2(t2tb2(X0)) = X0 ),
    inference(cnf_transformation,[],[f152]) ).

tff(f152,plain,
    ! [X0: tree1] : ( tb2t2(t2tb2(X0)) = X0 ),
    inference(rectify,[],[f70]) ).

tff(f70,axiom,
    ! [X20: tree1] : ( tb2t2(t2tb2(X20)) = X20 ),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',bridgeL2) ).

tff(f5759,plain,
    ( ( empty1 != tb2t2(sF25) )
    | spl68_4 ),
    inference(resolution,[],[f496,f4016]) ).

tff(f4016,plain,
    ! [X0: uni] :
      ( mem(tree,X0,sF31)
      | ( empty1 != tb2t2(X0) ) ),
    inference(superposition,[],[f803,f599]) ).

tff(f599,plain,
    ! [X0: uni] :
      ( ( tb2t2(X0) = sF44(tb2t2(X0)) )
      | mem(tree,X0,sF31) ),
    inference(superposition,[],[f438,f342]) ).

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

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

tff(f71,axiom,
    ! [X21: uni] : ( t2tb2(tb2t2(X21)) = X21 ),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',bridgeR2) ).

tff(f438,plain,
    ! [X12: tree1] :
      ( mem(tree,t2tb2(X12),sF31)
      | ( sF44(X12) = X12 ) ),
    inference(consistent_polarity_flipping,[],[f383]) ).

tff(f383,plain,
    ! [X12: tree1] :
      ( ( sF44(X12) = X12 )
      | ~ mem(tree,t2tb2(X12),sF31) ),
    inference(definition_folding,[],[f253,f363,f382]) ).

tff(f253,plain,
    ! [X12: tree1] :
      ( ( node1(sK11(X12),sK12(X12)) = X12 )
      | ~ mem(tree,t2tb2(X12),t2tb1(sK8)) ),
    inference(cnf_transformation,[],[f196]) ).

tff(f803,plain,
    ! [X0: tree1] : ( empty1 != sF44(X0) ),
    inference(superposition,[],[f334,f382]) ).

tff(f5730,plain,
    ( spl68_4
    | spl68_6 ),
    inference(avatar_split_clause,[],[f3934,f505,f495]) ).

tff(f3934,plain,
    ( ( sK10 = sF44(sK10) )
    | mem(tree,sF25,sF31) ),
    inference(superposition,[],[f599,f603]) ).

tff(f5721,plain,
    ( ~ spl68_2
    | ~ spl68_7
    | spl68_8
    | ~ spl68_9 ),
    inference(avatar_contradiction_clause,[],[f5720]) ).

tff(f5720,plain,
    ( $false
    | ~ spl68_2
    | ~ spl68_7
    | spl68_8
    | ~ spl68_9 ),
    inference(subsumption_resolution,[],[f5712,f5477]) ).

tff(f5477,plain,
    ( ~ $less(sK7,sF52(sK10))
    | ~ spl68_7 ),
    inference(resolution,[],[f837,f512]) ).

tff(f512,plain,
    ( $less(sF52(sK10),sK7)
    | ~ spl68_7 ),
    inference(avatar_component_clause,[],[f510]) ).

tff(f510,plain,
    ( spl68_7
  <=> $less(sF52(sK10),sK7) ),
    introduced(avatar_definition,[new_symbols(naming,[spl68_7])]) ).

tff(f837,plain,
    ! [X0: $int,X1: $int] :
      ( ~ $less(X1,X0)
      | ~ $less(X0,X1) ),
    inference(resolution,[],[f90,f89]) ).

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

tff(f90,plain,
    ! [X2: $int,X0: $int,X1: $int] :
      ( $less(X0,X2)
      | ~ $less(X1,X2)
      | ~ $less(X0,X1) ),
    introduced(theory_axiom_143,[]) ).

tff(f5712,plain,
    ( $less(sK7,sF52(sK10))
    | ~ spl68_2
    | spl68_8
    | ~ spl68_9 ),
    inference(resolution,[],[f773,f5613]) ).

tff(f5613,plain,
    ( ~ $less(sF52(sK10),$sum(1,sK7))
    | ~ spl68_2
    | spl68_8
    | ~ spl68_9 ),
    inference(forward_demodulation,[],[f5612,f401]) ).

tff(f401,plain,
    ! [X17: tree1] : ( size1(sK13(X17)) = sF52(X17) ),
    introduced(function_definition,[new_symbols(definition,[sF52])]) ).

tff(f5612,plain,
    ( ~ $less(size1(sK13(sK10)),$sum(1,sK7))
    | ~ spl68_2
    | spl68_8
    | ~ spl68_9 ),
    inference(subsumption_resolution,[],[f5611,f4709]) ).

tff(f4709,plain,
    ( ( empty1 != sK10 )
    | spl68_8 ),
    inference(forward_demodulation,[],[f4704,f603]) ).

tff(f4704,plain,
    ( ( empty1 != tb2t2(sF25) )
    | spl68_8 ),
    inference(resolution,[],[f4029,f515]) ).

tff(f515,plain,
    ( ~ mem(tree,sF25,sF32)
    | spl68_8 ),
    inference(avatar_component_clause,[],[f514]) ).

tff(f4029,plain,
    ! [X0: uni] :
      ( mem(tree,X0,sF32)
      | ( empty1 != tb2t2(X0) ) ),
    inference(superposition,[],[f810,f602]) ).

tff(f602,plain,
    ! [X0: uni] :
      ( ( tb2t2(X0) = sF53(tb2t2(X0)) )
      | mem(tree,X0,sF32) ),
    inference(superposition,[],[f444,f342]) ).

tff(f810,plain,
    ! [X0: tree1] : ( empty1 != sF53(X0) ),
    inference(superposition,[],[f334,f404]) ).

tff(f5611,plain,
    ( ~ $less(size1(sK13(sK10)),$sum(1,sK7))
    | ( empty1 = sK10 )
    | ~ spl68_2
    | ~ spl68_9 ),
    inference(trivial_inequality_removal,[],[f5609]) ).

tff(f5609,plain,
    ( ~ $less(size1(sK13(sK10)),$sum(1,sK7))
    | ( sK10 != sK10 )
    | ( empty1 = sK10 )
    | ~ spl68_2
    | ~ spl68_9 ),
    inference(superposition,[],[f4075,f5424]) ).

tff(f5424,plain,
    ( ( node_proj_11(sK10) = sK13(sK10) )
    | ~ spl68_9 ),
    inference(superposition,[],[f808,f524]) ).

tff(f524,plain,
    ( ( sK10 = sF53(sK10) )
    | ~ spl68_9 ),
    inference(avatar_component_clause,[],[f522]) ).

tff(f808,plain,
    ! [X0: tree1] : ( sK13(X0) = node_proj_11(sF53(X0)) ),
    inference(superposition,[],[f338,f404]) ).

tff(f4075,plain,
    ( ! [X0: tree1] :
        ( ~ $less(size1(node_proj_11(X0)),$sum(1,sK7))
        | ( sK10 != X0 )
        | ( empty1 = X0 ) )
    | ~ spl68_2 ),
    inference(forward_demodulation,[],[f2597,f709]) ).

tff(f2597,plain,
    ( ! [X0: tree1] :
        ( ( sK10 != X0 )
        | ~ $less(size1(node_proj_11(X0)),sF23)
        | ( empty1 = X0 ) )
    | ~ spl68_2 ),
    inference(superposition,[],[f479,f333]) ).

tff(f773,plain,
    ! [X0: $int,X1: $int] :
      ( $less(X1,$sum(1,X0))
      | $less(X0,X1) ),
    inference(superposition,[],[f93,f84]) ).

tff(f93,plain,
    ! [X0: $int,X1: $int] :
      ( $less(X1,$sum(X0,1))
      | $less(X0,X1) ),
    introduced(theory_axiom_147,[]) ).

tff(f5719,plain,
    spl68_90,
    inference(avatar_contradiction_clause,[],[f5718]) ).

tff(f5718,plain,
    ( $false
    | spl68_90 ),
    inference(subsumption_resolution,[],[f5703,f89]) ).

tff(f5703,plain,
    ( $less(sK7,sK7)
    | spl68_90 ),
    inference(resolution,[],[f773,f3203]) ).

tff(f3203,plain,
    ( ~ $less(sK7,$sum(1,sK7))
    | spl68_90 ),
    inference(avatar_component_clause,[],[f3201]) ).

tff(f3048,plain,
    ( spl68_7
    | spl68_8 ),
    inference(avatar_split_clause,[],[f3047,f514,f510]) ).

tff(f3047,plain,
    ( $less(sF52(sK10),sK7)
    | spl68_8 ),
    inference(subsumption_resolution,[],[f3046,f515]) ).

tff(f3046,plain,
    ( mem(tree,sF25,sF32)
    | $less(sF52(sK10),sK7) ),
    inference(superposition,[],[f442,f356]) ).

tff(f442,plain,
    ! [X17: tree1] :
      ( mem(tree,t2tb2(X17),sF32)
      | $less(sF52(X17),sK7) ),
    inference(consistent_polarity_flipping,[],[f402]) ).

tff(f402,plain,
    ! [X17: tree1] :
      ( $less(sF52(X17),sK7)
      | ~ mem(tree,t2tb2(X17),sF32) ),
    inference(definition_folding,[],[f239,f364,f359,f362,f357,f401]) ).

tff(f239,plain,
    ! [X17: tree1] :
      ( $less(size1(sK13(X17)),sK7)
      | ~ mem(tree,t2tb2(X17),get(list(tree),int,t2tb3(sK6),t2tb(sK4))) ),
    inference(cnf_transformation,[],[f196]) ).

tff(f2466,plain,
    ( spl68_8
    | spl68_1 ),
    inference(avatar_split_clause,[],[f2465,f474,f514]) ).

tff(f2465,plain,
    ( ( sK4 = sF24 )
    | mem(tree,sF25,sF32) ),
    inference(forward_demodulation,[],[f1121,f354]) ).

tff(f1121,plain,
    ( mem(tree,sF25,sF32)
    | ( sK4 = size1(sK10) ) ),
    inference(superposition,[],[f443,f356]) ).

tff(f2463,plain,
    ( ~ spl68_8
    | ~ spl68_4 ),
    inference(avatar_split_clause,[],[f2191,f495,f514]) ).

tff(f2191,plain,
    ( ~ mem(tree,sF25,sF31)
    | ~ mem(tree,sF25,sF32) ),
    inference(resolution,[],[f1599,f434]) ).

tff(f434,plain,
    ~ mem(tree,sF25,sF29),
    inference(consistent_polarity_flipping,[],[f361]) ).

tff(f361,plain,
    mem(tree,sF25,sF29),
    inference(definition_folding,[],[f261,f360,f359,f358,f357,f356]) ).

tff(f358,plain,
    t2tb3(sK9) = sF27,
    introduced(function_definition,[new_symbols(definition,[sF27])]) ).

tff(f360,plain,
    get(sF26,int,sF27,sF28) = sF29,
    introduced(function_definition,[new_symbols(definition,[sF29])]) ).

tff(f261,plain,
    mem(tree,t2tb2(sK10),get(list(tree),int,t2tb3(sK9),t2tb(sK4))),
    inference(cnf_transformation,[],[f196]) ).

tff(f1599,plain,
    ! [X0: uni] :
      ( mem(tree,X0,sF29)
      | ~ mem(tree,X0,sF31)
      | ~ mem(tree,X0,sF32) ),
    inference(superposition,[],[f465,f1583]) ).

tff(f1583,plain,
    sF29 = infix_plpl(tree,sF31,sF32),
    inference(backward_demodulation,[],[f365,f1579]) ).

tff(f1579,plain,
    sF29 = sF33,
    inference(forward_demodulation,[],[f1578,f360]) ).

tff(f1578,plain,
    get(sF26,int,sF27,sF28) = sF33,
    inference(subsumption_resolution,[],[f1574,f594]) ).

tff(f594,plain,
    ! [X0: uni] : sort1(sF26,X0),
    inference(superposition,[],[f581,f340]) ).

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

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

tff(f68,axiom,
    ! [X21: uni] : ( t2tb1(tb2t1(X21)) = X21 ),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',bridgeR1) ).

tff(f581,plain,
    ! [X0: list_tree] : sort1(sF26,t2tb1(X0)),
    inference(forward_demodulation,[],[f308,f357]) ).

tff(f308,plain,
    ! [X0: list_tree] : sort1(list(tree),t2tb1(X0)),
    inference(cnf_transformation,[],[f122]) ).

tff(f122,plain,
    ! [X0: list_tree] : sort1(list(tree),t2tb1(X0)),
    inference(rectify,[],[f66]) ).

tff(f66,axiom,
    ! [X1: list_tree] : sort1(list(tree),t2tb1(X1)),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',t2tb_sort4) ).

tff(f1574,plain,
    ( ( get(sF26,int,sF27,sF28) = sF33 )
    | ~ sort1(sF26,sF33) ),
    inference(superposition,[],[f352,f782]) ).

tff(f782,plain,
    sF27 = set(sF26,int,sF30,sF28,sF33),
    inference(forward_demodulation,[],[f366,f609]) ).

tff(f609,plain,
    sF27 = sF34,
    inference(forward_demodulation,[],[f606,f358]) ).

tff(f606,plain,
    t2tb3(sK9) = sF34,
    inference(superposition,[],[f344,f527]) ).

tff(f527,plain,
    sK9 = tb2t3(sF34),
    inference(forward_demodulation,[],[f367,f368]) ).

tff(f368,plain,
    sK9 = sF35,
    inference(definition_folding,[],[f260,f367,f366,f365,f364,f359,f362,f357,f363,f359,f362,f357]) ).

tff(f260,plain,
    tb2t3(set(list(tree),int,t2tb3(sK6),t2tb(sK4),infix_plpl(tree,t2tb1(sK8),get(list(tree),int,t2tb3(sK6),t2tb(sK4))))) = sK9,
    inference(cnf_transformation,[],[f196]) ).

tff(f367,plain,
    tb2t3(sF34) = sF35,
    introduced(function_definition,[new_symbols(definition,[sF35])]) ).

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

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

tff(f77,axiom,
    ! [X21: uni] : ( t2tb3(tb2t3(X21)) = X21 ),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',bridgeR3) ).

tff(f366,plain,
    set(sF26,int,sF30,sF28,sF33) = sF34,
    introduced(function_definition,[new_symbols(definition,[sF34])]) ).

tff(f352,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,[],[f326]) ).

tff(f326,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,[],[f178]) ).

tff(f178,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,[],[f177]) ).

tff(f177,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,[],[f135]) ).

tff(f135,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,[],[f38]) ).

tff(f38,axiom,
    ! [X0: ty,X16: ty,X17: uni,X8: uni,X18: uni,X19: uni] :
      ( sort1(X16,X19)
     => ( ( X8 = X18 )
       => ( get(X16,X0,set(X16,X0,X17,X8,X19),X18) = X19 ) ) ),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',select_eq) ).

tff(f365,plain,
    infix_plpl(tree,sF31,sF32) = sF33,
    introduced(function_definition,[new_symbols(definition,[sF33])]) ).

tff(f465,plain,
    ! [X2: uni,X3: uni,X0: ty,X1: uni] :
      ( mem(X0,X1,infix_plpl(X0,X2,X3))
      | ~ mem(X0,X1,X2)
      | ~ mem(X0,X1,X3) ),
    inference(consistent_polarity_flipping,[],[f287]) ).

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

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

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

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

tff(f29,axiom,
    ! [X0: ty,X1: uni,X13: uni,X12: uni] :
      ( mem(X0,X1,infix_plpl(X0,X13,X12))
    <=> ( mem(X0,X1,X12)
        | mem(X0,X1,X13) ) ),
    file('/export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366',mem_append) ).

tff(f981,plain,
    ~ spl68_16,
    inference(avatar_contradiction_clause,[],[f980]) ).

tff(f980,plain,
    ( $false
    | ~ spl68_16 ),
    inference(evaluation,[],[f948]) ).

tff(f948,plain,
    ( ~ $less(0,1)
    | ~ spl68_16 ),
    inference(backward_demodulation,[],[f224,f572]) ).

tff(f572,plain,
    ( ( 0 = sK4 )
    | ~ spl68_16 ),
    inference(avatar_component_clause,[],[f570]) ).

tff(f224,plain,
    ~ $less(sK4,1),
    inference(cnf_transformation,[],[f196]) ).

tff(f498,plain,
    ( spl68_3
    | spl68_4 ),
    inference(avatar_split_clause,[],[f484,f495,f491]) ).

tff(f484,plain,
    ( mem(tree,sF25,sF31)
    | ( sF41 = sF42(sK10) ) ),
    inference(superposition,[],[f436,f356]) ).

tff(f436,plain,
    ! [X12: tree1] :
      ( mem(tree,t2tb2(X12),sF31)
      | ( sF41 = sF42(X12) ) ),
    inference(consistent_polarity_flipping,[],[f379]) ).

tff(f379,plain,
    ! [X12: tree1] :
      ( ( sF41 = sF42(X12) )
      | ~ mem(tree,t2tb2(X12),sF31) ),
    inference(definition_folding,[],[f255,f363,f378,f376,f375,f374,f373]) ).

tff(f255,plain,
    ! [X12: tree1] :
      ( ( $sum($sum(sK4,$uminus(1)),$uminus(sK7)) = size1(sK12(X12)) )
      | ~ mem(tree,t2tb2(X12),t2tb1(sK8)) ),
    inference(cnf_transformation,[],[f196]) ).

tff(f480,plain,
    ( ~ spl68_1
    | spl68_2 ),
    inference(avatar_split_clause,[],[f355,f478,f474]) ).

tff(f355,plain,
    ! [X10: tree1,X11: tree1] :
      ( ~ $less(size1(X10),sF23)
      | ( sK4 != sF24 )
      | ( node1(X10,X11) != sK10 ) ),
    inference(definition_folding,[],[f262,f354,f353]) ).

tff(f262,plain,
    ! [X10: tree1,X11: tree1] :
      ( ~ $less(size1(X10),$sum(sK7,1))
      | ( sK4 != size1(sK10) )
      | ( node1(X10,X11) != sK10 ) ),
    inference(cnf_transformation,[],[f196]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.13  % Problem    : SWW602_2 : TPTP v8.1.2. Released v6.1.0.
% 0.06/0.15  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s
% 0.14/0.36  % Computer : n003.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit   : 300
% 0.14/0.36  % WCLimit    : 300
% 0.14/0.36  % DateTime   : Tue Apr 30 18:00:34 EDT 2024
% 0.14/0.36  % CPUTime    : 
% 0.14/0.36  This is a TF0_THM_EQU_ARI problem
% 0.14/0.36  Running vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t 300 /export/starexec/sandbox2/tmp/tmp.A3INcT7oyh/Vampire---4.8_24366
% 0.55/0.76  % (24564)lrs+21_1:5_sil=2000:sos=on:urr=on:newcnf=on:slsq=on:i=83:slsql=off:bd=off:nm=2:ss=axioms:st=1.5:sp=const_min:gsp=on:rawr=on_0 on Vampire---4 for (2996ds/83Mi)
% 0.55/0.76  % (24565)lrs-21_1:1_to=lpo:sil=2000:sp=frequency:sos=on:lma=on:i=56:sd=2:ss=axioms:ep=R_0 on Vampire---4 for (2996ds/56Mi)
% 0.55/0.76  % (24558)dis-1011_2:1_sil=2000:lsd=20:nwc=5.0:flr=on:mep=off:st=3.0:i=34:sd=1:ep=RS:ss=axioms_0 on Vampire---4 for (2996ds/34Mi)
% 0.55/0.76  % (24559)lrs+1011_461:32768_sil=16000:irw=on:sp=frequency:lsd=20:fd=preordered:nwc=10.0:s2agt=32:alpa=false:cond=fast:s2a=on:i=51:s2at=3.0:awrs=decay:awrsf=691:bd=off:nm=20:fsr=off:amm=sco:uhcvi=on:rawr=on_0 on Vampire---4 for (2996ds/51Mi)
% 0.55/0.76  % (24560)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on Vampire---4 for (2996ds/78Mi)
% 0.55/0.76  % (24562)lrs+2_1:1_sil=16000:fde=none:sos=all:nwc=5.0:i=34:ep=RS:s2pl=on:lma=on:afp=100000_0 on Vampire---4 for (2996ds/34Mi)
% 0.55/0.76  % (24563)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on Vampire---4 for (2996ds/45Mi)
% 0.55/0.76  % (24561)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on Vampire---4 for (2996ds/33Mi)
% 0.59/0.79  % (24565)Instruction limit reached!
% 0.59/0.79  % (24565)------------------------------
% 0.59/0.79  % (24565)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.59/0.79  % (24565)Termination reason: Unknown
% 0.59/0.79  % (24565)Termination phase: Saturation
% 0.59/0.79  
% 0.59/0.79  % (24565)Memory used [KB]: 1536
% 0.59/0.79  % (24565)Time elapsed: 0.033 s
% 0.59/0.79  % (24565)Instructions burned: 56 (million)
% 0.59/0.79  % (24565)------------------------------
% 0.59/0.79  % (24565)------------------------------
% 0.59/0.79  % (24561)Instruction limit reached!
% 0.59/0.79  % (24561)------------------------------
% 0.59/0.79  % (24561)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.59/0.79  % (24561)Termination reason: Unknown
% 0.59/0.79  % (24561)Termination phase: Saturation
% 0.59/0.79  
% 0.59/0.79  % (24561)Memory used [KB]: 1529
% 0.59/0.79  % (24561)Time elapsed: 0.035 s
% 0.59/0.79  % (24561)Instructions burned: 33 (million)
% 0.59/0.79  % (24561)------------------------------
% 0.59/0.79  % (24561)------------------------------
% 0.59/0.79  % (24562)Instruction limit reached!
% 0.59/0.79  % (24562)------------------------------
% 0.59/0.79  % (24562)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.59/0.79  % (24562)Termination reason: Unknown
% 0.59/0.79  % (24562)Termination phase: Saturation
% 0.59/0.79  
% 0.59/0.79  % (24562)Memory used [KB]: 1557
% 0.59/0.79  % (24562)Time elapsed: 0.036 s
% 0.59/0.79  % (24562)Instructions burned: 34 (million)
% 0.59/0.79  % (24562)------------------------------
% 0.59/0.79  % (24562)------------------------------
% 0.59/0.79  % (24574)lrs+21_1:16_sil=2000:sp=occurrence:urr=on:flr=on:i=55:sd=1:nm=0:ins=3:ss=included:rawr=on:br=off_0 on Vampire---4 for (2995ds/55Mi)
% 0.59/0.79  % (24558)Instruction limit reached!
% 0.59/0.79  % (24558)------------------------------
% 0.59/0.79  % (24558)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.59/0.79  % (24558)Termination reason: Unknown
% 0.59/0.79  % (24558)Termination phase: Saturation
% 0.59/0.79  
% 0.59/0.79  % (24558)Memory used [KB]: 1503
% 0.59/0.80  % (24558)Time elapsed: 0.037 s
% 0.59/0.80  % (24558)Instructions burned: 34 (million)
% 0.59/0.80  % (24558)------------------------------
% 0.59/0.80  % (24558)------------------------------
% 0.59/0.80  % (24575)dis+3_25:4_sil=16000:sos=all:erd=off:i=50:s2at=4.0:bd=off:nm=60:sup=off:cond=on:av=off:ins=2:nwc=10.0:etr=on:to=lpo:s2agt=20:fd=off:bsr=unit_only:slsq=on:slsqr=28,19:awrs=converge:awrsf=500:tgt=ground:bs=unit_only_0 on Vampire---4 for (2995ds/50Mi)
% 0.59/0.80  % (24576)lrs+1010_1:2_sil=4000:tgt=ground:nwc=10.0:st=2.0:i=208:sd=1:bd=off:ss=axioms_0 on Vampire---4 for (2995ds/208Mi)
% 0.59/0.80  % (24577)lrs-1011_1:1_sil=4000:plsq=on:plsqr=32,1:sp=frequency:plsql=on:nwc=10.0:i=52:aac=none:afr=on:ss=axioms:er=filter:sgt=16:rawr=on:etr=on:lma=on_0 on Vampire---4 for (2995ds/52Mi)
% 0.59/0.80  % (24564)Instruction limit reached!
% 0.59/0.80  % (24564)------------------------------
% 0.59/0.80  % (24564)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.59/0.80  % (24564)Termination reason: Unknown
% 0.59/0.80  % (24564)Termination phase: Saturation
% 0.59/0.80  
% 0.59/0.80  % (24564)Memory used [KB]: 1896
% 0.59/0.80  % (24564)Time elapsed: 0.048 s
% 0.59/0.80  % (24564)Instructions burned: 85 (million)
% 0.59/0.80  % (24564)------------------------------
% 0.59/0.80  % (24564)------------------------------
% 0.59/0.81  % (24563)Instruction limit reached!
% 0.59/0.81  % (24563)------------------------------
% 0.59/0.81  % (24563)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.59/0.81  % (24563)Termination reason: Unknown
% 0.59/0.81  % (24563)Termination phase: Saturation
% 0.59/0.81  
% 0.59/0.81  % (24563)Memory used [KB]: 1533
% 0.59/0.81  % (24563)Time elapsed: 0.048 s
% 0.59/0.81  % (24563)Instructions burned: 45 (million)
% 0.59/0.81  % (24563)------------------------------
% 0.59/0.81  % (24563)------------------------------
% 0.59/0.81  % (24578)lrs-1010_1:1_to=lpo:sil=2000:sp=reverse_arity:sos=on:urr=ec_only:i=518:sd=2:bd=off:ss=axioms:sgt=16_0 on Vampire---4 for (2995ds/518Mi)
% 0.59/0.81  % (24559)Instruction limit reached!
% 0.59/0.81  % (24559)------------------------------
% 0.59/0.81  % (24559)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.59/0.81  % (24559)Termination reason: Unknown
% 0.59/0.81  % (24559)Termination phase: Saturation
% 0.59/0.81  
% 0.59/0.81  % (24559)Memory used [KB]: 1535
% 0.59/0.81  % (24559)Time elapsed: 0.051 s
% 0.59/0.81  % (24559)Instructions burned: 52 (million)
% 0.59/0.81  % (24559)------------------------------
% 0.59/0.81  % (24559)------------------------------
% 0.59/0.81  % (24579)lrs+1011_87677:1048576_sil=8000:sos=on:spb=non_intro:nwc=10.0:kmz=on:i=42:ep=RS:nm=0:ins=1:uhcvi=on:rawr=on:fde=unused:afp=2000:afq=1.444:plsq=on:nicw=on_0 on Vampire---4 for (2995ds/42Mi)
% 0.59/0.82  % (24582)dis+1011_1258907:1048576_bsr=unit_only:to=lpo:drc=off:sil=2000:tgt=full:fde=none:sp=frequency:spb=goal:rnwc=on:nwc=6.70083:sac=on:newcnf=on:st=2:i=243:bs=unit_only:sd=3:afp=300:awrs=decay:awrsf=218:nm=16:ins=3:afq=3.76821:afr=on:ss=axioms:sgt=5:rawr=on:add=off:bsd=on_0 on Vampire---4 for (2995ds/243Mi)
% 0.59/0.82  % (24574)Instruction limit reached!
% 0.59/0.82  % (24574)------------------------------
% 0.59/0.82  % (24574)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.59/0.82  % (24574)Termination reason: Unknown
% 0.59/0.82  % (24574)Termination phase: Saturation
% 0.59/0.82  
% 0.59/0.82  % (24574)Memory used [KB]: 1710
% 0.59/0.82  % (24574)Time elapsed: 0.033 s
% 0.59/0.82  % (24574)Instructions burned: 56 (million)
% 0.59/0.82  % (24574)------------------------------
% 0.59/0.82  % (24574)------------------------------
% 0.59/0.83  % (24586)lrs+1011_2:9_sil=2000:lsd=10:newcnf=on:i=117:sd=2:awrs=decay:ss=included:amm=off:ep=R_0 on Vampire---4 for (2995ds/117Mi)
% 0.59/0.84  % (24560)Instruction limit reached!
% 0.59/0.84  % (24560)------------------------------
% 0.59/0.84  % (24560)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.59/0.84  % (24560)Termination reason: Unknown
% 0.59/0.84  % (24560)Termination phase: Saturation
% 0.59/0.84  
% 0.59/0.84  % (24560)Memory used [KB]: 2077
% 0.59/0.84  % (24560)Time elapsed: 0.085 s
% 0.59/0.84  % (24560)Instructions burned: 78 (million)
% 0.59/0.84  % (24560)------------------------------
% 0.59/0.84  % (24560)------------------------------
% 0.59/0.85  % (24575)Instruction limit reached!
% 0.59/0.85  % (24575)------------------------------
% 0.59/0.85  % (24575)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.59/0.85  % (24575)Termination reason: Unknown
% 0.59/0.85  % (24575)Termination phase: Saturation
% 0.59/0.85  
% 0.59/0.85  % (24575)Memory used [KB]: 1711
% 0.59/0.85  % (24575)Time elapsed: 0.052 s
% 0.59/0.85  % (24575)Instructions burned: 50 (million)
% 0.59/0.85  % (24575)------------------------------
% 0.59/0.85  % (24575)------------------------------
% 0.59/0.85  % (24588)dis+1011_11:1_sil=2000:avsq=on:i=143:avsqr=1,16:ep=RS:rawr=on:aac=none:lsd=100:mep=off:fde=none:newcnf=on:bsr=unit_only_0 on Vampire---4 for (2995ds/143Mi)
% 0.59/0.85  % (24579)Instruction limit reached!
% 0.59/0.85  % (24579)------------------------------
% 0.59/0.85  % (24579)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.59/0.85  % (24579)Termination reason: Unknown
% 0.59/0.85  % (24579)Termination phase: Saturation
% 0.59/0.85  
% 0.59/0.85  % (24579)Memory used [KB]: 1483
% 0.59/0.85  % (24579)Time elapsed: 0.040 s
% 0.59/0.85  % (24579)Instructions burned: 42 (million)
% 0.59/0.85  % (24579)------------------------------
% 0.59/0.85  % (24579)------------------------------
% 0.59/0.85  % (24577)Instruction limit reached!
% 0.59/0.85  % (24577)------------------------------
% 0.59/0.85  % (24577)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.59/0.85  % (24577)Termination reason: Unknown
% 0.59/0.85  % (24577)Termination phase: Saturation
% 0.59/0.85  
% 0.59/0.85  % (24577)Memory used [KB]: 1722
% 0.59/0.85  % (24577)Time elapsed: 0.053 s
% 0.59/0.85  % (24577)Instructions burned: 52 (million)
% 0.59/0.85  % (24577)------------------------------
% 0.59/0.85  % (24577)------------------------------
% 0.59/0.85  % (24589)lrs+1011_1:2_to=lpo:sil=8000:plsqc=1:plsq=on:plsqr=326,59:sp=weighted_frequency:plsql=on:nwc=10.0:newcnf=on:i=93:awrs=converge:awrsf=200:bd=off:ins=1:rawr=on:alpa=false:avsq=on:avsqr=1,16_0 on Vampire---4 for (2995ds/93Mi)
% 0.59/0.86  % (24591)lrs+1666_1:1_sil=4000:sp=occurrence:sos=on:urr=on:newcnf=on:i=62:amm=off:ep=R:erd=off:nm=0:plsq=on:plsqr=14,1_0 on Vampire---4 for (2995ds/62Mi)
% 0.59/0.86  % (24592)lrs+21_2461:262144_anc=none:drc=off:sil=2000:sp=occurrence:nwc=6.0:updr=off:st=3.0:i=32:sd=2:afp=4000:erml=3:nm=14:afq=2.0:uhcvi=on:ss=included:er=filter:abs=on:nicw=on:ile=on:sims=off:s2a=on:s2agt=50:s2at=-1.0:plsq=on:plsql=on:plsqc=2:plsqr=1,32:newcnf=on:bd=off:to=lpo_0 on Vampire---4 for (2995ds/32Mi)
% 1.16/0.88  % (24586)Instruction limit reached!
% 1.16/0.88  % (24586)------------------------------
% 1.16/0.88  % (24586)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.16/0.88  % (24586)Termination reason: Unknown
% 1.16/0.88  % (24586)Termination phase: Saturation
% 1.16/0.88  
% 1.16/0.88  % (24586)Memory used [KB]: 1928
% 1.16/0.88  % (24586)Time elapsed: 0.058 s
% 1.16/0.88  % (24586)Instructions burned: 117 (million)
% 1.16/0.88  % (24586)------------------------------
% 1.16/0.88  % (24586)------------------------------
% 1.16/0.89  % (24592)Instruction limit reached!
% 1.16/0.89  % (24592)------------------------------
% 1.16/0.89  % (24592)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.16/0.89  % (24592)Termination reason: Unknown
% 1.16/0.89  % (24592)Termination phase: Saturation
% 1.16/0.89  
% 1.16/0.89  % (24592)Memory used [KB]: 1355
% 1.16/0.89  % (24592)Time elapsed: 0.031 s
% 1.16/0.89  % (24592)Instructions burned: 33 (million)
% 1.16/0.89  % (24592)------------------------------
% 1.16/0.89  % (24592)------------------------------
% 1.16/0.89  % (24597)dis+1011_1:1_sil=16000:nwc=7.0:s2agt=64:s2a=on:i=1919:ss=axioms:sgt=8:lsd=50:sd=7_0 on Vampire---4 for (2994ds/1919Mi)
% 1.16/0.89  % (24598)ott-32_5:1_sil=4000:sp=occurrence:urr=full:rp=on:nwc=5.0:newcnf=on:st=5.0:s2pl=on:i=55:sd=2:ins=2:ss=included:rawr=on:anc=none:sos=on:s2agt=8:spb=intro:ep=RS:avsq=on:avsqr=27,155:lma=on_0 on Vampire---4 for (2994ds/55Mi)
% 1.16/0.90  % (24591)Instruction limit reached!
% 1.16/0.90  % (24591)------------------------------
% 1.16/0.90  % (24591)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.16/0.90  % (24591)Termination reason: Unknown
% 1.16/0.90  % (24591)Termination phase: Saturation
% 1.16/0.90  
% 1.16/0.90  % (24591)Memory used [KB]: 2172
% 1.16/0.90  % (24591)Time elapsed: 0.049 s
% 1.16/0.90  % (24591)Instructions burned: 63 (million)
% 1.16/0.90  % (24591)------------------------------
% 1.16/0.90  % (24591)------------------------------
% 1.31/0.91  % (24601)lrs-1011_1:1_sil=2000:sos=on:urr=on:i=53:sd=1:bd=off:ins=3:av=off:ss=axioms:sgt=16:gsp=on:lsd=10_0 on Vampire---4 for (2994ds/53Mi)
% 1.31/0.92  % (24589)Instruction limit reached!
% 1.31/0.92  % (24589)------------------------------
% 1.31/0.92  % (24589)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.31/0.92  % (24589)Termination reason: Unknown
% 1.31/0.92  % (24589)Termination phase: Saturation
% 1.31/0.92  
% 1.31/0.92  % (24589)Memory used [KB]: 2059
% 1.31/0.92  % (24589)Time elapsed: 0.092 s
% 1.31/0.92  % (24589)Instructions burned: 94 (million)
% 1.31/0.92  % (24589)------------------------------
% 1.31/0.92  % (24589)------------------------------
% 1.31/0.92  % (24598)Instruction limit reached!
% 1.31/0.92  % (24598)------------------------------
% 1.31/0.92  % (24598)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.31/0.92  % (24598)Termination reason: Unknown
% 1.31/0.92  % (24598)Termination phase: Saturation
% 1.31/0.92  
% 1.31/0.92  % (24598)Memory used [KB]: 2108
% 1.31/0.92  % (24598)Time elapsed: 0.035 s
% 1.31/0.92  % (24598)Instructions burned: 56 (million)
% 1.31/0.92  % (24598)------------------------------
% 1.31/0.92  % (24598)------------------------------
% 1.31/0.93  % (24604)lrs+1011_6929:65536_anc=all_dependent:sil=2000:fde=none:plsqc=1:plsq=on:plsqr=19,8:plsql=on:nwc=3.0:i=46:afp=4000:ep=R:nm=3:fsr=off:afr=on:aer=off:gsp=on_0 on Vampire---4 for (2994ds/46Mi)
% 1.31/0.93  % (24605)dis+10_3:31_sil=2000:sp=frequency:abs=on:acc=on:lcm=reverse:nwc=3.0:alpa=random:st=3.0:i=102:sd=1:nm=4:ins=1:aer=off:ss=axioms_0 on Vampire---4 for (2994ds/102Mi)
% 1.31/0.93  % (24588)Instruction limit reached!
% 1.31/0.93  % (24588)------------------------------
% 1.31/0.93  % (24588)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.31/0.93  % (24588)Termination reason: Unknown
% 1.31/0.93  % (24588)Termination phase: Saturation
% 1.31/0.93  
% 1.31/0.93  % (24588)Memory used [KB]: 1728
% 1.31/0.93  % (24588)Time elapsed: 0.106 s
% 1.31/0.93  % (24588)Instructions burned: 144 (million)
% 1.31/0.93  % (24588)------------------------------
% 1.31/0.93  % (24588)------------------------------
% 1.31/0.94  % (24606)ott+1011_9:29_slsqr=3,2:sil=2000:tgt=ground:lsd=10:lcm=predicate:avsqc=4:slsq=on:avsq=on:i=35:s2at=4.0:add=large:sd=1:avsqr=1,16:aer=off:ss=axioms:sgt=100:rawr=on:s2a=on:sac=on:afp=1:nwc=10.0:nm=64:bd=preordered:abs=on:rnwc=on:er=filter:nicw=on:spb=non_intro:lma=on_0 on Vampire---4 for (2994ds/35Mi)
% 1.31/0.94  % (24601)Instruction limit reached!
% 1.31/0.94  % (24601)------------------------------
% 1.31/0.94  % (24601)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.31/0.94  % (24601)Termination reason: Unknown
% 1.31/0.94  % (24601)Termination phase: Saturation
% 1.31/0.94  
% 1.31/0.94  % (24601)Memory used [KB]: 1784
% 1.31/0.94  % (24601)Time elapsed: 0.033 s
% 1.31/0.94  % (24601)Instructions burned: 54 (million)
% 1.31/0.94  % (24601)------------------------------
% 1.31/0.94  % (24601)------------------------------
% 1.31/0.94  % (24609)dis+1003_1:1024_sil=4000:urr=on:newcnf=on:i=87:av=off:fsr=off:bce=on_0 on Vampire---4 for (2994ds/87Mi)
% 1.31/0.95  % (24604)Instruction limit reached!
% 1.31/0.95  % (24604)------------------------------
% 1.31/0.95  % (24604)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.31/0.95  % (24604)Termination reason: Unknown
% 1.31/0.95  % (24604)Termination phase: Saturation
% 1.31/0.95  
% 1.31/0.95  % (24604)Memory used [KB]: 1578
% 1.31/0.95  % (24604)Time elapsed: 0.028 s
% 1.31/0.95  % (24604)Instructions burned: 47 (million)
% 1.31/0.95  % (24604)------------------------------
% 1.31/0.95  % (24604)------------------------------
% 1.31/0.96  % (24606)Instruction limit reached!
% 1.31/0.96  % (24606)------------------------------
% 1.31/0.96  % (24606)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.31/0.96  % (24606)Termination reason: Unknown
% 1.31/0.96  % (24606)Termination phase: Saturation
% 1.31/0.96  
% 1.31/0.96  % (24606)Memory used [KB]: 1531
% 1.31/0.96  % (24606)Time elapsed: 0.022 s
% 1.31/0.96  % (24606)Instructions burned: 35 (million)
% 1.31/0.96  % (24606)------------------------------
% 1.31/0.96  % (24606)------------------------------
% 1.31/0.96  % (24614)dis+1010_12107:524288_anc=none:drc=encompass:sil=2000:bsd=on:rp=on:nwc=10.0:alpa=random:i=109:kws=precedence:awrs=decay:awrsf=2:nm=16:ins=3:rawr=on:s2a=on:s2at=4.5:acc=on:flr=on_0 on Vampire---4 for (2994ds/109Mi)
% 1.31/0.96  % (24576)Instruction limit reached!
% 1.31/0.96  % (24576)------------------------------
% 1.31/0.96  % (24576)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.31/0.96  % (24576)Termination reason: Unknown
% 1.31/0.96  % (24576)Termination phase: Saturation
% 1.31/0.96  
% 1.31/0.96  % (24576)Memory used [KB]: 2928
% 1.31/0.96  % (24576)Time elapsed: 0.161 s
% 1.31/0.96  % (24576)Instructions burned: 209 (million)
% 1.31/0.96  % (24576)------------------------------
% 1.31/0.96  % (24576)------------------------------
% 1.31/0.96  % (24615)lrs+1002_1:16_sil=2000:sp=occurrence:sos=on:i=161:aac=none:bd=off:ss=included:sd=5:st=2.5:sup=off_0 on Vampire---4 for (2994ds/161Mi)
% 1.31/0.96  % (24616)lrs-1002_2:9_anc=none:sil=2000:plsqc=1:plsq=on:avsql=on:plsqr=2859761,1048576:erd=off:rp=on:nwc=21.7107:newcnf=on:avsq=on:i=69:aac=none:avsqr=6317,1048576:ep=RS:fsr=off:rawr=on:afp=50:afq=2.133940627822616:sac=on_0 on Vampire---4 for (2994ds/69Mi)
% 1.31/0.99  % (24605)Instruction limit reached!
% 1.31/0.99  % (24605)------------------------------
% 1.31/0.99  % (24605)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.31/0.99  % (24605)Termination reason: Unknown
% 1.31/0.99  % (24605)Termination phase: Saturation
% 1.31/0.99  
% 1.31/0.99  % (24605)Memory used [KB]: 2892
% 1.31/0.99  % (24605)Time elapsed: 0.061 s
% 1.31/0.99  % (24605)Instructions burned: 103 (million)
% 1.31/0.99  % (24605)------------------------------
% 1.31/0.99  % (24605)------------------------------
% 1.31/0.99  % (24609)Instruction limit reached!
% 1.31/0.99  % (24609)------------------------------
% 1.31/0.99  % (24609)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.31/0.99  % (24609)Termination reason: Unknown
% 1.31/0.99  % (24609)Termination phase: Saturation
% 1.31/0.99  
% 1.31/0.99  % (24609)Memory used [KB]: 2084
% 1.31/0.99  % (24609)Time elapsed: 0.050 s
% 1.31/0.99  % (24609)Instructions burned: 87 (million)
% 1.31/0.99  % (24609)------------------------------
% 1.31/0.99  % (24609)------------------------------
% 1.31/0.99  % (24582)Instruction limit reached!
% 1.31/0.99  % (24582)------------------------------
% 1.31/0.99  % (24582)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.31/0.99  % (24582)Termination reason: Unknown
% 1.31/0.99  % (24582)Termination phase: Saturation
% 1.31/0.99  
% 1.31/0.99  % (24582)Memory used [KB]: 2567
% 1.31/0.99  % (24582)Time elapsed: 0.175 s
% 1.31/0.99  % (24582)Instructions burned: 243 (million)
% 1.31/0.99  % (24582)------------------------------
% 1.31/0.99  % (24582)------------------------------
% 1.31/0.99  % (24624)lrs+1010_1:512_sil=8000:tgt=ground:spb=units:gs=on:lwlo=on:nicw=on:gsem=on:st=1.5:i=40:nm=21:ss=included:nwc=5.3:afp=4000:afq=1.38:ins=1:bs=unit_only:awrs=converge:awrsf=10:bce=on_0 on Vampire---4 for (2993ds/40Mi)
% 1.31/0.99  % (24625)ott+1011_1:3_drc=off:sil=4000:tgt=ground:fde=unused:plsq=on:sp=unary_first:fd=preordered:nwc=10.0:i=360:ins=1:rawr=on:bd=preordered_0 on Vampire---4 for (2993ds/360Mi)
% 1.31/0.99  % (24626)dis+10_1:4_to=lpo:sil=2000:sos=on:spb=goal:rp=on:sac=on:newcnf=on:i=161:ss=axioms:aac=none_0 on Vampire---4 for (2993ds/161Mi)
% 1.31/1.00  % (24616)Instruction limit reached!
% 1.31/1.00  % (24616)------------------------------
% 1.31/1.00  % (24616)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 1.31/1.00  % (24616)Termination reason: Unknown
% 1.31/1.00  % (24616)Termination phase: Saturation
% 1.31/1.00  
% 1.31/1.00  % (24616)Memory used [KB]: 1910
% 1.31/1.00  % (24616)Time elapsed: 0.043 s
% 1.31/1.00  % (24616)Instructions burned: 69 (million)
% 1.31/1.00  % (24616)------------------------------
% 1.31/1.00  % (24616)------------------------------
% 1.31/1.01  % (24627)lrs+1011_1:20_sil=4000:tgt=ground:i=80:sd=1:bd=off:nm=32:av=off:ss=axioms:lsd=60_0 on Vampire---4 for (2993ds/80Mi)
% 2.09/1.02  % (24624)Instruction limit reached!
% 2.09/1.02  % (24624)------------------------------
% 2.09/1.02  % (24624)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.09/1.02  % (24624)Termination reason: Unknown
% 2.09/1.02  % (24624)Termination phase: Saturation
% 2.09/1.02  
% 2.09/1.02  % (24624)Memory used [KB]: 1791
% 2.09/1.02  % (24624)Time elapsed: 0.027 s
% 2.09/1.02  % (24624)Instructions burned: 40 (million)
% 2.09/1.02  % (24624)------------------------------
% 2.09/1.02  % (24624)------------------------------
% 2.09/1.02  % (24629)lrs+11_1:2_slsqr=1,2:sil=2000:sp=const_frequency:kmz=on:newcnf=on:slsq=on:i=37:s2at=1.5:awrs=converge:nm=2:uhcvi=on:ss=axioms:sgt=20:afp=10000:fs=off:fsr=off:bd=off:s2agt=5:fd=off:add=off:erd=off:foolp=on:nwc=10.0:rp=on_0 on Vampire---4 for (2993ds/37Mi)
% 2.09/1.02  % (24614)Instruction limit reached!
% 2.09/1.02  % (24614)------------------------------
% 2.09/1.02  % (24614)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.09/1.02  % (24614)Termination reason: Unknown
% 2.09/1.02  % (24614)Termination phase: Saturation
% 2.09/1.02  
% 2.09/1.02  % (24614)Memory used [KB]: 2163
% 2.09/1.02  % (24614)Time elapsed: 0.067 s
% 2.09/1.02  % (24614)Instructions burned: 110 (million)
% 2.09/1.02  % (24614)------------------------------
% 2.09/1.02  % (24614)------------------------------
% 2.09/1.03  % (24630)lrs+1011_1:2_drc=encompass:sil=4000:fde=unused:sos=on:sac=on:newcnf=on:i=55:sd=10:bd=off:ins=1:uhcvi=on:ss=axioms:spb=non_intro:st=3.0:erd=off:s2a=on:nwc=3.0_0 on Vampire---4 for (2993ds/55Mi)
% 2.09/1.04  % (24629)Instruction limit reached!
% 2.09/1.04  % (24629)------------------------------
% 2.09/1.04  % (24629)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.09/1.04  % (24629)Termination reason: Unknown
% 2.09/1.04  % (24629)Termination phase: Saturation
% 2.09/1.04  
% 2.09/1.04  % (24629)Memory used [KB]: 1675
% 2.09/1.04  % (24629)Time elapsed: 0.024 s
% 2.09/1.04  % (24629)Instructions burned: 38 (million)
% 2.09/1.04  % (24629)------------------------------
% 2.09/1.04  % (24629)------------------------------
% 2.09/1.04  % (24615)Instruction limit reached!
% 2.09/1.04  % (24615)------------------------------
% 2.09/1.04  % (24615)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.09/1.04  % (24615)Termination reason: Unknown
% 2.09/1.04  % (24615)Termination phase: Saturation
% 2.09/1.04  
% 2.09/1.04  % (24615)Memory used [KB]: 2061
% 2.09/1.04  % (24615)Time elapsed: 0.087 s
% 2.09/1.04  % (24615)Instructions burned: 161 (million)
% 2.09/1.04  % (24615)------------------------------
% 2.09/1.04  % (24615)------------------------------
% 2.09/1.05  % (24636)dis-1011_1:32_to=lpo:drc=off:sil=2000:sp=reverse_arity:sos=on:foolp=on:lsd=20:nwc=1.49509792053687:s2agt=30:avsq=on:s2a=on:s2pl=no:i=47:s2at=5.0:avsqr=5593,1048576:nm=0:fsr=off:amm=sco:rawr=on:awrs=converge:awrsf=427:ss=included:sd=1:slsq=on:fd=off_0 on Vampire---4 for (2993ds/47Mi)
% 2.09/1.05  % (24638)lrs+10_1:1024_sil=2000:st=2.0:i=32:sd=2:ss=included:ep=R_0 on Vampire---4 for (2993ds/32Mi)
% 2.09/1.05  % (24627)Instruction limit reached!
% 2.09/1.05  % (24627)------------------------------
% 2.09/1.05  % (24627)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.09/1.05  % (24627)Termination reason: Unknown
% 2.09/1.05  % (24627)Termination phase: Saturation
% 2.09/1.05  
% 2.09/1.05  % (24627)Memory used [KB]: 1810
% 2.09/1.05  % (24627)Time elapsed: 0.049 s
% 2.09/1.05  % (24627)Instructions burned: 80 (million)
% 2.09/1.05  % (24627)------------------------------
% 2.09/1.05  % (24627)------------------------------
% 2.09/1.06  % (24640)dis+1011_1:1_sil=4000:s2agt=4:slsqc=3:slsq=on:i=132:bd=off:av=off:sup=off:ss=axioms:st=3.0_0 on Vampire---4 for (2993ds/132Mi)
% 2.09/1.06  % (24578)Instruction limit reached!
% 2.09/1.06  % (24578)------------------------------
% 2.09/1.06  % (24578)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.09/1.06  % (24578)Termination reason: Unknown
% 2.09/1.06  % (24578)Termination phase: Saturation
% 2.09/1.06  
% 2.09/1.06  % (24578)Memory used [KB]: 4916
% 2.09/1.06  % (24578)Time elapsed: 0.252 s
% 2.09/1.06  % (24578)Instructions burned: 518 (million)
% 2.09/1.06  % (24578)------------------------------
% 2.09/1.06  % (24578)------------------------------
% 2.09/1.06  % (24630)Instruction limit reached!
% 2.09/1.06  % (24630)------------------------------
% 2.09/1.06  % (24630)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.09/1.06  % (24630)Termination reason: Unknown
% 2.09/1.06  % (24630)Termination phase: Saturation
% 2.09/1.06  
% 2.09/1.06  % (24630)Memory used [KB]: 1634
% 2.09/1.06  % (24630)Time elapsed: 0.036 s
% 2.09/1.06  % (24630)Instructions burned: 55 (million)
% 2.09/1.06  % (24630)------------------------------
% 2.09/1.06  % (24630)------------------------------
% 2.09/1.06  % (24641)dis-1011_1:1024_sil=2000:fde=unused:sos=on:nwc=10.0:i=54:uhcvi=on:ss=axioms:ep=RS:av=off:sp=occurrence:fsr=off:awrs=decay:awrsf=200_0 on Vampire---4 for (2993ds/54Mi)
% 2.09/1.06  % (24642)lrs+1011_1:2_to=lpo:drc=off:sil=2000:sp=const_min:urr=on:lcm=predicate:nwc=16.7073:updr=off:newcnf=on:i=82:av=off:rawr=on:ss=included:st=5.0:erd=off:flr=on_0 on Vampire---4 for (2993ds/82Mi)
% 2.09/1.06  % (24638)Instruction limit reached!
% 2.09/1.06  % (24638)------------------------------
% 2.09/1.06  % (24638)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.09/1.06  % (24638)Termination reason: Unknown
% 2.09/1.06  % (24638)Termination phase: Saturation
% 2.09/1.06  
% 2.09/1.06  % (24638)Memory used [KB]: 1544
% 2.09/1.06  % (24638)Time elapsed: 0.019 s
% 2.09/1.06  % (24638)Instructions burned: 32 (million)
% 2.09/1.06  % (24638)------------------------------
% 2.09/1.06  % (24638)------------------------------
% 2.09/1.07  % (24643)lrs+11_1:32_sil=2000:sp=occurrence:lsd=20:rp=on:i=119:sd=1:nm=0:av=off:ss=included:nwc=10.0:flr=on_0 on Vampire---4 for (2993ds/119Mi)
% 2.09/1.08  % (24636)Instruction limit reached!
% 2.09/1.08  % (24636)------------------------------
% 2.09/1.08  % (24636)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.09/1.08  % (24636)Termination reason: Unknown
% 2.09/1.08  % (24636)Termination phase: Saturation
% 2.09/1.08  
% 2.09/1.08  % (24636)Memory used [KB]: 1632
% 2.09/1.08  % (24636)Time elapsed: 0.032 s
% 2.09/1.08  % (24636)Instructions burned: 47 (million)
% 2.09/1.08  % (24636)------------------------------
% 2.09/1.08  % (24636)------------------------------
% 2.09/1.08  % (24646)ott+1002_2835555:1048576_to=lpo:sil=2000:sos=on:fs=off:nwc=10.3801:avsqc=3:updr=off:avsq=on:st=2:s2a=on:i=177:s2at=3:afp=10000:aac=none:avsqr=13357983,1048576:awrs=converge:awrsf=460:bd=off:nm=13:ins=2:fsr=off:amm=sco:afq=1.16719:ss=axioms:rawr=on:fd=off_0 on Vampire---4 for (2992ds/177Mi)
% 2.09/1.08  % (24626)Instruction limit reached!
% 2.09/1.08  % (24626)------------------------------
% 2.09/1.08  % (24626)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.09/1.08  % (24626)Termination reason: Unknown
% 2.09/1.08  % (24626)Termination phase: Saturation
% 2.09/1.08  
% 2.09/1.08  % (24626)Memory used [KB]: 2177
% 2.09/1.08  % (24626)Time elapsed: 0.093 s
% 2.09/1.08  % (24626)Instructions burned: 161 (million)
% 2.09/1.08  % (24626)------------------------------
% 2.09/1.08  % (24626)------------------------------
% 2.09/1.09  % (24648)lrs+1002_263:262144_sfv=off:to=lpo:drc=encompass:sil=2000:tgt=full:fde=none:bsd=on:sp=const_frequency:spb=units:fd=preordered:nwc=12.504039574721643:lwlo=on:i=117:awrs=converge:awrsf=1360:bsdmm=3:bd=off:nm=11:fsd=on:amm=off:uhcvi=on:afr=on:rawr=on:fsdmm=1:updr=off:sac=on:fdi=16_0 on Vampire---4 for (2992ds/117Mi)
% 2.80/1.09  % (24641)Instruction limit reached!
% 2.80/1.09  % (24641)------------------------------
% 2.80/1.09  % (24641)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.80/1.09  % (24641)Termination reason: Unknown
% 2.80/1.09  % (24641)Termination phase: Saturation
% 2.80/1.09  
% 2.80/1.09  % (24641)Memory used [KB]: 1671
% 2.80/1.09  % (24641)Time elapsed: 0.028 s
% 2.80/1.09  % (24641)Instructions burned: 55 (million)
% 2.80/1.09  % (24641)------------------------------
% 2.80/1.09  % (24641)------------------------------
% 2.80/1.09  % (24649)dis+1011_1:128_sil=2000:plsq=on:sp=frequency:plsql=on:nicw=on:i=49:kws=precedence:bd=off:fsr=off:ss=axioms:sgt=64:sd=3_0 on Vampire---4 for (2992ds/49Mi)
% 2.80/1.11  % (24642)Instruction limit reached!
% 2.80/1.11  % (24642)------------------------------
% 2.80/1.11  % (24642)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.80/1.11  % (24642)Termination reason: Unknown
% 2.80/1.11  % (24642)Termination phase: Saturation
% 2.80/1.11  
% 2.80/1.11  % (24642)Memory used [KB]: 1950
% 2.80/1.11  % (24642)Time elapsed: 0.049 s
% 2.80/1.11  % (24642)Instructions burned: 82 (million)
% 2.80/1.11  % (24642)------------------------------
% 2.80/1.11  % (24642)------------------------------
% 2.80/1.11  % (24651)lrs-1011_8:1_sil=2000:spb=goal:urr=on:sac=on:i=51:afp=10000:fsr=off:ss=axioms:avsq=on:avsqr=17819,524288:bd=off:bsd=on:fd=off:sims=off:rawr=on:alpa=true:bsr=on:aer=off_0 on Vampire---4 for (2992ds/51Mi)
% 2.80/1.12  % (24649)Instruction limit reached!
% 2.80/1.12  % (24649)------------------------------
% 2.80/1.12  % (24649)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.80/1.12  % (24649)Termination reason: Unknown
% 2.80/1.12  % (24649)Termination phase: Saturation
% 2.80/1.12  
% 2.80/1.12  % (24649)Memory used [KB]: 1727
% 2.80/1.12  % (24649)Time elapsed: 0.028 s
% 2.80/1.12  % (24649)Instructions burned: 49 (million)
% 2.80/1.12  % (24649)------------------------------
% 2.80/1.12  % (24649)------------------------------
% 2.80/1.12  % (24654)lrs+1011_1:1024_sil=8000:sp=unary_first:nwc=10.0:st=3.0:s2a=on:i=149:s2at=5.0:awrs=converge:awrsf=390:ep=R:av=off:ss=axioms:s2agt=32_0 on Vampire---4 for (2992ds/149Mi)
% 2.80/1.13  % (24640)Instruction limit reached!
% 2.80/1.13  % (24640)------------------------------
% 2.80/1.13  % (24640)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.80/1.13  % (24640)Termination reason: Unknown
% 2.80/1.13  % (24640)Termination phase: Saturation
% 2.80/1.13  
% 2.80/1.13  % (24640)Memory used [KB]: 1814
% 2.80/1.13  % (24640)Time elapsed: 0.073 s
% 2.80/1.13  % (24640)Instructions burned: 132 (million)
% 2.80/1.13  % (24640)------------------------------
% 2.80/1.13  % (24640)------------------------------
% 2.80/1.13  % (24655)lrs+11_10:1_to=lpo:drc=off:sil=4000:sp=const_min:fd=preordered:rp=on:st=3.0:s2a=on:i=56:s2at=2.0:ss=axioms:er=known:sup=off:sd=1_0 on Vampire---4 for (2992ds/56Mi)
% 2.80/1.13  % (24643)Instruction limit reached!
% 2.80/1.13  % (24643)------------------------------
% 2.80/1.13  % (24643)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.80/1.13  % (24643)Termination reason: Unknown
% 2.80/1.13  % (24643)Termination phase: Saturation
% 2.80/1.13  
% 2.80/1.13  % (24643)Memory used [KB]: 1790
% 2.80/1.13  % (24643)Time elapsed: 0.066 s
% 2.80/1.13  % (24643)Instructions burned: 119 (million)
% 2.80/1.13  % (24643)------------------------------
% 2.80/1.13  % (24643)------------------------------
% 2.80/1.14  % (24657)lrs+1011_4:1_bsr=on:sil=32000:sos=all:urr=on:br=off:s2a=on:i=289:s2at=2.0:bd=off:gsp=on:ss=axioms:sgt=8:sd=1:fsr=off_0 on Vampire---4 for (2992ds/289Mi)
% 2.80/1.14  % (24651)Instruction limit reached!
% 2.80/1.14  % (24651)------------------------------
% 2.80/1.14  % (24651)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.80/1.14  % (24651)Termination reason: Unknown
% 2.80/1.14  % (24651)Termination phase: Saturation
% 2.80/1.14  
% 2.80/1.14  % (24651)Memory used [KB]: 1904
% 2.80/1.14  % (24651)Time elapsed: 0.032 s
% 2.80/1.14  % (24651)Instructions burned: 53 (million)
% 2.80/1.14  % (24651)------------------------------
% 2.80/1.14  % (24651)------------------------------
% 2.80/1.15  % (24659)ott-1011_16:1_sil=2000:sp=const_max:urr=on:lsd=20:st=3.0:i=206:ss=axioms:gsp=on:rp=on:sos=on:fd=off:aac=none_0 on Vampire---4 for (2992ds/206Mi)
% 2.80/1.16  % (24648)Instruction limit reached!
% 2.80/1.16  % (24648)------------------------------
% 2.80/1.16  % (24648)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.80/1.16  % (24648)Termination reason: Unknown
% 2.80/1.16  % (24648)Termination phase: Saturation
% 2.80/1.16  
% 2.80/1.16  % (24648)Memory used [KB]: 2205
% 2.80/1.16  % (24648)Time elapsed: 0.072 s
% 2.80/1.16  % (24648)Instructions burned: 118 (million)
% 2.80/1.16  % (24648)------------------------------
% 2.80/1.16  % (24648)------------------------------
% 2.80/1.16  % (24662)ott+1004_1:2_bsr=unit_only:slsqr=1,8:to=lpo:sil=2000:plsqc=2:plsq=on:sp=reverse_frequency:acc=on:nwc=6.4:slsq=on:st=2.0:i=50:s2at=3.0:bd=off:ins=4:ss=axioms:sgt=10:plsql=on:rawr=on:aer=off:slsqc=2:afp=4000:afq=2.0:bce=on:gs=on:lma=on:br=off:gsaa=full_model:add=off_0 on Vampire---4 for (2992ds/50Mi)
% 2.80/1.16  % (24655)Instruction limit reached!
% 2.80/1.16  % (24655)------------------------------
% 2.80/1.16  % (24655)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.80/1.16  % (24655)Termination reason: Unknown
% 2.80/1.16  % (24655)Termination phase: Saturation
% 2.80/1.16  
% 2.80/1.16  % (24655)Memory used [KB]: 1823
% 2.80/1.16  % (24655)Time elapsed: 0.035 s
% 2.80/1.16  % (24655)Instructions burned: 57 (million)
% 2.80/1.16  % (24655)------------------------------
% 2.80/1.16  % (24655)------------------------------
% 2.80/1.17  % (24663)lrs+1011_1:1_to=lpo:drc=off:sil=2000:tgt=full:i=1483:fd=preordered_0 on Vampire---4 for (2992ds/1483Mi)
% 2.80/1.19  % (24662)Instruction limit reached!
% 2.80/1.19  % (24662)------------------------------
% 2.80/1.19  % (24662)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.80/1.19  % (24662)Termination reason: Unknown
% 2.80/1.19  % (24662)Termination phase: Saturation
% 2.80/1.19  
% 2.80/1.19  % (24662)Memory used [KB]: 1828
% 2.80/1.19  % (24662)Time elapsed: 0.031 s
% 2.80/1.19  % (24662)Instructions burned: 50 (million)
% 2.80/1.19  % (24662)------------------------------
% 2.80/1.19  % (24662)------------------------------
% 2.80/1.19  % (24654)Instruction limit reached!
% 2.80/1.19  % (24654)------------------------------
% 2.80/1.19  % (24654)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 2.80/1.19  % (24654)Termination reason: Unknown
% 2.80/1.19  % (24654)Termination phase: Saturation
% 2.80/1.19  
% 2.80/1.19  % (24654)Memory used [KB]: 1701
% 2.80/1.19  % (24654)Time elapsed: 0.072 s
% 2.80/1.19  % (24654)Instructions burned: 149 (million)
% 2.80/1.19  % (24654)------------------------------
% 2.80/1.19  % (24654)------------------------------
% 2.80/1.19  % (24666)dis+1010_1:3_sil=2000:tgt=ground:sp=const_max:nwc=5.0:s2a=on:i=67:nm=16:av=off:bd=off_0 on Vampire---4 for (2991ds/67Mi)
% 3.99/1.20  % (24667)lrs+1011_1:1_sil=64000:tgt=full:plsqc=1:plsq=on:plsqr=32,1:sp=occurrence:sos=on:lsd=20:st=5.0:i=67:sd=2:nm=4:av=off:fsr=off:ss=axioms:er=tagged:gs=on:sgt=8:nwc=3.0:bd=off_0 on Vampire---4 for (2991ds/67Mi)
% 4.05/1.20  % (24646)Instruction limit reached!
% 4.05/1.20  % (24646)------------------------------
% 4.05/1.20  % (24646)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.05/1.20  % (24646)Termination reason: Unknown
% 4.05/1.20  % (24646)Termination phase: Saturation
% 4.05/1.20  
% 4.05/1.20  % (24646)Memory used [KB]: 3454
% 4.05/1.20  % (24646)Time elapsed: 0.132 s
% 4.05/1.20  % (24646)Instructions burned: 177 (million)
% 4.05/1.20  % (24646)------------------------------
% 4.05/1.20  % (24646)------------------------------
% 4.05/1.21  % (24670)dis+1002_1:1024_sil=2000:sac=on:slsq=on:i=52:nm=16:sfv=off:slsqc=1:urr=ec_only:bd=off_0 on Vampire---4 for (2991ds/52Mi)
% 4.05/1.21  % (24625)Instruction limit reached!
% 4.05/1.21  % (24625)------------------------------
% 4.05/1.21  % (24625)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.05/1.21  % (24625)Termination reason: Unknown
% 4.05/1.21  % (24625)Termination phase: Saturation
% 4.05/1.21  
% 4.05/1.21  % (24625)Memory used [KB]: 3567
% 4.05/1.21  % (24625)Time elapsed: 0.224 s
% 4.05/1.21  % (24625)Instructions burned: 361 (million)
% 4.05/1.21  % (24625)------------------------------
% 4.05/1.21  % (24625)------------------------------
% 4.05/1.22  % (24672)lrs+1010_1:1_to=lpo:sil=2000:plsq=on:plsqr=32,1:sos=on:i=366:sd=2:ss=axioms_0 on Vampire---4 for (2991ds/366Mi)
% 4.05/1.23  % (24666)Instruction limit reached!
% 4.05/1.23  % (24666)------------------------------
% 4.05/1.23  % (24666)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.05/1.23  % (24666)Termination reason: Unknown
% 4.05/1.23  % (24666)Termination phase: Saturation
% 4.05/1.23  
% 4.05/1.23  % (24666)Memory used [KB]: 1646
% 4.05/1.23  % (24666)Time elapsed: 0.037 s
% 4.05/1.23  % (24666)Instructions burned: 67 (million)
% 4.05/1.23  % (24666)------------------------------
% 4.05/1.23  % (24666)------------------------------
% 4.20/1.23  % (24667)Instruction limit reached!
% 4.20/1.23  % (24667)------------------------------
% 4.20/1.23  % (24667)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.20/1.23  % (24667)Termination reason: Unknown
% 4.20/1.23  % (24667)Termination phase: Saturation
% 4.20/1.23  
% 4.20/1.23  % (24667)Memory used [KB]: 2078
% 4.20/1.23  % (24667)Time elapsed: 0.040 s
% 4.20/1.23  % (24667)Instructions burned: 67 (million)
% 4.20/1.23  % (24667)------------------------------
% 4.20/1.23  % (24667)------------------------------
% 4.20/1.23  % (24674)lrs+1011_4:1_to=lpo:drc=off:sil=8000:sp=frequency:abs=on:urr=on:lsd=10:nwc=5.0:s2agt=4:newcnf=on:st=5.0:s2a=on:i=863:ss=axioms:aac=none:br=off:bd=preordered_0 on Vampire---4 for (2991ds/863Mi)
% 4.20/1.24  % (24675)lrs+1011_1:1_sil=16000:fde=unused:plsqc=1:plsq=on:plsqr=32,1:sos=on:nwc=10.0:i=163:kws=frequency:nm=2:lsd=1:bd=off_0 on Vampire---4 for (2991ds/163Mi)
% 4.20/1.24  % (24670)Instruction limit reached!
% 4.20/1.24  % (24670)------------------------------
% 4.20/1.24  % (24670)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.20/1.24  % (24670)Termination reason: Unknown
% 4.20/1.24  % (24670)Termination phase: Saturation
% 4.20/1.24  
% 4.20/1.24  % (24670)Memory used [KB]: 1568
% 4.20/1.24  % (24670)Time elapsed: 0.032 s
% 4.20/1.24  % (24670)Instructions burned: 53 (million)
% 4.20/1.24  % (24670)------------------------------
% 4.20/1.24  % (24670)------------------------------
% 4.20/1.24  % (24676)lrs+33_1:1_sil=4000:sp=reverse_frequency:sos=all:i=77:sd=2:bd=off:nm=2:av=off:fsr=off:ss=axioms:sgt=10:rawr=on:sup=off:to=lpo:fs=off_0 on Vampire---4 for (2991ds/77Mi)
% 4.20/1.26  % (24659)Instruction limit reached!
% 4.20/1.26  % (24659)------------------------------
% 4.20/1.26  % (24659)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.20/1.26  % (24659)Termination reason: Unknown
% 4.20/1.26  % (24659)Termination phase: Saturation
% 4.20/1.26  
% 4.20/1.26  % (24659)Memory used [KB]: 3730
% 4.20/1.26  % (24659)Time elapsed: 0.118 s
% 4.20/1.26  % (24659)Instructions burned: 206 (million)
% 4.20/1.26  % (24659)------------------------------
% 4.20/1.26  % (24659)------------------------------
% 4.20/1.27  % (24677)lrs-1010_1:8_sil=2000:sos=on:i=1548:sd=1:ins=3:ss=included_0 on Vampire---4 for (2991ds/1548Mi)
% 4.20/1.28  % (24676)Instruction limit reached!
% 4.20/1.28  % (24676)------------------------------
% 4.20/1.28  % (24676)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.20/1.28  % (24676)Termination reason: Unknown
% 4.20/1.28  % (24676)Termination phase: Saturation
% 4.20/1.28  
% 4.20/1.28  % (24676)Memory used [KB]: 1828
% 4.20/1.28  % (24676)Time elapsed: 0.040 s
% 4.20/1.28  % (24676)Instructions burned: 78 (million)
% 4.20/1.28  % (24676)------------------------------
% 4.20/1.28  % (24676)------------------------------
% 4.20/1.28  % (24678)lrs+1010_974213:1048576_nwc=9.0:s2a=on:i=76:bd=off:lwlo=on:fd=off:sil=256000:s2agt=10:sims=off:nm=9:sp=const_min:rp=on:er=known:cond=fast:bce=on:abs=on:irw=on:amm=sco:afp=2000:updr=off:add=off:to=lpo:awrs=decay:awrsf=260:rawr=on:afq=2.0:uhcvi=on_0 on Vampire---4 for (2991ds/76Mi)
% 4.20/1.29  % (24657)Instruction limit reached!
% 4.20/1.29  % (24657)------------------------------
% 4.20/1.29  % (24657)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.20/1.29  % (24657)Termination reason: Unknown
% 4.20/1.29  % (24657)Termination phase: Saturation
% 4.20/1.29  
% 4.20/1.29  % (24657)Memory used [KB]: 3979
% 4.20/1.29  % (24657)Time elapsed: 0.156 s
% 4.20/1.29  % (24657)Instructions burned: 289 (million)
% 4.20/1.29  % (24657)------------------------------
% 4.20/1.29  % (24657)------------------------------
% 4.20/1.29  % (24680)dis+1010_111129:1048576_sfv=off:drc=encompass:sil=2000:tgt=full:sp=reverse_arity:spb=goal:rnwc=on:fd=preordered:rp=on:nwc=6.5667:i=1376:kws=arity_squared:bd=off:nm=0:uhcvi=on:rawr=on:av=off:erd=off:cond=on:lcm=reverse_0 on Vampire---4 for (2990ds/1376Mi)
% 4.64/1.32  % (24678)Instruction limit reached!
% 4.64/1.32  % (24678)------------------------------
% 4.64/1.32  % (24678)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.64/1.32  % (24678)Termination reason: Unknown
% 4.64/1.32  % (24678)Termination phase: Saturation
% 4.64/1.32  
% 4.64/1.32  % (24678)Memory used [KB]: 1983
% 4.64/1.32  % (24678)Time elapsed: 0.065 s
% 4.64/1.32  % (24678)Instructions burned: 77 (million)
% 4.64/1.32  % (24678)------------------------------
% 4.64/1.32  % (24678)------------------------------
% 4.64/1.33  % (24675)Instruction limit reached!
% 4.64/1.33  % (24675)------------------------------
% 4.64/1.33  % (24675)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.64/1.33  % (24675)Termination reason: Unknown
% 4.64/1.33  % (24675)Termination phase: Saturation
% 4.64/1.33  
% 4.64/1.33  % (24675)Memory used [KB]: 2634
% 4.64/1.33  % (24675)Time elapsed: 0.093 s
% 4.64/1.33  % (24675)Instructions burned: 164 (million)
% 4.64/1.33  % (24675)------------------------------
% 4.64/1.33  % (24675)------------------------------
% 4.64/1.33  % (24681)lrs-1002_3:2_sil=2000:sos=on:fd=off:nwc=10.0:flr=on:i=117:nm=16:fsr=off:sup=off:ss=axioms:fs=off:bd=off:fde=none:erd=off_0 on Vampire---4 for (2990ds/117Mi)
% 4.64/1.33  % (24682)ott+1011_47:51_anc=all_dependent:slsqr=853,231:sil=4000:sp=reverse_frequency:foolp=on:spb=non_intro:abs=on:s2agt=50:slsqc=1:slsq=on:st=4.0:i=59:s2at=1.5:sd=7:kws=inv_frequency:afp=2000:nm=14:ins=2:afq=1.2:uhcvi=on:afr=on:gsp=on:ss=axioms:sgt=100:rawr=on:tgt=ground:awrs=converge:awrsf=390:bs=unit_only:add=off:flr=on:plsq=on:plsqc=1:plsqr=6705511,1048576:bd=preordered:newcnf=on:nwc=5.0_0 on Vampire---4 for (2990ds/59Mi)
% 4.64/1.37  % (24682)Instruction limit reached!
% 4.64/1.37  % (24682)------------------------------
% 4.64/1.37  % (24682)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.64/1.37  % (24682)Termination reason: Unknown
% 4.64/1.37  % (24682)Termination phase: Saturation
% 4.64/1.37  
% 4.64/1.37  % (24682)Memory used [KB]: 1893
% 4.64/1.37  % (24682)Time elapsed: 0.058 s
% 4.64/1.37  % (24682)Instructions burned: 60 (million)
% 4.64/1.37  % (24682)------------------------------
% 4.64/1.37  % (24682)------------------------------
% 4.64/1.37  % (24684)lrs+1002_1:1_sfv=off:drc=encompass:sil=2000:fde=unused:sp=frequency:nwc=10.0:flr=on:st=1.5:i=151:bd=off:nm=0:ins=4:fsr=off:fsd=on:ss=axioms:s2a=on:s2agt=32:to=lpo:aac=none:sims=off_0 on Vampire---4 for (2990ds/151Mi)
% 4.64/1.39  % (24681)Instruction limit reached!
% 4.64/1.39  % (24681)------------------------------
% 4.64/1.39  % (24681)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 4.64/1.39  % (24681)Termination reason: Unknown
% 4.64/1.39  % (24681)Termination phase: Saturation
% 4.64/1.39  
% 4.64/1.39  % (24681)Memory used [KB]: 3396
% 4.64/1.39  % (24681)Time elapsed: 0.081 s
% 4.64/1.39  % (24681)Instructions burned: 117 (million)
% 4.64/1.39  % (24681)------------------------------
% 4.64/1.39  % (24681)------------------------------
% 5.03/1.39  % (24685)lrs+11_1:1_sos=on:urr=on:s2a=on:i=260:sd=1:aac=none:ss=axioms:gsp=on:sil=128000:nm=3:bce=on:fd=preordered:alpa=true:etr=on:bd=off:lcm=predicate_0 on Vampire---4 for (2989ds/260Mi)
% 5.03/1.39  % (24672)Instruction limit reached!
% 5.03/1.39  % (24672)------------------------------
% 5.03/1.39  % (24672)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 5.03/1.39  % (24672)Termination reason: Unknown
% 5.03/1.39  % (24672)Termination phase: Saturation
% 5.03/1.39  
% 5.03/1.39  % (24672)Memory used [KB]: 5010
% 5.03/1.39  % (24672)Time elapsed: 0.178 s
% 5.03/1.39  % (24672)Instructions burned: 366 (million)
% 5.03/1.39  % (24672)------------------------------
% 5.03/1.39  % (24672)------------------------------
% 5.03/1.40  % (24687)dis+1010_1:1_drc=off:sil=32000:rp=on:cond=fast:i=1797:av=off:newcnf=on:bd=off:sfv=off:plsq=on:plsqr=1,32:erd=off_0 on Vampire---4 for (2989ds/1797Mi)
% 5.03/1.45  % (24684)Instruction limit reached!
% 5.03/1.45  % (24684)------------------------------
% 5.03/1.45  % (24684)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 5.03/1.45  % (24684)Termination reason: Unknown
% 5.03/1.45  % (24684)Termination phase: Saturation
% 5.03/1.45  
% 5.03/1.45  % (24684)Memory used [KB]: 2011
% 5.03/1.45  % (24684)Time elapsed: 0.101 s
% 5.03/1.45  % (24684)Instructions burned: 151 (million)
% 5.03/1.45  % (24684)------------------------------
% 5.03/1.45  % (24684)------------------------------
% 5.03/1.45  % (24690)lrs-1010_1:8_sil=2000:spb=intro:acc=on:rp=on:i=200:sd=1:bd=off:uhcvi=on:ss=axioms:sgt=32:rawr=on:erd=off:alpa=true:anc=none:afp=2000_0 on Vampire---4 for (2989ds/200Mi)
% 5.51/1.52  % (24685)Instruction limit reached!
% 5.51/1.52  % (24685)------------------------------
% 5.51/1.52  % (24685)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 5.51/1.52  % (24685)Termination reason: Unknown
% 5.51/1.52  % (24685)Termination phase: Saturation
% 5.51/1.52  
% 5.51/1.52  % (24685)Memory used [KB]: 4178
% 5.51/1.52  % (24685)Time elapsed: 0.153 s
% 5.51/1.52  % (24685)Instructions burned: 262 (million)
% 5.51/1.52  % (24685)------------------------------
% 5.51/1.52  % (24685)------------------------------
% 5.51/1.52  % (24692)lrs+1002_1:8_sil=4000:sos=on:nicw=on:st=2.5:i=356:ss=included:sd=7:ep=RS:erd=off_0 on Vampire---4 for (2988ds/356Mi)
% 5.69/1.57  % (24690)Instruction limit reached!
% 5.69/1.57  % (24690)------------------------------
% 5.69/1.57  % (24690)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 5.69/1.57  % (24690)Termination reason: Unknown
% 5.69/1.57  % (24690)Termination phase: Saturation
% 5.69/1.57  
% 5.69/1.57  % (24690)Memory used [KB]: 3509
% 5.69/1.57  % (24690)Time elapsed: 0.146 s
% 5.69/1.57  % (24690)Instructions burned: 201 (million)
% 5.69/1.57  % (24690)------------------------------
% 5.69/1.57  % (24690)------------------------------
% 5.69/1.57  % (24695)lrs+1011_1:4_bsr=unit_only:to=lpo:sil=2000:plsqc=4:plsq=on:sp=occurrence:plsql=on:alpa=false:i=75:afp=10:afq=2.0:ss=axioms:rawr=on:fd=off_0 on Vampire---4 for (2988ds/75Mi)
% 5.69/1.61  % (24695)Instruction limit reached!
% 5.69/1.61  % (24695)------------------------------
% 5.69/1.61  % (24695)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 5.69/1.61  % (24695)Termination reason: Unknown
% 5.69/1.61  % (24695)Termination phase: Saturation
% 5.69/1.61  
% 5.69/1.61  % (24695)Memory used [KB]: 1805
% 5.69/1.61  % (24695)Time elapsed: 0.070 s
% 5.69/1.61  % (24695)Instructions burned: 76 (million)
% 5.69/1.61  % (24695)------------------------------
% 5.69/1.61  % (24695)------------------------------
% 5.69/1.62  % (24697)dis+1011_13623:1048576_drc=off:sil=2000:fde=unused:bsd=on:sp=const_min:br=off:fd=preordered:gs=on:nwc=17.1261:gsem=off:i=578:kws=inv_frequency:nm=4:rawr=on:bd=off:fsr=off:bsdmm=1:av=off_0 on Vampire---4 for (2987ds/578Mi)
% 6.04/1.65  % (24674)Instruction limit reached!
% 6.04/1.65  % (24674)------------------------------
% 6.04/1.65  % (24674)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 6.04/1.65  % (24674)Termination reason: Unknown
% 6.04/1.65  % (24674)Termination phase: Saturation
% 6.04/1.65  
% 6.04/1.65  % (24674)Memory used [KB]: 7265
% 6.04/1.65  % (24674)Time elapsed: 0.422 s
% 6.04/1.65  % (24674)Instructions burned: 865 (million)
% 6.04/1.65  % (24674)------------------------------
% 6.04/1.65  % (24674)------------------------------
% 6.04/1.66  % (24699)ott-1011_3:2_to=lpo:drc=off:sil=2000:sims=off:sos=on:lma=on:spb=goal_then_units:lcm=predicate:fd=preordered:rp=on:newcnf=on:avsq=on:i=251:ins=1:fsr=off:avsqc=4:aac=none:plsq=on:plsqc=1:plsqr=32,1:fs=off_0 on Vampire---4 for (2987ds/251Mi)
% 6.04/1.68  % (24692)Instruction limit reached!
% 6.04/1.68  % (24692)------------------------------
% 6.04/1.68  % (24692)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 6.04/1.68  % (24692)Termination reason: Unknown
% 6.04/1.68  % (24692)Termination phase: Saturation
% 6.04/1.68  
% 6.04/1.68  % (24692)Memory used [KB]: 3183
% 6.04/1.68  % (24692)Time elapsed: 0.183 s
% 6.04/1.68  % (24692)Instructions burned: 357 (million)
% 6.04/1.68  % (24692)------------------------------
% 6.04/1.68  % (24692)------------------------------
% 6.04/1.68  % (24701)dis+1010_1:1_sil=2000:tgt=full:rp=on:gs=on:nwc=5.0:i=93:abs=on:sos=on_0 on Vampire---4 for (2986ds/93Mi)
% 6.76/1.73  % (24701)Instruction limit reached!
% 6.76/1.73  % (24701)------------------------------
% 6.76/1.73  % (24701)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 6.76/1.73  % (24701)Termination reason: Unknown
% 6.76/1.73  % (24701)Termination phase: Saturation
% 6.76/1.73  
% 6.76/1.73  % (24701)Memory used [KB]: 2092
% 6.76/1.73  % (24701)Time elapsed: 0.057 s
% 6.76/1.73  % (24701)Instructions burned: 93 (million)
% 6.76/1.73  % (24701)------------------------------
% 6.76/1.73  % (24701)------------------------------
% 6.76/1.74  % (24706)lrs+1010_1:8_sil=4000:sos=on:urr=on:rnwc=on:nwc=10.0:i=37:sup=off:kws=frequency_0 on Vampire---4 for (2986ds/37Mi)
% 6.76/1.76  % (24706)Instruction limit reached!
% 6.76/1.76  % (24706)------------------------------
% 6.76/1.76  % (24706)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 6.76/1.76  % (24706)Termination reason: Unknown
% 6.76/1.76  % (24706)Termination phase: Saturation
% 6.76/1.76  
% 6.76/1.76  % (24706)Memory used [KB]: 1631
% 6.76/1.76  % (24706)Time elapsed: 0.022 s
% 6.76/1.76  % (24706)Instructions burned: 37 (million)
% 6.76/1.76  % (24706)------------------------------
% 6.76/1.76  % (24706)------------------------------
% 6.76/1.78  % (24709)lrs+1010_1:1_sil=2000:sos=all:kmz=on:cond=fast:i=132:kws=inv_frequency:av=off:gsp=on:rawr=on:s2a=on:s2at=2.0_0 on Vampire---4 for (2986ds/132Mi)
% 8.66/1.79  % (24699)Instruction limit reached!
% 8.66/1.79  % (24699)------------------------------
% 8.66/1.79  % (24699)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 8.66/1.79  % (24699)Termination reason: Unknown
% 8.66/1.79  % (24699)Termination phase: Saturation
% 8.66/1.79  
% 8.66/1.79  % (24699)Memory used [KB]: 3026
% 8.66/1.79  % (24699)Time elapsed: 0.133 s
% 8.66/1.79  % (24699)Instructions burned: 251 (million)
% 8.66/1.79  % (24699)------------------------------
% 8.66/1.79  % (24699)------------------------------
% 8.66/1.79  % (24710)dis+1011_1:1024_drc=off:sil=2000:urr=ec_only:br=off:sac=on:i=209:fsr=off_0 on Vampire---4 for (2985ds/209Mi)
% 9.01/1.86  % (24709)Instruction limit reached!
% 9.01/1.86  % (24709)------------------------------
% 9.01/1.86  % (24709)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.01/1.86  % (24709)Termination reason: Unknown
% 9.01/1.86  % (24709)Termination phase: Saturation
% 9.01/1.86  
% 9.01/1.86  % (24709)Memory used [KB]: 2409
% 9.01/1.86  % (24709)Time elapsed: 0.105 s
% 9.01/1.86  % (24709)Instructions burned: 133 (million)
% 9.01/1.86  % (24709)------------------------------
% 9.01/1.86  % (24709)------------------------------
% 9.01/1.86  % (24715)lrs+11_7:12_sil=2000:sp=occurrence:sos=on:erd=off:lcm=reverse:gs=on:st=5.0:i=100:awrs=converge:bd=off:ss=axioms:fs=off:fsr=off:rawr=on_0 on Vampire---4 for (2985ds/100Mi)
% 9.01/1.90  % (24710)Instruction limit reached!
% 9.01/1.90  % (24710)------------------------------
% 9.01/1.90  % (24710)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.01/1.90  % (24710)Termination reason: Unknown
% 9.01/1.90  % (24710)Termination phase: Saturation
% 9.01/1.90  
% 9.01/1.90  % (24710)Memory used [KB]: 3066
% 9.01/1.90  % (24710)Time elapsed: 0.105 s
% 9.01/1.90  % (24710)Instructions burned: 209 (million)
% 9.01/1.90  % (24710)------------------------------
% 9.01/1.90  % (24710)------------------------------
% 9.59/1.90  % (24718)dis+10_1:1_sil=2000:nwc=5.0:s2agt=32:s2a=on:i=54:nm=4:alpa=true_0 on Vampire---4 for (2984ds/54Mi)
% 9.59/1.91  % (24697)Instruction limit reached!
% 9.59/1.91  % (24697)------------------------------
% 9.59/1.91  % (24697)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.59/1.91  % (24697)Termination reason: Unknown
% 9.59/1.91  % (24697)Termination phase: Saturation
% 9.59/1.91  
% 9.59/1.91  % (24697)Memory used [KB]: 9402
% 9.59/1.91  % (24697)Time elapsed: 0.297 s
% 9.59/1.91  % (24697)Instructions burned: 579 (million)
% 9.59/1.91  % (24697)------------------------------
% 9.59/1.91  % (24697)------------------------------
% 9.59/1.91  % (24715)Instruction limit reached!
% 9.59/1.91  % (24715)------------------------------
% 9.59/1.91  % (24715)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.59/1.91  % (24715)Termination reason: Unknown
% 9.59/1.91  % (24715)Termination phase: Saturation
% 9.59/1.91  
% 9.59/1.91  % (24715)Memory used [KB]: 2455
% 9.59/1.91  % (24715)Time elapsed: 0.056 s
% 9.59/1.91  % (24715)Instructions burned: 100 (million)
% 9.59/1.91  % (24715)------------------------------
% 9.59/1.91  % (24715)------------------------------
% 9.59/1.92  % (24719)lrs-1011_1:1_to=lpo:drc=off:sil=2000:sp=const_min:sos=on:lsd=10:sac=on:i=62:br=off:newcnf=on_0 on Vampire---4 for (2984ds/62Mi)
% 9.59/1.92  % (24720)lrs+10_8:1_to=lpo:drc=encompass:sil=4000:sos=on:urr=on:newcnf=on:i=2265:sd=2:nm=2:ss=axioms:sgt=32:sup=off:bd=off_0 on Vampire---4 for (2984ds/2265Mi)
% 9.59/1.93  % (24680)Instruction limit reached!
% 9.59/1.93  % (24680)------------------------------
% 9.59/1.93  % (24680)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.59/1.93  % (24680)Termination reason: Unknown
% 9.59/1.93  % (24680)Termination phase: Saturation
% 9.59/1.93  
% 9.59/1.93  % (24680)Memory used [KB]: 6193
% 9.59/1.93  % (24680)Time elapsed: 0.658 s
% 9.59/1.93  % (24680)Instructions burned: 1376 (million)
% 9.59/1.93  % (24680)------------------------------
% 9.59/1.93  % (24680)------------------------------
% 9.59/1.93  % (24718)Instruction limit reached!
% 9.59/1.93  % (24718)------------------------------
% 9.59/1.93  % (24718)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.59/1.93  % (24718)Termination reason: Unknown
% 9.59/1.93  % (24718)Termination phase: Saturation
% 9.59/1.93  
% 9.59/1.93  % (24718)Memory used [KB]: 1533
% 9.59/1.93  % (24718)Time elapsed: 0.031 s
% 9.59/1.93  % (24718)Instructions burned: 54 (million)
% 9.59/1.93  % (24718)------------------------------
% 9.59/1.93  % (24718)------------------------------
% 9.59/1.93  % (24719)Refutation not found, incomplete strategy% (24719)------------------------------
% 9.59/1.93  % (24719)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.59/1.93  % (24719)Termination reason: Refutation not found, incomplete strategy
% 9.59/1.93  
% 9.59/1.93  % (24719)Memory used [KB]: 1330
% 9.59/1.93  % (24719)Time elapsed: 0.014 s
% 9.59/1.93  % (24719)Instructions burned: 23 (million)
% 9.59/1.93  % (24719)------------------------------
% 9.59/1.93  % (24719)------------------------------
% 9.59/1.93  % (24723)lrs+1011_1:128_sil=2000:lsd=10:newcnf=on:i=91:bd=off:fsd=on:ss=axioms:plsq=on:plsqr=9200103,131072:sd=1:lma=on_0 on Vampire---4 for (2984ds/91Mi)
% 9.59/1.93  % (24724)ott+1011_7:2_anc=all:to=lpo:sil=2000:tgt=full:plsq=on:sos=on:spb=intro:fd=preordered:rp=on:i=83:uhcvi=on:rawr=on:fs=off:fsr=off:lsd=1:erd=off:aac=none:plsqc=2:newcnf=on:abs=on:bd=off_0 on Vampire---4 for (2984ds/83Mi)
% 9.59/1.93  % (24725)dis+1010_1:1_to=lpo:sil=2000:plsq=on:plsqr=32,1:sos=on:spb=goal:rp=on:i=123:bd=off:ins=4:ss=axioms:sgt=32:acc=on:fde=none_0 on Vampire---4 for (2984ds/123Mi)
% 9.59/1.94  % (24597)Instruction limit reached!
% 9.59/1.94  % (24597)------------------------------
% 9.59/1.94  % (24597)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.59/1.94  % (24597)Termination reason: Unknown
% 9.59/1.94  % (24597)Termination phase: Saturation
% 9.59/1.94  
% 9.59/1.94  % (24597)Memory used [KB]: 9325
% 9.59/1.94  % (24597)Time elapsed: 1.051 s
% 9.59/1.94  % (24597)Instructions burned: 1920 (million)
% 9.59/1.94  % (24597)------------------------------
% 9.59/1.94  % (24597)------------------------------
% 9.59/1.94  % (24728)dis-1003_1:1_drc=off:sil=2000:sos=all:i=84:av=off:irw=on:plsq=on:plsqc=1:plsqr=32,1:sfv=off_0 on Vampire---4 for (2984ds/84Mi)
% 9.98/1.98  % (24724)Instruction limit reached!
% 9.98/1.98  % (24724)------------------------------
% 9.98/1.98  % (24724)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.98/1.98  % (24724)Termination reason: Unknown
% 9.98/1.98  % (24724)Termination phase: Saturation
% 9.98/1.98  
% 9.98/1.98  % (24724)Memory used [KB]: 2421
% 9.98/1.98  % (24724)Time elapsed: 0.045 s
% 9.98/1.98  % (24724)Instructions burned: 84 (million)
% 9.98/1.98  % (24724)------------------------------
% 9.98/1.98  % (24724)------------------------------
% 9.98/1.98  % (24731)lrs+2_1:1_sil=2000:urr=on:flr=on:s2a=on:i=85:s2at=5.0:sd=1:ss=axioms:sgt=8:gsp=on:br=off_0 on Vampire---4 for (2984ds/85Mi)
% 9.98/1.98  % (24723)Instruction limit reached!
% 9.98/1.98  % (24723)------------------------------
% 9.98/1.98  % (24723)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.98/1.98  % (24723)Termination reason: Unknown
% 9.98/1.98  % (24723)Termination phase: Saturation
% 9.98/1.98  
% 9.98/1.98  % (24723)Memory used [KB]: 2050
% 9.98/1.98  % (24723)Time elapsed: 0.053 s
% 9.98/1.98  % (24723)Instructions burned: 91 (million)
% 9.98/1.98  % (24723)------------------------------
% 9.98/1.98  % (24723)------------------------------
% 9.98/1.99  % (24728)Instruction limit reached!
% 9.98/1.99  % (24728)------------------------------
% 9.98/1.99  % (24728)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.98/1.99  % (24728)Termination reason: Unknown
% 9.98/1.99  % (24728)Termination phase: Saturation
% 9.98/1.99  
% 9.98/1.99  % (24728)Memory used [KB]: 1845
% 9.98/1.99  % (24728)Time elapsed: 0.045 s
% 9.98/1.99  % (24728)Instructions burned: 84 (million)
% 9.98/1.99  % (24728)------------------------------
% 9.98/1.99  % (24728)------------------------------
% 9.98/1.99  % (24732)dis+1002_1:1_sil=2000:tgt=full:spb=goal:avsq=on:i=259:avsqr=19,107:er=known:rawr=on:nwc=3.7:cond=fast:abs=on_0 on Vampire---4 for (2983ds/259Mi)
% 9.98/1.99  % (24733)lrs+1010_1:1_to=lpo:sil=32000:plsq=on:plsqr=32,1:sp=frequency:sos=on:erd=off:newcnf=on:i=106:bd=off:rawr=on:sup=off_0 on Vampire---4 for (2983ds/106Mi)
% 9.98/1.99  % (24725)Instruction limit reached!
% 9.98/1.99  % (24725)------------------------------
% 9.98/1.99  % (24725)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.98/1.99  % (24725)Termination reason: Unknown
% 9.98/1.99  % (24725)Termination phase: Saturation
% 9.98/1.99  
% 9.98/1.99  % (24725)Memory used [KB]: 1925
% 9.98/1.99  % (24725)Time elapsed: 0.060 s
% 9.98/1.99  % (24725)Instructions burned: 124 (million)
% 9.98/1.99  % (24725)------------------------------
% 9.98/1.99  % (24725)------------------------------
% 9.98/2.00  % (24734)lrs+1010_1:28_sil=2000:s2agt=16:st=3.0:s2a=on:i=278:sd=3:ss=axioms:av=off:slsq=on_0 on Vampire---4 for (2983ds/278Mi)
% 9.98/2.03  % (24731)Instruction limit reached!
% 9.98/2.03  % (24731)------------------------------
% 9.98/2.03  % (24731)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.98/2.03  % (24731)Termination reason: Unknown
% 9.98/2.03  % (24731)Termination phase: Saturation
% 9.98/2.03  
% 9.98/2.03  % (24731)Memory used [KB]: 2136
% 9.98/2.03  % (24731)Time elapsed: 0.049 s
% 9.98/2.03  % (24731)Instructions burned: 86 (million)
% 9.98/2.03  % (24731)------------------------------
% 9.98/2.03  % (24731)------------------------------
% 9.98/2.03  % (24737)lrs+1011_1:10_to=lpo:sil=2000:nwc=5.0:st=5.0:i=151:nm=2:av=off:ss=included:bd=preordered:uhcvi=on:irw=on_0 on Vampire---4 for (2983ds/151Mi)
% 9.98/2.03  % (24663)Instruction limit reached!
% 9.98/2.03  % (24663)------------------------------
% 9.98/2.03  % (24663)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.98/2.03  % (24663)Termination reason: Unknown
% 9.98/2.03  % (24663)Termination phase: Saturation
% 9.98/2.03  
% 9.98/2.03  % (24663)Memory used [KB]: 7550
% 9.98/2.03  % (24663)Time elapsed: 0.865 s
% 9.98/2.03  % (24663)Instructions burned: 1483 (million)
% 9.98/2.03  % (24663)------------------------------
% 9.98/2.03  % (24663)------------------------------
% 9.98/2.04  % (24738)lrs+2_1:28_bsr=unit_only:slsqr=1,2:to=lpo:sil=4000:fde=none:sp=unary_first:spb=goal_then_units:slsqc=1:slsq=on:i=97:s2at=2.0:slsql=off:bd=off:nm=3:av=off:fsd=on:s2agt=32_0 on Vampire---4 for (2983ds/97Mi)
% 9.98/2.04  % (24733)Instruction limit reached!
% 9.98/2.04  % (24733)------------------------------
% 9.98/2.04  % (24733)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 9.98/2.04  % (24733)Termination reason: Unknown
% 9.98/2.04  % (24733)Termination phase: Saturation
% 9.98/2.04  
% 9.98/2.04  % (24733)Memory used [KB]: 1798
% 9.98/2.04  % (24733)Time elapsed: 0.074 s
% 9.98/2.04  % (24733)Instructions burned: 106 (million)
% 9.98/2.04  % (24733)------------------------------
% 9.98/2.04  % (24733)------------------------------
% 9.98/2.04  % (24739)dis+1011_1:1_sil=2000:sos=on:lsd=100:rp=on:nwc=10.0:s2agt=16:newcnf=on:i=464:bd=off:fsr=off:rawr=on:avsq=on:avsql=on:avsqr=117,449:s2a=on:bs=on_0 on Vampire---4 for (2983ds/464Mi)
% 10.57/2.08  % (24738)Instruction limit reached!
% 10.57/2.08  % (24738)------------------------------
% 10.57/2.08  % (24738)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 10.57/2.08  % (24738)Termination reason: Unknown
% 10.57/2.08  % (24738)Termination phase: Saturation
% 10.57/2.08  
% 10.57/2.08  % (24738)Memory used [KB]: 1641
% 10.57/2.08  % (24738)Time elapsed: 0.070 s
% 10.57/2.08  % (24738)Instructions burned: 99 (million)
% 10.57/2.08  % (24738)------------------------------
% 10.57/2.08  % (24738)------------------------------
% 10.57/2.09  % (24743)dis+666_17:28_sil=4000:sp=const_frequency:lcm=reverse:nwc=15.189:avsqc=3:avsq=on:s2a=on:i=79:s2at=2.5:bs=on:ins=2:fsd=on:rawr=on:to=lpo:s2agt=8:sac=on:bd=off_0 on Vampire---4 for (2982ds/79Mi)
% 10.68/2.10  % (24677)Instruction limit reached!
% 10.68/2.10  % (24677)------------------------------
% 10.68/2.10  % (24677)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 10.68/2.10  % (24677)Termination reason: Unknown
% 10.68/2.10  % (24677)Termination phase: Saturation
% 10.68/2.10  
% 10.68/2.10  % (24677)Memory used [KB]: 10293
% 10.68/2.10  % (24677)Time elapsed: 0.830 s
% 10.68/2.10  % (24677)Instructions burned: 1548 (million)
% 10.68/2.10  % (24677)------------------------------
% 10.68/2.10  % (24677)------------------------------
% 10.68/2.10  % (24744)dis-1011_1:4_sil=2000:tgt=ground:s2a=on:i=1993:ep=RS:fsr=off:s2at=2.0:av=off:ss=axioms:st=1.5_0 on Vampire---4 for (2982ds/1993Mi)
% 10.68/2.11  % (24737)Instruction limit reached!
% 10.68/2.11  % (24737)------------------------------
% 10.68/2.11  % (24737)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 10.68/2.11  % (24737)Termination reason: Unknown
% 10.68/2.11  % (24737)Termination phase: Saturation
% 10.68/2.11  
% 10.68/2.11  % (24737)Memory used [KB]: 2059
% 10.68/2.11  % (24737)Time elapsed: 0.105 s
% 10.68/2.11  % (24737)Instructions burned: 151 (million)
% 10.68/2.11  % (24737)------------------------------
% 10.68/2.11  % (24737)------------------------------
% 10.68/2.12  % (24746)lrs+1011_1:1_sil=64000:i=101:sd=2:ep=R:ss=axioms_0 on Vampire---4 for (2982ds/101Mi)
% 10.68/2.12  % (24732)Instruction limit reached!
% 10.68/2.12  % (24732)------------------------------
% 10.68/2.12  % (24732)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 10.68/2.12  % (24732)Termination reason: Unknown
% 10.68/2.12  % (24732)Termination phase: Saturation
% 10.68/2.12  
% 10.68/2.12  % (24732)Memory used [KB]: 2946
% 10.68/2.12  % (24732)Time elapsed: 0.136 s
% 10.68/2.12  % (24732)Instructions burned: 259 (million)
% 10.68/2.12  % (24732)------------------------------
% 10.68/2.12  % (24732)------------------------------
% 10.68/2.13  % (24747)dis-1010_1:1_bsr=unit_only:to=lpo:sil=256000:fde=none:plsq=on:plsqr=205,29:sp=occurrence:sos=on:abs=on:newcnf=on:st=6.0:i=4978:sd=2:bd=off:amm=off:ss=axioms:rawr=on_0 on Vampire---4 for (2982ds/4978Mi)
% 10.96/2.13  % (24743)Instruction limit reached!
% 10.96/2.13  % (24743)------------------------------
% 10.96/2.13  % (24743)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 10.96/2.13  % (24743)Termination reason: Unknown
% 10.96/2.13  % (24743)Termination phase: Saturation
% 10.96/2.13  
% 10.96/2.13  % (24743)Memory used [KB]: 1885
% 10.96/2.13  % (24743)Time elapsed: 0.045 s
% 10.96/2.13  % (24743)Instructions burned: 79 (million)
% 10.96/2.13  % (24743)------------------------------
% 10.96/2.13  % (24743)------------------------------
% 11.01/2.13  % (24748)lrs+1002_14319:131072_to=lpo:drc=encompass:sil=2000:tgt=ground:fde=none:sp=const_max:sos=on:spb=units:lcm=predicate:nwc=7.734471748972603:flr=on:newcnf=on:i=169:add=large:awrs=decay:awrsf=1079:bd=off:nm=2:ins=1:fsr=off:uhcvi=on:rawr=on:anc=all_dependent:aac=none:fs=off_0 on Vampire---4 for (2982ds/169Mi)
% 11.01/2.15  % (24734)Instruction limit reached!
% 11.01/2.15  % (24734)------------------------------
% 11.01/2.15  % (24734)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 11.01/2.15  % (24734)Termination reason: Unknown
% 11.01/2.15  % (24734)Termination phase: Saturation
% 11.01/2.15  
% 11.01/2.15  % (24734)Memory used [KB]: 3337
% 11.01/2.15  % (24734)Time elapsed: 0.182 s
% 11.01/2.15  % (24734)Instructions burned: 279 (million)
% 11.01/2.15  % (24734)------------------------------
% 11.01/2.15  % (24734)------------------------------
% 11.01/2.16  % (24750)ott+2_27871:262144_drc=encompass:sil=2000:plsqc=1:plsq=on:ile=on:plsqr=9426019,262144:sp=const_frequency:foolp=on:bce=on:rnwc=on:gs=on:nwc=12.5427:i=178:gsaa=from_current:erml=3:bd=off:nm=10:uhcvi=on:gsp=on:er=known:rawr=on:fd=preordered:alpa=true_0 on Vampire---4 for (2982ds/178Mi)
% 11.01/2.17  % (24746)Instruction limit reached!
% 11.01/2.17  % (24746)------------------------------
% 11.01/2.17  % (24746)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 11.01/2.17  % (24746)Termination reason: Unknown
% 11.01/2.17  % (24746)Termination phase: Saturation
% 11.01/2.17  
% 11.01/2.17  % (24746)Memory used [KB]: 1695
% 11.01/2.17  % (24746)Time elapsed: 0.053 s
% 11.01/2.17  % (24746)Instructions burned: 102 (million)
% 11.01/2.17  % (24746)------------------------------
% 11.01/2.17  % (24746)------------------------------
% 11.01/2.17  % (24752)dis+21_1:1_to=lpo:drc=off:sil=2000:etr=on:sp=const_frequency:sos=all:fs=off:spb=goal_then_units:s2a=on:i=111:s2at=3.0:fsr=off_0 on Vampire---4 for (2981ds/111Mi)
% 11.29/2.21  % (24748)Instruction limit reached!
% 11.29/2.21  % (24748)------------------------------
% 11.29/2.21  % (24748)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 11.29/2.21  % (24748)Termination reason: Unknown
% 11.29/2.21  % (24748)Termination phase: Saturation
% 11.29/2.21  
% 11.29/2.21  % (24748)Memory used [KB]: 3899
% 11.29/2.21  % (24748)Time elapsed: 0.084 s
% 11.29/2.21  % (24748)Instructions burned: 169 (million)
% 11.29/2.21  % (24748)------------------------------
% 11.29/2.21  % (24748)------------------------------
% 11.29/2.22  % (24757)lrs+1011_3:1_slsqr=1,2:sil=2000:tgt=full:plsq=on:plsqr=173,396:spb=goal:bce=on:newcnf=on:slsq=on:st=3.5:i=243:add=off:bs=on:fsr=off:ss=axioms:rawr=on:afp=1:afq=2.9664927043397338_0 on Vampire---4 for (2981ds/243Mi)
% 11.29/2.23  % (24752)Instruction limit reached!
% 11.29/2.23  % (24752)------------------------------
% 11.29/2.23  % (24752)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 11.29/2.23  % (24752)Termination reason: Unknown
% 11.29/2.23  % (24752)Termination phase: Saturation
% 11.29/2.23  
% 11.29/2.23  % (24752)Memory used [KB]: 2139
% 11.29/2.23  % (24752)Time elapsed: 0.061 s
% 11.29/2.23  % (24752)Instructions burned: 111 (million)
% 11.29/2.23  % (24752)------------------------------
% 11.29/2.23  % (24752)------------------------------
% 11.29/2.23  % (24759)lrs+1011_1:32_sil=2000:tgt=ground:acc=model:lsd=10:nwc=1.1:flr=on:s2pl=no:i=229:bd=off:gsp=on:rawr=on_0 on Vampire---4 for (2981ds/229Mi)
% 11.29/2.25  % (24687)Instruction limit reached!
% 11.29/2.25  % (24687)------------------------------
% 11.29/2.25  % (24687)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 11.29/2.25  % (24687)Termination reason: Unknown
% 11.29/2.25  % (24687)Termination phase: Saturation
% 11.29/2.25  
% 11.29/2.25  % (24687)Memory used [KB]: 8681
% 11.29/2.25  % (24687)Time elapsed: 0.877 s
% 11.29/2.25  % (24687)Instructions burned: 1797 (million)
% 11.29/2.25  % (24687)------------------------------
% 11.29/2.25  % (24687)------------------------------
% 11.29/2.25  % (24750)Instruction limit reached!
% 11.29/2.25  % (24750)------------------------------
% 11.29/2.25  % (24750)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 11.29/2.25  % (24750)Termination reason: Unknown
% 11.29/2.25  % (24750)Termination phase: Saturation
% 11.29/2.25  
% 11.29/2.25  % (24750)Memory used [KB]: 2251
% 11.29/2.25  % (24750)Time elapsed: 0.096 s
% 11.29/2.25  % (24750)Instructions burned: 180 (million)
% 11.29/2.25  % (24750)------------------------------
% 11.29/2.25  % (24750)------------------------------
% 11.29/2.25  % (24762)lrs+1002_63:8_sil=4000:sp=frequency:urr=on:lcm=reverse:nwc=10.0:flr=on:i=306:fdi=1:fsr=off:br=off_0 on Vampire---4 for (2981ds/306Mi)
% 11.29/2.26  % (24763)dis+22_1:32_sil=2000:fde=none:nwc=10.0:slsqc=3:slsq=on:i=118:slsql=off:nm=16:fsr=off:fsd=on:ss=axioms_0 on Vampire---4 for (2981ds/118Mi)
% 12.70/2.29  % (24739)Instruction limit reached!
% 12.70/2.29  % (24739)------------------------------
% 12.70/2.29  % (24739)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 12.70/2.29  % (24739)Termination reason: Unknown
% 12.70/2.29  % (24739)Termination phase: Saturation
% 12.70/2.29  
% 12.70/2.29  % (24739)Memory used [KB]: 4527
% 12.70/2.29  % (24739)Time elapsed: 0.250 s
% 12.70/2.29  % (24739)Instructions burned: 464 (million)
% 12.70/2.29  % (24739)------------------------------
% 12.70/2.29  % (24739)------------------------------
% 12.70/2.30  % (24768)dis-1011_1:2_to=lpo:sil=2000:plsq=on:plsqr=473,226:etr=on:erd=off:i=85:bd=off:amm=off:ss=axioms:sgt=64:rawr=on:add=large:fd=off_0 on Vampire---4 for (2980ds/85Mi)
% 12.70/2.34  % (24763)Instruction limit reached!
% 12.70/2.34  % (24763)------------------------------
% 12.70/2.34  % (24763)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 12.70/2.34  % (24763)Termination reason: Unknown
% 12.70/2.34  % (24763)Termination phase: Saturation
% 12.70/2.34  
% 12.70/2.34  % (24763)Memory used [KB]: 1997
% 12.70/2.34  % (24763)Time elapsed: 0.074 s
% 12.70/2.34  % (24763)Instructions burned: 118 (million)
% 12.70/2.34  % (24763)------------------------------
% 12.70/2.34  % (24763)------------------------------
% 12.70/2.34  % (24773)lrs+11_1:1_drc=off:sil=4000:fde=unused:sp=unary_frequency:sos=on:fs=off:nwc=17.7715:flr=on:avsq=on:i=182:kws=precedence:avsqr=18,127:bd=off:nm=16:fsr=off:uhcvi=on:rawr=on:s2pl=no:s2agt=8:ss=axioms:sd=1:st=3.5:aac=none:afp=50:afq=2.0_0 on Vampire---4 for (2980ds/182Mi)
% 12.70/2.34  % (24768)Instruction limit reached!
% 12.70/2.34  % (24768)------------------------------
% 12.70/2.34  % (24768)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 12.70/2.34  % (24768)Termination reason: Unknown
% 12.70/2.34  % (24768)Termination phase: Saturation
% 12.70/2.34  
% 12.70/2.34  % (24768)Memory used [KB]: 2142
% 12.70/2.34  % (24768)Time elapsed: 0.050 s
% 12.70/2.34  % (24768)Instructions burned: 85 (million)
% 12.70/2.34  % (24768)------------------------------
% 12.70/2.34  % (24768)------------------------------
% 12.70/2.35  % (24774)lrs-32_1:4_to=lpo:drc=off:sil=2000:sp=reverse_arity:spb=goal_then_units:urr=on:nwc=2.0:i=134:ss=included:st=2.0:bd=preordered_0 on Vampire---4 for (2980ds/134Mi)
% 12.70/2.35  % (24759)Instruction limit reached!
% 12.70/2.35  % (24759)------------------------------
% 12.70/2.35  % (24759)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 12.70/2.35  % (24759)Termination reason: Unknown
% 12.70/2.35  % (24759)Termination phase: Saturation
% 12.70/2.35  
% 12.70/2.35  % (24759)Memory used [KB]: 3274
% 12.70/2.35  % (24759)Time elapsed: 0.119 s
% 12.70/2.35  % (24759)Instructions burned: 230 (million)
% 12.70/2.35  % (24759)------------------------------
% 12.70/2.35  % (24759)------------------------------
% 12.70/2.35  % (24775)dis+1011_1:1_sil=2000:sos=on:newcnf=on:i=181:sd=2:ep=R:ss=axioms_0 on Vampire---4 for (2980ds/181Mi)
% 12.70/2.36  % (24757)Instruction limit reached!
% 12.70/2.36  % (24757)------------------------------
% 12.70/2.36  % (24757)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 12.70/2.36  % (24757)Termination reason: Unknown
% 12.70/2.36  % (24757)Termination phase: Saturation
% 12.70/2.36  
% 12.70/2.36  % (24757)Memory used [KB]: 3352
% 12.70/2.36  % (24757)Time elapsed: 0.146 s
% 12.70/2.36  % (24757)Instructions burned: 244 (million)
% 12.70/2.36  % (24757)------------------------------
% 12.70/2.36  % (24757)------------------------------
% 12.70/2.37  % (24776)dis-11_4:1_to=lpo:sil=2000:fde=unused:sims=off:sp=occurrence:lma=on:spb=goal_then_units:abs=on:fd=off:flr=on:avsq=on:i=61:avsqr=1137305,524288:bd=off:uhcvi=on:awrs=decay:sos=on:bsd=on:afp=50:afq=1.3:nwc=10.053150171695567_0 on Vampire---4 for (2980ds/61Mi)
% 13.36/2.40  % (24776)Instruction limit reached!
% 13.36/2.40  % (24776)------------------------------
% 13.36/2.40  % (24776)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.36/2.40  % (24776)Termination reason: Unknown
% 13.36/2.40  % (24776)Termination phase: Saturation
% 13.36/2.40  
% 13.36/2.40  % (24776)Memory used [KB]: 1859
% 13.36/2.40  % (24776)Time elapsed: 0.038 s
% 13.36/2.40  % (24776)Instructions burned: 61 (million)
% 13.36/2.40  % (24776)------------------------------
% 13.36/2.40  % (24776)------------------------------
% 13.36/2.41  % (24778)dis+1010_1:1_sil=2000:nwc=5.0:i=135:nm=4:av=off:rp=on:ep=R_0 on Vampire---4 for (2979ds/135Mi)
% 13.36/2.42  % (24774)Instruction limit reached!
% 13.36/2.42  % (24774)------------------------------
% 13.36/2.42  % (24774)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.36/2.42  % (24774)Termination reason: Unknown
% 13.36/2.42  % (24774)Termination phase: Saturation
% 13.36/2.42  
% 13.36/2.42  % (24774)Memory used [KB]: 2000
% 13.36/2.42  % (24774)Time elapsed: 0.071 s
% 13.36/2.42  % (24774)Instructions burned: 134 (million)
% 13.36/2.42  % (24774)------------------------------
% 13.36/2.42  % (24774)------------------------------
% 13.60/2.42  % (24779)dis+1010_6843:1048576_to=lpo:sil=4000:bsd=on:sp=unary_frequency:sos=on:spb=non_intro:nwc=1.63121:newcnf=on:s2a=on:i=94:s2at=4.5:awrs=decay:awrsf=1049:bsdmm=1:bd=preordered:nm=2:av=off:gsp=on:s2pl=no_0 on Vampire---4 for (2979ds/94Mi)
% 13.60/2.43  % (24762)Instruction limit reached!
% 13.60/2.43  % (24762)------------------------------
% 13.60/2.43  % (24762)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.60/2.43  % (24762)Termination reason: Unknown
% 13.60/2.43  % (24762)Termination phase: Saturation
% 13.60/2.43  
% 13.60/2.43  % (24762)Memory used [KB]: 4680
% 13.60/2.43  % (24762)Time elapsed: 0.175 s
% 13.60/2.43  % (24762)Instructions burned: 306 (million)
% 13.60/2.43  % (24762)------------------------------
% 13.60/2.43  % (24762)------------------------------
% 13.60/2.43  % (24780)lrs+1_1:1_sil=4000:plsqc=1:plsq=on:plsqr=108,31:sos=on:st=5.0:i=111:sd=2:bd=off:fsr=off:ss=axioms:rawr=on:bce=on:aac=none:afr=on_0 on Vampire---4 for (2979ds/111Mi)
% 13.60/2.44  % (24773)Instruction limit reached!
% 13.60/2.44  % (24773)------------------------------
% 13.60/2.44  % (24773)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.60/2.44  % (24773)Termination reason: Unknown
% 13.60/2.44  % (24773)Termination phase: Saturation
% 13.60/2.44  
% 13.60/2.44  % (24773)Memory used [KB]: 3315
% 13.60/2.44  % (24773)Time elapsed: 0.097 s
% 13.60/2.44  % (24773)Instructions burned: 183 (million)
% 13.60/2.44  % (24773)------------------------------
% 13.60/2.44  % (24773)------------------------------
% 13.60/2.44  % (24783)dis+1011_2:3_sil=2000:tgt=ground:fde=none:sos=on:lsd=1:alpa=random:i=371:kws=inv_arity_squared:gsp=on:bsd=on_0 on Vampire---4 for (2979ds/371Mi)
% 13.60/2.45  % (24775)Instruction limit reached!
% 13.60/2.45  % (24775)------------------------------
% 13.60/2.45  % (24775)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.60/2.45  % (24775)Termination reason: Unknown
% 13.60/2.45  % (24775)Termination phase: Saturation
% 13.60/2.45  
% 13.60/2.45  % (24775)Memory used [KB]: 2243
% 13.60/2.45  % (24775)Time elapsed: 0.094 s
% 13.60/2.45  % (24775)Instructions burned: 182 (million)
% 13.60/2.45  % (24775)------------------------------
% 13.60/2.45  % (24775)------------------------------
% 13.60/2.45  % (24784)dis+33_1:1_to=lpo:sil=16000:plsq=on:nwc=3.0:s2agt=16:s2a=on:i=1643:s2at=5.5:nm=2:av=off:fsr=off:s2pl=no:ep=RS:erd=off_0 on Vampire---4 for (2979ds/1643Mi)
% 13.60/2.47  % (24779)Instruction limit reached!
% 13.60/2.47  % (24779)------------------------------
% 13.60/2.47  % (24779)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.60/2.47  % (24779)Termination reason: Unknown
% 13.60/2.47  % (24779)Termination phase: Saturation
% 13.60/2.47  
% 13.60/2.47  % (24779)Memory used [KB]: 1761
% 13.60/2.47  % (24779)Time elapsed: 0.049 s
% 13.60/2.47  % (24779)Instructions burned: 94 (million)
% 13.60/2.47  % (24779)------------------------------
% 13.60/2.47  % (24779)------------------------------
% 13.60/2.47  % (24778)Instruction limit reached!
% 13.60/2.47  % (24778)------------------------------
% 13.60/2.47  % (24778)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.60/2.47  % (24778)Termination reason: Unknown
% 13.60/2.47  % (24778)Termination phase: Saturation
% 13.60/2.47  
% 13.60/2.47  % (24778)Memory used [KB]: 1739
% 13.60/2.47  % (24778)Time elapsed: 0.067 s
% 13.60/2.47  % (24778)Instructions burned: 135 (million)
% 13.60/2.47  % (24778)------------------------------
% 13.60/2.47  % (24778)------------------------------
% 13.60/2.47  % (24785)lrs+1010_3:1_slsqr=4009667,65536:sil=4000:slsqc=3:slsq=on:i=143:slsql=off:ep=RST:nm=6:anc=none:avsq=on:plsq=on:plsqr=32,1_0 on Vampire---4 for (2979ds/143Mi)
% 13.60/2.47  % (24786)lrs+1011_1:64_sil=2000:fde=none:sos=on:urr=ec_only:nwc=10.0:i=225:nm=19:gsp=on:ss=axioms:bd=off_0 on Vampire---4 for (2979ds/225Mi)
% 13.60/2.49  % (24780)Instruction limit reached!
% 13.60/2.49  % (24780)------------------------------
% 13.60/2.49  % (24780)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 13.60/2.49  % (24780)Termination reason: Unknown
% 13.60/2.49  % (24780)Termination phase: Saturation
% 13.60/2.49  
% 13.60/2.49  % (24780)Memory used [KB]: 2191
% 13.60/2.49  % (24780)Time elapsed: 0.060 s
% 13.60/2.49  % (24780)Instructions burned: 111 (million)
% 13.60/2.49  % (24780)------------------------------
% 13.60/2.49  % (24780)------------------------------
% 13.60/2.49  % (24788)lrs+1002_1:128_to=lpo:sil=2000:plsq=on:plsqr=7,2:sos=on:spb=units:fd=preordered:nwc=5.0:i=89:bd=off:nm=4:av=off:rawr=on:newcnf=on:fs=off:fsr=off_0 on Vampire---4 for (2978ds/89Mi)
% 14.38/2.54  % (24788)Instruction limit reached!
% 14.38/2.54  % (24788)------------------------------
% 14.38/2.54  % (24788)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.38/2.54  % (24788)Termination reason: Unknown
% 14.38/2.54  % (24788)Termination phase: Saturation
% 14.38/2.54  
% 14.38/2.54  % (24788)Memory used [KB]: 1833
% 14.38/2.54  % (24788)Time elapsed: 0.047 s
% 14.38/2.54  % (24788)Instructions burned: 89 (million)
% 14.38/2.54  % (24788)------------------------------
% 14.38/2.54  % (24788)------------------------------
% 14.38/2.54  % (24790)lrs+1011_2:3_drc=off:sil=2000:tgt=ground:fde=none:sp=occurrence:urr=ec_only:lsd=100:i=149:bd=off:rawr=on:ins=4:av=off_0 on Vampire---4 for (2978ds/149Mi)
% 14.38/2.54  % (24785)Instruction limit reached!
% 14.38/2.54  % (24785)------------------------------
% 14.38/2.54  % (24785)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.38/2.54  % (24785)Termination reason: Unknown
% 14.38/2.54  % (24785)Termination phase: Saturation
% 14.38/2.54  
% 14.38/2.54  % (24785)Memory used [KB]: 2287
% 14.38/2.54  % (24785)Time elapsed: 0.073 s
% 14.38/2.54  % (24785)Instructions burned: 143 (million)
% 14.38/2.54  % (24785)------------------------------
% 14.38/2.54  % (24785)------------------------------
% 14.38/2.55  % (24791)dis+1002_50821:131072_drc=encompass:sil=4000:irw=on:fde=unused:etr=on:sp=occurrence:lma=on:spb=intro:urr=ec_only:nwc=14.514:s2agt=20:sac=on:s2a=on:s2pl=no:i=217:kws=precedence:awrs=decay:awrsf=404:nm=4:uhcvi=on:ss=axioms:rawr=on:nicw=on:afp=10:afq=2.1363337302905383:slsq=on:slsqc=1:slsqr=101081,131072:sup=off:amm=off:flr=on_0 on Vampire---4 for (2978ds/217Mi)
% 14.71/2.59  % (24786)Instruction limit reached!
% 14.71/2.59  % (24786)------------------------------
% 14.71/2.59  % (24786)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.71/2.59  % (24786)Termination reason: Unknown
% 14.71/2.59  % (24786)Termination phase: Saturation
% 14.71/2.59  
% 14.71/2.59  % (24786)Memory used [KB]: 2659
% 14.71/2.59  % (24786)Time elapsed: 0.122 s
% 14.71/2.59  % (24786)Instructions burned: 225 (million)
% 14.71/2.59  % (24786)------------------------------
% 14.71/2.59  % (24786)------------------------------
% 14.71/2.60  % (24793)lrs+1011_1:1_sil=8000:nicw=on:i=1513:sd=1:ss=axioms:sgt=64_0 on Vampire---4 for (2977ds/1513Mi)
% 14.71/2.62  % (24790)Instruction limit reached!
% 14.71/2.62  % (24790)------------------------------
% 14.71/2.62  % (24790)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.71/2.62  % (24790)Termination reason: Unknown
% 14.71/2.62  % (24790)Termination phase: Saturation
% 14.71/2.62  
% 14.71/2.62  % (24790)Memory used [KB]: 2624
% 14.71/2.62  % (24790)Time elapsed: 0.084 s
% 14.71/2.62  % (24790)Instructions burned: 149 (million)
% 14.71/2.62  % (24790)------------------------------
% 14.71/2.62  % (24790)------------------------------
% 14.71/2.63  % (24794)lrs+10_1:52_anc=all:bsr=unit_only:to=lpo:sil=2000:sp=frequency:fd=preordered:flr=on:sac=on:i=460:bd=off:alpa=true:plsq=on:plsqr=1,32_0 on Vampire---4 for (2977ds/460Mi)
% 14.71/2.66  % (24783)Instruction limit reached!
% 14.71/2.66  % (24783)------------------------------
% 14.71/2.66  % (24783)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.71/2.66  % (24783)Termination reason: Unknown
% 14.71/2.66  % (24783)Termination phase: Saturation
% 14.71/2.66  
% 14.71/2.66  % (24783)Memory used [KB]: 3167
% 14.71/2.66  % (24783)Time elapsed: 0.219 s
% 14.71/2.66  % (24783)Instructions burned: 372 (million)
% 14.71/2.66  % (24783)------------------------------
% 14.71/2.66  % (24783)------------------------------
% 14.71/2.66  % (24796)lrs+1002_1:8_sil=16000:tgt=ground:fde=none:sp=const_frequency:sos=on:nwc=3.0:i=76_0 on Vampire---4 for (2977ds/76Mi)
% 14.71/2.66  % (24791)Instruction limit reached!
% 14.71/2.66  % (24791)------------------------------
% 14.71/2.66  % (24791)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 14.71/2.66  % (24791)Termination reason: Unknown
% 14.71/2.66  % (24791)Termination phase: Saturation
% 14.71/2.66  
% 14.71/2.66  % (24791)Memory used [KB]: 2069
% 14.71/2.66  % (24791)Time elapsed: 0.119 s
% 14.71/2.66  % (24791)Instructions burned: 218 (million)
% 14.71/2.66  % (24791)------------------------------
% 14.71/2.66  % (24791)------------------------------
% 15.54/2.67  % (24797)lrs-1011_1:64_sil=2000:tgt=full:acc=on:urr=ec_only:sac=on:i=113:nm=2:ss=axioms:sgt=4:er=filter_0 on Vampire---4 for (2976ds/113Mi)
% 15.62/2.71  % (24796)Instruction limit reached!
% 15.62/2.71  % (24796)------------------------------
% 15.62/2.71  % (24796)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 15.62/2.71  % (24796)Termination reason: Unknown
% 15.62/2.71  % (24796)Termination phase: Saturation
% 15.62/2.71  
% 15.62/2.71  % (24796)Memory used [KB]: 2009
% 15.62/2.71  % (24796)Time elapsed: 0.045 s
% 15.62/2.71  % (24796)Instructions burned: 77 (million)
% 15.62/2.71  % (24796)------------------------------
% 15.62/2.71  % (24796)------------------------------
% 15.62/2.71  % (24799)dis-1002_3:1_to=lpo:sil=4000:sp=occurrence:fd=off:nwc=6.0:st=2.0:i=77:sd=1:fsr=off:ss=axioms:sgt=16:fs=off_0 on Vampire---4 for (2976ds/77Mi)
% 15.78/2.73  % (24797)Instruction limit reached!
% 15.78/2.73  % (24797)------------------------------
% 15.78/2.73  % (24797)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 15.78/2.73  % (24797)Termination reason: Unknown
% 15.78/2.73  % (24797)Termination phase: Saturation
% 15.78/2.73  
% 15.78/2.73  % (24797)Memory used [KB]: 2342
% 15.78/2.73  % (24797)Time elapsed: 0.067 s
% 15.78/2.73  % (24797)Instructions burned: 113 (million)
% 15.78/2.73  % (24797)------------------------------
% 15.78/2.73  % (24797)------------------------------
% 15.78/2.74  % (24800)dis+1011_2:3_sil=8000:tgt=ground:fde=none:spb=goal_then_units:acc=on:nwc=4.0:updr=off:i=639:kws=inv_frequency:nm=16:ins=3:rawr=on:amm=sco_0 on Vampire---4 for (2976ds/639Mi)
% 15.78/2.76  % (24799)Instruction limit reached!
% 15.78/2.76  % (24799)------------------------------
% 15.78/2.76  % (24799)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 15.78/2.76  % (24799)Termination reason: Unknown
% 15.78/2.76  % (24799)Termination phase: Saturation
% 15.78/2.76  
% 15.78/2.76  % (24799)Memory used [KB]: 2032
% 15.78/2.76  % (24799)Time elapsed: 0.048 s
% 15.78/2.76  % (24799)Instructions burned: 78 (million)
% 15.78/2.76  % (24799)------------------------------
% 15.78/2.76  % (24799)------------------------------
% 15.78/2.76  % (24802)dis+1011_1:1_sil=2000:fd=off:nwc=10.0:s2a=on:i=851:bd=off:nm=2:sup=off:s2at=4.0_0 on Vampire---4 for (2976ds/851Mi)
% 16.12/2.88  % (24794)Instruction limit reached!
% 16.12/2.88  % (24794)------------------------------
% 16.12/2.88  % (24794)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 16.12/2.88  % (24794)Termination reason: Unknown
% 16.12/2.88  % (24794)Termination phase: Saturation
% 16.12/2.88  
% 16.12/2.88  % (24794)Memory used [KB]: 5890
% 16.12/2.88  % (24794)Time elapsed: 0.280 s
% 16.12/2.88  % (24794)Instructions burned: 461 (million)
% 16.12/2.88  % (24794)------------------------------
% 16.12/2.88  % (24794)------------------------------
% 16.12/2.89  % (24807)lrs+1011_1:2_sil=2000:fde=unused:nwc=10.0:newcnf=on:i=463:ep=RST:av=off:ins=1_0 on Vampire---4 for (2974ds/463Mi)
% 17.62/2.96  % (24720)Instruction limit reached!
% 17.62/2.96  % (24720)------------------------------
% 17.62/2.96  % (24720)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 17.62/2.96  % (24720)Termination reason: Unknown
% 17.62/2.96  % (24720)Termination phase: Saturation
% 17.62/2.96  
% 17.62/2.96  % (24720)Memory used [KB]: 16336
% 17.62/2.96  % (24720)Time elapsed: 1.044 s
% 17.62/2.96  % (24720)Instructions burned: 2266 (million)
% 17.62/2.96  % (24720)------------------------------
% 17.62/2.96  % (24720)------------------------------
% 17.62/2.97  % (24813)lrs+1011_1:95_anc=none:sil=2000:plsq=on:plsqr=7,80:sos=on:lsd=50:plsql=on:fd=off:st=6.0:s2a=on:i=127:nm=16:uhcvi=on:ss=axioms:rawr=on:gsp=on:amm=sco_0 on Vampire---4 for (2974ds/127Mi)
% 17.62/2.99  % (24744)Instruction limit reached!
% 17.62/2.99  % (24744)------------------------------
% 17.62/2.99  % (24744)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 17.62/2.99  % (24744)Termination reason: Unknown
% 17.62/2.99  % (24744)Termination phase: Saturation
% 17.62/2.99  
% 17.62/2.99  % (24744)Memory used [KB]: 8048
% 17.62/2.99  % (24744)Time elapsed: 0.889 s
% 17.62/2.99  % (24744)Instructions burned: 1994 (million)
% 17.62/2.99  % (24744)------------------------------
% 17.62/2.99  % (24744)------------------------------
% 17.62/2.99  % (24814)lrs+1010_1:1_anc=all_dependent:sil=2000:tgt=ground:nwc=5.0:s2agt=20:alpa=false:newcnf=on:avsq=on:s2a=on:i=159:avsqr=1,16:bd=off:sac=on:aac=none:erd=off_0 on Vampire---4 for (2973ds/159Mi)
% 18.44/3.04  % (24813)Instruction limit reached!
% 18.44/3.04  % (24813)------------------------------
% 18.44/3.04  % (24813)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 18.44/3.04  % (24813)Termination reason: Unknown
% 18.44/3.04  % (24813)Termination phase: Saturation
% 18.44/3.04  
% 18.44/3.04  % (24813)Memory used [KB]: 1967
% 18.44/3.04  % (24813)Time elapsed: 0.075 s
% 18.44/3.04  % (24813)Instructions burned: 128 (million)
% 18.44/3.04  % (24813)------------------------------
% 18.44/3.04  % (24813)------------------------------
% 18.44/3.04  % (24817)dis+10_16:63_anc=none:to=lpo:sil=2000:fde=none:sos=on:nwc=10.0:i=140:sd=1:aac=none:ep=RS:fsr=off:ss=axioms:st=5.0_0 on Vampire---4 for (2973ds/140Mi)
% 18.44/3.08  % (24814)Instruction limit reached!
% 18.44/3.08  % (24814)------------------------------
% 18.44/3.08  % (24814)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 18.44/3.08  % (24814)Termination reason: Unknown
% 18.44/3.08  % (24814)Termination phase: Saturation
% 18.44/3.08  
% 18.44/3.08  % (24814)Memory used [KB]: 2516
% 18.44/3.08  % (24814)Time elapsed: 0.090 s
% 18.44/3.08  % (24814)Instructions burned: 159 (million)
% 18.44/3.08  % (24814)------------------------------
% 18.44/3.08  % (24814)------------------------------
% 18.44/3.08  % (24820)dis-1002_1:12_to=lpo:sil=2000:sp=const_max:nwc=2.0:sac=on:i=246:nm=16:nicw=on:fsr=off_0 on Vampire---4 for (2972ds/246Mi)
% 18.44/3.09  % (24807)Instruction limit reached!
% 18.44/3.09  % (24807)------------------------------
% 18.44/3.09  % (24807)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 18.44/3.09  % (24807)Termination reason: Unknown
% 18.44/3.09  % (24807)Termination phase: Saturation
% 18.44/3.09  
% 18.44/3.09  % (24807)Memory used [KB]: 2118
% 18.44/3.09  % (24807)Time elapsed: 0.205 s
% 18.44/3.09  % (24807)Instructions burned: 465 (million)
% 18.44/3.09  % (24807)------------------------------
% 18.44/3.09  % (24807)------------------------------
% 18.44/3.10  % (24823)lrs+1011_7141:1048576_sil=2000:plsq=on:plsqr=2328305,1048576:sp=frequency:sos=on:plsql=on:fd=off:nwc=19.7177:cond=fast:st=3:i=275:bd=off:nm=2:ins=2:av=off:uhcvi=on:fdi=16:ss=included:lsd=5_0 on Vampire---4 for (2972ds/275Mi)
% 19.21/3.10  % (24800)Instruction limit reached!
% 19.21/3.10  % (24800)------------------------------
% 19.21/3.10  % (24800)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 19.21/3.10  % (24800)Termination reason: Unknown
% 19.21/3.10  % (24800)Termination phase: Saturation
% 19.21/3.10  
% 19.21/3.10  % (24800)Memory used [KB]: 5633
% 19.21/3.10  % (24800)Time elapsed: 0.368 s
% 19.21/3.10  % (24800)Instructions burned: 639 (million)
% 19.21/3.10  % (24800)------------------------------
% 19.21/3.10  % (24800)------------------------------
% 19.21/3.11  % (24824)lrs+2_1:1_sil=2000:tgt=ground:sos=on:i=1318:sd=1:ss=included:to=lpo:plsq=on:plsqr=32,1_0 on Vampire---4 for (2972ds/1318Mi)
% 19.21/3.11  % (24817)Instruction limit reached!
% 19.21/3.11  % (24817)------------------------------
% 19.21/3.11  % (24817)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 19.21/3.11  % (24817)Termination reason: Unknown
% 19.21/3.11  % (24817)Termination phase: Saturation
% 19.21/3.11  
% 19.21/3.11  % (24817)Memory used [KB]: 2377
% 19.21/3.11  % (24817)Time elapsed: 0.071 s
% 19.21/3.11  % (24817)Instructions burned: 141 (million)
% 19.21/3.11  % (24817)------------------------------
% 19.21/3.11  % (24817)------------------------------
% 19.21/3.12  % (24825)lrs+35_10:1_bsr=unit_only:to=lpo:sil=2000:bsd=on:sp=unary_first:abs=on:urr=on:s2agt=32:newcnf=on:s2a=on:i=286:gsp=on:rawr=on:sac=on:afp=1000:avsq=on:avsqr=63937,1048576:nwc=10.0_0 on Vampire---4 for (2972ds/286Mi)
% 19.60/3.19  % (24802)Instruction limit reached!
% 19.60/3.19  % (24802)------------------------------
% 19.60/3.19  % (24802)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 19.60/3.19  % (24802)Termination reason: Unknown
% 19.60/3.19  % (24802)Termination phase: Saturation
% 19.60/3.19  
% 19.60/3.19  % (24802)Memory used [KB]: 3093
% 19.60/3.19  % (24802)Time elapsed: 0.415 s
% 19.60/3.19  % (24802)Instructions burned: 852 (million)
% 19.60/3.19  % (24802)------------------------------
% 19.60/3.19  % (24802)------------------------------
% 19.60/3.19  % (24830)dis+1002_5:16_sil=4000:sos=on:sac=on:i=965:ep=RST:fsr=off:erd=off_0 on Vampire---4 for (2971ds/965Mi)
% 19.60/3.21  % (24820)Instruction limit reached!
% 19.60/3.21  % (24820)------------------------------
% 19.60/3.21  % (24820)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 19.60/3.21  % (24820)Termination reason: Unknown
% 19.60/3.21  % (24820)Termination phase: Saturation
% 19.60/3.21  
% 19.60/3.21  % (24820)Memory used [KB]: 3449
% 19.60/3.21  % (24820)Time elapsed: 0.130 s
% 19.60/3.21  % (24820)Instructions burned: 247 (million)
% 19.60/3.21  % (24820)------------------------------
% 19.60/3.21  % (24820)------------------------------
% 19.60/3.22  % (24833)dis+1011_4:1_slsqr=11827605,262144:sil=2000:sp=const_max:spb=non_intro:acc=on:newcnf=on:slsq=on:nicw=on:i=144:kws=precedence:bd=off:rawr=on:alpa=true:bsd=on:bsr=unit_only:urr=ec_only_0 on Vampire---4 for (2971ds/144Mi)
% 19.60/3.22  % (24823)Instruction limit reached!
% 19.60/3.22  % (24823)------------------------------
% 19.60/3.22  % (24823)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 19.60/3.22  % (24823)Termination reason: Unknown
% 19.60/3.22  % (24823)Termination phase: Saturation
% 19.60/3.22  
% 19.60/3.22  % (24823)Memory used [KB]: 2103
% 19.60/3.22  % (24823)Time elapsed: 0.130 s
% 19.60/3.22  % (24823)Instructions burned: 275 (million)
% 19.60/3.22  % (24823)------------------------------
% 19.60/3.22  % (24823)------------------------------
% 19.60/3.23  % (24834)dis-1002_1:64_sil=2000:sos=on:nwc=10.0:i=145:nm=2:ss=axioms:ep=RST:sd=1_0 on Vampire---4 for (2971ds/145Mi)
% 19.60/3.24  % (24825)Instruction limit reached!
% 19.60/3.24  % (24825)------------------------------
% 19.60/3.24  % (24825)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 19.60/3.24  % (24825)Termination reason: Unknown
% 19.60/3.24  % (24825)Termination phase: Saturation
% 19.60/3.24  
% 19.60/3.24  % (24825)Memory used [KB]: 3888
% 19.60/3.24  % (24825)Time elapsed: 0.129 s
% 19.60/3.24  % (24825)Instructions burned: 288 (million)
% 19.60/3.24  % (24825)------------------------------
% 19.60/3.24  % (24825)------------------------------
% 19.60/3.24  % (24784)Instruction limit reached!
% 19.60/3.24  % (24784)------------------------------
% 19.60/3.24  % (24784)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 19.60/3.25  % (24784)Termination reason: Unknown
% 19.60/3.25  % (24784)Termination phase: Saturation
% 19.60/3.25  
% 19.60/3.25  % (24784)Memory used [KB]: 15347
% 19.60/3.25  % (24784)Time elapsed: 0.797 s
% 19.60/3.25  % (24784)Instructions burned: 1644 (million)
% 19.60/3.25  % (24784)------------------------------
% 19.60/3.25  % (24784)------------------------------
% 19.60/3.25  % (24836)lrs-1010_1:4_sil=256000:sp=occurrence:sos=on:s2a=on:i=3921:sd=1:kws=precedence:bd=off:ins=3:ss=included:sfv=off:amm=off_0 on Vampire---4 for (2971ds/3921Mi)
% 19.60/3.25  % (24837)dis+1011_8:1_sil=4000:sos=on:acc=on:alpa=true:i=154:fsr=off:sfv=off:gsp=on_0 on Vampire---4 for (2971ds/154Mi)
% 20.35/3.29  % (24834)Instruction limit reached!
% 20.35/3.29  % (24834)------------------------------
% 20.35/3.29  % (24834)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 20.35/3.29  % (24834)Termination reason: Unknown
% 20.35/3.29  % (24834)Termination phase: Saturation
% 20.35/3.29  
% 20.35/3.29  % (24834)Memory used [KB]: 2573
% 20.35/3.29  % (24834)Time elapsed: 0.069 s
% 20.35/3.29  % (24834)Instructions burned: 146 (million)
% 20.35/3.29  % (24834)------------------------------
% 20.35/3.29  % (24834)------------------------------
% 20.35/3.29  % (24833)Instruction limit reached!
% 20.35/3.29  % (24833)------------------------------
% 20.35/3.29  % (24833)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 20.35/3.29  % (24833)Termination reason: Unknown
% 20.35/3.29  % (24833)Termination phase: Saturation
% 20.35/3.29  
% 20.35/3.29  % (24833)Memory used [KB]: 2251
% 20.35/3.29  % (24833)Time elapsed: 0.080 s
% 20.35/3.29  % (24833)Instructions burned: 145 (million)
% 20.35/3.29  % (24833)------------------------------
% 20.35/3.29  % (24833)------------------------------
% 20.35/3.30  % (24841)lrs+20_16421289:1048576_drc=encompass:sil=4000:sp=frequency:sos=on:spb=intro:lcm=predicate:gs=on:nwc=19.1506:alpa=random:kmz=on:updr=off:sac=on:gsem=on:i=205:bs=on:gsaa=from_current:sd=3:kws=inv_arity_squared:afp=50:nm=49:afq=1.98965:gsp=on:ss=axioms:er=filter:sgt=20:rawr=on:avsq=on:avsqr=1994651,1048576:sup=off_0 on Vampire---4 for (2970ds/205Mi)
% 20.35/3.30  % (24842)lrs-1002_138645:1048576_sfv=off:slsqr=135371,262144:to=lpo:drc=encompass:sil=4000:tgt=full:bsd=on:sp=const_frequency:spb=goal:urr=ec_only:rp=on:nwc=4.14887:s2agt=50:newcnf=on:slsq=on:i=899:s2at=3:afp=1000:bsdmm=2:bd=preordered:nm=15:afq=4.12266:rawr=on:bsr=unit_only:lwlo=on:irw=on:bce=on_0 on Vampire---4 for (2970ds/899Mi)
% 20.55/3.34  % (24837)Instruction limit reached!
% 20.55/3.34  % (24837)------------------------------
% 20.55/3.34  % (24837)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 20.55/3.34  % (24837)Termination reason: Unknown
% 20.55/3.34  % (24837)Termination phase: Saturation
% 20.55/3.34  
% 20.55/3.34  % (24837)Memory used [KB]: 2560
% 20.55/3.34  % (24837)Time elapsed: 0.088 s
% 20.55/3.34  % (24837)Instructions burned: 154 (million)
% 20.55/3.34  % (24837)------------------------------
% 20.55/3.34  % (24837)------------------------------
% 20.55/3.34  % (24844)lrs-32_1:1024_sil=8000:sos=on:i=645:nm=4:updr=off_0 on Vampire---4 for (2970ds/645Mi)
% 20.80/3.41  % (24841)Instruction limit reached!
% 20.80/3.41  % (24841)------------------------------
% 20.80/3.41  % (24841)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 20.80/3.41  % (24841)Termination reason: Unknown
% 20.80/3.41  % (24841)Termination phase: Saturation
% 20.80/3.41  
% 20.80/3.41  % (24841)Memory used [KB]: 2084
% 20.80/3.41  % (24841)Time elapsed: 0.110 s
% 20.80/3.41  % (24841)Instructions burned: 206 (million)
% 20.80/3.41  % (24841)------------------------------
% 20.80/3.41  % (24841)------------------------------
% 20.80/3.41  % (24849)lrs+1010_1:1_slsqr=430,487:sil=4000:fde=none:plsq=on:plsqr=7,29:erd=off:plsql=on:rp=on:nwc=14.055527276864483:slsqc=3:newcnf=on:slsq=on:i=175:bd=off:av=off:rawr=on_0 on Vampire---4 for (2969ds/175Mi)
% 20.80/3.45  % (24793)Instruction limit reached!
% 20.80/3.45  % (24793)------------------------------
% 20.80/3.45  % (24793)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 20.80/3.45  % (24793)Termination reason: Unknown
% 20.80/3.45  % (24793)Termination phase: Saturation
% 20.80/3.45  
% 20.80/3.45  % (24793)Memory used [KB]: 8849
% 20.80/3.45  % (24793)Time elapsed: 0.849 s
% 20.80/3.45  % (24793)Instructions burned: 1513 (million)
% 20.80/3.45  % (24793)------------------------------
% 20.80/3.45  % (24793)------------------------------
% 20.80/3.45  % (24852)lrs-1002_6:7_sil=4000:sos=on:nwc=10.0:i=120:ep=R:ins=1:fsr=off:gsp=on:fs=off:fde=none:avsq=on:bce=on_0 on Vampire---4 for (2969ds/120Mi)
% 20.80/3.50  % (24849)Instruction limit reached!
% 20.80/3.50  % (24849)------------------------------
% 20.80/3.50  % (24849)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 20.80/3.50  % (24849)Termination reason: Unknown
% 20.80/3.50  % (24849)Termination phase: Saturation
% 20.80/3.50  
% 20.80/3.50  % (24849)Memory used [KB]: 2147
% 20.80/3.50  % (24849)Time elapsed: 0.095 s
% 20.80/3.50  % (24849)Instructions burned: 175 (million)
% 20.80/3.50  % (24849)------------------------------
% 20.80/3.50  % (24849)------------------------------
% 20.80/3.51  % (24857)lrs-1011_4:7_sil=2000:tgt=full:bsd=on:spb=goal:nwc=5.0:updr=off:newcnf=on:i=144:kws=arity_squared:rawr=on:bsdmm=2_0 on Vampire---4 for (2968ds/144Mi)
% 22.51/3.51  % (24852)Instruction limit reached!
% 22.51/3.51  % (24852)------------------------------
% 22.51/3.51  % (24852)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 22.51/3.51  % (24852)Termination reason: Unknown
% 22.51/3.51  % (24852)Termination phase: Saturation
% 22.51/3.51  
% 22.51/3.51  % (24852)Memory used [KB]: 3743
% 22.51/3.51  % (24852)Time elapsed: 0.059 s
% 22.51/3.51  % (24852)Instructions burned: 122 (million)
% 22.51/3.51  % (24852)------------------------------
% 22.51/3.51  % (24852)------------------------------
% 22.51/3.51  % (24858)lrs+10_1:1_sil=16000:sp=frequency:nwc=10.0:s2agt=5:s2a=on:i=166:sd=2:nm=2:ss=axioms:sgt=8:bd=off_0 on Vampire---4 for (2968ds/166Mi)
% 22.51/3.59  % (24857)Instruction limit reached!
% 22.51/3.59  % (24857)------------------------------
% 22.51/3.59  % (24857)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 22.51/3.59  % (24857)Termination reason: Unknown
% 22.51/3.59  % (24857)Termination phase: Saturation
% 22.51/3.59  
% 22.51/3.59  % (24857)Memory used [KB]: 2595
% 22.51/3.59  % (24857)Time elapsed: 0.105 s
% 22.51/3.59  % (24857)Instructions burned: 144 (million)
% 22.51/3.59  % (24857)------------------------------
% 22.51/3.59  % (24857)------------------------------
% 22.51/3.59  % (24861)lrs+10_1:1_sil=4000:tgt=full:sos=on:st=2.0:i=97:sd=2:kws=inv_frequency:nm=4:ss=axioms:sac=on_0 on Vampire---4 for (2967ds/97Mi)
% 22.51/3.60  % (24858)Instruction limit reached!
% 22.51/3.60  % (24858)------------------------------
% 22.51/3.60  % (24858)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 22.51/3.60  % (24858)Termination reason: Unknown
% 22.51/3.60  % (24858)Termination phase: Saturation
% 22.51/3.60  
% 22.51/3.60  % (24858)Memory used [KB]: 2293
% 22.51/3.60  % (24858)Time elapsed: 0.112 s
% 22.51/3.60  % (24858)Instructions burned: 167 (million)
% 22.51/3.60  % (24858)------------------------------
% 22.51/3.60  % (24858)------------------------------
% 22.51/3.60  % (24862)lrs+10_1:14_bsr=on:sil=2000:sp=occurrence:sos=on:bce=on:gs=on:newcnf=on:nicw=on:i=159:gsaa=from_current:amm=off:rawr=on:avsq=on:avsqr=2,7:fsr=off_0 on Vampire---4 for (2967ds/159Mi)
% 23.28/3.63  % (24830)Instruction limit reached!
% 23.28/3.63  % (24830)------------------------------
% 23.28/3.63  % (24830)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 23.28/3.63  % (24830)Termination reason: Unknown
% 23.28/3.63  % (24830)Termination phase: Saturation
% 23.28/3.63  
% 23.28/3.63  % (24830)Memory used [KB]: 7304
% 23.28/3.63  % (24830)Time elapsed: 0.446 s
% 23.28/3.63  % (24830)Instructions burned: 966 (million)
% 23.28/3.63  % (24830)------------------------------
% 23.28/3.63  % (24830)------------------------------
% 23.40/3.63  % (24865)lrs+1_8:1_bsr=on:sil=2000:abs=on:fd=preordered:nwc=10.0:s2a=on:i=135:bd=off:sup=off:s2pl=on_0 on Vampire---4 for (2967ds/135Mi)
% 23.40/3.65  % (24861)Instruction limit reached!
% 23.40/3.65  % (24861)------------------------------
% 23.40/3.65  % (24861)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 23.40/3.65  % (24861)Termination reason: Unknown
% 23.40/3.65  % (24861)Termination phase: Saturation
% 23.40/3.65  
% 23.40/3.65  % (24861)Memory used [KB]: 2104
% 23.40/3.65  % (24861)Time elapsed: 0.057 s
% 23.40/3.65  % (24861)Instructions burned: 98 (million)
% 23.40/3.65  % (24861)------------------------------
% 23.40/3.65  % (24861)------------------------------
% 23.40/3.65  % (24866)dis+1011_5:1_sil=2000:fde=unused:nwc=10.0:i=450:ep=R:fs=off:fsr=off:awrs=converge_0 on Vampire---4 for (2967ds/450Mi)
% 23.40/3.69  % (24862)Instruction limit reached!
% 23.40/3.69  % (24862)------------------------------
% 23.40/3.69  % (24862)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 23.40/3.69  % (24862)Termination reason: Unknown
% 23.40/3.69  % (24862)Termination phase: Saturation
% 23.40/3.69  
% 23.40/3.69  % (24862)Memory used [KB]: 2436
% 23.40/3.69  % (24862)Time elapsed: 0.089 s
% 23.40/3.69  % (24862)Instructions burned: 159 (million)
% 23.40/3.69  % (24862)------------------------------
% 23.40/3.69  % (24862)------------------------------
% 23.40/3.70  % (24869)dis+1002_1:1_sil=8000:fde=none:nwc=5.0:i=119:ep=R:fsr=off:sos=on:mep=off_0 on Vampire---4 for (2966ds/119Mi)
% 23.40/3.70  % (24865)Instruction limit reached!
% 23.40/3.70  % (24865)------------------------------
% 23.40/3.70  % (24865)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 23.40/3.70  % (24865)Termination reason: Unknown
% 23.40/3.70  % (24865)Termination phase: Saturation
% 23.40/3.70  
% 23.40/3.70  % (24865)Memory used [KB]: 2589
% 23.40/3.70  % (24865)Time elapsed: 0.074 s
% 23.40/3.70  % (24865)Instructions burned: 136 (million)
% 23.40/3.70  % (24844)Instruction limit reached!
% 23.40/3.70  % (24844)------------------------------
% 23.40/3.70  % (24844)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 23.40/3.70  % (24844)Termination reason: Unknown
% 23.40/3.70  % (24844)Termination phase: Saturation
% 23.40/3.70  
% 23.40/3.70  % (24844)Memory used [KB]: 6495
% 23.40/3.70  % (24844)Time elapsed: 0.365 s
% 23.40/3.70  % (24844)Instructions burned: 645 (million)
% 23.40/3.70  % (24844)------------------------------
% 23.40/3.70  % (24844)------------------------------
% 23.40/3.70  % (24865)------------------------------
% 23.40/3.70  % (24865)------------------------------
% 23.40/3.71  % (24870)ott-1010_16:1_bsr=unit_only:sil=64000:sos=on:urr=on:sac=on:i=4758:sd=2:kws=inv_frequency:ins=4:ss=axioms:br=off_0 on Vampire---4 for (2966ds/4758Mi)
% 23.40/3.71  % (24871)dis+1011_3:2_drc=encompass:sil=8000:tgt=full:sp=frequency:nwc=10.0:i=139:nm=2:fde=none:ins=1_0 on Vampire---4 for (2966ds/139Mi)
% 24.09/3.75  % (24869)Instruction limit reached!
% 24.09/3.75  % (24869)------------------------------
% 24.09/3.75  % (24869)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 24.09/3.75  % (24869)Termination reason: Unknown
% 24.09/3.75  % (24869)Termination phase: Saturation
% 24.09/3.75  
% 24.09/3.75  % (24869)Memory used [KB]: 2003
% 24.09/3.75  % (24869)Time elapsed: 0.057 s
% 24.09/3.75  % (24869)Instructions burned: 119 (million)
% 24.09/3.75  % (24869)------------------------------
% 24.09/3.75  % (24869)------------------------------
% 24.09/3.75  % (24875)dis+1011_4:1_sil=2000:nwc=10.0:newcnf=on:i=139:sd=1:nm=2:ss=axioms:fde=unused:sup=off:av=off_0 on Vampire---4 for (2966ds/139Mi)
% 24.45/3.79  % (24871)Instruction limit reached!
% 24.45/3.79  % (24871)------------------------------
% 24.45/3.79  % (24871)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 24.45/3.79  % (24871)Termination reason: Unknown
% 24.45/3.79  % (24871)Termination phase: Saturation
% 24.45/3.79  
% 24.45/3.79  % (24871)Memory used [KB]: 2354
% 24.45/3.79  % (24871)Time elapsed: 0.081 s
% 24.45/3.79  % (24871)Instructions burned: 139 (million)
% 24.45/3.79  % (24871)------------------------------
% 24.45/3.79  % (24871)------------------------------
% 24.45/3.79  % (24842)Instruction limit reached!
% 24.45/3.79  % (24842)------------------------------
% 24.45/3.79  % (24842)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 24.45/3.79  % (24842)Termination reason: Unknown
% 24.45/3.79  % (24842)Termination phase: Saturation
% 24.45/3.79  
% 24.45/3.79  % (24842)Memory used [KB]: 5227
% 24.45/3.79  % (24842)Time elapsed: 0.492 s
% 24.45/3.79  % (24842)Instructions burned: 899 (million)
% 24.45/3.79  % (24842)------------------------------
% 24.45/3.79  % (24842)------------------------------
% 24.45/3.79  % (24876)lrs+1011_8157881:1048576_to=lpo:drc=off:sil=2000:fde=unused:sos=on:spb=intro:urr=on:nwc=4.0:i=116:add=off:sd=1:nm=19:fsr=off:uhcvi=on:ss=axioms:sgt=100:ins=3:sup=off:afp=1000:s2pl=no:anc=none:acc=model:fs=off:lma=on_0 on Vampire---4 for (2965ds/116Mi)
% 24.45/3.79  % (24877)lrs+1010_1:16_sil=2000:plsq=on:plsqr=32,1:slsq=on:i=53:slsql=off:bd=off:er=filter:erml=3:slsqc=2:cond=on:alpa=false:fsr=off:acc=on_0 on Vampire---4 for (2965ds/53Mi)
% 24.45/3.80  % (24824)Instruction limit reached!
% 24.45/3.80  % (24824)------------------------------
% 24.45/3.80  % (24824)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 24.45/3.80  % (24824)Termination reason: Unknown
% 24.45/3.80  % (24824)Termination phase: Saturation
% 24.45/3.80  
% 24.45/3.80  % (24824)Memory used [KB]: 5993
% 24.45/3.80  % (24824)Time elapsed: 0.691 s
% 24.45/3.80  % (24824)Instructions burned: 1318 (million)
% 24.45/3.80  % (24824)------------------------------
% 24.45/3.80  % (24824)------------------------------
% 24.45/3.80  % (24878)dis-1002_1:1024_sil=2000:tgt=ground:sos=on:acc=model:s2agt=64:sac=on:newcnf=on:s2a=on:i=159:fsr=off:ss=axioms:ins=1_0 on Vampire---4 for (2965ds/159Mi)
% 24.45/3.82  % (24877)Instruction limit reached!
% 24.45/3.82  % (24877)------------------------------
% 24.45/3.82  % (24877)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 24.45/3.82  % (24877)Termination reason: Unknown
% 24.45/3.82  % (24877)Termination phase: Saturation
% 24.45/3.82  
% 24.45/3.82  % (24877)Memory used [KB]: 2035
% 24.45/3.82  % (24877)Time elapsed: 0.030 s
% 24.45/3.82  % (24877)Instructions burned: 53 (million)
% 24.45/3.82  % (24877)------------------------------
% 24.45/3.82  % (24877)------------------------------
% 24.45/3.82  % (24875)Instruction limit reached!
% 24.45/3.82  % (24875)------------------------------
% 24.45/3.82  % (24875)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 24.45/3.82  % (24875)Termination reason: Unknown
% 24.45/3.82  % (24875)Termination phase: Saturation
% 24.45/3.82  
% 24.45/3.82  % (24875)Memory used [KB]: 1639
% 24.45/3.82  % (24875)Time elapsed: 0.071 s
% 24.45/3.82  % (24875)Instructions burned: 139 (million)
% 24.45/3.82  % (24875)------------------------------
% 24.45/3.82  % (24875)------------------------------
% 24.45/3.82  % (24880)lrs+11_4:1_sil=2000:tgt=full:sos=on:erd=off:spb=goal_then_units:sac=on:st=6.0:i=96:nm=3:ss=included:sd=1:s2pl=on:awrs=converge:awrsf=20:afp=50:afq=1.2_0 on Vampire---4 for (2965ds/96Mi)
% 24.45/3.83  % (24881)lrs+1011_4345945:1048576_bsr=unit_only:sil=8000:tgt=full:irw=on:fde=none:sos=on:lma=on:spb=intro:abs=on:urr=on:br=off:fd=preordered:rp=on:nwc=14.3155:s2agt=50:alpa=random:kmz=on:updr=off:s2a=on:i=223:add=off:bs=on:kws=inv_arity_squared:afp=100000:aac=none:awrs=decay:awrsf=1366:nm=2:ins=2:afq=4.07453:uhcvi=on:afr=on:rawr=on:sp=unary_first:bd=off:fsd=on:fsdmm=1:s2at=5.0:sup=off_0 on Vampire---4 for (2965ds/223Mi)
% 24.45/3.85  % (24876)Instruction limit reached!
% 24.45/3.85  % (24876)------------------------------
% 24.45/3.85  % (24876)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 24.45/3.85  % (24876)Termination reason: Unknown
% 24.45/3.85  % (24876)Termination phase: Saturation
% 24.45/3.85  
% 24.45/3.85  % (24876)Memory used [KB]: 3122
% 24.45/3.85  % (24876)Time elapsed: 0.059 s
% 24.45/3.85  % (24876)Instructions burned: 117 (million)
% 24.45/3.85  % (24876)------------------------------
% 24.45/3.85  % (24876)------------------------------
% 24.45/3.85  % (24883)dis+1011_16:1_anc=all_dependent:sil=4000:tgt=ground:fde=unused:sos=on:acc=model:newcnf=on:avsq=on:i=116:bs=on:avsqr=32,501:uhcvi=on:rawr=on:nwc=10.0:alpa=true:slsq=on:slsqr=5,16_0 on Vampire---4 for (2965ds/116Mi)
% 24.88/3.87  % (24866)Instruction limit reached!
% 24.88/3.87  % (24866)------------------------------
% 24.88/3.87  % (24866)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 24.88/3.87  % (24866)Termination reason: Unknown
% 24.88/3.87  % (24866)Termination phase: Saturation
% 24.88/3.87  
% 24.88/3.87  % (24866)Memory used [KB]: 6090
% 24.88/3.87  % (24866)Time elapsed: 0.217 s
% 24.88/3.87  % (24866)Instructions burned: 451 (million)
% 24.88/3.87  % (24866)------------------------------
% 24.88/3.87  % (24866)------------------------------
% 24.88/3.87  % (24885)lrs-1011_1:1_bsr=unit_only:sil=2000:sp=occurrence:sac=on:i=149:sd=3:ss=axioms:sgt=30:newcnf=on_0 on Vampire---4 for (2964ds/149Mi)
% 25.12/3.88  % (24880)Instruction limit reached!
% 25.12/3.88  % (24880)------------------------------
% 25.12/3.88  % (24880)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 25.12/3.88  % (24880)Termination reason: Unknown
% 25.12/3.88  % (24880)Termination phase: Saturation
% 25.12/3.88  
% 25.12/3.88  % (24880)Memory used [KB]: 1926
% 25.12/3.88  % (24880)Time elapsed: 0.053 s
% 25.12/3.88  % (24880)Instructions burned: 96 (million)
% 25.12/3.88  % (24880)------------------------------
% 25.12/3.88  % (24880)------------------------------
% 25.12/3.88  % (24886)lrs+1002_1:1024_sil=2000:plsq=on:plsqr=1,1:gs=on:gsem=off:i=416:nm=0:fsr=off:fs=off_0 on Vampire---4 for (2964ds/416Mi)
% 25.12/3.89  % (24878)Instruction limit reached!
% 25.12/3.89  % (24878)------------------------------
% 25.12/3.89  % (24878)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 25.12/3.89  % (24878)Termination reason: Unknown
% 25.12/3.89  % (24878)Termination phase: Saturation
% 25.12/3.89  
% 25.12/3.89  % (24878)Memory used [KB]: 2483
% 25.12/3.89  % (24878)Time elapsed: 0.088 s
% 25.12/3.89  % (24878)Instructions burned: 159 (million)
% 25.12/3.89  % (24878)------------------------------
% 25.12/3.89  % (24878)------------------------------
% 25.12/3.89  % (24888)lrs+1011_10195:1048576_to=lpo:sil=2000:fde=none:ile=on:sp=const_frequency:lma=on:lcm=reverse:nwc=22.1777:flr=on:st=1.5:i=420:bs=on:sd=2:awrs=converge:awrsf=457:bd=preordered:nm=5:fsd=on:ss=axioms:sgt=20:rawr=on:etr=on:bsd=on:afp=10:afq=2.1644398980198307_0 on Vampire---4 for (2964ds/420Mi)
% 25.34/3.91  % (24883)Instruction limit reached!
% 25.34/3.91  % (24883)------------------------------
% 25.34/3.91  % (24883)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 25.34/3.91  % (24883)Termination reason: Unknown
% 25.34/3.91  % (24883)Termination phase: Saturation
% 25.34/3.91  
% 25.34/3.91  % (24883)Memory used [KB]: 2410
% 25.34/3.91  % (24883)Time elapsed: 0.064 s
% 25.34/3.91  % (24883)Instructions burned: 116 (million)
% 25.34/3.91  % (24883)------------------------------
% 25.34/3.91  % (24883)------------------------------
% 25.34/3.92  % (24889)lrs-1010_1:3_sil=4000:tgt=ground:sos=on:i=179:nm=3:ss=axioms:nwc=2.0_0 on Vampire---4 for (2964ds/179Mi)
% 25.44/3.94  % (24881)Instruction limit reached!
% 25.44/3.94  % (24881)------------------------------
% 25.44/3.94  % (24881)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 25.44/3.94  % (24881)Termination reason: Unknown
% 25.44/3.94  % (24881)Termination phase: Saturation
% 25.44/3.94  
% 25.44/3.94  % (24881)Memory used [KB]: 3820
% 25.44/3.94  % (24881)Time elapsed: 0.114 s
% 25.44/3.94  % (24881)Instructions burned: 224 (million)
% 25.44/3.94  % (24881)------------------------------
% 25.44/3.94  % (24881)------------------------------
% 25.44/3.94  % (24892)dis+21_1:64_sil=8000:sp=frequency:lcm=predicate:gs=on:slsqc=3:slsq=on:st=2.0:i=680:s2at=5.5:av=off:ss=included:s2a=on:rawr=on:ep=R_0 on Vampire---4 for (2964ds/680Mi)
% 25.44/3.96  % (24885)Instruction limit reached!
% 25.44/3.96  % (24885)------------------------------
% 25.44/3.96  % (24885)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 25.44/3.96  % (24885)Termination reason: Unknown
% 25.44/3.96  % (24885)Termination phase: Saturation
% 25.44/3.96  
% 25.44/3.96  % (24885)Memory used [KB]: 2531
% 25.44/3.96  % (24885)Time elapsed: 0.086 s
% 25.44/3.96  % (24885)Instructions burned: 150 (million)
% 25.44/3.96  % (24885)------------------------------
% 25.44/3.96  % (24885)------------------------------
% 25.44/3.96  % (24893)lrs+11_5:2_to=lpo:drc=encompass:sil=8000:tgt=full:sp=const_frequency:sos=all:lma=on:spb=goal_then_units:nwc=10.0:i=165:fsr=off:rawr=on:fdi=5_0 on Vampire---4 for (2964ds/165Mi)
% 25.82/4.02  % (24889)Instruction limit reached!
% 25.82/4.02  % (24889)------------------------------
% 25.82/4.02  % (24889)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 25.82/4.02  % (24889)Termination reason: Unknown
% 25.82/4.02  % (24889)Termination phase: Saturation
% 25.82/4.02  
% 25.82/4.02  % (24889)Memory used [KB]: 2281
% 25.82/4.02  % (24889)Time elapsed: 0.102 s
% 25.82/4.02  % (24889)Instructions burned: 179 (million)
% 25.82/4.02  % (24889)------------------------------
% 25.82/4.02  % (24889)------------------------------
% 25.82/4.02  % (24896)lrs+21_16:1_bsr=unit_only:to=lpo:sp=const_frequency:sos=on:urr=on:newcnf=on:i=191:fsr=off:ss=axioms:alpa=true:ep=RST:sil=8000:sac=on:spb=non_intro_0 on Vampire---4 for (2963ds/191Mi)
% 25.82/4.06  % (24893)Instruction limit reached!
% 25.82/4.06  % (24893)------------------------------
% 25.82/4.06  % (24893)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 25.82/4.06  % (24893)Termination reason: Unknown
% 25.82/4.06  % (24893)Termination phase: Saturation
% 25.82/4.06  
% 25.82/4.06  % (24893)Memory used [KB]: 2670
% 25.82/4.06  % (24893)Time elapsed: 0.098 s
% 25.82/4.06  % (24893)Instructions burned: 166 (million)
% 25.82/4.06  % (24893)------------------------------
% 25.82/4.06  % (24893)------------------------------
% 25.82/4.06  % (24899)dis+1002_1:1_sil=16000:tgt=ground:sac=on:i=260:sd=2:aac=none:ss=axioms:nwc=10.0_0 on Vampire---4 for (2963ds/260Mi)
% 26.17/4.10  % (24886)Instruction limit reached!
% 26.17/4.10  % (24886)------------------------------
% 26.17/4.10  % (24886)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 26.17/4.10  % (24886)Termination reason: Unknown
% 26.17/4.10  % (24886)Termination phase: Saturation
% 26.17/4.10  
% 26.17/4.10  % (24886)Memory used [KB]: 5955
% 26.17/4.10  % (24886)Time elapsed: 0.225 s
% 26.17/4.10  % (24886)Instructions burned: 417 (million)
% 26.17/4.10  % (24886)------------------------------
% 26.17/4.10  % (24886)------------------------------
% 26.17/4.11  % (24901)dis+1011_3:8_bsr=unit_only:slsqr=1,16:sil=2000:plsq=on:plsqr=296,127:sp=reverse_frequency:lsd=5:nwc=10.0:slsqc=3:slsq=on:st=3.0:i=192:s2at=4.5:sd=4:slsql=off:nm=16:ins=5:ss=axioms:sgt=20:rawr=on:urr=ec_only:to=lpo_0 on Vampire---4 for (2962ds/192Mi)
% 26.17/4.12  % (24896)Instruction limit reached!
% 26.17/4.12  % (24896)------------------------------
% 26.17/4.12  % (24896)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 26.17/4.12  % (24896)Termination reason: Unknown
% 26.17/4.12  % (24896)Termination phase: Saturation
% 26.17/4.12  
% 26.17/4.12  % (24896)Memory used [KB]: 4819
% 26.17/4.12  % (24896)Time elapsed: 0.097 s
% 26.17/4.12  % (24896)Instructions burned: 192 (million)
% 26.17/4.12  % (24896)------------------------------
% 26.17/4.12  % (24896)------------------------------
% 26.17/4.12  % (24903)dis-1010_64191:1048576_slsqr=356311,1048576:drc=off:sil=2000:tgt=full:sp=weighted_frequency:sos=all:spb=goal:fd=preordered:rp=on:nwc=13.7836:s2agt=5:slsqc=2:sac=on:slsq=on:st=3:s2a=on:i=140:sd=2:kws=precedence:afp=10:erml=2:slsql=off:nm=5:amm=sco:afq=1.96219:ss=axioms:er=known:rawr=on:avsq=on:avsqc=3:avsqr=23111,524288:aac=none:rnwc=on_0 on Vampire---4 for (2962ds/140Mi)
% 26.17/4.14  % (24888)Instruction limit reached!
% 26.17/4.14  % (24888)------------------------------
% 26.17/4.14  % (24888)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 26.17/4.14  % (24888)Termination reason: Unknown
% 26.17/4.14  % (24888)Termination phase: Saturation
% 26.17/4.14  
% 26.17/4.14  % (24888)Memory used [KB]: 3238
% 26.17/4.14  % (24888)Time elapsed: 0.248 s
% 26.17/4.14  % (24888)Instructions burned: 420 (million)
% 26.17/4.14  % (24888)------------------------------
% 26.17/4.14  % (24888)------------------------------
% 26.17/4.14  % (24905)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 Vampire---4 for (2962ds/653Mi)
% 26.17/4.19  % (24903)Instruction limit reached!
% 26.17/4.19  % (24903)------------------------------
% 26.17/4.19  % (24903)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 26.17/4.19  % (24903)Termination reason: Unknown
% 26.17/4.19  % (24903)Termination phase: Saturation
% 26.17/4.19  
% 26.17/4.19  % (24903)Memory used [KB]: 2271
% 26.17/4.19  % (24903)Time elapsed: 0.075 s
% 26.17/4.19  % (24903)Instructions burned: 141 (million)
% 26.17/4.19  % (24903)------------------------------
% 26.17/4.19  % (24903)------------------------------
% 27.92/4.20  % (24909)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 Vampire---4 for (2961ds/307Mi)
% 27.92/4.20  % (24899)Instruction limit reached!
% 27.92/4.20  % (24899)------------------------------
% 27.92/4.20  % (24899)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 27.92/4.20  % (24899)Termination reason: Unknown
% 27.92/4.20  % (24899)Termination phase: Saturation
% 27.92/4.20  
% 27.92/4.20  % (24899)Memory used [KB]: 2462
% 27.92/4.20  % (24899)Time elapsed: 0.145 s
% 27.92/4.20  % (24899)Instructions burned: 260 (million)
% 27.92/4.20  % (24899)------------------------------
% 27.92/4.20  % (24899)------------------------------
% 27.92/4.21  % (24910)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 Vampire---4 for (2961ds/216Mi)
% 28.09/4.21  % (24901)Instruction limit reached!
% 28.09/4.21  % (24901)------------------------------
% 28.09/4.21  % (24901)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 28.09/4.21  % (24901)Termination reason: Unknown
% 28.09/4.21  % (24901)Termination phase: Saturation
% 28.09/4.21  
% 28.09/4.21  % (24901)Memory used [KB]: 2396
% 28.09/4.21  % (24901)Time elapsed: 0.109 s
% 28.09/4.21  % (24901)Instructions burned: 193 (million)
% 28.09/4.21  % (24901)------------------------------
% 28.09/4.21  % (24901)------------------------------
% 28.09/4.22  % (24911)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 Vampire---4 for (2961ds/176Mi)
% 28.27/4.26  % (24892)Instruction limit reached!
% 28.27/4.26  % (24892)------------------------------
% 28.27/4.26  % (24892)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 28.27/4.26  % (24892)Termination reason: Unknown
% 28.27/4.26  % (24892)Termination phase: Saturation
% 28.27/4.26  
% 28.27/4.26  % (24892)Memory used [KB]: 4922
% 28.27/4.26  % (24892)Time elapsed: 0.322 s
% 28.27/4.26  % (24892)Instructions burned: 681 (million)
% 28.27/4.26  % (24892)------------------------------
% 28.27/4.26  % (24892)------------------------------
% 28.27/4.27  % (24914)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 Vampire---4 for (2961ds/206Mi)
% 28.27/4.31  % (24910)Instruction limit reached!
% 28.27/4.31  % (24910)------------------------------
% 28.27/4.31  % (24910)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 28.27/4.31  % (24910)Termination reason: Unknown
% 28.27/4.31  % (24910)Termination phase: Saturation
% 28.27/4.31  
% 28.27/4.31  % (24910)Memory used [KB]: 3985
% 28.27/4.31  % (24910)Time elapsed: 0.106 s
% 28.27/4.31  % (24910)Instructions burned: 216 (million)
% 28.27/4.31  % (24910)------------------------------
% 28.27/4.31  % (24910)------------------------------
% 28.27/4.32  % (24916)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 Vampire---4 for (2960ds/592Mi)
% 28.27/4.32  % (24911)Instruction limit reached!
% 28.27/4.32  % (24911)------------------------------
% 28.27/4.32  % (24911)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 28.27/4.32  % (24911)Termination reason: Unknown
% 28.27/4.32  % (24911)Termination phase: Saturation
% 28.27/4.32  
% 28.27/4.32  % (24911)Memory used [KB]: 2331
% 28.27/4.32  % (24911)Time elapsed: 0.103 s
% 28.27/4.32  % (24911)Instructions burned: 176 (million)
% 28.27/4.32  % (24911)------------------------------
% 28.27/4.32  % (24911)------------------------------
% 28.27/4.32  % (24917)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 Vampire---4 for (2960ds/266Mi)
% 28.86/4.37  % (24909)Instruction limit reached!
% 28.86/4.37  % (24909)------------------------------
% 28.86/4.37  % (24909)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 28.86/4.37  % (24909)Termination reason: Unknown
% 28.86/4.37  % (24909)Termination phase: Saturation
% 28.86/4.37  
% 28.86/4.37  % (24909)Memory used [KB]: 3617
% 28.86/4.37  % (24909)Time elapsed: 0.176 s
% 28.86/4.37  % (24909)Instructions burned: 307 (million)
% 28.86/4.37  % (24909)------------------------------
% 28.86/4.37  % (24909)------------------------------
% 28.86/4.38  % (24919)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 Vampire---4 for (2960ds/118Mi)
% 29.28/4.39  % (24914)Instruction limit reached!
% 29.28/4.39  % (24914)------------------------------
% 29.28/4.39  % (24914)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 29.28/4.39  % (24914)Termination reason: Unknown
% 29.28/4.39  % (24914)Termination phase: Saturation
% 29.28/4.39  
% 29.28/4.39  % (24914)Memory used [KB]: 3099
% 29.28/4.39  % (24914)Time elapsed: 0.120 s
% 29.28/4.39  % (24914)Instructions burned: 207 (million)
% 29.28/4.39  % (24914)------------------------------
% 29.28/4.39  % (24914)------------------------------
% 29.28/4.39  % (24921)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 Vampire---4 for (2959ds/119Mi)
% 29.28/4.44  % (24919)Instruction limit reached!
% 29.28/4.44  % (24919)------------------------------
% 29.28/4.44  % (24919)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 29.28/4.44  % (24919)Termination reason: Unknown
% 29.28/4.44  % (24919)Termination phase: Saturation
% 29.28/4.44  
% 29.28/4.44  % (24919)Memory used [KB]: 2563
% 29.28/4.44  % (24919)Time elapsed: 0.064 s
% 29.28/4.44  % (24919)Instructions burned: 119 (million)
% 29.28/4.44  % (24919)------------------------------
% 29.28/4.44  % (24919)------------------------------
% 29.28/4.44  % (24923)lrs+1011_1:1_sil=16000:sp=occurrence:st=5.0:i=167:sd=2:ss=axioms:sgt=16_0 on Vampire---4 for (2959ds/167Mi)
% 29.28/4.45  % (24921)Instruction limit reached!
% 29.28/4.45  % (24921)------------------------------
% 29.28/4.45  % (24921)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 29.28/4.45  % (24921)Termination reason: Unknown
% 29.28/4.45  % (24921)Termination phase: Saturation
% 29.28/4.45  
% 29.28/4.45  % (24921)Memory used [KB]: 3103
% 29.28/4.45  % (24921)Time elapsed: 0.082 s
% 29.28/4.45  % (24921)Instructions burned: 120 (million)
% 29.28/4.45  % (24921)------------------------------
% 29.28/4.45  % (24921)------------------------------
% 29.28/4.45  % (24925)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 Vampire---4 for (2959ds/211Mi)
% 29.83/4.48  % (24917)Instruction limit reached!
% 29.83/4.48  % (24917)------------------------------
% 29.83/4.48  % (24917)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 29.83/4.48  % (24917)Termination reason: Unknown
% 29.83/4.48  % (24917)Termination phase: Saturation
% 29.83/4.48  
% 29.83/4.48  % (24917)Memory used [KB]: 4571
% 29.83/4.48  % (24917)Time elapsed: 0.156 s
% 29.83/4.48  % (24917)Instructions burned: 267 (million)
% 29.83/4.48  % (24917)------------------------------
% 29.83/4.48  % (24917)------------------------------
% 29.83/4.48  % (24926)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 Vampire---4 for (2958ds/201Mi)
% 29.83/4.50  % (24905)Instruction limit reached!
% 29.83/4.50  % (24905)------------------------------
% 29.83/4.50  % (24905)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 29.83/4.50  % (24905)Termination reason: Unknown
% 29.83/4.50  % (24905)Termination phase: Saturation
% 29.83/4.50  
% 29.83/4.50  % (24905)Memory used [KB]: 6291
% 29.83/4.50  % (24905)Time elapsed: 0.365 s
% 29.83/4.50  % (24905)Instructions burned: 653 (million)
% 29.83/4.50  % (24905)------------------------------
% 29.83/4.50  % (24905)------------------------------
% 30.18/4.51  % (24928)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 Vampire---4 for (2958ds/230Mi)
% 30.18/4.53  % (24923)Instruction limit reached!
% 30.18/4.53  % (24923)------------------------------
% 30.18/4.53  % (24923)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 30.18/4.53  % (24923)Termination reason: Unknown
% 30.18/4.53  % (24923)Termination phase: Saturation
% 30.18/4.53  
% 30.18/4.53  % (24923)Memory used [KB]: 2493
% 30.18/4.53  % (24923)Time elapsed: 0.114 s
% 30.18/4.53  % (24923)Instructions burned: 167 (million)
% 30.18/4.53  % (24923)------------------------------
% 30.18/4.53  % (24923)------------------------------
% 30.18/4.54  % (24930)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 Vampire---4 for (2958ds/215Mi)
% 30.37/4.57  % (24925)Instruction limit reached!
% 30.37/4.57  % (24925)------------------------------
% 30.37/4.57  % (24925)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 30.37/4.57  % (24925)Termination reason: Unknown
% 30.37/4.57  % (24925)Termination phase: Saturation
% 30.37/4.57  
% 30.37/4.57  % (24925)Memory used [KB]: 2949
% 30.37/4.57  % (24925)Time elapsed: 0.121 s
% 30.37/4.57  % (24925)Instructions burned: 213 (million)
% 30.37/4.57  % (24925)------------------------------
% 30.37/4.57  % (24925)------------------------------
% 30.37/4.58  % (24932)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 Vampire---4 for (2957ds/265Mi)
% 30.37/4.58  % (24926)Instruction limit reached!
% 30.37/4.58  % (24926)------------------------------
% 30.37/4.58  % (24926)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 30.37/4.58  % (24926)Termination reason: Unknown
% 30.37/4.58  % (24926)Termination phase: Saturation
% 30.37/4.58  
% 30.37/4.58  % (24926)Memory used [KB]: 2279
% 30.37/4.58  % (24926)Time elapsed: 0.102 s
% 30.37/4.58  % (24926)Instructions burned: 201 (million)
% 30.37/4.58  % (24926)------------------------------
% 30.37/4.58  % (24926)------------------------------
% 30.37/4.58  % (24916)Instruction limit reached!
% 30.37/4.58  % (24916)------------------------------
% 30.37/4.58  % (24916)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 30.37/4.58  % (24916)Termination reason: Unknown
% 30.37/4.58  % (24916)Termination phase: Saturation
% 30.37/4.58  
% 30.37/4.58  % (24916)Memory used [KB]: 3557
% 30.37/4.58  % (24916)Time elapsed: 0.270 s
% 30.37/4.58  % (24916)Instructions burned: 593 (million)
% 30.37/4.58  % (24916)------------------------------
% 30.37/4.58  % (24916)------------------------------
% 30.37/4.58  % (24747)Instruction limit reached!
% 30.37/4.58  % (24747)------------------------------
% 30.37/4.58  % (24747)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 30.37/4.58  % (24747)Termination reason: Unknown
% 30.37/4.58  % (24747)Termination phase: Saturation
% 30.37/4.58  
% 30.37/4.58  % (24747)Memory used [KB]: 20925
% 30.37/4.58  % (24747)Time elapsed: 2.461 s
% 30.37/4.58  % (24747)Instructions burned: 4980 (million)
% 30.37/4.58  % (24747)------------------------------
% 30.37/4.58  % (24747)------------------------------
% 30.37/4.59  % (24934)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 Vampire---4 for (2957ds/1040Mi)
% 30.37/4.59  % (24935)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 Vampire---4 for (2957ds/443Mi)
% 30.37/4.59  % (24936)lrs-1011_3:1_sil=2000:tgt=ground:sos=on:flr=on:i=192:bce=on:kws=inv_frequency_0 on Vampire---4 for (2957ds/192Mi)
% 30.37/4.63  % (24928)Instruction limit reached!
% 30.37/4.63  % (24928)------------------------------
% 30.37/4.63  % (24928)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 30.37/4.63  % (24928)Termination reason: Unknown
% 30.37/4.63  % (24928)Termination phase: Saturation
% 30.37/4.63  
% 30.37/4.63  % (24928)Memory used [KB]: 6254
% 30.37/4.63  % (24928)Time elapsed: 0.120 s
% 30.37/4.63  % (24928)Instructions burned: 231 (million)
% 30.37/4.63  % (24928)------------------------------
% 30.37/4.63  % (24928)------------------------------
% 31.23/4.63  % (24939)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 Vampire---4 for (2957ds/1218Mi)
% 31.23/4.66  % (24930)Instruction limit reached!
% 31.23/4.66  % (24930)------------------------------
% 31.23/4.66  % (24930)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 31.23/4.66  % (24930)Termination reason: Unknown
% 31.23/4.66  % (24930)Termination phase: Saturation
% 31.23/4.66  
% 31.23/4.66  % (24930)Memory used [KB]: 3567
% 31.23/4.66  % (24930)Time elapsed: 0.120 s
% 31.23/4.66  % (24930)Instructions burned: 216 (million)
% 31.23/4.66  % (24930)------------------------------
% 31.23/4.66  % (24930)------------------------------
% 31.23/4.66  % (24941)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 Vampire---4 for (2957ds/171Mi)
% 31.46/4.70  % (24936)Instruction limit reached!
% 31.46/4.70  % (24936)------------------------------
% 31.46/4.70  % (24936)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 31.46/4.70  % (24936)Termination reason: Unknown
% 31.46/4.70  % (24936)Termination phase: Saturation
% 31.46/4.70  
% 31.46/4.70  % (24936)Memory used [KB]: 2501
% 31.46/4.70  % (24936)Time elapsed: 0.110 s
% 31.46/4.70  % (24936)Instructions burned: 192 (million)
% 31.46/4.70  % (24936)------------------------------
% 31.46/4.70  % (24936)------------------------------
% 31.46/4.70  % (24932)Instruction limit reached!
% 31.46/4.70  % (24932)------------------------------
% 31.46/4.70  % (24932)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 31.46/4.70  % (24932)Termination reason: Unknown
% 31.46/4.70  % (24932)Termination phase: Saturation
% 31.46/4.70  
% 31.46/4.70  % (24932)Memory used [KB]: 1929
% 31.46/4.70  % (24932)Time elapsed: 0.128 s
% 31.46/4.70  % (24932)Instructions burned: 266 (million)
% 31.46/4.70  % (24932)------------------------------
% 31.46/4.70  % (24932)------------------------------
% 31.46/4.70  % (24943)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 Vampire---4 for (2956ds/283Mi)
% 31.46/4.71  % (24944)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 Vampire---4 for (2956ds/590Mi)
% 31.46/4.76  % (24941)Instruction limit reached!
% 31.46/4.76  % (24941)------------------------------
% 31.46/4.76  % (24941)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 31.46/4.76  % (24941)Termination reason: Unknown
% 31.46/4.76  % (24941)Termination phase: Saturation
% 31.46/4.76  
% 31.46/4.76  % (24941)Memory used [KB]: 3747
% 31.46/4.76  % (24941)Time elapsed: 0.102 s
% 31.46/4.76  % (24941)Instructions burned: 172 (million)
% 31.46/4.76  % (24941)------------------------------
% 31.46/4.76  % (24941)------------------------------
% 31.46/4.76  % (24949)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 Vampire---4 for (2956ds/227Mi)
% 32.74/4.81  % (24935)Instruction limit reached!
% 32.74/4.81  % (24935)------------------------------
% 32.74/4.81  % (24935)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 32.74/4.81  % (24935)Termination reason: Unknown
% 32.74/4.81  % (24935)Termination phase: Saturation
% 32.74/4.81  
% 32.74/4.81  % (24935)Memory used [KB]: 3131
% 32.74/4.81  % (24935)Time elapsed: 0.227 s
% 32.74/4.81  % (24935)Instructions burned: 443 (million)
% 32.74/4.81  % (24935)------------------------------
% 32.74/4.81  % (24935)------------------------------
% 32.74/4.82  % (24951)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 Vampire---4 for (2955ds/1636Mi)
% 33.02/4.85  % (24943)Instruction limit reached!
% 33.02/4.85  % (24943)------------------------------
% 33.02/4.85  % (24943)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 33.02/4.85  % (24943)Termination reason: Unknown
% 33.02/4.85  % (24943)Termination phase: Saturation
% 33.02/4.85  
% 33.02/4.85  % (24943)Memory used [KB]: 2817
% 33.02/4.85  % (24943)Time elapsed: 0.148 s
% 33.02/4.85  % (24943)Instructions burned: 283 (million)
% 33.02/4.85  % (24943)------------------------------
% 33.02/4.85  % (24943)------------------------------
% 33.02/4.85  % (24952)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 Vampire---4 for (2955ds/229Mi)
% 33.02/4.87  % (24949)Instruction limit reached!
% 33.02/4.87  % (24949)------------------------------
% 33.02/4.87  % (24949)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 33.02/4.87  % (24949)Termination reason: Unknown
% 33.02/4.87  % (24949)Termination phase: Saturation
% 33.02/4.87  
% 33.02/4.87  % (24949)Memory used [KB]: 2972
% 33.02/4.87  % (24949)Time elapsed: 0.112 s
% 33.02/4.87  % (24949)Instructions burned: 227 (million)
% 33.02/4.87  % (24949)------------------------------
% 33.02/4.87  % (24949)------------------------------
% 33.02/4.88  % (24954)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 Vampire---4 for (2954ds/265Mi)
% 33.73/4.98  % (24944)Instruction limit reached!
% 33.73/4.98  % (24944)------------------------------
% 33.73/4.98  % (24944)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 33.73/4.98  % (24944)Termination reason: Unknown
% 33.73/4.98  % (24944)Termination phase: Saturation
% 33.73/4.98  
% 33.73/4.98  % (24944)Memory used [KB]: 5394
% 33.73/4.98  % (24944)Time elapsed: 0.275 s
% 33.73/4.98  % (24944)Instructions burned: 591 (million)
% 33.73/4.98  % (24944)------------------------------
% 33.73/4.98  % (24944)------------------------------
% 33.73/4.98  % (24952)Instruction limit reached!
% 33.73/4.98  % (24952)------------------------------
% 33.73/4.98  % (24952)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 33.73/4.98  % (24952)Termination reason: Unknown
% 33.73/4.98  % (24952)Termination phase: Saturation
% 33.73/4.98  
% 33.73/4.98  % (24952)Memory used [KB]: 2579
% 33.73/4.98  % (24952)Time elapsed: 0.128 s
% 33.73/4.98  % (24952)Instructions burned: 229 (million)
% 33.73/4.98  % (24952)------------------------------
% 33.73/4.98  % (24952)------------------------------
% 33.73/4.98  % (24958)lrs+2_1:1_sil=2000:nwc=20.1361:i=230:ss=axioms:sd=12:sgt=8_0 on Vampire---4 for (2953ds/230Mi)
% 33.73/4.98  % (24959)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 Vampire---4 for (2953ds/324Mi)
% 33.73/5.01  % (24954)Instruction limit reached!
% 33.73/5.01  % (24954)------------------------------
% 33.73/5.01  % (24954)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 33.73/5.01  % (24954)Termination reason: Unknown
% 33.73/5.01  % (24954)Termination phase: Saturation
% 33.73/5.01  
% 33.73/5.01  % (24954)Memory used [KB]: 3755
% 33.73/5.01  % (24954)Time elapsed: 0.136 s
% 33.73/5.01  % (24954)Instructions burned: 266 (million)
% 33.73/5.01  % (24954)------------------------------
% 33.73/5.01  % (24954)------------------------------
% 33.73/5.02  % (24961)lrs+32_1:4_sil=2000:sos=on:rp=on:i=251:bd=off:nm=16:awrs=decay:awrsf=500_0 on Vampire---4 for (2953ds/251Mi)
% 34.61/5.10  % (24958)Instruction limit reached!
% 34.61/5.10  % (24958)------------------------------
% 34.61/5.10  % (24958)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 34.61/5.10  % (24958)Termination reason: Unknown
% 34.61/5.10  % (24958)Termination phase: Saturation
% 34.61/5.10  
% 34.61/5.10  % (24958)Memory used [KB]: 2865
% 34.61/5.10  % (24958)Time elapsed: 0.123 s
% 34.61/5.10  % (24958)Instructions burned: 230 (million)
% 34.61/5.10  % (24958)------------------------------
% 34.61/5.10  % (24958)------------------------------
% 34.61/5.11  % (24964)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 Vampire---4 for (2952ds/2747Mi)
% 34.61/5.13  % (24836)Instruction limit reached!
% 34.61/5.13  % (24836)------------------------------
% 34.61/5.13  % (24836)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 34.61/5.13  % (24836)Termination reason: Unknown
% 34.61/5.13  % (24836)Termination phase: Saturation
% 34.61/5.13  
% 34.61/5.13  % (24836)Memory used [KB]: 24826
% 34.61/5.13  % (24836)Time elapsed: 1.882 s
% 34.61/5.13  % (24836)Instructions burned: 3921 (million)
% 34.61/5.13  % (24836)------------------------------
% 34.61/5.13  % (24836)------------------------------
% 34.61/5.14  % (24965)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 Vampire---4 for (2952ds/195Mi)
% 34.91/5.14  % (24934)Instruction limit reached!
% 34.91/5.14  % (24934)------------------------------
% 34.91/5.14  % (24934)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 34.91/5.14  % (24934)Termination reason: Unknown
% 34.91/5.14  % (24934)Termination phase: Saturation
% 34.91/5.14  
% 34.91/5.14  % (24934)Memory used [KB]: 6998
% 34.91/5.14  % (24934)Time elapsed: 0.560 s
% 34.91/5.14  % (24934)Instructions burned: 1040 (million)
% 34.91/5.14  % (24934)------------------------------
% 34.91/5.14  % (24934)------------------------------
% 34.91/5.15  % (24967)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 Vampire---4 for (2952ds/247Mi)
% 34.91/5.15  % (24961)Instruction limit reached!
% 34.91/5.15  % (24961)------------------------------
% 34.91/5.15  % (24961)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 34.91/5.15  % (24961)Termination reason: Unknown
% 34.91/5.15  % (24961)Termination phase: Saturation
% 34.91/5.15  
% 34.91/5.15  % (24961)Memory used [KB]: 3357
% 34.91/5.15  % (24961)Time elapsed: 0.140 s
% 34.91/5.15  % (24961)Instructions burned: 252 (million)
% 34.91/5.15  % (24961)------------------------------
% 34.91/5.15  % (24961)------------------------------
% 34.91/5.16  % (24969)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 Vampire---4 for (2952ds/178Mi)
% 34.91/5.16  % (24959)Instruction limit reached!
% 34.91/5.16  % (24959)------------------------------
% 34.91/5.16  % (24959)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 34.91/5.16  % (24959)Termination reason: Unknown
% 34.91/5.16  % (24959)Termination phase: Saturation
% 34.91/5.16  
% 34.91/5.16  % (24959)Memory used [KB]: 4003
% 34.91/5.16  % (24959)Time elapsed: 0.180 s
% 34.91/5.16  % (24959)Instructions burned: 325 (million)
% 34.91/5.16  % (24959)------------------------------
% 34.91/5.16  % (24959)------------------------------
% 34.91/5.17  % (24970)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 Vampire---4 for (2952ds/1747Mi)
% 35.37/5.24  % (24965)Instruction limit reached!
% 35.37/5.24  % (24965)------------------------------
% 35.37/5.24  % (24965)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 35.37/5.24  % (24965)Termination reason: Unknown
% 35.37/5.24  % (24965)Termination phase: Saturation
% 35.37/5.24  
% 35.37/5.24  % (24965)Memory used [KB]: 2951
% 35.37/5.24  % (24965)Time elapsed: 0.110 s
% 35.37/5.24  % (24965)Instructions burned: 195 (million)
% 35.37/5.24  % (24965)------------------------------
% 35.37/5.24  % (24965)------------------------------
% 35.37/5.25  % (24939)Instruction limit reached!
% 35.37/5.25  % (24939)------------------------------
% 35.37/5.25  % (24939)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 35.37/5.25  % (24939)Termination reason: Unknown
% 35.37/5.25  % (24939)Termination phase: Saturation
% 35.37/5.25  
% 35.37/5.25  % (24939)Memory used [KB]: 7930
% 35.37/5.25  % (24939)Time elapsed: 0.617 s
% 35.37/5.25  % (24939)Instructions burned: 1219 (million)
% 35.37/5.25  % (24939)------------------------------
% 35.37/5.25  % (24939)------------------------------
% 35.37/5.25  % (24973)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 Vampire---4 for (2951ds/406Mi)
% 35.37/5.25  % (24974)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 Vampire---4 for (2951ds/237Mi)
% 35.37/5.25  % (24969)Instruction limit reached!
% 35.37/5.25  % (24969)------------------------------
% 35.37/5.25  % (24969)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 35.37/5.25  % (24969)Termination reason: Unknown
% 35.37/5.25  % (24969)Termination phase: Saturation
% 35.37/5.25  
% 35.37/5.25  % (24969)Memory used [KB]: 2396
% 35.37/5.25  % (24969)Time elapsed: 0.098 s
% 35.37/5.25  % (24969)Instructions burned: 178 (million)
% 35.37/5.25  % (24969)------------------------------
% 35.37/5.25  % (24969)------------------------------
% 35.37/5.26  % (24975)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 Vampire---4 for (2951ds/548Mi)
% 35.37/5.27  % (24967)Instruction limit reached!
% 35.37/5.27  % (24967)------------------------------
% 35.37/5.27  % (24967)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 35.37/5.27  % (24967)Termination reason: Unknown
% 35.37/5.27  % (24967)Termination phase: Saturation
% 35.37/5.27  
% 35.37/5.27  % (24967)Memory used [KB]: 2497
% 35.37/5.27  % (24967)Time elapsed: 0.123 s
% 35.37/5.27  % (24967)Instructions burned: 248 (million)
% 35.37/5.27  % (24967)------------------------------
% 35.37/5.27  % (24967)------------------------------
% 35.37/5.27  % (24976)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 Vampire---4 for (2951ds/275Mi)
% 36.58/5.37  % (24974)Instruction limit reached!
% 36.58/5.37  % (24974)------------------------------
% 36.58/5.37  % (24974)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 36.58/5.37  % (24974)Termination reason: Unknown
% 36.58/5.37  % (24974)Termination phase: Saturation
% 36.58/5.37  
% 36.58/5.37  % (24974)Memory used [KB]: 2358
% 36.58/5.37  % (24974)Time elapsed: 0.123 s
% 36.58/5.37  % (24974)Instructions burned: 238 (million)
% 36.58/5.37  % (24974)------------------------------
% 36.58/5.37  % (24974)------------------------------
% 36.58/5.38  % (24982)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 Vampire---4 for (2950ds/735Mi)
% 37.36/5.40  % (24976)Instruction limit reached!
% 37.36/5.40  % (24976)------------------------------
% 37.36/5.40  % (24976)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 37.36/5.40  % (24976)Termination reason: Unknown
% 37.36/5.40  % (24976)Termination phase: Saturation
% 37.36/5.40  
% 37.36/5.40  % (24976)Memory used [KB]: 2508
% 37.36/5.40  % (24976)Time elapsed: 0.131 s
% 37.36/5.40  % (24976)Instructions burned: 275 (million)
% 37.36/5.40  % (24976)------------------------------
% 37.36/5.40  % (24976)------------------------------
% 37.36/5.41  % (24984)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 Vampire---4 for (2949ds/435Mi)
% 37.74/5.43  % (24973)Instruction limit reached!
% 37.74/5.43  % (24973)------------------------------
% 37.74/5.43  % (24973)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 37.74/5.43  % (24973)Termination reason: Unknown
% 37.74/5.43  % (24973)Termination phase: Saturation
% 37.74/5.43  
% 37.74/5.43  % (24973)Memory used [KB]: 3046
% 37.74/5.43  % (24973)Time elapsed: 0.187 s
% 37.74/5.43  % (24973)Instructions burned: 406 (million)
% 37.74/5.43  % (24973)------------------------------
% 37.74/5.43  % (24973)------------------------------
% 37.74/5.44  % (24985)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 Vampire---4 for (2949ds/822Mi)
% 38.14/5.51  % (24975)Instruction limit reached!
% 38.14/5.51  % (24975)------------------------------
% 38.14/5.51  % (24975)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 38.14/5.51  % (24975)Termination reason: Unknown
% 38.14/5.51  % (24975)Termination phase: Saturation
% 38.14/5.51  
% 38.14/5.51  % (24975)Memory used [KB]: 3441
% 38.14/5.51  % (24975)Time elapsed: 0.258 s
% 38.14/5.51  % (24975)Instructions burned: 549 (million)
% 38.14/5.51  % (24975)------------------------------
% 38.14/5.51  % (24975)------------------------------
% 38.14/5.52  % (24991)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 Vampire---4 for (2948ds/554Mi)
% 38.39/5.64  % (24951)Instruction limit reached!
% 38.39/5.64  % (24951)------------------------------
% 38.39/5.64  % (24951)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 38.39/5.64  % (24951)Termination reason: Unknown
% 38.39/5.64  % (24951)Termination phase: Saturation
% 38.39/5.64  
% 38.39/5.64  % (24951)Memory used [KB]: 9577
% 38.39/5.64  % (24951)Time elapsed: 0.830 s
% 38.39/5.64  % (24951)Instructions burned: 1637 (million)
% 38.39/5.64  % (24951)------------------------------
% 38.39/5.64  % (24951)------------------------------
% 38.39/5.65  % (24994)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 Vampire---4 for (2947ds/285Mi)
% 38.76/5.65  % (24984)Instruction limit reached!
% 38.76/5.65  % (24984)------------------------------
% 38.76/5.65  % (24984)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 38.76/5.65  % (24984)Termination reason: Unknown
% 38.76/5.65  % (24984)Termination phase: Saturation
% 38.76/5.65  
% 38.76/5.65  % (24984)Memory used [KB]: 4122
% 38.76/5.65  % (24984)Time elapsed: 0.251 s
% 38.76/5.65  % (24984)Instructions burned: 435 (million)
% 38.76/5.65  % (24984)------------------------------
% 38.76/5.65  % (24984)------------------------------
% 38.76/5.66  % (24995)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 Vampire---4 for (2947ds/263Mi)
% 39.25/5.76  % (24982)Instruction limit reached!
% 39.25/5.76  % (24982)------------------------------
% 39.25/5.76  % (24982)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 39.25/5.76  % (24982)Termination reason: Unknown
% 39.25/5.76  % (24982)Termination phase: Saturation
% 39.25/5.76  
% 39.25/5.76  % (24982)Memory used [KB]: 4300
% 39.25/5.76  % (24982)Time elapsed: 0.384 s
% 39.25/5.76  % (24982)Instructions burned: 735 (million)
% 39.25/5.76  % (24982)------------------------------
% 39.25/5.76  % (24982)------------------------------
% 39.25/5.76  % (24996)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 Vampire---4 for (2946ds/229Mi)
% 39.25/5.80  % (24995)Instruction limit reached!
% 39.25/5.80  % (24995)------------------------------
% 39.25/5.80  % (24995)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 39.25/5.80  % (24995)Termination reason: Unknown
% 39.25/5.80  % (24995)Termination phase: Saturation
% 39.25/5.80  
% 39.25/5.80  % (24995)Memory used [KB]: 3237
% 39.25/5.80  % (24995)Time elapsed: 0.166 s
% 39.25/5.80  % (24995)Instructions burned: 263 (million)
% 39.25/5.80  % (24995)------------------------------
% 39.25/5.80  % (24995)------------------------------
% 40.00/5.81  % (24994)Instruction limit reached!
% 40.00/5.81  % (24994)------------------------------
% 40.00/5.81  % (24994)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 40.00/5.81  % (24999)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 Vampire---4 for (2945ds/531Mi)
% 40.00/5.81  % (24994)Termination reason: Unknown
% 40.00/5.81  % (24994)Termination phase: Saturation
% 40.00/5.81  
% 40.00/5.81  % (24994)Memory used [KB]: 3418
% 40.00/5.81  % (24994)Time elapsed: 0.159 s
% 40.00/5.81  % (24994)Instructions burned: 285 (million)
% 40.00/5.81  % (24994)------------------------------
% 40.00/5.81  % (24994)------------------------------
% 40.00/5.81  % (25000)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 Vampire---4 for (2945ds/292Mi)
% 40.00/5.82  % (24991)Instruction limit reached!
% 40.00/5.82  % (24991)------------------------------
% 40.00/5.82  % (24991)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 40.00/5.82  % (24991)Termination reason: Unknown
% 40.00/5.82  % (24991)Termination phase: Saturation
% 40.00/5.82  
% 40.00/5.82  % (24991)Memory used [KB]: 5782
% 40.00/5.82  % (24991)Time elapsed: 0.300 s
% 40.00/5.82  % (24991)Instructions burned: 554 (million)
% 40.00/5.82  % (24991)------------------------------
% 40.00/5.82  % (24991)------------------------------
% 40.00/5.82  % (25001)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 Vampire---4 for (2945ds/318Mi)
% 40.00/5.87  % (24996)Instruction limit reached!
% 40.00/5.87  % (24996)------------------------------
% 40.00/5.87  % (24996)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 40.00/5.87  % (24996)Termination reason: Unknown
% 40.00/5.87  % (24996)Termination phase: Saturation
% 40.00/5.87  
% 40.00/5.87  % (24996)Memory used [KB]: 2678
% 40.00/5.87  % (24996)Time elapsed: 0.134 s
% 40.00/5.87  % (24996)Instructions burned: 229 (million)
% 40.00/5.87  % (24996)------------------------------
% 40.00/5.87  % (24996)------------------------------
% 40.00/5.88  % (25002)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 Vampire---4 for (2945ds/193Mi)
% 40.00/5.88  % (24985)Instruction limit reached!
% 40.00/5.88  % (24985)------------------------------
% 40.00/5.88  % (24985)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 40.00/5.88  % (24985)Termination reason: Unknown
% 40.00/5.88  % (24985)Termination phase: Saturation
% 40.00/5.88  
% 40.00/5.88  % (24985)Memory used [KB]: 4765
% 40.00/5.88  % (24985)Time elapsed: 0.446 s
% 40.00/5.88  % (24985)Instructions burned: 822 (million)
% 40.00/5.88  % (24985)------------------------------
% 40.00/5.88  % (24985)------------------------------
% 40.00/5.89  % (25003)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 Vampire---4 for (2944ds/1997Mi)
% 41.50/5.96  % (25000)Instruction limit reached!
% 41.50/5.96  % (25000)------------------------------
% 41.50/5.96  % (25000)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 41.50/5.96  % (25000)Termination reason: Unknown
% 41.50/5.96  % (25000)Termination phase: Saturation
% 41.50/5.96  
% 41.50/5.96  % (25000)Memory used [KB]: 5151
% 41.50/5.96  % (25000)Time elapsed: 0.177 s
% 41.50/5.96  % (25000)Instructions burned: 293 (million)
% 41.50/5.96  % (25000)------------------------------
% 41.50/5.96  % (25000)------------------------------
% 41.50/5.97  % (25001)Instruction limit reached!
% 41.50/5.97  % (25001)------------------------------
% 41.50/5.97  % (25001)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 41.50/5.97  % (25001)Termination reason: Unknown
% 41.50/5.97  % (25001)Termination phase: Saturation
% 41.50/5.97  
% 41.50/5.97  % (25001)Memory used [KB]: 2126
% 41.50/5.97  % (25001)Time elapsed: 0.170 s
% 41.50/5.97  % (25001)Instructions burned: 318 (million)
% 41.50/5.97  % (25001)------------------------------
% 41.50/5.97  % (25001)------------------------------
% 41.50/5.97  % (25006)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 Vampire---4 for (2943ds/303Mi)
% 41.50/5.97  % (25007)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 Vampire---4 for (2943ds/280Mi)
% 41.50/5.98  % (25002)Instruction limit reached!
% 41.50/5.98  % (25002)------------------------------
% 41.50/5.98  % (25002)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 41.50/5.98  % (25002)Termination reason: Unknown
% 41.50/5.98  % (25002)Termination phase: Saturation
% 41.50/5.98  
% 41.50/5.98  % (25002)Memory used [KB]: 2659
% 41.50/5.98  % (25002)Time elapsed: 0.129 s
% 41.50/5.98  % (25002)Instructions burned: 194 (million)
% 41.50/5.98  % (25002)------------------------------
% 41.50/5.98  % (25002)------------------------------
% 42.11/5.98  % (25009)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 Vampire---4 for (2943ds/282Mi)
% 42.31/6.03  % (24970)Instruction limit reached!
% 42.31/6.03  % (24970)------------------------------
% 42.31/6.03  % (24970)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 42.31/6.03  % (24970)Termination reason: Unknown
% 42.31/6.03  % (24970)Termination phase: Saturation
% 42.31/6.03  
% 42.31/6.03  % (24970)Memory used [KB]: 9322
% 42.31/6.03  % (24970)Time elapsed: 0.868 s
% 42.31/6.03  % (24970)Instructions burned: 1747 (million)
% 42.31/6.03  % (24970)------------------------------
% 42.31/6.03  % (24970)------------------------------
% 42.31/6.04  % (25012)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 Vampire---4 for (2943ds/1308Mi)
% 42.31/6.06  % (24999)Instruction limit reached!
% 42.31/6.06  % (24999)------------------------------
% 42.31/6.06  % (24999)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 42.31/6.06  % (24999)Termination reason: Unknown
% 42.31/6.06  % (24999)Termination phase: Saturation
% 42.31/6.06  
% 42.31/6.06  % (24999)Memory used [KB]: 3350
% 42.31/6.06  % (24999)Time elapsed: 0.273 s
% 42.31/6.06  % (24999)Instructions burned: 531 (million)
% 42.31/6.06  % (24999)------------------------------
% 42.31/6.06  % (24999)------------------------------
% 42.31/6.06  % (25014)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 Vampire---4 for (2943ds/80Mi)
% 42.31/6.09  % (25009)Instruction limit reached!
% 42.31/6.09  % (25009)------------------------------
% 42.31/6.09  % (25009)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 42.31/6.09  % (25009)Termination reason: Unknown
% 42.31/6.09  % (25009)Termination phase: Saturation
% 42.31/6.09  
% 42.31/6.09  % (25009)Memory used [KB]: 1845
% 42.31/6.09  % (25009)Time elapsed: 0.104 s
% 42.31/6.09  % (25009)Instructions burned: 284 (million)
% 42.31/6.09  % (25009)------------------------------
% 42.31/6.09  % (25009)------------------------------
% 42.31/6.09  % (25017)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 Vampire---4 for (2942ds/1256Mi)
% 42.31/6.10  % (25014)Instruction limit reached!
% 42.31/6.10  % (25014)------------------------------
% 42.31/6.10  % (25014)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 42.31/6.10  % (25014)Termination reason: Unknown
% 42.31/6.10  % (25014)Termination phase: Saturation
% 42.31/6.10  
% 42.31/6.10  % (25014)Memory used [KB]: 2357
% 42.31/6.10  % (25014)Time elapsed: 0.042 s
% 42.31/6.10  % (25014)Instructions burned: 80 (million)
% 42.31/6.10  % (25014)------------------------------
% 42.31/6.10  % (25014)------------------------------
% 42.31/6.10  % (25018)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 Vampire---4 for (2942ds/1496Mi)
% 42.31/6.10  % (25007)Instruction limit reached!
% 42.31/6.10  % (25007)------------------------------
% 42.31/6.10  % (25007)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 42.31/6.10  % (25007)Termination reason: Unknown
% 42.31/6.10  % (25007)Termination phase: Saturation
% 42.31/6.10  
% 42.31/6.10  % (25007)Memory used [KB]: 2966
% 42.31/6.10  % (25007)Time elapsed: 0.136 s
% 42.31/6.10  % (25007)Instructions burned: 280 (million)
% 42.31/6.10  % (25007)------------------------------
% 42.31/6.10  % (25007)------------------------------
% 42.31/6.11  % (25020)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 Vampire---4 for (2942ds/292Mi)
% 42.81/6.12  % (25006)Instruction limit reached!
% 42.81/6.12  % (25006)------------------------------
% 42.81/6.12  % (25006)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 42.81/6.12  % (25006)Termination reason: Unknown
% 42.81/6.12  % (25006)Termination phase: Saturation
% 42.81/6.12  
% 42.81/6.12  % (25006)Memory used [KB]: 2268
% 42.81/6.12  % (25006)Time elapsed: 0.150 s
% 42.81/6.12  % (25006)Instructions burned: 304 (million)
% 42.81/6.12  % (25006)------------------------------
% 42.81/6.12  % (25006)------------------------------
% 42.81/6.12  % (25021)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 Vampire---4 for (2942ds/586Mi)
% 43.08/6.21  % (24870)Instruction limit reached!
% 43.08/6.21  % (24870)------------------------------
% 43.08/6.21  % (24870)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 43.08/6.21  % (24870)Termination reason: Unknown
% 43.08/6.21  % (24870)Termination phase: Saturation
% 43.08/6.21  
% 43.08/6.21  % (24870)Memory used [KB]: 39835
% 43.08/6.21  % (24870)Time elapsed: 2.489 s
% 43.08/6.21  % (24870)Instructions burned: 4759 (million)
% 43.08/6.21  % (24870)------------------------------
% 43.08/6.21  % (24870)------------------------------
% 43.08/6.22  % (25025)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 Vampire---4 for (2941ds/254Mi)
% 43.24/6.28  % (25020)Instruction limit reached!
% 43.24/6.28  % (25020)------------------------------
% 43.24/6.28  % (25020)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 43.24/6.28  % (25020)Termination reason: Unknown
% 43.24/6.28  % (25020)Termination phase: Saturation
% 43.24/6.28  
% 43.24/6.28  % (25020)Memory used [KB]: 4957
% 43.24/6.28  % (25020)Time elapsed: 0.172 s
% 43.24/6.28  % (25020)Instructions burned: 292 (million)
% 43.24/6.28  % (25020)------------------------------
% 43.24/6.28  % (25020)------------------------------
% 43.24/6.28  % (25028)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 Vampire---4 for (2940ds/956Mi)
% 43.47/6.35  % (25025)Instruction limit reached!
% 43.47/6.35  % (25025)------------------------------
% 43.47/6.35  % (25025)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 43.47/6.35  % (25025)Termination reason: Unknown
% 43.47/6.35  % (25025)Termination phase: Saturation
% 43.47/6.35  
% 43.47/6.35  % (25025)Memory used [KB]: 3324
% 43.47/6.35  % (25025)Time elapsed: 0.134 s
% 43.47/6.35  % (25025)Instructions burned: 254 (million)
% 43.47/6.35  % (25025)------------------------------
% 43.47/6.35  % (25025)------------------------------
% 43.47/6.36  % (25030)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 Vampire---4 for (2940ds/303Mi)
% 43.69/6.43  % (25021)Instruction limit reached!
% 43.69/6.43  % (25021)------------------------------
% 43.69/6.43  % (25021)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 43.69/6.43  % (25021)Termination reason: Unknown
% 43.69/6.43  % (25021)Termination phase: Saturation
% 43.69/6.43  
% 43.69/6.43  % (25021)Memory used [KB]: 5870
% 43.69/6.43  % (25021)Time elapsed: 0.314 s
% 43.69/6.43  % (25021)Instructions burned: 586 (million)
% 43.69/6.43  % (25021)------------------------------
% 43.69/6.43  % (25021)------------------------------
% 43.69/6.44  % (25034)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 Vampire---4 for (2939ds/331Mi)
% 46.32/6.51  % (24964)Instruction limit reached!
% 46.32/6.51  % (24964)------------------------------
% 46.32/6.51  % (24964)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 46.32/6.51  % (24964)Termination reason: Unknown
% 46.32/6.51  % (24964)Termination phase: Saturation
% 46.32/6.51  
% 46.32/6.51  % (24964)Memory used [KB]: 13707
% 46.32/6.51  % (24964)Time elapsed: 1.407 s
% 46.32/6.51  % (24964)Instructions burned: 2747 (million)
% 46.32/6.51  % (24964)------------------------------
% 46.32/6.51  % (24964)------------------------------
% 46.32/6.52  % (25030)Instruction limit reached!
% 46.32/6.52  % (25030)------------------------------
% 46.32/6.52  % (25030)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 46.32/6.52  % (25030)Termination reason: Unknown
% 46.32/6.52  % (25030)Termination phase: Saturation
% 46.32/6.52  
% 46.32/6.52  % (25030)Memory used [KB]: 1836
% 46.32/6.52  % (25030)Time elapsed: 0.173 s
% 46.32/6.52  % (25030)Instructions burned: 304 (million)
% 46.32/6.52  % (25030)------------------------------
% 46.32/6.52  % (25030)------------------------------
% 46.32/6.52  % (25037)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 Vampire---4 for (2938ds/239Mi)
% 46.32/6.52  % (25038)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 Vampire---4 for (2938ds/622Mi)
% 47.02/6.61  % (25034)Instruction limit reached!
% 47.02/6.61  % (25034)------------------------------
% 47.02/6.61  % (25034)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 47.02/6.61  % (25034)Termination reason: Unknown
% 47.02/6.61  % (25034)Termination phase: Saturation
% 47.02/6.61  
% 47.02/6.61  % (25034)Memory used [KB]: 3418
% 47.02/6.61  % (25034)Time elapsed: 0.179 s
% 47.02/6.61  % (25034)Instructions burned: 333 (million)
% 47.02/6.61  % (25034)------------------------------
% 47.02/6.61  % (25034)------------------------------
% 47.08/6.62  % (25040)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 Vampire---4 for (2937ds/915Mi)
% 47.08/6.63  % (25037)Instruction limit reached!
% 47.08/6.63  % (25037)------------------------------
% 47.08/6.63  % (25037)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 47.08/6.63  % (25037)Termination reason: Unknown
% 47.08/6.63  % (25037)Termination phase: Saturation
% 47.08/6.63  
% 47.08/6.63  % (25037)Memory used [KB]: 2174
% 47.08/6.63  % (25037)Time elapsed: 0.113 s
% 47.08/6.63  % (25037)Instructions burned: 239 (million)
% 47.08/6.63  % (25037)------------------------------
% 47.08/6.63  % (25037)------------------------------
% 47.08/6.63  % (25041)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 Vampire---4 for (2937ds/1855Mi)
% 47.08/6.64  % (25017)Instruction limit reached!
% 47.08/6.64  % (25017)------------------------------
% 47.08/6.64  % (25017)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 47.08/6.64  % (25017)Termination reason: Unknown
% 47.08/6.64  % (25017)Termination phase: Saturation
% 47.08/6.64  
% 47.08/6.64  % (25017)Memory used [KB]: 9693
% 47.08/6.64  % (25017)Time elapsed: 0.555 s
% 47.08/6.64  % (25017)Instructions burned: 1257 (million)
% 47.08/6.64  % (25017)------------------------------
% 47.08/6.64  % (25017)------------------------------
% 47.08/6.65  % (25042)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 Vampire---4 for (2937ds/223Mi)
% 47.08/6.68  % (25012)Instruction limit reached!
% 47.08/6.68  % (25012)------------------------------
% 47.08/6.68  % (25012)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 47.08/6.68  % (25012)Termination reason: Unknown
% 47.08/6.68  % (25012)Termination phase: Saturation
% 47.08/6.68  
% 47.08/6.68  % (25012)Memory used [KB]: 6907
% 47.08/6.68  % (25012)Time elapsed: 0.648 s
% 47.08/6.68  % (25012)Instructions burned: 1309 (million)
% 47.08/6.68  % (25012)------------------------------
% 47.08/6.68  % (25012)------------------------------
% 47.08/6.69  % (25045)lrs-32_1:1_to=lpo:sil=2000:sos=on:rp=on:i=727:sd=1:bd=off:ss=axioms:sgt=100_0 on Vampire---4 for (2936ds/727Mi)
% 47.61/6.72  % (25018)Instruction limit reached!
% 47.61/6.72  % (25018)------------------------------
% 47.61/6.72  % (25018)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 47.61/6.72  % (25018)Termination reason: Unknown
% 47.61/6.72  % (25018)Termination phase: Saturation
% 47.61/6.72  
% 47.61/6.72  % (25018)Memory used [KB]: 4728
% 47.61/6.72  % (25018)Time elapsed: 0.615 s
% 47.61/6.72  % (25018)Instructions burned: 1497 (million)
% 47.61/6.72  % (25018)------------------------------
% 47.61/6.72  % (25018)------------------------------
% 47.61/6.72  % (25046)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 Vampire---4 for (2936ds/373Mi)
% 47.61/6.73  % (25028)Instruction limit reached!
% 47.61/6.73  % (25028)------------------------------
% 47.61/6.73  % (25028)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 47.61/6.73  % (25028)Termination reason: Unknown
% 47.61/6.73  % (25028)Termination phase: Saturation
% 47.61/6.73  
% 47.61/6.73  % (25028)Memory used [KB]: 3776
% 47.61/6.73  % (25028)Time elapsed: 0.451 s
% 47.61/6.73  % (25028)Instructions burned: 956 (million)
% 47.61/6.73  % (25028)------------------------------
% 47.61/6.73  % (25028)------------------------------
% 47.61/6.74  % (25047)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 Vampire---4 for (2936ds/120Mi)
% 47.61/6.76  % (25042)Instruction limit reached!
% 47.61/6.76  % (25042)------------------------------
% 47.61/6.76  % (25042)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 47.61/6.76  % (25042)Termination reason: Unknown
% 47.61/6.76  % (25042)Termination phase: Saturation
% 47.61/6.76  
% 47.61/6.76  % (25042)Memory used [KB]: 3704
% 47.61/6.76  % (25042)Time elapsed: 0.116 s
% 47.61/6.76  % (25042)Instructions burned: 223 (million)
% 47.61/6.76  % (25042)------------------------------
% 47.61/6.76  % (25042)------------------------------
% 47.61/6.77  % (25049)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 Vampire---4 for (2936ds/736Mi)
% 47.61/6.78  % (25038)Instruction limit reached!
% 47.61/6.78  % (25038)------------------------------
% 47.61/6.78  % (25038)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 47.61/6.78  % (25038)Termination reason: Unknown
% 47.61/6.78  % (25038)Termination phase: Saturation
% 47.61/6.78  
% 47.61/6.78  % (25038)Memory used [KB]: 2026
% 47.61/6.78  % (25038)Time elapsed: 0.262 s
% 47.61/6.78  % (25038)Instructions burned: 623 (million)
% 47.61/6.78  % (25038)------------------------------
% 47.61/6.78  % (25038)------------------------------
% 47.61/6.79  % (25050)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 Vampire---4 for (2935ds/1686Mi)
% 48.13/6.80  % (25047)Instruction limit reached!
% 48.13/6.80  % (25047)------------------------------
% 48.13/6.80  % (25047)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 48.13/6.80  % (25047)Termination reason: Unknown
% 48.13/6.80  % (25047)Termination phase: Saturation
% 48.13/6.80  
% 48.13/6.80  % (25047)Memory used [KB]: 2063
% 48.13/6.80  % (25047)Time elapsed: 0.066 s
% 48.13/6.80  % (25047)Instructions burned: 121 (million)
% 48.13/6.80  % (25047)------------------------------
% 48.13/6.80  % (25047)------------------------------
% 48.13/6.80  % (25053)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 Vampire---4 for (2935ds/313Mi)
% 48.31/6.93  % (25046)Instruction limit reached!
% 48.31/6.93  % (25046)------------------------------
% 48.31/6.93  % (25046)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 48.31/6.93  % (25046)Termination reason: Unknown
% 48.31/6.93  % (25046)Termination phase: Saturation
% 48.31/6.93  
% 48.31/6.93  % (25046)Memory used [KB]: 3024
% 48.31/6.93  % (25046)Time elapsed: 0.213 s
% 48.31/6.93  % (25046)Instructions burned: 373 (million)
% 48.31/6.93  % (25046)------------------------------
% 48.31/6.93  % (25046)------------------------------
% 48.31/6.94  % (25060)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 Vampire---4 for (2934ds/137Mi)
% 48.31/6.96  % (25003)Instruction limit reached!
% 48.31/6.96  % (25003)------------------------------
% 48.31/6.96  % (25003)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 48.31/6.96  % (25003)Termination reason: Unknown
% 48.31/6.96  % (25003)Termination phase: Saturation
% 48.31/6.96  
% 48.31/6.96  % (25003)Memory used [KB]: 9388
% 48.31/6.96  % (25003)Time elapsed: 1.072 s
% 48.31/6.96  % (25003)Instructions burned: 1997 (million)
% 48.31/6.96  % (25003)------------------------------
% 48.31/6.96  % (25003)------------------------------
% 48.31/6.96  % (25063)lrs-10_1:1_sil=16000:sos=on:st=3.0:i=3870:sd=2:ep=RST:fsr=off:ss=axioms_0 on Vampire---4 for (2934ds/3870Mi)
% 48.31/6.99  % (25053)Instruction limit reached!
% 48.31/6.99  % (25053)------------------------------
% 48.31/6.99  % (25053)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 48.31/6.99  % (25053)Termination reason: Unknown
% 48.31/6.99  % (25053)Termination phase: Saturation
% 48.31/6.99  
% 48.31/6.99  % (25053)Memory used [KB]: 3314
% 48.31/6.99  % (25053)Time elapsed: 0.184 s
% 48.31/6.99  % (25053)Instructions burned: 314 (million)
% 48.31/6.99  % (25053)------------------------------
% 48.31/6.99  % (25053)------------------------------
% 48.31/6.99  % (25065)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 Vampire---4 for (2933ds/744Mi)
% 48.77/7.01  % (25060)Instruction limit reached!
% 48.77/7.01  % (25060)------------------------------
% 48.77/7.01  % (25060)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 48.77/7.01  % (25060)Termination reason: Unknown
% 48.77/7.01  % (25060)Termination phase: Saturation
% 48.77/7.01  
% 48.77/7.01  % (25060)Memory used [KB]: 2392
% 48.77/7.01  % (25060)Time elapsed: 0.077 s
% 48.77/7.01  % (25060)Instructions burned: 137 (million)
% 48.77/7.01  % (25060)------------------------------
% 48.77/7.01  % (25060)------------------------------
% 48.77/7.01  % (25040)Instruction limit reached!
% 48.77/7.01  % (25040)------------------------------
% 48.77/7.01  % (25040)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 48.77/7.01  % (25040)Termination reason: Unknown
% 48.77/7.01  % (25040)Termination phase: Saturation
% 48.77/7.01  
% 48.77/7.01  % (25040)Memory used [KB]: 4653
% 48.77/7.01  % (25040)Time elapsed: 0.397 s
% 48.77/7.01  % (25040)Instructions burned: 916 (million)
% 48.77/7.01  % (25040)------------------------------
% 48.77/7.01  % (25040)------------------------------
% 48.77/7.01  % (25066)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 Vampire---4 for (2933ds/370Mi)
% 48.77/7.02  % (25068)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 Vampire---4 for (2933ds/378Mi)
% 48.77/7.05  % (25045)Instruction limit reached!
% 48.77/7.05  % (25045)------------------------------
% 48.77/7.05  % (25045)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 48.77/7.05  % (25045)Termination reason: Unknown
% 48.77/7.05  % (25045)Termination phase: Saturation
% 48.77/7.05  
% 48.77/7.05  % (25045)Memory used [KB]: 4623
% 48.77/7.05  % (25045)Time elapsed: 0.363 s
% 48.77/7.05  % (25045)Instructions burned: 727 (million)
% 48.77/7.05  % (25045)------------------------------
% 48.77/7.05  % (25045)------------------------------
% 48.77/7.05  % (25070)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 Vampire---4 for (2933ds/985Mi)
% 48.77/7.09  % (25049)Instruction limit reached!
% 48.77/7.09  % (25049)------------------------------
% 48.77/7.09  % (25049)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 48.77/7.09  % (25049)Termination reason: Unknown
% 48.77/7.09  % (25049)Termination phase: Saturation
% 48.77/7.09  
% 48.77/7.09  % (25049)Memory used [KB]: 5873
% 48.77/7.09  % (25049)Time elapsed: 0.329 s
% 48.77/7.09  % (25049)Instructions burned: 736 (million)
% 48.77/7.09  % (25049)------------------------------
% 48.77/7.09  % (25049)------------------------------
% 48.77/7.10  % (25072)lrs-21_1:1_sil=4000:sos=on:lcm=predicate:i=423:sd=2:ss=axioms_0 on Vampire---4 for (2932ds/423Mi)
% 51.90/7.22  % (25066)Instruction limit reached!
% 51.90/7.22  % (25066)------------------------------
% 51.90/7.22  % (25066)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 51.90/7.22  % (25066)Termination reason: Unknown
% 51.90/7.22  % (25066)Termination phase: Saturation
% 51.90/7.22  
% 51.90/7.22  % (25066)Memory used [KB]: 3740
% 51.90/7.22  % (25066)Time elapsed: 0.205 s
% 51.90/7.22  % (25066)Instructions burned: 371 (million)
% 51.90/7.22  % (25066)------------------------------
% 51.90/7.22  % (25066)------------------------------
% 51.90/7.22  % (25074)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 Vampire---4 for (2931ds/454Mi)
% 51.90/7.22  % (25068)Instruction limit reached!
% 51.90/7.22  % (25068)------------------------------
% 51.90/7.22  % (25068)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 51.90/7.22  % (25068)Termination reason: Unknown
% 51.90/7.22  % (25068)Termination phase: Saturation
% 51.90/7.22  
% 51.90/7.22  % (25068)Memory used [KB]: 4044
% 51.90/7.22  % (25068)Time elapsed: 0.210 s
% 51.90/7.22  % (25068)Instructions burned: 379 (million)
% 51.90/7.22  % (25068)------------------------------
% 51.90/7.22  % (25068)------------------------------
% 51.90/7.23  % (25075)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 Vampire---4 for (2931ds/386Mi)
% 52.40/7.33  % (25072)Instruction limit reached!
% 52.40/7.33  % (25072)------------------------------
% 52.40/7.33  % (25072)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 52.40/7.33  % (25072)Termination reason: Unknown
% 52.40/7.33  % (25072)Termination phase: Saturation
% 52.40/7.33  
% 52.40/7.33  % (25072)Memory used [KB]: 2637
% 52.40/7.33  % (25072)Time elapsed: 0.253 s
% 52.40/7.33  % (25072)Instructions burned: 423 (million)
% 52.40/7.33  % (25072)------------------------------
% 52.40/7.33  % (25072)------------------------------
% 52.40/7.33  % (25079)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 Vampire---4 for (2930ds/13056Mi)
% 52.40/7.36  % (25065)Instruction limit reached!
% 52.40/7.36  % (25065)------------------------------
% 52.40/7.36  % (25065)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 52.40/7.36  % (25065)Termination reason: Unknown
% 52.40/7.36  % (25065)Termination phase: Saturation
% 52.40/7.36  
% 52.40/7.36  % (25065)Memory used [KB]: 4914
% 52.40/7.36  % (25065)Time elapsed: 0.375 s
% 52.40/7.36  % (25065)Instructions burned: 745 (million)
% 52.40/7.36  % (25065)------------------------------
% 52.40/7.36  % (25065)------------------------------
% 52.40/7.37  % (25080)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 Vampire---4 for (2930ds/339Mi)
% 53.05/7.40  % (25075)Instruction limit reached!
% 53.05/7.40  % (25075)------------------------------
% 53.05/7.40  % (25075)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 53.05/7.40  % (25075)Termination reason: Unknown
% 53.05/7.40  % (25075)Termination phase: Saturation
% 53.05/7.40  
% 53.05/7.40  % (25075)Memory used [KB]: 2517
% 53.05/7.40  % (25075)Time elapsed: 0.200 s
% 53.05/7.40  % (25075)Instructions burned: 387 (million)
% 53.05/7.40  % (25075)------------------------------
% 53.05/7.40  % (25075)------------------------------
% 53.05/7.41  % (25081)lrs-1011_1:1_sil=16000:urr=ec_only:flr=on:i=244:ep=RST:ss=axioms:sd=1:lsd=50_0 on Vampire---4 for (2929ds/244Mi)
% 53.05/7.43  % (25074)Instruction limit reached!
% 53.05/7.43  % (25074)------------------------------
% 53.05/7.43  % (25074)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 53.05/7.43  % (25074)Termination reason: Unknown
% 53.05/7.43  % (25074)Termination phase: Saturation
% 53.05/7.43  
% 53.05/7.43  % (25074)Memory used [KB]: 3246
% 53.05/7.43  % (25074)Time elapsed: 0.233 s
% 53.05/7.43  % (25074)Instructions burned: 456 (million)
% 53.05/7.43  % (25074)------------------------------
% 53.05/7.43  % (25074)------------------------------
% 53.05/7.44  % (25082)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 Vampire---4 for (2929ds/1147Mi)
% 53.93/7.54  % (25081)Instruction limit reached!
% 53.93/7.54  % (25081)------------------------------
% 53.93/7.54  % (25081)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 53.93/7.54  % (25081)Termination reason: Unknown
% 53.93/7.54  % (25081)Termination phase: Saturation
% 53.93/7.54  
% 53.93/7.54  % (25081)Memory used [KB]: 2624
% 53.93/7.54  % (25081)Time elapsed: 0.133 s
% 53.93/7.54  % (25081)Instructions burned: 245 (million)
% 53.93/7.54  % (25081)------------------------------
% 53.93/7.54  % (25081)------------------------------
% 53.93/7.54  % (25085)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 Vampire---4 for (2928ds/318Mi)
% 53.93/7.55  % (25080)Instruction limit reached!
% 53.93/7.55  % (25080)------------------------------
% 53.93/7.55  % (25080)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 53.93/7.55  % (25080)Termination reason: Unknown
% 53.93/7.55  % (25080)Termination phase: Saturation
% 53.93/7.55  
% 53.93/7.55  % (25080)Memory used [KB]: 3014
% 53.93/7.55  % (25080)Time elapsed: 0.212 s
% 53.93/7.55  % (25080)Instructions burned: 339 (million)
% 53.93/7.55  % (25080)------------------------------
% 53.93/7.55  % (25080)------------------------------
% 53.93/7.56  % (25070)Instruction limit reached!
% 53.93/7.56  % (25070)------------------------------
% 53.93/7.56  % (25070)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 53.93/7.56  % (25070)Termination reason: Unknown
% 53.93/7.56  % (25070)Termination phase: Saturation
% 53.93/7.56  
% 53.93/7.56  % (25070)Memory used [KB]: 11656
% 53.93/7.56  % (25070)Time elapsed: 0.526 s
% 53.93/7.56  % (25070)Instructions burned: 986 (million)
% 53.93/7.56  % (25070)------------------------------
% 53.93/7.56  % (25070)------------------------------
% 53.93/7.56  % (25086)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 Vampire---4 for (2928ds/391Mi)
% 53.93/7.56  % (25087)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 Vampire---4 for (2928ds/324Mi)
% 54.60/7.65  % (25050)Instruction limit reached!
% 54.60/7.65  % (25050)------------------------------
% 54.60/7.65  % (25050)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 54.60/7.65  % (25050)Termination reason: Unknown
% 54.60/7.65  % (25050)Termination phase: Saturation
% 54.60/7.65  
% 54.60/7.65  % (25050)Memory used [KB]: 16483
% 54.60/7.65  % (25050)Time elapsed: 0.877 s
% 54.60/7.65  % (25050)Instructions burned: 1687 (million)
% 54.60/7.65  % (25050)------------------------------
% 54.60/7.65  % (25050)------------------------------
% 54.60/7.65  % (25090)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 Vampire---4 for (2927ds/382Mi)
% 54.60/7.67  % (25090)Refutation not found, incomplete strategy% (25090)------------------------------
% 54.60/7.67  % (25090)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 54.60/7.67  % (25090)Termination reason: Refutation not found, incomplete strategy
% 54.60/7.67  
% 54.60/7.67  % (25090)Memory used [KB]: 1358
% 54.60/7.67  % (25090)Time elapsed: 0.014 s
% 54.60/7.67  % (25090)Instructions burned: 24 (million)
% 54.60/7.67  % (25090)------------------------------
% 54.60/7.67  % (25090)------------------------------
% 54.60/7.67  % (25091)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 Vampire---4 for (2927ds/378Mi)
% 54.84/7.71  % (25085)Instruction limit reached!
% 54.84/7.71  % (25085)------------------------------
% 54.84/7.71  % (25085)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 54.84/7.71  % (25085)Termination reason: Unknown
% 54.84/7.71  % (25085)Termination phase: Saturation
% 54.84/7.71  
% 54.84/7.71  % (25085)Memory used [KB]: 3173
% 54.84/7.71  % (25085)Time elapsed: 0.166 s
% 54.84/7.71  % (25085)Instructions burned: 319 (million)
% 54.84/7.71  % (25085)------------------------------
% 54.84/7.71  % (25085)------------------------------
% 54.84/7.71  % (25092)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 Vampire---4 for (2926ds/554Mi)
% 54.84/7.72  % (25087)Instruction limit reached!
% 54.84/7.72  % (25087)------------------------------
% 54.84/7.72  % (25087)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 54.84/7.72  % (25087)Termination reason: Unknown
% 54.84/7.72  % (25087)Termination phase: Saturation
% 54.84/7.72  
% 54.84/7.72  % (25087)Memory used [KB]: 3708
% 54.84/7.72  % (25087)Time elapsed: 0.166 s
% 54.84/7.72  % (25087)Instructions burned: 324 (million)
% 54.84/7.72  % (25087)------------------------------
% 54.84/7.72  % (25087)------------------------------
% 54.84/7.73  % (25093)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 Vampire---4 for (2926ds/1166Mi)
% 54.84/7.76  % (25086)Instruction limit reached!
% 54.84/7.76  % (25086)------------------------------
% 54.84/7.76  % (25086)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 54.84/7.76  % (25086)Termination reason: Unknown
% 54.84/7.76  % (25086)Termination phase: Saturation
% 54.84/7.76  
% 54.84/7.76  % (25086)Memory used [KB]: 3905
% 54.84/7.76  % (25086)Time elapsed: 0.210 s
% 54.84/7.76  % (25086)Instructions burned: 391 (million)
% 54.84/7.76  % (25086)------------------------------
% 54.84/7.76  % (25086)------------------------------
% 54.84/7.77  % (25094)lrs+10_1:1_sil=64000:fde=unused:sos=on:i=902:ep=R:fsr=off:ss=included:erd=off_0 on Vampire---4 for (2926ds/902Mi)
% 54.84/7.79  % (25041)Instruction limit reached!
% 54.84/7.79  % (25041)------------------------------
% 54.84/7.79  % (25041)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 54.84/7.79  % (25041)Termination reason: Unknown
% 54.84/7.79  % (25041)Termination phase: Saturation
% 54.84/7.79  
% 54.84/7.79  % (25041)Memory used [KB]: 28966
% 54.84/7.79  % (25041)Time elapsed: 1.159 s
% 54.84/7.79  % (25041)Instructions burned: 1856 (million)
% 54.84/7.79  % (25041)------------------------------
% 54.84/7.79  % (25041)------------------------------
% 54.84/7.80  % (25095)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 Vampire---4 for (2925ds/306Mi)
% 56.88/7.88  % (25091)Instruction limit reached!
% 56.88/7.88  % (25091)------------------------------
% 56.88/7.88  % (25091)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 56.88/7.88  % (25091)Termination reason: Unknown
% 56.88/7.88  % (25091)Termination phase: Saturation
% 56.88/7.88  
% 56.88/7.88  % (25091)Memory used [KB]: 4523
% 56.88/7.88  % (25091)Time elapsed: 0.220 s
% 56.88/7.88  % (25091)Instructions burned: 378 (million)
% 56.88/7.88  % (25091)------------------------------
% 56.88/7.88  % (25091)------------------------------
% 56.88/7.88  % (25100)lrs+1011_1:128_sil=2000:sos=on:st=3.0:i=437:sd=5:bd=off:ss=axioms:av=off_0 on Vampire---4 for (2924ds/437Mi)
% 57.46/7.97  % (25095)Instruction limit reached!
% 57.46/7.97  % (25095)------------------------------
% 57.46/7.97  % (25095)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 57.46/7.97  % (25095)Termination reason: Unknown
% 57.46/7.97  % (25095)Termination phase: Saturation
% 57.46/7.97  
% 57.46/7.97  % (25095)Memory used [KB]: 5980
% 57.46/7.97  % (25095)Time elapsed: 0.174 s
% 57.46/7.97  % (25095)Instructions burned: 306 (million)
% 57.46/7.97  % (25095)------------------------------
% 57.46/7.97  % (25095)------------------------------
% 57.46/7.98  % (25102)lrs+1002_1:1_to=lpo:sil=4000:sos=on:i=3657:sd=1:ss=included_0 on Vampire---4 for (2923ds/3657Mi)
% 58.09/8.01  % (25092)Instruction limit reached!
% 58.09/8.01  % (25092)------------------------------
% 58.09/8.01  % (25092)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 58.09/8.01  % (25092)Termination reason: Unknown
% 58.09/8.01  % (25092)Termination phase: Saturation
% 58.09/8.01  
% 58.09/8.01  % (25092)Memory used [KB]: 6297
% 58.09/8.01  % (25092)Time elapsed: 0.304 s
% 58.09/8.01  % (25092)Instructions burned: 555 (million)
% 58.09/8.01  % (25092)------------------------------
% 58.09/8.01  % (25092)------------------------------
% 58.09/8.02  % (25103)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 Vampire---4 for (2923ds/1850Mi)
% 58.09/8.05  % (25082)Instruction limit reached!
% 58.09/8.05  % (25082)------------------------------
% 58.09/8.05  % (25082)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 58.09/8.05  % (25082)Termination reason: Unknown
% 58.09/8.05  % (25082)Termination phase: Saturation
% 58.09/8.05  
% 58.09/8.05  % (25082)Memory used [KB]: 8150
% 58.09/8.05  % (25082)Time elapsed: 0.615 s
% 58.09/8.05  % (25082)Instructions burned: 1147 (million)
% 58.09/8.05  % (25082)------------------------------
% 58.09/8.05  % (25082)------------------------------
% 58.09/8.05  % (25105)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 Vampire---4 for (2923ds/499Mi)
% 58.57/8.11  % (25100)Instruction limit reached!
% 58.57/8.11  % (25100)------------------------------
% 58.57/8.11  % (25100)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 58.57/8.11  % (25100)Termination reason: Unknown
% 58.57/8.11  % (25100)Termination phase: Saturation
% 58.57/8.11  
% 58.57/8.11  % (25100)Memory used [KB]: 2363
% 58.57/8.11  % (25100)Time elapsed: 0.224 s
% 58.57/8.11  % (25100)Instructions burned: 437 (million)
% 58.57/8.11  % (25100)------------------------------
% 58.57/8.11  % (25100)------------------------------
% 58.67/8.11  % (25107)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 Vampire---4 for (2922ds/419Mi)
% 58.96/8.13  % (25094)Instruction limit reached!
% 58.96/8.13  % (25094)------------------------------
% 58.96/8.13  % (25094)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 58.96/8.14  % (25094)Termination reason: Unknown
% 58.96/8.14  % (25094)Termination phase: Saturation
% 58.96/8.14  
% 58.96/8.14  % (25094)Memory used [KB]: 3786
% 58.96/8.14  % (25094)Time elapsed: 0.368 s
% 58.96/8.14  % (25094)Instructions burned: 903 (million)
% 58.96/8.14  % (25094)------------------------------
% 58.96/8.14  % (25094)------------------------------
% 58.96/8.14  % (25109)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 Vampire---4 for (2922ds/1566Mi)
% 59.48/8.28  % (25093)Instruction limit reached!
% 59.48/8.28  % (25093)------------------------------
% 59.48/8.28  % (25093)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 59.48/8.29  % (25093)Termination reason: Unknown
% 59.48/8.29  % (25093)Termination phase: Saturation
% 59.48/8.29  
% 59.48/8.29  % (25093)Memory used [KB]: 6900
% 59.48/8.29  % (25093)Time elapsed: 0.558 s
% 59.48/8.29  % (25093)Instructions burned: 1167 (million)
% 59.48/8.29  % (25093)------------------------------
% 59.48/8.29  % (25093)------------------------------
% 59.48/8.29  % (25113)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 Vampire---4 for (2920ds/300Mi)
% 59.48/8.31  % (25105)Instruction limit reached!
% 59.48/8.31  % (25105)------------------------------
% 59.48/8.31  % (25105)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 59.48/8.31  % (25105)Termination reason: Unknown
% 59.48/8.31  % (25105)Termination phase: Saturation
% 59.48/8.31  
% 59.48/8.31  % (25105)Memory used [KB]: 6440
% 59.48/8.31  % (25105)Time elapsed: 0.259 s
% 59.48/8.31  % (25105)Instructions burned: 500 (million)
% 59.48/8.31  % (25105)------------------------------
% 59.48/8.31  % (25105)------------------------------
% 59.48/8.31  % (25107)Instruction limit reached!
% 59.48/8.31  % (25107)------------------------------
% 59.48/8.31  % (25107)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 59.48/8.31  % (25107)Termination reason: Unknown
% 59.48/8.31  % (25107)Termination phase: Saturation
% 59.48/8.31  
% 59.48/8.31  % (25107)Memory used [KB]: 2799
% 59.48/8.31  % (25107)Time elapsed: 0.201 s
% 59.48/8.31  % (25107)Instructions burned: 420 (million)
% 59.48/8.31  % (25107)------------------------------
% 59.48/8.31  % (25107)------------------------------
% 59.48/8.31  % (25114)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 Vampire---4 for (2920ds/1509Mi)
% 59.48/8.31  % (25115)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 Vampire---4 for (2920ds/745Mi)
% 61.71/8.44  % (25113)Instruction limit reached!
% 61.71/8.44  % (25113)------------------------------
% 61.71/8.44  % (25113)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 61.71/8.44  % (25113)Termination reason: Unknown
% 61.71/8.44  % (25113)Termination phase: Saturation
% 61.71/8.44  
% 61.71/8.44  % (25113)Memory used [KB]: 4924
% 61.71/8.44  % (25113)Time elapsed: 0.153 s
% 61.71/8.44  % (25113)Instructions burned: 300 (million)
% 61.71/8.44  % (25113)------------------------------
% 61.71/8.44  % (25113)------------------------------
% 61.71/8.45  % (25117)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 Vampire---4 for (2919ds/409Mi)
% 62.83/8.64  % (25063)Instruction limit reached!
% 62.83/8.64  % (25063)------------------------------
% 62.83/8.64  % (25063)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 62.83/8.64  % (25063)Termination reason: Unknown
% 62.83/8.64  % (25063)Termination phase: Saturation
% 62.83/8.64  
% 62.83/8.64  % (25063)Memory used [KB]: 15445
% 62.83/8.64  % (25063)Time elapsed: 1.680 s
% 62.83/8.64  % (25063)Instructions burned: 3870 (million)
% 62.83/8.64  % (25063)------------------------------
% 62.83/8.64  % (25063)------------------------------
% 62.83/8.65  % (25122)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 Vampire---4 for (2917ds/307Mi)
% 63.32/8.67  % (25117)Instruction limit reached!
% 63.32/8.67  % (25117)------------------------------
% 63.32/8.67  % (25117)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 63.32/8.67  % (25117)Termination reason: Unknown
% 63.32/8.67  % (25117)Termination phase: Saturation
% 63.32/8.67  
% 63.32/8.67  % (25117)Memory used [KB]: 5118
% 63.32/8.67  % (25117)Time elapsed: 0.223 s
% 63.32/8.67  % (25117)Instructions burned: 409 (million)
% 63.32/8.67  % (25117)------------------------------
% 63.32/8.67  % (25117)------------------------------
% 63.57/8.67  % (25123)dis+2_8:1_sil=2000:fde=unused:s2a=on:i=804:sd=2:ss=included_0 on Vampire---4 for (2917ds/804Mi)
% 63.81/8.73  % (25115)Instruction limit reached!
% 63.81/8.73  % (25115)------------------------------
% 63.81/8.73  % (25115)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 63.81/8.73  % (25115)Termination reason: Unknown
% 63.81/8.73  % (25115)Termination phase: Saturation
% 63.81/8.73  
% 63.81/8.73  % (25115)Memory used [KB]: 6023
% 63.81/8.73  % (25115)Time elapsed: 0.415 s
% 63.81/8.73  % (25115)Instructions burned: 745 (million)
% 63.81/8.73  % (25115)------------------------------
% 63.81/8.73  % (25115)------------------------------
% 63.99/8.73  % (25124)lrs+2_1:1_sil=16000:sp=occurrence:bce=on:st=5.0:i=2898:sd=12:ss=axioms:sgt=16_0 on Vampire---4 for (2916ds/2898Mi)
% 63.99/8.81  % (25122)Instruction limit reached!
% 63.99/8.81  % (25122)------------------------------
% 63.99/8.81  % (25122)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 63.99/8.81  % (25122)Termination reason: Unknown
% 63.99/8.81  % (25122)Termination phase: Saturation
% 63.99/8.81  
% 63.99/8.81  % (25122)Memory used [KB]: 3042
% 63.99/8.81  % (25122)Time elapsed: 0.170 s
% 63.99/8.81  % (25122)Instructions burned: 307 (million)
% 63.99/8.81  % (25122)------------------------------
% 63.99/8.81  % (25122)------------------------------
% 63.99/8.82  % (25126)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 Vampire---4 for (2915ds/478Mi)
% 66.18/9.00  % (25103)Instruction limit reached!
% 66.18/9.00  % (25103)------------------------------
% 66.18/9.00  % (25103)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 66.18/9.00  % (25103)Termination reason: Unknown
% 66.18/9.00  % (25103)Termination phase: Saturation
% 66.18/9.00  
% 66.18/9.00  % (25103)Memory used [KB]: 8450
% 66.18/9.00  % (25103)Time elapsed: 0.989 s
% 66.18/9.00  % (25103)Instructions burned: 1850 (million)
% 66.18/9.00  % (25103)------------------------------
% 66.18/9.00  % (25103)------------------------------
% 66.18/9.01  % (25129)lrs+1011_1:1_sil=4000:sos=on:st=3.0:i=392:sd=1:ss=axioms_0 on Vampire---4 for (2913ds/392Mi)
% 66.18/9.01  % (25109)Instruction limit reached!
% 66.18/9.01  % (25109)------------------------------
% 66.18/9.01  % (25109)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 66.18/9.01  % (25109)Termination reason: Unknown
% 66.18/9.01  % (25109)Termination phase: Saturation
% 66.18/9.01  
% 66.18/9.01  % (25109)Memory used [KB]: 12779
% 66.18/9.01  % (25109)Time elapsed: 0.872 s
% 66.18/9.01  % (25109)Instructions burned: 1567 (million)
% 66.18/9.01  % (25109)------------------------------
% 66.18/9.01  % (25109)------------------------------
% 66.18/9.01  % (25131)lrs+1010_1:4_sil=2000:tgt=ground:sp=reverse_frequency:nwc=5.0:i=847:av=off:bd=off:kmz=on_0 on Vampire---4 for (2913ds/847Mi)
% 66.45/9.08  % (25126)Instruction limit reached!
% 66.45/9.08  % (25126)------------------------------
% 66.45/9.08  % (25126)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 66.45/9.08  % (25126)Termination reason: Unknown
% 66.45/9.08  % (25126)Termination phase: Saturation
% 66.45/9.08  
% 66.45/9.08  % (25126)Memory used [KB]: 6508
% 66.45/9.08  % (25126)Time elapsed: 0.261 s
% 66.45/9.08  % (25126)Instructions burned: 479 (million)
% 66.45/9.08  % (25126)------------------------------
% 66.45/9.08  % (25126)------------------------------
% 66.45/9.08  % (25123)Instruction limit reached!
% 66.45/9.08  % (25123)------------------------------
% 66.45/9.08  % (25123)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 66.45/9.08  % (25123)Termination reason: Unknown
% 66.45/9.08  % (25123)Termination phase: Saturation
% 66.45/9.08  
% 66.45/9.08  % (25123)Memory used [KB]: 4896
% 66.45/9.08  % (25123)Time elapsed: 0.412 s
% 66.45/9.08  % (25123)Instructions burned: 805 (million)
% 66.45/9.08  % (25123)------------------------------
% 66.45/9.08  % (25123)------------------------------
% 66.45/9.08  % (25134)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 Vampire---4 for (2913ds/394Mi)
% 66.45/9.08  % (25135)dis-1010_3:1_sil=2000:tgt=ground:fde=unused:plsq=on:plsqr=219295,524288:sos=on:plsql=on:rp=on:newcnf=on:i=660:nm=2:av=off:nwc=3.0_0 on Vampire---4 for (2913ds/660Mi)
% 66.85/9.13  % (25114)Instruction limit reached!
% 66.85/9.13  % (25114)------------------------------
% 66.85/9.13  % (25114)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 66.85/9.13  % (25114)Termination reason: Unknown
% 66.85/9.13  % (25114)Termination phase: Saturation
% 66.85/9.13  
% 66.85/9.13  % (25114)Memory used [KB]: 9488
% 66.85/9.13  % (25114)Time elapsed: 0.831 s
% 66.85/9.13  % (25114)Instructions burned: 1510 (million)
% 66.85/9.13  % (25114)------------------------------
% 66.85/9.13  % (25114)------------------------------
% 66.85/9.13  % (25137)dis+1011_4:1_sil=2000:tgt=full:fde=unused:spb=non_intro:nwc=10.0:i=445:av=off_0 on Vampire---4 for (2912ds/445Mi)
% 67.08/9.22  % (25129)Instruction limit reached!
% 67.08/9.22  % (25129)------------------------------
% 67.08/9.22  % (25129)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 67.08/9.22  % (25129)Termination reason: Unknown
% 67.08/9.22  % (25129)Termination phase: Saturation
% 67.08/9.22  
% 67.08/9.22  % (25129)Memory used [KB]: 3468
% 67.08/9.22  % (25129)Time elapsed: 0.239 s
% 67.08/9.22  % (25129)Instructions burned: 393 (million)
% 67.08/9.22  % (25129)------------------------------
% 67.08/9.22  % (25129)------------------------------
% 67.08/9.23  % (25140)lrs+11_1:16_sil=8000:plsq=on:plsqr=1,32:spb=goal:st=2.0:i=895:bd=off:ss=axioms:av=off:sd=15:sup=off_0 on Vampire---4 for (2911ds/895Mi)
% 67.60/9.27  % (25134)Instruction limit reached!
% 67.60/9.27  % (25134)------------------------------
% 67.60/9.27  % (25134)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 67.60/9.27  % (25134)Termination reason: Unknown
% 67.60/9.27  % (25134)Termination phase: Saturation
% 67.60/9.27  
% 67.60/9.27  % (25134)Memory used [KB]: 3525
% 67.60/9.27  % (25134)Time elapsed: 0.215 s
% 67.60/9.27  % (25134)Instructions burned: 395 (million)
% 67.60/9.27  % (25134)------------------------------
% 67.60/9.27  % (25134)------------------------------
% 67.60/9.28  % (25142)dis+11_9519:1048576_bsr=unit_only:sil=2000:tgt=ground:sp=const_max:foolp=on:erd=off:spb=goal:bce=on:rnwc=on:nwc=24.7483:kmz=on:i=571:kws=inv_frequency:ins=3:uhcvi=on:ss=included:sgt=50:rawr=on_0 on Vampire---4 for (2910ds/571Mi)
% 68.01/9.36  % (25135)Instruction limit reached!
% 68.01/9.36  % (25135)------------------------------
% 68.01/9.36  % (25135)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 68.01/9.36  % (25135)Termination reason: Unknown
% 68.01/9.36  % (25135)Termination phase: Saturation
% 68.01/9.36  
% 68.01/9.36  % (25135)Memory used [KB]: 2667
% 68.01/9.36  % (25135)Time elapsed: 0.301 s
% 68.01/9.36  % (25135)Instructions burned: 662 (million)
% 68.01/9.36  % (25135)------------------------------
% 68.01/9.36  % (25135)------------------------------
% 68.01/9.36  % (25137)Instruction limit reached!
% 68.01/9.36  % (25137)------------------------------
% 68.01/9.36  % (25137)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 68.01/9.36  % (25137)Termination reason: Unknown
% 68.01/9.36  % (25137)Termination phase: Saturation
% 68.01/9.36  
% 68.01/9.36  % (25137)Memory used [KB]: 4108
% 68.01/9.36  % (25137)Time elapsed: 0.232 s
% 68.01/9.36  % (25137)Instructions burned: 445 (million)
% 68.01/9.36  % (25137)------------------------------
% 68.01/9.36  % (25137)------------------------------
% 68.01/9.37  % (25144)dis-1010_8:1_sil=64000:sp=occurrence:sos=on:st=2.0:i=597:sd=3:bd=off:ss=axioms:acc=model:to=lpo:sup=off:fs=off:fsr=off:sgt=32_0 on Vampire---4 for (2909ds/597Mi)
% 68.01/9.37  % (25145)dis+1002_1:28_sil=64000:sos=on:s2agt=8:sac=on:i=2027:s2a=on:s2at=2.5:ep=RSTC_0 on Vampire---4 for (2909ds/2027Mi)
% 68.72/9.42  % (25131)Instruction limit reached!
% 68.72/9.42  % (25131)------------------------------
% 68.72/9.42  % (25131)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 68.72/9.42  % (25131)Termination reason: Unknown
% 68.72/9.42  % (25131)Termination phase: Saturation
% 68.72/9.42  
% 68.72/9.42  % (25131)Memory used [KB]: 4436
% 68.72/9.42  % (25131)Time elapsed: 0.431 s
% 68.72/9.42  % (25131)Instructions burned: 848 (million)
% 68.72/9.42  % (25131)------------------------------
% 68.72/9.42  % (25131)------------------------------
% 68.72/9.43  % (25147)lrs+10_1:16_drc=off:sil=8000:tgt=ground:sp=reverse_arity:spb=non_intro:nwc=10.0:st=3.0:i=6293:bs=unit_only:kws=precedence:ss=axioms:rawr=on:ins=4:awrs=converge:awrsf=220:bd=preordered_0 on Vampire---4 for (2909ds/6293Mi)
% 70.10/9.56  % (25142)Instruction limit reached!
% 70.10/9.56  % (25142)------------------------------
% 70.10/9.56  % (25142)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 70.10/9.56  % (25142)Termination reason: Unknown
% 70.10/9.56  % (25142)Termination phase: Saturation
% 70.10/9.56  
% 70.10/9.56  % (25142)Memory used [KB]: 4445
% 70.10/9.56  % (25142)Time elapsed: 0.284 s
% 70.10/9.56  % (25142)Instructions burned: 572 (million)
% 70.10/9.56  % (25142)------------------------------
% 70.10/9.56  % (25142)------------------------------
% 70.10/9.56  % (25151)lrs-1002_1:17_sil=2000:bce=on:rp=on:nwc=4.0:sac=on:nicw=on:i=485:ep=RS:fsr=off:amm=off:rawr=on:afp=1000_0 on Vampire---4 for (2908ds/485Mi)
% 71.17/9.65  % (25144)Instruction limit reached!
% 71.17/9.65  % (25144)------------------------------
% 71.17/9.65  % (25144)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 71.17/9.65  % (25144)Termination reason: Unknown
% 71.17/9.65  % (25144)Termination phase: Saturation
% 71.17/9.65  
% 71.17/9.65  % (25144)Memory used [KB]: 8765
% 71.17/9.65  % (25144)Time elapsed: 0.283 s
% 71.17/9.65  % (25144)Instructions burned: 597 (million)
% 71.17/9.65  % (25144)------------------------------
% 71.17/9.65  % (25144)------------------------------
% 71.17/9.65  % (25152)lrs-1010_1:1024_anc=all_dependent:to=lpo:sp=const_frequency:sos=on:br=off:nwc=10.0:i=485:nm=30:newcnf=on:sil=8000:bd=off:fde=unused:ss=axioms_0 on Vampire---4 for (2907ds/485Mi)
% 71.17/9.65  % (25140)Instruction limit reached!
% 71.17/9.65  % (25140)------------------------------
% 71.17/9.65  % (25140)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 71.17/9.65  % (25140)Termination reason: Unknown
% 71.17/9.66  % (25140)Termination phase: Saturation
% 71.17/9.66  
% 71.17/9.66  % (25140)Memory used [KB]: 2766
% 71.17/9.66  % (25140)Time elapsed: 0.428 s
% 71.17/9.66  % (25140)Instructions burned: 896 (million)
% 71.17/9.66  % (25140)------------------------------
% 71.17/9.66  % (25140)------------------------------
% 71.17/9.66  % (25153)ott-1010_1032285:1048576_to=lpo:drc=off:sil=2000:tgt=ground:fde=unused:bsd=on:sp=reverse_arity:sos=on:rnwc=on:fd=preordered:nwc=3.32781:s2agt=15:s2a=on:s2pl=on:i=220:s2at=4.5:bs=unit_only:bd=off:nm=14:amm=off:uhcvi=on:rawr=on_0 on Vampire---4 for (2907ds/220Mi)
% 71.64/9.77  % (25151)Instruction limit reached!
% 71.64/9.77  % (25151)------------------------------
% 71.64/9.77  % (25151)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 71.64/9.77  % (25151)Termination reason: Unknown
% 71.64/9.77  % (25151)Termination phase: Saturation
% 71.64/9.77  
% 71.64/9.77  % (25151)Memory used [KB]: 2618
% 71.64/9.77  % (25151)Time elapsed: 0.207 s
% 71.64/9.77  % (25151)Instructions burned: 487 (million)
% 71.64/9.77  % (25151)------------------------------
% 71.64/9.77  % (25151)------------------------------
% 71.64/9.77  % (25156)lrs+1011_722839:524288_sil=4000:tgt=ground:fde=none:plsq=on:plsqr=5516061,65536:sp=const_max:spb=goal:acc=on:lsd=5:fd=preordered:nwc=19.5454:avsqc=4:sac=on:newcnf=on:lwlo=on:avsq=on:i=520:afp=1000000:avsqr=2357819,1048576:bd=off:nm=0:afq=4.85051:uhcvi=on:rawr=on:avsql=on_0 on Vampire---4 for (2905ds/520Mi)
% 72.19/9.78  % (25153)Instruction limit reached!
% 72.19/9.78  % (25153)------------------------------
% 72.19/9.78  % (25153)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 72.19/9.78  % (25153)Termination reason: Unknown
% 72.19/9.78  % (25153)Termination phase: Saturation
% 72.19/9.78  
% 72.19/9.78  % (25153)Memory used [KB]: 2595
% 72.19/9.78  % (25153)Time elapsed: 0.120 s
% 72.19/9.78  % (25153)Instructions burned: 221 (million)
% 72.19/9.78  % (25153)------------------------------
% 72.19/9.78  % (25153)------------------------------
% 72.19/9.78  % (25157)dis-1010_76381:524288_drc=off:sil=4000:irw=on:sp=frequency:lma=on:spb=goal:rnwc=on:gs=on:nwc=13.9901:s2agt=10:kmz=on:updr=off:sac=on:newcnf=on:gsem=on:cond=fast:s2a=on:i=890:s2at=6:kws=inv_frequency:awrs=converge:awrsf=968:bd=off:nm=10:rawr=on:sfv=off:alpa=random_0 on Vampire---4 for (2905ds/890Mi)
% 72.75/9.88  % (25152)Instruction limit reached!
% 72.75/9.88  % (25152)------------------------------
% 72.75/9.88  % (25152)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 72.75/9.88  % (25152)Termination reason: Unknown
% 72.75/9.88  % (25152)Termination phase: Saturation
% 72.75/9.88  
% 72.75/9.88  % (25152)Memory used [KB]: 5451
% 72.75/9.88  % (25152)Time elapsed: 0.234 s
% 72.75/9.88  % (25152)Instructions burned: 485 (million)
% 72.75/9.88  % (25152)------------------------------
% 72.75/9.88  % (25152)------------------------------
% 72.86/9.89  % (25160)lrs+1011_5035:1048576_anc=none:bsr=unit_only:to=lpo:drc=encompass:sil=2000:sims=off:avsql=on:ile=on:sp=const_frequency:erd=off:lma=on:lsd=20:nwc=9.73724:alpa=random:lwlo=on:avsq=on:st=3:i=670:sd=1:avsqr=9159,1048576:awrs=converge:awrsf=302:nm=0:fsr=off:amm=sco:ss=axioms:sgt=50:rawr=on_0 on Vampire---4 for (2904ds/670Mi)
% 73.26/9.92  % (25102)Instruction limit reached!
% 73.26/9.92  % (25102)------------------------------
% 73.26/9.92  % (25102)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 73.26/9.92  % (25102)Termination reason: Unknown
% 73.26/9.92  % (25102)Termination phase: Saturation
% 73.26/9.92  
% 73.26/9.92  % (25102)Memory used [KB]: 11472
% 73.26/9.92  % (25102)Time elapsed: 1.946 s
% 73.26/9.92  % (25102)Instructions burned: 3657 (million)
% 73.26/9.92  % (25102)------------------------------
% 73.26/9.92  % (25102)------------------------------
% 73.26/9.93  % (25161)dis+34_1:1_sil=8000:tgt=full:plsqc=1:plsq=on:plsqr=32,1:rp=on:nwc=10.0:newcnf=on:i=533:sd=1:av=off:ss=axioms_0 on Vampire---4 for (2904ds/533Mi)
% 73.64/10.05  % (25156)Instruction limit reached!
% 73.64/10.05  % (25156)------------------------------
% 73.64/10.05  % (25156)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 73.64/10.05  % (25156)Termination reason: Unknown
% 73.64/10.05  % (25156)Termination phase: Saturation
% 73.64/10.05  
% 73.64/10.05  % (25156)Memory used [KB]: 4742
% 73.64/10.05  % (25156)Time elapsed: 0.281 s
% 73.64/10.05  % (25156)Instructions burned: 520 (million)
% 73.64/10.05  % (25156)------------------------------
% 73.64/10.05  % (25156)------------------------------
% 73.64/10.06  % (25165)lrs-1010_1:1_sil=4000:bsd=on:spb=goal_then_units:s2a=on:i=1222:s2at=2.0:bs=on:sd=4:aac=none:bd=off:nm=16:fsr=off:ss=axioms:sgt=8:kws=precedence:gsp=on_0 on Vampire---4 for (2903ds/1222Mi)
% 75.00/10.18  % (25161)Instruction limit reached!
% 75.00/10.18  % (25161)------------------------------
% 75.00/10.18  % (25161)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 75.00/10.18  % (25161)Termination reason: Unknown
% 75.00/10.18  % (25161)Termination phase: Saturation
% 75.00/10.18  
% 75.00/10.18  % (25161)Memory used [KB]: 3840
% 75.00/10.18  % (25161)Time elapsed: 0.261 s
% 75.00/10.18  % (25161)Instructions burned: 533 (million)
% 75.00/10.18  % (25161)------------------------------
% 75.00/10.18  % (25161)------------------------------
% 75.00/10.19  % (25168)lrs+1011_1:1024_anc=all_dependent:sil=4000:plsqc=3:plsq=on:sp=unary_first:lsd=10:bce=on:i=364:bs=unit_only:afp=50:nm=4:afq=3.79765_0 on Vampire---4 for (2901ds/364Mi)
% 75.92/10.25  % (25145)Instruction limit reached!
% 75.92/10.25  % (25145)------------------------------
% 75.92/10.25  % (25145)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 75.92/10.25  % (25145)Termination reason: Unknown
% 75.92/10.25  % (25145)Termination phase: Saturation
% 75.92/10.25  
% 75.92/10.25  % (25145)Memory used [KB]: 14180
% 75.92/10.25  % (25145)Time elapsed: 0.878 s
% 75.92/10.25  % (25145)Instructions burned: 2027 (million)
% 75.92/10.25  % (25145)------------------------------
% 75.92/10.25  % (25145)------------------------------
% 75.92/10.25  % (25160)Instruction limit reached!
% 75.92/10.25  % (25160)------------------------------
% 75.92/10.25  % (25160)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 75.92/10.25  % (25160)Termination reason: Unknown
% 75.92/10.25  % (25160)Termination phase: Saturation
% 75.92/10.25  
% 75.92/10.25  % (25160)Memory used [KB]: 4286
% 75.92/10.25  % (25160)Time elapsed: 0.364 s
% 75.92/10.25  % (25160)Instructions burned: 670 (million)
% 75.92/10.25  % (25160)------------------------------
% 75.92/10.25  % (25160)------------------------------
% 75.92/10.25  % (25170)lrs+1011_5758689:1048576_bsr=unit_only:drc=off:sil=2000:tgt=full:fde=none:ile=on:foolp=on:lma=on:lsd=100:rnwc=on:nwc=8.10052:updr=off:newcnf=on:lwlo=on:i=1592:kws=precedence:awrs=decay:awrsf=1438:bd=preordered:nm=3:av=off:uhcvi=on:rawr=on:bs=on:ss=included:sd=2:st=5.0:sp=const_max:ins=3:bsd=on:bsdmm=2_0 on Vampire---4 for (2901ds/1592Mi)
% 75.92/10.25  % (25171)dis+33_1930041:1048576_sil=4000:tgt=ground:plsqc=1:plsq=on:plsqr=4356867,524288:sp=frequency:sos=on:lma=on:spb=intro:lcm=reverse:rnwc=on:plsql=on:nwc=24.1115:sac=on:cond=fast:st=1.5:i=1151:bs=on:sd=2:kws=precedence:nm=40:uhcvi=on:ss=axioms:rawr=on:bd=off:nicw=on_0 on Vampire---4 for (2901ds/1151Mi)
% 75.92/10.25  % (25157)Instruction limit reached!
% 75.92/10.25  % (25157)------------------------------
% 75.92/10.25  % (25157)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 75.92/10.25  % (25157)Termination reason: Unknown
% 75.92/10.25  % (25157)Termination phase: Saturation
% 75.92/10.25  
% 75.92/10.25  % (25157)Memory used [KB]: 6008
% 75.92/10.25  % (25157)Time elapsed: 0.476 s
% 75.92/10.25  % (25157)Instructions burned: 890 (million)
% 75.92/10.25  % (25157)------------------------------
% 75.92/10.25  % (25157)------------------------------
% 75.92/10.26  % (25172)lrs+3_1:1_sil=2000:plsq=on:plsqr=23463,524288:sos=on:erd=off:urr=on:bce=on:rp=on:st=2.0:i=615:bs=unit_only:sd=2:bd=off:ss=axioms:rawr=on:anc=none:sac=on:slsq=on:bsr=on:lcm=reverse_0 on Vampire---4 for (2901ds/615Mi)
% 75.92/10.28  % (25124)Instruction limit reached!
% 75.92/10.28  % (25124)------------------------------
% 75.92/10.28  % (25124)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 75.92/10.28  % (25124)Termination reason: Unknown
% 75.92/10.28  % (25124)Termination phase: Saturation
% 75.92/10.28  
% 75.92/10.28  % (25124)Memory used [KB]: 11495
% 75.92/10.28  % (25124)Time elapsed: 1.553 s
% 75.92/10.28  % (25124)Instructions burned: 2898 (million)
% 75.92/10.28  % (25124)------------------------------
% 75.92/10.28  % (25124)------------------------------
% 75.92/10.29  % (25173)lrs+1010_16985:32768_bsr=unit_only:sil=4000:tgt=ground:sp=occurrence:urr=on:lcm=predicate:nwc=16.8291:i=1687:sd=5:kws=precedence:awrs=converge:awrsf=1007:nm=25:ins=4:av=off:fsr=off:ss=axioms:rawr=on:plsq=on:plsql=on:plsqr=11787,131072:uhcvi=on:sims=off_0 on Vampire---4 for (2900ds/1687Mi)
% 76.59/10.41  % (25168)Instruction limit reached!
% 76.59/10.41  % (25168)------------------------------
% 76.59/10.41  % (25168)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 76.59/10.41  % (25168)Termination reason: Unknown
% 76.59/10.41  % (25168)Termination phase: Saturation
% 76.59/10.41  
% 76.59/10.41  % (25168)Memory used [KB]: 5220
% 76.59/10.41  % (25168)Time elapsed: 0.221 s
% 76.59/10.41  % (25168)Instructions burned: 365 (million)
% 76.59/10.41  % (25168)------------------------------
% 76.59/10.41  % (25168)------------------------------
% 76.59/10.41  % (25177)lrs+1011_1:16_sil=2000:plsq=on:plsqr=1,15:urr=on:slsqc=1:slsq=on:st=6.0:i=565:sd=3:fsr=off:ss=included:rawr=on:sup=off:bd=off_0 on Vampire---4 for (2899ds/565Mi)
% 77.24/10.57  % (25172)Instruction limit reached!
% 77.24/10.57  % (25172)------------------------------
% 77.24/10.57  % (25172)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 77.24/10.57  % (25172)Termination reason: Unknown
% 77.24/10.57  % (25172)Termination phase: Saturation
% 77.24/10.57  
% 77.24/10.57  % (25172)Memory used [KB]: 9124
% 77.24/10.57  % (25172)Time elapsed: 0.310 s
% 77.24/10.57  % (25172)Instructions burned: 616 (million)
% 77.24/10.57  % (25172)------------------------------
% 77.24/10.57  % (25172)------------------------------
% 77.24/10.57  % (25180)dis-21_1:1_drc=encompass:sos=on:urr=ec_only:i=2622:ins=1:av=off:ss=axioms:fde=none:sd=3:bsr=on:sil=8000:nm=3_0 on Vampire---4 for (2898ds/2622Mi)
% 77.80/10.68  % (25177)Instruction limit reached!
% 77.80/10.68  % (25177)------------------------------
% 77.80/10.68  % (25177)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 77.80/10.68  % (25177)Termination reason: Unknown
% 77.80/10.68  % (25177)Termination phase: Saturation
% 77.80/10.68  
% 77.80/10.68  % (25177)Memory used [KB]: 4557
% 77.80/10.68  % (25177)Time elapsed: 0.272 s
% 77.80/10.68  % (25177)Instructions burned: 565 (million)
% 77.80/10.68  % (25177)------------------------------
% 77.80/10.68  % (25177)------------------------------
% 77.80/10.69  % (25181)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:st=1.5:i=7323:ss=axioms:sgt=4_0 on Vampire---4 for (2896ds/7323Mi)
% 79.74/10.73  % (25165)Instruction limit reached!
% 79.74/10.73  % (25165)------------------------------
% 79.74/10.73  % (25165)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 79.74/10.73  % (25165)Termination reason: Unknown
% 79.74/10.73  % (25165)Termination phase: Saturation
% 79.74/10.73  
% 79.74/10.73  % (25165)Memory used [KB]: 8181
% 79.74/10.73  % (25165)Time elapsed: 0.675 s
% 79.74/10.73  % (25165)Instructions burned: 1222 (million)
% 79.74/10.73  % (25165)------------------------------
% 79.74/10.73  % (25165)------------------------------
% 79.74/10.73  % (25184)ott-34_1029:1048576_sil=2000:plsq=on:plsqr=1337309,262144:sp=occurrence:sos=on:rnwc=on:plsql=on:nwc=6.00539:flr=on:i=1765:awrs=converge:awrsf=931:nm=2:ss=axioms:rawr=on:sd=3:bd=off:aac=none:afp=10:afq=1.2425605784405938:sac=on_0 on Vampire---4 for (2896ds/1765Mi)
% 80.48/10.85  % (25171)Instruction limit reached!
% 80.48/10.85  % (25171)------------------------------
% 80.48/10.85  % (25171)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 80.48/10.85  % (25171)Termination reason: Unknown
% 80.48/10.85  % (25171)Termination phase: Saturation
% 80.48/10.85  
% 80.48/10.85  % (25171)Memory used [KB]: 9053
% 80.48/10.85  % (25171)Time elapsed: 0.596 s
% 80.48/10.85  % (25171)Instructions burned: 1152 (million)
% 80.48/10.85  % (25171)------------------------------
% 80.48/10.85  % (25171)------------------------------
% 80.48/10.85  % (25188)lrs+1010_1:56_slsqr=3,4:tgt=ground:slsqc=1:slsq=on:i=691:s2at=2.0:bd=off:amm=sco:sac=on:kws=inv_frequency:nwc=2.4:sil=4000:sfv=off:ss=axioms:sgt=32_0 on Vampire---4 for (2895ds/691Mi)
% 81.96/11.11  % (25173)Instruction limit reached!
% 81.96/11.11  % (25173)------------------------------
% 81.96/11.11  % (25173)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 81.96/11.11  % (25173)Termination reason: Unknown
% 81.96/11.11  % (25173)Termination phase: Saturation
% 81.96/11.11  
% 81.96/11.11  % (25173)Memory used [KB]: 13096
% 81.96/11.11  % (25173)Time elapsed: 0.822 s
% 81.96/11.11  % (25173)Instructions burned: 1687 (million)
% 81.96/11.11  % (25173)------------------------------
% 81.96/11.11  % (25173)------------------------------
% 82.05/11.12  % (25194)dis+1011_1:99_anc=none:fde=unused:plsqc=2:bsd=on:plsq=on:plsqr=109,504:sp=reverse_frequency:spb=intro:rp=on:alpa=random:s2a=on:i=700:s2at=-1.0:aac=none:nm=16:rawr=on:sil=256000:acc=model_0 on Vampire---4 for (2892ds/700Mi)
% 82.06/11.18  % (25170)Instruction limit reached!
% 82.06/11.18  % (25170)------------------------------
% 82.06/11.18  % (25170)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 82.06/11.18  % (25170)Termination reason: Unknown
% 82.06/11.18  % (25170)Termination phase: Saturation
% 82.06/11.18  
% 82.06/11.18  % (25170)Memory used [KB]: 7302
% 82.06/11.18  % (25170)Time elapsed: 0.935 s
% 82.06/11.18  % (25170)Instructions burned: 1592 (million)
% 82.06/11.18  % (25170)------------------------------
% 82.06/11.18  % (25170)------------------------------
% 82.06/11.18  % (25195)lrs+35_1:7_sil=2000:tgt=full:fde=unused:sp=occurrence:sos=on:st=3.5:s2pl=no:i=458:bd=off:nm=16:fsr=off:uhcvi=on:ss=axioms:rawr=on_0 on Vampire---4 for (2891ds/458Mi)
% 82.37/11.20  % (25188)Instruction limit reached!
% 82.37/11.20  % (25188)------------------------------
% 82.37/11.20  % (25188)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 82.37/11.20  % (25188)Termination reason: Unknown
% 82.37/11.20  % (25188)Termination phase: Saturation
% 82.37/11.20  
% 82.37/11.20  % (25188)Memory used [KB]: 6216
% 82.37/11.20  % (25188)Time elapsed: 0.352 s
% 82.37/11.20  % (25188)Instructions burned: 692 (million)
% 82.37/11.20  % (25188)------------------------------
% 82.37/11.20  % (25188)------------------------------
% 82.37/11.21  % (25197)lrs+1010_1:1_sil=2000:sp=unary_first:sos=on:erd=off:nwc=10.0:slsq=on:lwlo=on:i=1083:sd=1:kws=precedence:slsql=off:bd=off:nm=4:ss=axioms:urr=on_0 on Vampire---4 for (2891ds/1083Mi)
% 85.46/11.46  % (25194)Instruction limit reached!
% 85.46/11.46  % (25194)------------------------------
% 85.46/11.46  % (25194)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 85.46/11.46  % (25194)Termination reason: Unknown
% 85.46/11.46  % (25194)Termination phase: Saturation
% 85.46/11.46  
% 85.46/11.46  % (25194)Memory used [KB]: 4424
% 85.46/11.46  % (25194)Time elapsed: 0.348 s
% 85.46/11.46  % (25194)Instructions burned: 700 (million)
% 85.46/11.46  % (25194)------------------------------
% 85.46/11.46  % (25194)------------------------------
% 85.46/11.46  % (25195)Instruction limit reached!
% 85.46/11.46  % (25195)------------------------------
% 85.46/11.46  % (25195)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 85.46/11.46  % (25195)Termination reason: Unknown
% 85.46/11.46  % (25195)Termination phase: Saturation
% 85.46/11.46  
% 85.46/11.46  % (25195)Memory used [KB]: 7297
% 85.46/11.46  % (25195)Time elapsed: 0.294 s
% 85.46/11.46  % (25195)Instructions burned: 459 (million)
% 85.46/11.46  % (25195)------------------------------
% 85.46/11.46  % (25195)------------------------------
% 85.46/11.47  % (25205)ott-1010_3376641:1048576_anc=none:to=lpo:sil=4000:tgt=ground:fde=unused:sp=unary_frequency:sos=on:spb=intro:lcm=predicate:fd=preordered:st=3.0:i=1412:sd=1:bd=off:nm=3:ins=2:fsr=off:uhcvi=on:fdi=64:ss=included:sgt=100:newcnf=on:nwc=3.871969461363868_0 on Vampire---4 for (2889ds/1412Mi)
% 85.46/11.47  % (25206)dis+1011_38921:131072_bsr=on:drc=encompass:sil=8000:tgt=full:sp=frequency:sos=on:spb=goal:lcm=reverse:nwc=23.4974:newcnf=on:cond=fast:st=1.5:i=2991:sd=2:bd=preordered:nm=16:av=off:ss=axioms:sgt=10:rawr=on:bsd=on:kws=arity_squared:rp=on:ins=1_0 on Vampire---4 for (2889ds/2991Mi)
% 86.57/11.61  % (25184)Instruction limit reached!
% 86.57/11.61  % (25184)------------------------------
% 86.57/11.61  % (25184)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 86.57/11.61  % (25184)Termination reason: Unknown
% 86.57/11.61  % (25184)Termination phase: Saturation
% 86.57/11.61  
% 86.57/11.61  % (25184)Memory used [KB]: 5366
% 86.57/11.61  % (25184)Time elapsed: 0.879 s
% 86.57/11.61  % (25184)Instructions burned: 1765 (million)
% 86.57/11.61  % (25184)------------------------------
% 86.57/11.61  % (25184)------------------------------
% 86.57/11.61  % (25207)lrs+1011_1:32_sil=2000:lsd=10:rp=on:newcnf=on:i=728:fsr=off:fs=off_0 on Vampire---4 for (2887ds/728Mi)
% 87.30/11.74  % (25197)Instruction limit reached!
% 87.30/11.74  % (25197)------------------------------
% 87.30/11.74  % (25197)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 87.30/11.74  % (25197)Termination reason: Unknown
% 87.30/11.74  % (25197)Termination phase: Saturation
% 87.30/11.74  
% 87.30/11.74  % (25197)Memory used [KB]: 10453
% 87.30/11.74  % (25197)Time elapsed: 0.537 s
% 87.30/11.74  % (25197)Instructions burned: 1083 (million)
% 87.30/11.74  % (25197)------------------------------
% 87.30/11.74  % (25197)------------------------------
% 87.30/11.75  % (25208)dis+2_1:1024_sil=8000:i=4428:kws=precedence:ss=included:sgt=32:rawr=on:sp=unary_frequency:drc=off_0 on Vampire---4 for (2886ds/4428Mi)
% 87.30/11.80  % (25180)Instruction limit reached!
% 87.30/11.80  % (25180)------------------------------
% 87.30/11.80  % (25180)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 87.30/11.80  % (25180)Termination reason: Unknown
% 87.30/11.80  % (25180)Termination phase: Saturation
% 87.30/11.80  
% 87.30/11.80  % (25180)Memory used [KB]: 6129
% 87.30/11.80  % (25180)Time elapsed: 1.226 s
% 87.30/11.80  % (25180)Instructions burned: 2624 (million)
% 87.30/11.80  % (25180)------------------------------
% 87.30/11.80  % (25180)------------------------------
% 87.69/11.80  % (25210)dis-30_282927:1048576_sfv=off:sil=2000:etr=on:sp=unary_first:spb=goal_then_units:abs=on:nwc=11.1969:s2agt=100:kmz=on:cond=fast:st=3:s2a=on:i=523:s2at=1.5:add=large:sd=4:bd=off:nm=25:fsr=off:fsd=on:gsp=on:ss=axioms:er=known:rawr=on:alpa=random:lma=on_0 on Vampire---4 for (2885ds/523Mi)
% 89.34/11.99  % (25207)Instruction limit reached!
% 89.34/11.99  % (25207)------------------------------
% 89.34/11.99  % (25207)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 89.34/11.99  % (25207)Termination reason: Unknown
% 89.34/11.99  % (25207)Termination phase: Saturation
% 89.34/11.99  
% 89.34/11.99  % (25207)Memory used [KB]: 6961
% 89.34/11.99  % (25207)Time elapsed: 0.382 s
% 89.34/11.99  % (25207)Instructions burned: 729 (million)
% 89.34/11.99  % (25207)------------------------------
% 89.34/11.99  % (25207)------------------------------
% 89.34/12.00  % (25213)dis+1_8:1_to=lpo:sil=4000:sos=on:spb=goal_then_units:fd=off:gs=on:newcnf=on:st=5.0:i=326:sd=2:av=off:sup=off:ss=axioms:gsp=on:fde=none:s2a=on:s2agt=8_0 on Vampire---4 for (2883ds/326Mi)
% 90.24/12.08  % (25205)Instruction limit reached!
% 90.24/12.08  % (25205)------------------------------
% 90.24/12.08  % (25205)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 90.24/12.08  % (25205)Termination reason: Unknown
% 90.24/12.08  % (25205)Termination phase: Saturation
% 90.24/12.08  
% 90.24/12.08  % (25205)Memory used [KB]: 6406
% 90.24/12.08  % (25205)Time elapsed: 0.619 s
% 90.24/12.08  % (25205)Instructions burned: 1413 (million)
% 90.24/12.08  % (25205)------------------------------
% 90.24/12.08  % (25205)------------------------------
% 90.24/12.09  % (25214)lrs+1011_1:64_slsqr=117407,1048576:drc=encompass:sil=2000:plsqc=1:plsq=on:plsqr=32300765,1048576:urr=ec_only:rp=on:slsqc=3:slsq=on:i=1262:slsql=off:bd=off:rawr=on:fsr=off:br=off:s2at=2.0_0 on Vampire---4 for (2882ds/1262Mi)
% 90.24/12.09  % (25210)Instruction limit reached!
% 90.24/12.09  % (25210)------------------------------
% 90.24/12.09  % (25210)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 90.24/12.09  % (25210)Termination reason: Unknown
% 90.24/12.09  % (25210)Termination phase: Saturation
% 90.24/12.09  
% 90.24/12.09  % (25210)Memory used [KB]: 4780
% 90.24/12.09  % (25210)Time elapsed: 0.288 s
% 90.24/12.09  % (25210)Instructions burned: 523 (million)
% 90.24/12.09  % (25210)------------------------------
% 90.24/12.09  % (25210)------------------------------
% 90.24/12.09  % (25215)lrs+1011_1:1_sil=2000:sos=on:erd=off:spb=units:st=3.0:i=754:kws=precedence:aac=none:nm=0:ss=axioms_0 on Vampire---4 for (2882ds/754Mi)
% 90.88/12.16  % (25213)Instruction limit reached!
% 90.88/12.16  % (25213)------------------------------
% 90.88/12.16  % (25213)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 90.88/12.16  % (25213)Termination reason: Unknown
% 90.88/12.16  % (25213)Termination phase: Saturation
% 90.88/12.16  
% 90.88/12.16  % (25213)Memory used [KB]: 4922
% 90.88/12.16  % (25213)Time elapsed: 0.166 s
% 90.88/12.16  % (25213)Instructions burned: 328 (million)
% 90.88/12.16  % (25213)------------------------------
% 90.88/12.16  % (25213)------------------------------
% 90.88/12.17  % (25220)lrs+1011_1:1_sil=2000:erd=off:cond=fast:i=637:nm=10:fsr=off:fsd=on:sup=off:bd=off_0 on Vampire---4 for (2882ds/637Mi)
% 92.57/12.46  % (25220)Instruction limit reached!
% 92.57/12.46  % (25220)------------------------------
% 92.57/12.46  % (25220)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 92.57/12.46  % (25220)Termination reason: Unknown
% 92.57/12.46  % (25220)Termination phase: Saturation
% 92.57/12.46  
% 92.57/12.46  % (25220)Memory used [KB]: 2615
% 92.57/12.46  % (25220)Time elapsed: 0.297 s
% 92.57/12.46  % (25220)Instructions burned: 638 (million)
% 92.57/12.46  % (25220)------------------------------
% 92.57/12.46  % (25220)------------------------------
% 92.57/12.47  % (25224)lrs+1010_1:1_to=lpo:sil=2000:sos=on:fd=off:i=155:bd=off_0 on Vampire---4 for (2879ds/155Mi)
% 93.25/12.50  % (25215)Instruction limit reached!
% 93.25/12.50  % (25215)------------------------------
% 93.25/12.50  % (25215)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 93.25/12.50  % (25215)Termination reason: Unknown
% 93.25/12.50  % (25215)Termination phase: Saturation
% 93.25/12.50  
% 93.25/12.50  % (25215)Memory used [KB]: 4854
% 93.25/12.50  % (25215)Time elapsed: 0.412 s
% 93.25/12.50  % (25215)Instructions burned: 755 (million)
% 93.25/12.50  % (25215)------------------------------
% 93.25/12.50  % (25215)------------------------------
% 93.25/12.51  % (25225)lrs-1011_1:1_to=lpo:sil=4000:tgt=ground:sp=reverse_frequency:sos=on:lsd=20:bce=on:flr=on:lwlo=on:st=1.5:i=644:sd=2:ss=axioms_0 on Vampire---4 for (2878ds/644Mi)
% 93.25/12.55  % (25224)Instruction limit reached!
% 93.25/12.55  % (25224)------------------------------
% 93.25/12.55  % (25224)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 93.25/12.55  % (25224)Termination reason: Unknown
% 93.25/12.55  % (25224)Termination phase: Saturation
% 93.25/12.55  
% 93.25/12.55  % (25224)Memory used [KB]: 2543
% 93.25/12.55  % (25224)Time elapsed: 0.108 s
% 93.25/12.55  % (25224)Instructions burned: 156 (million)
% 93.25/12.55  % (25224)------------------------------
% 93.25/12.55  % (25224)------------------------------
% 93.25/12.56  % (25227)dis+1002_8:15_to=lpo:sil=4000:tgt=ground:sp=weighted_frequency:spb=goal_then_units:s2agt=16:nicw=on:st=1.5:s2a=on:i=772:aac=none:nm=32:ss=axioms:sims=off_0 on Vampire---4 for (2878ds/772Mi)
% 95.17/12.71  % (25214)Instruction limit reached!
% 95.17/12.71  % (25214)------------------------------
% 95.17/12.71  % (25214)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 95.17/12.71  % (25214)Termination reason: Unknown
% 95.17/12.71  % (25214)Termination phase: Saturation
% 95.17/12.71  
% 95.17/12.71  % (25214)Memory used [KB]: 11696
% 95.17/12.71  % (25214)Time elapsed: 0.630 s
% 95.17/12.71  % (25214)Instructions burned: 1263 (million)
% 95.17/12.72  % (25214)------------------------------
% 95.17/12.72  % (25214)------------------------------
% 95.84/12.72  % (25233)dis-1011_1:3_nwc=10.0:s2agt=8:s2a=on:i=780:bs=on:av=off:sp=occurrence:sil=2000:si=on:rtra=on:random_seed=2126866997:updr=off:bd=off_0 on Vampire---4 for (2876ds/780Mi)
% 95.84/12.73  % (25147)Instruction limit reached!
% 95.84/12.73  % (25147)------------------------------
% 95.84/12.73  % (25147)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 95.84/12.73  % (25147)Termination reason: Unknown
% 95.84/12.73  % (25147)Termination phase: Saturation
% 95.84/12.73  
% 95.84/12.73  % (25147)Memory used [KB]: 26042
% 95.84/12.73  % (25147)Time elapsed: 3.305 s
% 95.84/12.73  % (25147)Instructions burned: 6294 (million)
% 95.84/12.73  % (25147)------------------------------
% 95.84/12.73  % (25147)------------------------------
% 95.84/12.74  % (25234)dis+1011_5:1_sil=2000:tgt=full:plsqc=1:plsq=on:plsqr=133465761,1048576:spb=non_intro:i=458:nm=2:ins=1:ss=axioms:rawr=on:alpa=true:kws=precedence:fsr=off_0 on Vampire---4 for (2876ds/458Mi)
% 96.72/12.86  % (25225)Instruction limit reached!
% 96.72/12.86  % (25225)------------------------------
% 96.72/12.86  % (25225)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 96.72/12.86  % (25225)Termination reason: Unknown
% 96.72/12.86  % (25225)Termination phase: Saturation
% 96.72/12.86  
% 96.72/12.86  % (25225)Memory used [KB]: 5059
% 96.72/12.86  % (25225)Time elapsed: 0.380 s
% 96.72/12.86  % (25225)Instructions burned: 645 (million)
% 96.72/12.86  % (25225)------------------------------
% 96.72/12.86  % (25225)------------------------------
% 96.72/12.87  % (25236)lrs+1010_1:128_sil=8000:sos=all:urr=full:sac=on:i=659:fsd=on:sup=off:ss=included:st=2.5:sd=7_0 on Vampire---4 for (2875ds/659Mi)
% 97.10/12.95  % (25227)Instruction limit reached!
% 97.10/12.95  % (25227)------------------------------
% 97.10/12.95  % (25227)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 97.10/12.95  % (25227)Termination reason: Unknown
% 97.10/12.95  % (25227)Termination phase: Saturation
% 97.10/12.95  
% 97.10/12.95  % (25227)Memory used [KB]: 5945
% 97.10/12.95  % (25227)Time elapsed: 0.415 s
% 97.10/12.95  % (25227)Instructions burned: 773 (million)
% 97.10/12.95  % (25227)------------------------------
% 97.10/12.95  % (25227)------------------------------
% 97.10/12.95  % (25238)lrs+21_1:1_sil=16000:sos=all:lma=on:i=2327:sd=1:ep=R:ss=axioms_0 on Vampire---4 for (2874ds/2327Mi)
% 97.10/12.98  % (25234)Instruction limit reached!
% 97.10/12.98  % (25234)------------------------------
% 97.10/12.98  % (25234)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 97.10/12.98  % (25234)Termination reason: Unknown
% 97.10/12.98  % (25234)Termination phase: Saturation
% 97.10/12.98  
% 97.10/12.98  % (25234)Memory used [KB]: 4528
% 97.10/12.98  % (25234)Time elapsed: 0.266 s
% 97.10/12.98  % (25234)Instructions burned: 458 (million)
% 97.10/12.98  % (25234)------------------------------
% 97.10/12.98  % (25234)------------------------------
% 97.10/12.98  % (25239)dis+1011_986949:1048576_sil=2000:irw=on:fde=none:ile=on:etr=on:sp=unary_first:bce=on:fd=preordered:rp=on:nwc=22.6584:cond=fast:st=2.5:s2pl=on:i=395:s2at=2:sd=7:kws=precedence:nm=0:ins=1:av=off:gsp=on:ss=axioms:rawr=on:gs=on:lsd=20_0 on Vampire---4 for (2873ds/395Mi)
% 97.97/13.13  % (25233)Instruction limit reached!
% 97.97/13.13  % (25233)------------------------------
% 97.97/13.13  % (25233)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 97.97/13.13  % (25233)Termination reason: Unknown
% 97.97/13.13  % (25233)Termination phase: Saturation
% 97.97/13.13  
% 97.97/13.13  % (25233)Memory used [KB]: 4310
% 97.97/13.13  % (25233)Time elapsed: 0.435 s
% 97.97/13.13  % (25233)Instructions burned: 781 (million)
% 97.97/13.13  % (25233)------------------------------
% 97.97/13.13  % (25233)------------------------------
% 97.97/13.14  % (25242)dis+11_1:1024_sil=2000:tgt=ground:i=1321:awrs=converge:fd=preordered_0 on Vampire---4 for (2872ds/1321Mi)
% 97.97/13.17  % (25206)Instruction limit reached!
% 97.97/13.17  % (25206)------------------------------
% 97.97/13.17  % (25206)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 97.97/13.17  % (25206)Termination reason: Unknown
% 97.97/13.17  % (25206)Termination phase: Saturation
% 97.97/13.17  
% 97.97/13.17  % (25206)Memory used [KB]: 19601
% 97.97/13.17  % (25206)Time elapsed: 1.713 s
% 97.97/13.17  % (25206)Instructions burned: 2991 (million)
% 97.97/13.17  % (25206)------------------------------
% 97.97/13.17  % (25206)------------------------------
% 99.53/13.18  % (25244)dis+21_1:5_sil=4000:urr=on:nwc=2.0:st=1.5:i=523:ss=axioms:slsq=on:slsqc=3:slsqr=1,8:s2at=3.0:fdi=5:ep=RST:br=off_0 on Vampire---4 for (2871ds/523Mi)
% 99.53/13.19  % (25239)Instruction limit reached!
% 99.53/13.19  % (25239)------------------------------
% 99.53/13.19  % (25239)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 99.53/13.19  % (25239)Termination reason: Unknown
% 99.53/13.19  % (25239)Termination phase: Saturation
% 99.53/13.19  
% 99.53/13.19  % (25239)Memory used [KB]: 4596
% 99.53/13.19  % (25239)Time elapsed: 0.213 s
% 99.53/13.19  % (25239)Instructions burned: 396 (million)
% 99.53/13.19  % (25239)------------------------------
% 99.53/13.19  % (25239)------------------------------
% 99.64/13.20  % (25245)dis+1011_1:2_sil=2000:tgt=ground:rp=on:newcnf=on:st=7.0:i=681:sd=1:nm=0:ss=axioms:sgt=32_0 on Vampire---4 for (2871ds/681Mi)
% 99.64/13.20  % (25236)Instruction limit reached!
% 99.64/13.20  % (25236)------------------------------
% 99.64/13.20  % (25236)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 99.64/13.20  % (25236)Termination reason: Unknown
% 99.64/13.20  % (25236)Termination phase: Saturation
% 99.64/13.20  
% 99.64/13.20  % (25236)Memory used [KB]: 6706
% 99.64/13.20  % (25236)Time elapsed: 0.358 s
% 99.64/13.20  % (25236)Instructions burned: 659 (million)
% 99.64/13.20  % (25236)------------------------------
% 99.64/13.20  % (25236)------------------------------
% 99.64/13.20  % (25246)lrs+1011_1:1_sil=16000:sos=all:i=818:sd=2:kws=frequency:bd=off:nm=2:ss=axioms:sup=off_0 on Vampire---4 for (2871ds/818Mi)
% 100.66/13.44  % (25244)Instruction limit reached!
% 100.66/13.44  % (25244)------------------------------
% 100.66/13.44  % (25244)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 100.66/13.44  % (25244)Termination reason: Unknown
% 100.66/13.44  % (25244)Termination phase: Saturation
% 100.66/13.44  
% 100.66/13.44  % (25244)Memory used [KB]: 12967
% 100.66/13.44  % (25244)Time elapsed: 0.254 s
% 100.66/13.44  % (25244)Instructions burned: 524 (million)
% 100.66/13.44  % (25244)------------------------------
% 100.66/13.44  % (25244)------------------------------
% 100.66/13.44  % (25079)Instruction limit reached!
% 100.66/13.44  % (25079)------------------------------
% 100.66/13.44  % (25079)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 100.66/13.44  % (25079)Termination reason: Unknown
% 100.66/13.44  % (25079)Termination phase: Saturation
% 100.66/13.44  
% 100.66/13.44  % (25079)Memory used [KB]: 80482
% 100.66/13.44  % (25079)Time elapsed: 6.132 s
% 100.66/13.44  % (25079)Instructions burned: 13057 (million)
% 100.66/13.44  % (25079)------------------------------
% 100.66/13.44  % (25079)------------------------------
% 100.66/13.44  % (25255)lrs+1011_8:13_slsqr=96,997:drc=off:sil=64000:sp=const_max:spb=goal_then_units:rnwc=on:nwc=5.0:slsq=on:cond=on:i=589:kws=precedence:rawr=on:fd=preordered:av=off:bs=unit_only_0 on Vampire---4 for (2869ds/589Mi)
% 100.66/13.45  % (25256)dis+1010_16550053:1048576_to=lpo:ccuc=small_ones:sil=4000:fde=none:plsq=on:avsql=on:plsqr=34063,1048576:sp=const_min:sos=on:acc=model:plsql=on:nwc=10.3787:avsq=on:i=539:sd=1:avsqr=1084175,1048576:nm=0:amm=off:ss=axioms:bce=on:rawr=on:sup=off:bd=off_0 on Vampire---4 for (2869ds/539Mi)
% 101.65/13.56  % (25245)Instruction limit reached!
% 101.65/13.56  % (25245)------------------------------
% 101.65/13.56  % (25245)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 101.65/13.56  % (25245)Termination reason: Unknown
% 101.65/13.56  % (25245)Termination phase: Saturation
% 101.65/13.56  
% 101.65/13.56  % (25245)Memory used [KB]: 5898
% 101.65/13.56  % (25245)Time elapsed: 0.366 s
% 101.65/13.56  % (25245)Instructions burned: 682 (million)
% 101.65/13.56  % (25245)------------------------------
% 101.65/13.56  % (25245)------------------------------
% 101.65/13.57  % (25259)dis+1011_1:1024_bsr=on:sil=2000:bsd=on:sos=on:newcnf=on:i=701:av=off:fsr=off:plsq=on:plsqr=32,1:sup=off:bd=off_0 on Vampire---4 for (2868ds/701Mi)
% 102.15/13.63  % (25246)Instruction limit reached!
% 102.15/13.63  % (25246)------------------------------
% 102.15/13.63  % (25246)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 102.15/13.63  % (25246)Termination reason: Unknown
% 102.15/13.63  % (25246)Termination phase: Saturation
% 102.15/13.63  
% 102.15/13.63  % (25246)Memory used [KB]: 5846
% 102.15/13.63  % (25246)Time elapsed: 0.430 s
% 102.15/13.63  % (25246)Instructions burned: 818 (million)
% 102.15/13.63  % (25246)------------------------------
% 102.15/13.63  % (25246)------------------------------
% 102.31/13.64  % (25261)lrs+1010_1:32_bsr=on:sil=4000:i=372:nm=2:gsp=on_0 on Vampire---4 for (2867ds/372Mi)
% 102.31/13.71  % (25256)Instruction limit reached!
% 102.31/13.71  % (25256)------------------------------
% 102.31/13.71  % (25256)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 102.31/13.71  % (25256)Termination reason: Unknown
% 102.31/13.71  % (25256)Termination phase: Saturation
% 102.31/13.71  
% 102.31/13.71  % (25256)Memory used [KB]: 3491
% 102.31/13.71  % (25256)Time elapsed: 0.263 s
% 102.31/13.71  % (25256)Instructions burned: 539 (million)
% 102.31/13.71  % (25256)------------------------------
% 102.31/13.71  % (25256)------------------------------
% 102.31/13.72  % (25263)dis+1011_1:28_sil=8000:sp=occurrence:lsd=20:i=1064:bs=on:rawr=on:aer=off:acc=on:cond=fast_0 on Vampire---4 for (2866ds/1064Mi)
% 103.41/13.76  % (25255)Instruction limit reached!
% 103.41/13.76  % (25255)------------------------------
% 103.41/13.76  % (25255)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 103.41/13.76  % (25255)Termination reason: Unknown
% 103.41/13.76  % (25255)Termination phase: Saturation
% 103.41/13.76  
% 103.41/13.76  % (25255)Memory used [KB]: 4879
% 103.41/13.76  % (25255)Time elapsed: 0.324 s
% 103.41/13.76  % (25255)Instructions burned: 590 (million)
% 103.41/13.76  % (25255)------------------------------
% 103.41/13.76  % (25255)------------------------------
% 103.41/13.77  % (25265)lrs+1002_2:3_drc=off:sil=64000:i=299_0 on Vampire---4 for (2866ds/299Mi)
% 103.96/13.80  % (25208)Instruction limit reached!
% 103.96/13.80  % (25208)------------------------------
% 103.96/13.80  % (25208)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 103.96/13.80  % (25208)Termination reason: Unknown
% 103.96/13.80  % (25208)Termination phase: Saturation
% 103.96/13.80  
% 103.96/13.80  % (25208)Memory used [KB]: 13604
% 103.96/13.80  % (25208)Time elapsed: 2.053 s
% 103.96/13.80  % (25208)Instructions burned: 4428 (million)
% 103.96/13.80  % (25208)------------------------------
% 103.96/13.80  % (25208)------------------------------
% 103.96/13.81  % (25266)lrs+1011_1:1_sil=64000:sos=on:lsd=50:i=861:ep=RST:nm=16:gsp=on:fs=off:fsr=off:ss=axioms:sd=1:st=2.0:flr=on_0 on Vampire---4 for (2865ds/861Mi)
% 103.96/13.81  % (25259)Instruction limit reached!
% 103.96/13.81  % (25259)------------------------------
% 103.96/13.81  % (25259)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 103.96/13.81  % (25259)Termination reason: Unknown
% 103.96/13.81  % (25259)Termination phase: Saturation
% 103.96/13.81  
% 103.96/13.81  % (25259)Memory used [KB]: 1840
% 103.96/13.81  % (25259)Time elapsed: 0.242 s
% 103.96/13.81  % (25259)Instructions burned: 701 (million)
% 103.96/13.81  % (25259)------------------------------
% 103.96/13.81  % (25259)------------------------------
% 103.96/13.81  % (25267)lrs-1011_16:1_bsr=unit_only:to=lpo:sil=64000:plsqc=1:plsq=on:plsqr=48239893,524288:sp=frequency:sos=on:urr=full:rnwc=on:fd=preordered:nwc=10.0:newcnf=on:slsq=on:cond=on:i=981:slsql=off:bd=off:rawr=on:alpa=false:nm=2:ins=1_0 on Vampire---4 for (2865ds/981Mi)
% 103.96/13.83  % (25261)Instruction limit reached!
% 103.96/13.83  % (25261)------------------------------
% 103.96/13.83  % (25261)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 103.96/13.83  % (25261)Termination reason: Unknown
% 103.96/13.83  % (25261)Termination phase: Saturation
% 103.96/13.83  
% 103.96/13.83  % (25261)Memory used [KB]: 3224
% 103.96/13.83  % (25261)Time elapsed: 0.200 s
% 103.96/13.83  % (25261)Instructions burned: 372 (million)
% 103.96/13.83  % (25261)------------------------------
% 103.96/13.83  % (25261)------------------------------
% 103.96/13.84  % (25268)lrs+1011_1:1_sil=16000:sos=on:erd=off:i=1654:nm=2:ep=RST_0 on Vampire---4 for (2865ds/1654Mi)
% 103.96/13.87  % (25242)Instruction limit reached!
% 103.96/13.87  % (25242)------------------------------
% 103.96/13.87  % (25242)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 103.96/13.87  % (25242)Termination reason: Unknown
% 103.96/13.87  % (25242)Termination phase: Saturation
% 103.96/13.87  
% 103.96/13.87  % (25242)Memory used [KB]: 9856
% 103.96/13.87  % (25242)Time elapsed: 0.740 s
% 103.96/13.87  % (25242)Instructions burned: 1321 (million)
% 103.96/13.87  % (25242)------------------------------
% 103.96/13.87  % (25242)------------------------------
% 103.96/13.88  % (25272)lrs+10_1:1_sil=4000:sos=on:acc=on:st=2.5:i=742:bd=off:fsr=off:ss=axioms:sd=3:flr=on:fs=off:fd=off_0 on Vampire---4 for (2864ds/742Mi)
% 105.06/13.94  % (25265)Instruction limit reached!
% 105.06/13.94  % (25265)------------------------------
% 105.06/13.94  % (25265)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 105.06/13.94  % (25265)Termination reason: Unknown
% 105.06/13.94  % (25265)Termination phase: Saturation
% 105.06/13.94  
% 105.06/13.94  % (25265)Memory used [KB]: 3348
% 105.06/13.94  % (25265)Time elapsed: 0.184 s
% 105.06/13.94  % (25265)Instructions burned: 299 (million)
% 105.06/13.94  % (25265)------------------------------
% 105.06/13.94  % (25265)------------------------------
% 105.06/13.95  % (25273)lrs+1011_1:256_sil=32000:spb=goal:i=728:drc=off:kws=precedence:fsr=off:fs=off_0 on Vampire---4 for (2864ds/728Mi)
% 105.80/14.01  % (25238)Instruction limit reached!
% 105.80/14.01  % (25238)------------------------------
% 105.80/14.01  % (25238)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 105.80/14.01  % (25238)Termination reason: Unknown
% 105.80/14.01  % (25238)Termination phase: Saturation
% 105.80/14.01  
% 105.80/14.01  % (25238)Memory used [KB]: 8410
% 105.80/14.01  % (25238)Time elapsed: 1.086 s
% 105.80/14.01  % (25238)Instructions burned: 2327 (million)
% 105.80/14.01  % (25238)------------------------------
% 105.80/14.01  % (25238)------------------------------
% 105.80/14.02  % (25275)lrs-1010_1:32_sfv=off:sil=2000:fde=unused:sp=weighted_frequency:flr=on:s2a=on:i=1270:s2at=7.0:bd=off:kws=precedence_0 on Vampire---4 for (2863ds/1270Mi)
% 106.79/14.21  % (25266)Instruction limit reached!
% 106.79/14.21  % (25266)------------------------------
% 106.79/14.21  % (25266)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 106.79/14.21  % (25266)Termination reason: Unknown
% 106.79/14.21  % (25266)Termination phase: Saturation
% 106.79/14.21  
% 106.79/14.21  % (25266)Memory used [KB]: 5392
% 106.79/14.21  % (25266)Time elapsed: 0.411 s
% 106.79/14.21  % (25266)Instructions burned: 863 (million)
% 106.79/14.21  % (25266)------------------------------
% 106.79/14.21  % (25266)------------------------------
% 106.79/14.22  % (25277)lrs-1003_570689:1048576_bsr=on:drc=encompass:sil=2000:tgt=ground:fde=unused:sp=reverse_frequency:spb=goal:br=off:nwc=8.82575:newcnf=on:i=717:sd=1:kws=precedence:erml=2:nm=11:fsr=off:ss=axioms:er=known:rawr=on:uhcvi=on:av=off_0 on Vampire---4 for (2861ds/717Mi)
% 106.79/14.26  % (25272)Instruction limit reached!
% 106.79/14.26  % (25272)------------------------------
% 106.79/14.26  % (25272)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 106.79/14.26  % (25272)Termination reason: Unknown
% 106.79/14.26  % (25272)Termination phase: Saturation
% 106.79/14.26  
% 106.79/14.26  % (25272)Memory used [KB]: 11700
% 106.79/14.26  % (25272)Time elapsed: 0.379 s
% 106.79/14.26  % (25272)Instructions burned: 742 (million)
% 106.79/14.26  % (25272)------------------------------
% 106.79/14.26  % (25272)------------------------------
% 107.18/14.26  % (25279)lrs+10_1:2_sil=2000:spb=units:nwc=10.0:flr=on:i=914:fsr=off:ss=axioms_0 on Vampire---4 for (2861ds/914Mi)
% 107.18/14.27  % (25263)Instruction limit reached!
% 107.18/14.27  % (25263)------------------------------
% 107.18/14.27  % (25263)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 107.18/14.27  % (25263)Termination reason: Unknown
% 107.18/14.27  % (25263)Termination phase: Saturation
% 107.18/14.27  
% 107.18/14.27  % (25263)Memory used [KB]: 8357
% 107.18/14.27  % (25263)Time elapsed: 0.549 s
% 107.18/14.27  % (25263)Instructions burned: 1065 (million)
% 107.18/14.27  % (25263)------------------------------
% 107.18/14.27  % (25263)------------------------------
% 107.18/14.27  % (25280)lrs+1_1:1024_slsqr=7,4:sil=8000:sp=frequency:urr=on:nwc=2.0:slsqc=3:slsq=on:i=2858:slsql=off:nm=2:av=off:rawr=on:updr=off_0 on Vampire---4 for (2861ds/2858Mi)
% 107.66/14.31  % (25267)Instruction limit reached!
% 107.66/14.31  % (25267)------------------------------
% 107.66/14.31  % (25267)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 107.66/14.31  % (25267)Termination reason: Unknown
% 107.66/14.31  % (25267)Termination phase: Saturation
% 107.66/14.31  
% 107.66/14.31  % (25267)Memory used [KB]: 8427
% 107.66/14.31  % (25267)Time elapsed: 0.496 s
% 107.66/14.31  % (25267)Instructions burned: 982 (million)
% 107.66/14.31  % (25267)------------------------------
% 107.66/14.31  % (25267)------------------------------
% 107.66/14.31  % (25282)dis+2_1:7_anc=all:sil=64000:tgt=ground:plsqc=1:plsq=on:plsqr=734131,65536:sos=on:acc=on:lcm=reverse:fd=preordered:newcnf=on:cond=fast:i=771:sd=2:bd=off:nm=2:uhcvi=on:ss=axioms:rawr=on:slsq=on:slsql=off:irw=on:sac=on:alpa=random_0 on Vampire---4 for (2860ds/771Mi)
% 107.77/14.33  % (25273)Instruction limit reached!
% 107.77/14.33  % (25273)------------------------------
% 107.77/14.33  % (25273)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 107.77/14.33  % (25273)Termination reason: Unknown
% 107.77/14.33  % (25273)Termination phase: Saturation
% 107.77/14.33  
% 107.77/14.33  % (25273)Memory used [KB]: 8278
% 107.77/14.33  % (25273)Time elapsed: 0.382 s
% 107.77/14.33  % (25273)Instructions burned: 728 (million)
% 107.77/14.33  % (25273)------------------------------
% 107.77/14.33  % (25273)------------------------------
% 108.18/14.33  % (25283)dis+1011_10270881:1048576_to=lpo:sil=2000:fde=unused:sp=frequency:sos=on:erd=off:spb=intro:lsd=5:lcm=predicate:rp=on:nwc=7.71797:updr=off:i=1675:nm=9:ins=10:av=off:uhcvi=on_0 on Vampire---4 for (2860ds/1675Mi)
% 108.33/14.47  % (25181)Instruction limit reached!
% 108.33/14.47  % (25181)------------------------------
% 108.33/14.47  % (25181)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 108.33/14.47  % (25181)Termination reason: Unknown
% 108.33/14.47  % (25181)Termination phase: Saturation
% 108.33/14.47  
% 108.33/14.47  % (25181)Memory used [KB]: 30027
% 108.33/14.47  % (25181)Time elapsed: 3.786 s
% 108.33/14.47  % (25181)Instructions burned: 7323 (million)
% 108.33/14.47  % (25181)------------------------------
% 108.33/14.47  % (25181)------------------------------
% 108.33/14.48  % (25287)lrs+11_8:1_sil=2000:tgt=full:fde=none:urr=on:lsd=50:i=1450:kws=inv_frequency:newcnf=on:ins=3:br=off_0 on Vampire---4 for (2859ds/1450Mi)
% 110.76/14.61  % (25277)Instruction limit reached!
% 110.76/14.61  % (25277)------------------------------
% 110.76/14.61  % (25277)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 110.76/14.61  % (25277)Termination reason: Unknown
% 110.76/14.61  % (25277)Termination phase: Saturation
% 110.76/14.61  
% 110.76/14.61  % (25277)Memory used [KB]: 6733
% 110.76/14.61  % (25277)Time elapsed: 0.389 s
% 110.76/14.61  % (25277)Instructions burned: 718 (million)
% 110.76/14.61  % (25277)------------------------------
% 110.76/14.61  % (25277)------------------------------
% 110.76/14.61  % (25289)lrs+1010_3:1_anc=all_dependent:to=lpo:drc=encompass:sil=4000:plsqc=1:plsq=on:plsqr=5192987,65536:sp=occurrence:sos=on:urr=full:bce=on:rp=on:slsq=on:i=878:bd=off:rawr=on:uhcvi=on:avsq=on:avsql=on:alpa=false_0 on Vampire---4 for (2857ds/878Mi)
% 110.84/14.63  % (25268)Instruction limit reached!
% 110.84/14.63  % (25268)------------------------------
% 110.84/14.63  % (25268)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 110.84/14.63  % (25268)Termination reason: Unknown
% 110.84/14.63  % (25268)Termination phase: Saturation
% 110.84/14.63  
% 110.84/14.63  % (25268)Memory used [KB]: 5621
% 110.84/14.63  % (25268)Time elapsed: 0.789 s
% 110.84/14.63  % (25268)Instructions burned: 1654 (million)
% 110.84/14.63  % (25268)------------------------------
% 110.84/14.63  % (25268)------------------------------
% 110.84/14.63  % (25290)dis+21_1:6_sil=256000:i=886:ss=included:sd=5:st=2.0:sp=unary_first:sgt=5:newcnf=on:kws=precedence:spb=non_intro:av=off:fd=off_0 on Vampire---4 for (2857ds/886Mi)
% 110.84/14.65  % (25275)Instruction limit reached!
% 110.84/14.65  % (25275)------------------------------
% 110.84/14.65  % (25275)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 110.84/14.65  % (25275)Termination reason: Unknown
% 110.84/14.65  % (25275)Termination phase: Saturation
% 110.84/14.65  
% 110.84/14.65  % (25275)Memory used [KB]: 5778
% 110.84/14.65  % (25275)Time elapsed: 0.640 s
% 110.84/14.65  % (25275)Instructions burned: 1270 (million)
% 110.84/14.65  % (25275)------------------------------
% 110.84/14.65  % (25275)------------------------------
% 110.84/14.66  % (25291)dis+10_2291:32768_to=lpo:drc=encompass:sil=2000:sp=weighted_frequency:abs=on:nwc=4.89151:s2agt=15:sac=on:st=3:s2a=on:i=888:s2at=4.5:afp=1000000:nm=14:afq=3.57543:ss=axioms:sgt=5:rawr=on:fsr=off:sup=off:fd=off_0 on Vampire---4 for (2857ds/888Mi)
% 111.29/14.72  % (25282)Instruction limit reached!
% 111.29/14.72  % (25282)------------------------------
% 111.29/14.72  % (25282)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 111.29/14.72  % (25282)Termination reason: Unknown
% 111.29/14.72  % (25282)Termination phase: Saturation
% 111.29/14.72  
% 111.29/14.72  % (25282)Memory used [KB]: 5505
% 111.29/14.72  % (25282)Time elapsed: 0.407 s
% 111.29/14.72  % (25282)Instructions burned: 771 (million)
% 111.29/14.72  % (25282)------------------------------
% 111.29/14.72  % (25282)------------------------------
% 111.29/14.72  % (25293)lrs-1011_250219:262144_sil=4000:sp=unary_first:spb=goal_then_units:lcm=predicate:nwc=21.7969:s2agt=100:newcnf=on:s2a=on:i=764:s2at=1.5:kws=frequency:nm=28:av=off:sup=off:ss=included:sgt=15:rawr=on:slsq=on:slsqc=1:slsqr=70283,262144:fd=off:bd=off_0 on Vampire---4 for (2856ds/764Mi)
% 111.29/14.76  % (25279)Instruction limit reached!
% 111.29/14.76  % (25279)------------------------------
% 111.29/14.76  % (25279)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 111.29/14.76  % (25279)Termination reason: Unknown
% 111.29/14.76  % (25279)Termination phase: Saturation
% 111.29/14.76  
% 111.29/14.76  % (25279)Memory used [KB]: 7330
% 111.29/14.76  % (25279)Time elapsed: 0.504 s
% 111.29/14.76  % (25279)Instructions burned: 914 (million)
% 111.29/14.76  % (25279)------------------------------
% 111.29/14.76  % (25279)------------------------------
% 111.29/14.77  % (25294)dis+1011_7877:524288_anc=all:sil=2000:sp=frequency:sos=on:spb=goal_then_units:urr=ec_only:lsd=1:bce=on:lcm=reverse:rnwc=on:fd=preordered:nwc=5.788541892309893:st=4:i=912:sd=1:kws=inv_arity:aac=none:awrs=converge:awrsf=1420:nm=7:uhcvi=on:gsp=on:ss=axioms_0 on Vampire---4 for (2856ds/912Mi)
% 111.95/15.04  % (25289)Instruction limit reached!
% 111.95/15.04  % (25289)------------------------------
% 111.95/15.04  % (25289)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 111.95/15.04  % (25289)Termination reason: Unknown
% 111.95/15.04  % (25289)Termination phase: Saturation
% 111.95/15.04  
% 111.95/15.04  % (25289)Memory used [KB]: 6861
% 111.95/15.04  % (25289)Time elapsed: 0.427 s
% 111.95/15.04  % (25289)Instructions burned: 880 (million)
% 111.95/15.04  % (25289)------------------------------
% 111.95/15.04  % (25289)------------------------------
% 111.95/15.04  % (25301)lrs+1011_1:1_sil=16000:sos=on:i=3626:sd=2:ss=axioms:sgt=16_0 on Vampire---4 for (2853ds/3626Mi)
% 111.95/15.06  % (25293)Instruction limit reached!
% 111.95/15.06  % (25293)------------------------------
% 111.95/15.06  % (25293)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 111.95/15.06  % (25293)Termination reason: Unknown
% 111.95/15.06  % (25293)Termination phase: Saturation
% 111.95/15.06  
% 111.95/15.06  % (25293)Memory used [KB]: 2142
% 111.95/15.06  % (25293)Time elapsed: 0.344 s
% 111.95/15.06  % (25293)Instructions burned: 764 (million)
% 111.95/15.06  % (25293)------------------------------
% 111.95/15.06  % (25293)------------------------------
% 111.95/15.07  % (25302)dis+22_1:1024_sil=8000:plsq=on:plsqr=1,32:fd=off:nwc=2.1:i=850:av=off:ss=axioms:sgt=16:s2pl=on:sup=off_0 on Vampire---4 for (2853ds/850Mi)
% 111.95/15.09  % (25290)Instruction limit reached!
% 111.95/15.09  % (25290)------------------------------
% 111.95/15.09  % (25290)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 111.95/15.09  % (25290)Termination reason: Unknown
% 111.95/15.09  % (25290)Termination phase: Saturation
% 111.95/15.09  
% 111.95/15.09  % (25290)Memory used [KB]: 7364
% 111.95/15.09  % (25290)Time elapsed: 0.466 s
% 111.95/15.09  % (25290)Instructions burned: 886 (million)
% 111.95/15.09  % (25290)------------------------------
% 111.95/15.09  % (25290)------------------------------
% 114.84/15.11  % (25303)lrs+11_1:1_bsr=unit_only:to=lpo:sil=16000:sos=on:spb=goal:urr=on:sac=on:st=2.0:i=1721:sd=2:bd=off:nm=6:ss=axioms:bce=on:sup=off:br=off_0 on Vampire---4 for (2852ds/1721Mi)
% 114.84/15.12  % (25291)Instruction limit reached!
% 114.84/15.12  % (25291)------------------------------
% 114.84/15.12  % (25291)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 114.84/15.12  % (25291)Termination reason: Unknown
% 114.84/15.12  % (25291)Termination phase: Saturation
% 114.84/15.12  
% 114.84/15.12  % (25291)Memory used [KB]: 8940
% 114.84/15.12  % (25291)Time elapsed: 0.461 s
% 114.84/15.12  % (25291)Instructions burned: 889 (million)
% 114.84/15.12  % (25291)------------------------------
% 114.84/15.12  % (25291)------------------------------
% 114.84/15.12  % (25305)lrs+1010_1:1_bsr=on:sil=16000:fde=unused:sp=occurrence:sos=on:urr=ec_only:rp=on:i=2634:sd=2:nm=32:gsp=on:ss=axioms:rawr=on:br=off_0 on Vampire---4 for (2852ds/2634Mi)
% 114.84/15.16  % (25283)Instruction limit reached!
% 114.84/15.16  % (25283)------------------------------
% 114.84/15.16  % (25283)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 114.84/15.16  % (25283)Termination reason: Unknown
% 114.84/15.16  % (25283)Termination phase: Saturation
% 114.84/15.16  
% 114.84/15.16  % (25283)Memory used [KB]: 6703
% 114.84/15.16  % (25283)Time elapsed: 0.825 s
% 114.84/15.16  % (25283)Instructions burned: 1675 (million)
% 114.84/15.16  % (25283)------------------------------
% 114.84/15.16  % (25283)------------------------------
% 114.84/15.16  % (25307)lrs+1010_1:6_to=lpo:sil=2000:sp=weighted_frequency:sos=on:abs=on:newcnf=on:avsq=on:i=598:bs=on:afp=10:afq=4.80437:rawr=on_0 on Vampire---4 for (2852ds/598Mi)
% 114.84/15.17  % (25305)Refutation not found, incomplete strategy% (25305)------------------------------
% 114.84/15.17  % (25305)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 114.84/15.17  % (25305)Termination reason: Refutation not found, incomplete strategy
% 114.84/15.17  
% 114.84/15.17  % (25305)Memory used [KB]: 1885
% 114.84/15.17  % (25305)Time elapsed: 0.053 s
% 114.84/15.17  % (25305)Instructions burned: 102 (million)
% 114.84/15.17  % (25305)------------------------------
% 114.84/15.17  % (25305)------------------------------
% 114.84/15.18  % (25308)dis-1010_1:12_sil=64000:tgt=ground:sp=const_max:bce=on:s2agt=100:cond=on:s2a=on:i=1244:s2at=1.5:nm=16:av=off:awrs=converge:awrsf=462:newcnf=on:br=off:bd=off:rawr=on:plsq=on:plsqr=34203,524288:spb=units_0 on Vampire---4 for (2851ds/1244Mi)
% 114.84/15.18  % (25287)Instruction limit reached!
% 114.84/15.18  % (25287)------------------------------
% 114.84/15.18  % (25287)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 114.84/15.18  % (25287)Termination reason: Unknown
% 114.84/15.18  % (25287)Termination phase: Saturation
% 114.84/15.18  
% 114.84/15.18  % (25287)Memory used [KB]: 9654
% 114.84/15.18  % (25287)Time elapsed: 0.705 s
% 114.84/15.18  % (25287)Instructions burned: 1451 (million)
% 114.84/15.18  % (25287)------------------------------
% 114.84/15.18  % (25287)------------------------------
% 114.84/15.19  % (25309)lrs+1011_1:1_to=lpo:drc=off:sil=16000:bsd=on:fs=off:lsd=5:nwc=2.0:avsq=on:i=1040:sd=3:afp=1000:avsqr=24555,524288:bd=preordered:nm=16:fsr=off:fsd=on:uhcvi=on:ss=axioms:sgt=15:rawr=on:irw=on:etr=on_0 on Vampire---4 for (2851ds/1040Mi)
% 115.50/15.26  % (25294)Instruction limit reached!
% 115.50/15.26  % (25294)------------------------------
% 115.50/15.26  % (25294)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 115.50/15.26  % (25294)Termination reason: Unknown
% 115.50/15.26  % (25294)Termination phase: Saturation
% 115.50/15.26  
% 115.50/15.26  % (25294)Memory used [KB]: 6361
% 115.50/15.26  % (25294)Time elapsed: 0.497 s
% 115.50/15.26  % (25294)Instructions burned: 912 (million)
% 115.50/15.26  % (25294)------------------------------
% 115.50/15.26  % (25294)------------------------------
% 115.50/15.27  % (25310)dis+11_1:32_to=lpo:drc=encompass:sil=8000:i=1658:av=off:bs=on:bsd=on_0 on Vampire---4 for (2850ds/1658Mi)
% 116.13/15.42  % (25302)Instruction limit reached!
% 116.13/15.42  % (25302)------------------------------
% 116.13/15.42  % (25302)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 116.13/15.42  % (25302)Termination reason: Unknown
% 116.13/15.42  % (25302)Termination phase: Saturation
% 116.13/15.42  
% 116.13/15.42  % (25302)Memory used [KB]: 2259
% 116.13/15.42  % (25302)Time elapsed: 0.380 s
% 116.13/15.42  % (25302)Instructions burned: 850 (million)
% 116.13/15.42  % (25302)------------------------------
% 116.13/15.42  % (25302)------------------------------
% 116.13/15.43  % (25312)lrs-2_87835:131072_slsqr=41,13:drc=off:sil=2000:tgt=ground:lcm=predicate:fd=preordered:rp=on:nwc=10.0:slsqc=2:slsq=on:i=744:s2at=3.0:aac=none:awrs=decay:awrsf=30:nm=16:ins=3:rawr=on:bce=on:alpa=false:kws=inv_frequency_0 on Vampire---4 for (2849ds/744Mi)
% 116.13/15.47  % (25307)Instruction limit reached!
% 116.13/15.47  % (25307)------------------------------
% 116.13/15.47  % (25307)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 116.13/15.47  % (25307)Termination reason: Unknown
% 116.13/15.47  % (25307)Termination phase: Saturation
% 116.13/15.47  
% 116.13/15.47  % (25307)Memory used [KB]: 5339
% 116.13/15.47  % (25307)Time elapsed: 0.307 s
% 116.13/15.47  % (25307)Instructions burned: 599 (million)
% 116.13/15.47  % (25307)------------------------------
% 116.13/15.47  % (25307)------------------------------
% 116.13/15.47  % (25313)lrs+1011_1:8_to=lpo:sil=2000:sos=all:urr=ec_only:br=off:nwc=10.0:newcnf=on:st=3.0:i=873:sd=3:bd=off:nm=2:fdi=50:ss=axioms:sfv=off:sac=on_0 on Vampire---4 for (2848ds/873Mi)
% 116.90/15.71  % (25280)Instruction limit reached!
% 116.90/15.71  % (25280)------------------------------
% 116.90/15.71  % (25280)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 116.90/15.71  % (25280)Termination reason: Unknown
% 116.90/15.71  % (25280)Termination phase: Saturation
% 116.90/15.71  
% 116.90/15.71  % (25280)Memory used [KB]: 18412
% 116.90/15.71  % (25280)Time elapsed: 1.439 s
% 116.90/15.71  % (25280)Instructions burned: 2859 (million)
% 116.90/15.71  % (25280)------------------------------
% 116.90/15.71  % (25280)------------------------------
% 116.90/15.71  % (25319)lrs+3_1083:1048576_anc=all_dependent:bsr=on:drc=encompass:sil=4000:fde=none:sims=off:plsq=on:plsqr=483329,262144:sp=occurrence:sos=on:lma=on:bce=on:lcm=reverse:fd=preordered:nwc=11.0613:s2agt=15:s2a=on:i=986:kws=inv_frequency:awrs=decay:awrsf=833:nm=49:amm=sco:uhcvi=on:rawr=on:gs=on_0 on Vampire---4 for (2846ds/986Mi)
% 119.70/15.75  % (25309)Instruction limit reached!
% 119.70/15.75  % (25309)------------------------------
% 119.70/15.75  % (25309)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 119.70/15.75  % (25309)Termination reason: Unknown
% 119.70/15.75  % (25309)Termination phase: Saturation
% 119.70/15.75  
% 119.70/15.75  % (25309)Memory used [KB]: 10270
% 119.70/15.75  % (25309)Time elapsed: 0.567 s
% 119.70/15.75  % (25309)Instructions burned: 1041 (million)
% 119.70/15.75  % (25309)------------------------------
% 119.70/15.75  % (25309)------------------------------
% 119.70/15.76  % (25320)lrs+1666_21:4_bsr=on:slsqr=34561,1048576:to=lpo:drc=off:sil=2000:nwc=5.6:newcnf=on:slsq=on:i=530:nm=0:rawr=on:uhcvi=on:sims=off:bd=preordered:s2a=on:av=off:s2at=2.0:sfv=off_0 on Vampire---4 for (2846ds/530Mi)
% 119.70/15.79  % (25308)Instruction limit reached!
% 119.70/15.79  % (25308)------------------------------
% 119.70/15.79  % (25308)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 119.70/15.79  % (25308)Termination reason: Unknown
% 119.70/15.79  % (25308)Termination phase: Saturation
% 119.70/15.79  
% 119.70/15.79  % (25308)Memory used [KB]: 7047
% 119.70/15.79  % (25308)Time elapsed: 0.610 s
% 119.70/15.79  % (25308)Instructions burned: 1244 (million)
% 119.70/15.79  % (25308)------------------------------
% 119.70/15.79  % (25308)------------------------------
% 119.70/15.79  % (25323)dis-1011_100103:1048576_bsr=on:drc=encompass:sil=2000:tgt=full:bsd=on:ile=on:sp=const_min:rnwc=on:nwc=23.5528:s2agt=30:avsqc=2:avsq=on:s2a=on:i=1000:s2at=6:avsqr=111405,262144:bsdmm=3:nm=40:uhcvi=on:afr=on:ss=axioms:sgt=5:rawr=on:add=large_0 on Vampire---4 for (2845ds/1000Mi)
% 120.34/15.84  % (25312)Instruction limit reached!
% 120.34/15.84  % (25312)------------------------------
% 120.34/15.84  % (25312)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 120.34/15.84  % (25312)Termination reason: Unknown
% 120.34/15.84  % (25312)Termination phase: Saturation
% 120.34/15.84  
% 120.34/15.84  % (25312)Memory used [KB]: 5273
% 120.34/15.84  % (25312)Time elapsed: 0.420 s
% 120.34/15.84  % (25312)Instructions burned: 745 (million)
% 120.34/15.84  % (25312)------------------------------
% 120.34/15.84  % (25312)------------------------------
% 120.34/15.85  % (25313)Instruction limit reached!
% 120.34/15.85  % (25313)------------------------------
% 120.34/15.85  % (25313)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 120.34/15.85  % (25313)Termination reason: Unknown
% 120.34/15.85  % (25313)Termination phase: Saturation
% 120.34/15.85  
% 120.34/15.85  % (25313)Memory used [KB]: 2914
% 120.34/15.85  % (25313)Time elapsed: 0.376 s
% 120.34/15.85  % (25313)Instructions burned: 874 (million)
% 120.34/15.85  % (25313)------------------------------
% 120.34/15.85  % (25313)------------------------------
% 120.34/15.85  % (25324)lrs+11_1:128_st=3.0:i=8742:ss=axioms:av=off:bd=off:to=lpo:sil=256000:nwc=5.0:newcnf=on:fsr=off_0 on Vampire---4 for (2845ds/8742Mi)
% 120.34/15.85  % (25325)lrs+4_5:1_anc=all_dependent:to=lpo:tgt=ground:sp=frequency:sos=on:spb=non_intro:s2a=on:i=2127:sd=2:aac=none:awrs=decay:awrsf=500:bd=off:fsr=off:amm=off:ss=axioms:fs=off:sil=32000_0 on Vampire---4 for (2845ds/2127Mi)
% 120.69/15.96  % (25303)Instruction limit reached!
% 120.69/15.96  % (25303)------------------------------
% 120.69/15.96  % (25303)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 120.69/15.96  % (25303)Termination reason: Unknown
% 120.69/15.96  % (25303)Termination phase: Saturation
% 120.69/15.96  
% 120.69/15.96  % (25303)Memory used [KB]: 12578
% 120.69/15.96  % (25303)Time elapsed: 0.882 s
% 120.69/15.96  % (25303)Instructions burned: 1721 (million)
% 120.69/15.96  % (25303)------------------------------
% 120.69/15.96  % (25303)------------------------------
% 120.69/15.96  % (25326)lrs+21_5:4_sil=2000:tgt=ground:fde=none:sp=reverse_frequency:nwc=10.0:newcnf=on:i=898:av=off_0 on Vampire---4 for (2844ds/898Mi)
% 120.93/16.04  % (25320)Instruction limit reached!
% 120.93/16.04  % (25320)------------------------------
% 120.93/16.04  % (25320)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 120.93/16.04  % (25320)Termination reason: Unknown
% 120.93/16.04  % (25320)Termination phase: Saturation
% 120.93/16.04  
% 120.93/16.04  % (25320)Memory used [KB]: 4926
% 120.93/16.04  % (25320)Time elapsed: 0.283 s
% 120.93/16.04  % (25320)Instructions burned: 531 (million)
% 120.93/16.04  % (25320)------------------------------
% 120.93/16.04  % (25320)------------------------------
% 120.93/16.04  % (25328)lrs+21_3:1_to=lpo:drc=encompass:sil=32000:spb=intro:flr=on:updr=off:i=2270:anc=all:bsd=on:fd=preordered:fsd=on_0 on Vampire---4 for (2843ds/2270Mi)
% 121.45/16.13  % (25310)Instruction limit reached!
% 121.45/16.13  % (25310)------------------------------
% 121.45/16.13  % (25310)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 121.45/16.13  % (25310)Termination reason: Unknown
% 121.45/16.13  % (25310)Termination phase: Saturation
% 121.45/16.13  
% 121.45/16.13  % (25310)Memory used [KB]: 10648
% 121.45/16.13  % (25310)Time elapsed: 0.861 s
% 121.45/16.13  % (25310)Instructions burned: 1658 (million)
% 121.45/16.13  % (25310)------------------------------
% 121.45/16.13  % (25310)------------------------------
% 121.45/16.13  % (25329)lrs+1011_1:1_bsr=unit_only:sil=2000:st=3.5:i=965:sd=4:ss=axioms_0 on Vampire---4 for (2842ds/965Mi)
% 121.58/16.25  % (25319)Instruction limit reached!
% 121.58/16.25  % (25319)------------------------------
% 121.58/16.25  % (25319)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 121.58/16.25  % (25319)Termination reason: Unknown
% 121.58/16.25  % (25319)Termination phase: Saturation
% 121.58/16.25  
% 121.58/16.25  % (25319)Memory used [KB]: 7340
% 121.58/16.25  % (25319)Time elapsed: 0.542 s
% 121.58/16.25  % (25319)Instructions burned: 987 (million)
% 121.58/16.25  % (25319)------------------------------
% 121.58/16.25  % (25319)------------------------------
% 121.58/16.26  % (25331)lrs-1011_8:1_bsr=on:sil=4000:tgt=ground:sos=on:lsd=10:newcnf=on:i=674:bd=off:av=off:ss=axioms:rp=on_0 on Vampire---4 for (2841ds/674Mi)
% 122.21/16.36  % (25323)Instruction limit reached!
% 122.21/16.36  % (25323)------------------------------
% 122.21/16.36  % (25323)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 122.21/16.36  % (25323)Termination reason: Unknown
% 122.21/16.36  % (25323)Termination phase: Saturation
% 122.21/16.36  
% 122.21/16.36  % (25323)Memory used [KB]: 6967
% 122.21/16.36  % (25323)Time elapsed: 0.570 s
% 122.21/16.36  % (25323)Instructions burned: 1001 (million)
% 122.21/16.36  % (25323)------------------------------
% 122.21/16.36  % (25323)------------------------------
% 122.21/16.37  % (25332)dis+1002_25:43_bsr=unit_only:slsqr=1,2:sil=32000:tgt=full:plsq=on:plsqr=93,203:sp=const_min:sos=on:plsql=on:nwc=5.0:alpa=random:newcnf=on:slsq=on:nicw=on:i=3203:add=off:bs=on:slsql=off:fsr=off:uhcvi=on:acc=on_0 on Vampire---4 for (2840ds/3203Mi)
% 125.46/16.46  % (25326)Instruction limit reached!
% 125.46/16.46  % (25326)------------------------------
% 125.46/16.46  % (25326)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 125.46/16.46  % (25326)Termination reason: Unknown
% 125.46/16.46  % (25326)Termination phase: Saturation
% 125.46/16.46  
% 125.46/16.46  % (25326)Memory used [KB]: 6509
% 125.46/16.46  % (25326)Time elapsed: 0.504 s
% 125.46/16.46  % (25326)Instructions burned: 898 (million)
% 125.46/16.46  % (25326)------------------------------
% 125.46/16.46  % (25326)------------------------------
% 125.46/16.46  % (25334)dis-1011_70341:524288_sfv=off:to=lpo:drc=encompass:sil=4000:tgt=ground:sims=off:sp=unary_frequency:sos=on:spb=goal:lcm=reverse:nwc=1.32995:flr=on:sac=on:newcnf=on:cond=fast:i=831:sd=15:aac=none:nm=9:uhcvi=on:ss=axioms:sgt=5:avsq=on:avsqc=3:avsqr=788165,1048576:nicw=on_0 on Vampire---4 for (2839ds/831Mi)
% 126.42/16.63  % (25331)Instruction limit reached!
% 126.42/16.63  % (25331)------------------------------
% 126.42/16.63  % (25331)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 126.42/16.63  % (25331)Termination reason: Unknown
% 126.42/16.63  % (25331)Termination phase: Saturation
% 126.42/16.63  
% 126.42/16.63  % (25331)Memory used [KB]: 4568
% 126.42/16.63  % (25331)Time elapsed: 0.377 s
% 126.42/16.63  % (25331)Instructions burned: 675 (million)
% 126.42/16.63  % (25331)------------------------------
% 126.42/16.63  % (25331)------------------------------
% 126.42/16.64  % (25336)lrs+1011_1:1024_sil=2000:sos=on:lsd=10:i=1796:sd=3:kws=frequency:bd=off:nm=6:av=off:gsp=on:ss=axioms:sgt=64:fde=unused_0 on Vampire---4 for (2837ds/1796Mi)
% 127.14/16.69  % (25329)Instruction limit reached!
% 127.14/16.69  % (25329)------------------------------
% 127.14/16.69  % (25329)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 127.14/16.69  % (25329)Termination reason: Unknown
% 127.14/16.69  % (25329)Termination phase: Saturation
% 127.14/16.69  
% 127.14/16.69  % (25329)Memory used [KB]: 6278
% 127.14/16.69  % (25329)Time elapsed: 0.563 s
% 127.14/16.69  % (25329)Instructions burned: 966 (million)
% 127.14/16.69  % (25329)------------------------------
% 127.14/16.69  % (25329)------------------------------
% 127.14/16.70  % (25338)lrs+1011_1:128_bsr=unit_only:sil=4000:plsq=on:plsqr=27,2:lsd=5:plsql=on:nwc=3.0:i=1423:rawr=on_0 on Vampire---4 for (2836ds/1423Mi)
% 127.45/16.78  % (25325)Instruction limit reached!
% 127.45/16.78  % (25325)------------------------------
% 127.45/16.78  % (25325)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 127.45/16.78  % (25325)Termination reason: Unknown
% 127.45/16.78  % (25325)Termination phase: Saturation
% 127.45/16.78  
% 127.45/16.78  % (25325)Memory used [KB]: 21952
% 127.45/16.78  % (25325)Time elapsed: 0.933 s
% 127.45/16.78  % (25325)Instructions burned: 2128 (million)
% 127.45/16.78  % (25325)------------------------------
% 127.45/16.78  % (25325)------------------------------
% 127.45/16.79  % (25339)lrs-20_4:1_sil=4000:tgt=full:fde=unused:bsd=on:lcm=reverse:fd=preordered:nwc=10.0:lwlo=on:i=991:bsdmm=1:nm=4:gsp=on:rawr=on:fs=off:fsr=off:ins=1:drc=off:urr=ec_only:alpa=false:amm=off_0 on Vampire---4 for (2835ds/991Mi)
% 128.07/16.92  % (25334)Instruction limit reached!
% 128.07/16.92  % (25334)------------------------------
% 128.07/16.92  % (25334)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 128.07/16.92  % (25334)Termination reason: Unknown
% 128.07/16.92  % (25334)Termination phase: Saturation
% 128.07/16.92  
% 128.07/16.92  % (25334)Memory used [KB]: 5604
% 128.07/16.92  % (25334)Time elapsed: 0.455 s
% 128.07/16.92  % (25334)Instructions burned: 832 (million)
% 128.07/16.92  % (25334)------------------------------
% 128.07/16.92  % (25334)------------------------------
% 128.07/16.92  % (25340)lrs+1011_4:59_to=lpo:sil=4000:sp=reverse_arity:acc=on:lsd=20:rp=on:nwc=24.2538:newcnf=on:s2a=on:i=708:s2at=5.0:bs=unit_only:ins=1:rawr=on:afr=on:cond=fast_0 on Vampire---4 for (2834ds/708Mi)
% 129.97/17.02  % (25301)Instruction limit reached!
% 129.97/17.02  % (25301)------------------------------
% 129.97/17.02  % (25301)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 129.97/17.02  % (25301)Termination reason: Unknown
% 129.97/17.02  % (25301)Termination phase: Saturation
% 129.97/17.02  
% 129.97/17.02  % (25301)Memory used [KB]: 11311
% 129.97/17.02  % (25301)Time elapsed: 2.004 s
% 129.97/17.02  % (25301)Instructions burned: 3627 (million)
% 129.97/17.02  % (25301)------------------------------
% 129.97/17.02  % (25301)------------------------------
% 129.97/17.03  % (25342)ott-1011_11873131:1048576_drc=encompass:fde=unused:plsq=on:plsqr=3,59:sp=frequency:urr=on:nwc=13.753829265569435:sac=on:st=1.5:s2a=on:i=35246:sd=3:afp=10:bd=preordered:afq=2.759712924428805:ss=axioms:bs=on:sil=256000:kws=inv_frequency:bce=on:s2agt=8:sgt=8:awrs=decay:awrsf=80:nm=32:rawr=on_0 on Vampire---4 for (2833ds/35246Mi)
% 131.76/17.29  % (25339)Instruction limit reached!
% 131.76/17.29  % (25339)------------------------------
% 131.76/17.29  % (25339)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 131.76/17.29  % (25339)Termination reason: Unknown
% 131.76/17.29  % (25339)Termination phase: Saturation
% 131.76/17.29  
% 131.76/17.29  % (25339)Memory used [KB]: 8258
% 131.76/17.29  % (25339)Time elapsed: 0.507 s
% 131.76/17.29  % (25339)Instructions burned: 991 (million)
% 131.76/17.29  % (25339)------------------------------
% 131.76/17.29  % (25339)------------------------------
% 131.76/17.30  % (25345)lrs-1011_35909:1048576_drc=encompass:sil=2000:tgt=ground:sp=weighted_frequency:spb=goal:fd=preordered:nwc=0.953927:flr=on:s2a=on:i=387:s2at=3:kws=precedence:awrs=decay:awrsf=875:bd=off:nm=3:ins=14:uhcvi=on:rawr=on:s2pl=no:lwlo=on:av=off:fsr=off_0 on Vampire---4 for (2830ds/387Mi)
% 132.11/17.31  % (25340)Instruction limit reached!
% 132.11/17.31  % (25340)------------------------------
% 132.11/17.31  % (25340)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 132.11/17.31  % (25340)Termination reason: Unknown
% 132.11/17.31  % (25340)Termination phase: Saturation
% 132.11/17.31  
% 132.11/17.31  % (25340)Memory used [KB]: 4682
% 132.11/17.31  % (25340)Time elapsed: 0.401 s
% 132.11/17.31  % (25340)Instructions burned: 709 (million)
% 132.11/17.31  % (25340)------------------------------
% 132.11/17.31  % (25340)------------------------------
% 132.11/17.31  % (25346)lrs-1011_1:1024_sil=4000:sos=on:lsd=100:cond=fast:i=1235:av=off:ep=RS:erd=off_0 on Vampire---4 for (2830ds/1235Mi)
% 132.11/17.32  % (25328)Instruction limit reached!
% 132.11/17.32  % (25328)------------------------------
% 132.11/17.32  % (25328)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 132.11/17.32  % (25328)Termination reason: Unknown
% 132.11/17.32  % (25328)Termination phase: Saturation
% 132.11/17.32  
% 132.11/17.32  % (25328)Memory used [KB]: 16996
% 132.11/17.32  % (25328)Time elapsed: 1.283 s
% 132.11/17.32  % (25328)Instructions burned: 2270 (million)
% 132.11/17.32  % (25328)------------------------------
% 132.11/17.32  % (25328)------------------------------
% 132.11/17.33  % (25348)lrs+1011_1:1_sil=2000:sos=on:lsd=10:st=5.0:i=1236:sd=1:ep=RST:nm=2:ss=axioms_0 on Vampire---4 for (2830ds/1236Mi)
% 132.32/17.41  % (25338)Instruction limit reached!
% 132.32/17.41  % (25338)------------------------------
% 132.32/17.41  % (25338)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 132.32/17.41  % (25338)Termination reason: Unknown
% 132.32/17.41  % (25338)Termination phase: Saturation
% 132.32/17.41  
% 132.32/17.41  % (25338)Memory used [KB]: 5848
% 132.32/17.41  % (25338)Time elapsed: 0.715 s
% 132.32/17.41  % (25338)Instructions burned: 1423 (million)
% 132.32/17.41  % (25338)------------------------------
% 132.32/17.41  % (25338)------------------------------
% 132.32/17.42  % (25350)lrs+21_21127:8192_bsr=on:drc=off:sil=2000:tgt=ground:irw=on:plsq=on:plsqr=10683329,262144:sp=reverse_frequency:sos=on:lma=on:spb=goal_then_units:plsql=on:nwc=4.82153:sac=on:newcnf=on:cond=fast:st=1.5:i=970:sd=2:kws=inv_frequency:afp=40000:nm=11:amm=off:afq=4.98182:uhcvi=on:ss=axioms:rawr=on:acc=on_0 on Vampire---4 for (2829ds/970Mi)
% 132.83/17.51  % (25345)Instruction limit reached!
% 132.83/17.51  % (25345)------------------------------
% 132.83/17.51  % (25345)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 132.83/17.51  % (25345)Termination reason: Unknown
% 132.83/17.51  % (25345)Termination phase: Saturation
% 132.83/17.51  
% 132.83/17.51  % (25345)Memory used [KB]: 3803
% 132.83/17.51  % (25345)Time elapsed: 0.237 s
% 132.83/17.51  % (25345)Instructions burned: 388 (million)
% 132.83/17.51  % (25345)------------------------------
% 132.83/17.51  % (25345)------------------------------
% 132.83/17.51  % (25352)lrs+1011_1:10_sil=2000:lsd=100:rp=on:sac=on:s2a=on:i=1033:nm=3:rawr=on:nicw=on_0 on Vampire---4 for (2828ds/1033Mi)
% 135.05/17.69  % (25336)Instruction limit reached!
% 135.05/17.69  % (25336)------------------------------
% 135.05/17.69  % (25336)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 135.05/17.69  % (25336)Termination reason: Unknown
% 135.05/17.69  % (25336)Termination phase: Saturation
% 135.05/17.69  
% 135.05/17.69  % (25336)Memory used [KB]: 17934
% 135.05/17.69  % (25336)Time elapsed: 1.054 s
% 135.05/17.69  % (25336)Instructions burned: 1797 (million)
% 135.05/17.69  % (25336)------------------------------
% 135.05/17.69  % (25336)------------------------------
% 135.05/17.70  % (25358)lrs-1010_1:1024_sp=reverse_frequency:spb=units:s2agt=8:flr=on:s2pl=no:i=1239:s2at=3.0:nm=4:av=off:sfv=off:updr=off:bd=off:sil=8000:fd=off_0 on Vampire---4 for (2826ds/1239Mi)
% 136.00/17.82  % (25346)Instruction limit reached!
% 136.00/17.82  % (25346)------------------------------
% 136.00/17.82  % (25346)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 136.00/17.82  % (25346)Termination reason: Unknown
% 136.00/17.82  % (25346)Termination phase: Saturation
% 136.00/17.82  
% 136.00/17.82  % (25346)Memory used [KB]: 2192
% 136.00/17.82  % (25346)Time elapsed: 0.520 s
% 136.00/17.82  % (25346)Instructions burned: 1235 (million)
% 136.00/17.82  % (25346)------------------------------
% 136.00/17.82  % (25346)------------------------------
% 136.00/17.82  % (25359)dis+1002_1:1_slsqr=1,16:sil=16000:s2agt=32:slsqc=1:slsq=on:s2a=on:i=726:slsql=off:ep=R:tgt=full:sac=on:ss=axioms:st=1.5:sd=4_0 on Vampire---4 for (2825ds/726Mi)
% 137.10/17.96  % (25350)Instruction limit reached!
% 137.10/17.96  % (25350)------------------------------
% 137.10/17.96  % (25350)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 137.10/17.96  % (25350)Termination reason: Unknown
% 137.10/17.96  % (25350)Termination phase: Saturation
% 137.10/17.96  
% 137.10/17.96  % (25350)Memory used [KB]: 7209
% 137.10/17.96  % (25350)Time elapsed: 0.548 s
% 137.10/17.96  % (25350)Instructions burned: 971 (million)
% 137.10/17.96  % (25350)------------------------------
% 137.10/17.96  % (25350)------------------------------
% 137.10/17.97  % (25360)dis+1011_2809:262144_drc=off:sil=2000:tgt=ground:plsq=on:plsqr=450601,524288:sp=reverse_arity:sos=on:foolp=on:rnwc=on:plsql=on:fd=preordered:rp=on:nwc=4.574864195731069:i=1055:bd=preordered:nm=6:fsr=off:ss=axioms:sgt=100:rawr=on:afp=1000:afq=2.7331722210582745_0 on Vampire---4 for (2824ds/1055Mi)
% 137.10/17.98  % (25348)Instruction limit reached!
% 137.10/17.98  % (25348)------------------------------
% 137.10/17.98  % (25348)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 137.10/17.98  % (25348)Termination reason: Unknown
% 137.10/17.98  % (25348)Termination phase: Saturation
% 137.10/17.98  
% 137.10/17.98  % (25348)Memory used [KB]: 5973
% 137.10/17.98  % (25348)Time elapsed: 0.679 s
% 137.10/17.98  % (25348)Instructions burned: 1236 (million)
% 137.10/17.98  % (25348)------------------------------
% 137.10/17.98  % (25348)------------------------------
% 137.10/17.99  % (25362)lrs+1011_2:3_slsqr=4,1:slsqc=1:slsq=on:i=1267:ep=R:av=off:sil=4000:si=on:rtra=on:updr=off:ins=1:nwc=6.24494712:sp=const_min:mep=off:kws=frequency:fdi=1:rawr=on:lsd=5:slsql=off_0 on Vampire---4 for (2823ds/1267Mi)
% 137.47/18.06  % (25352)Instruction limit reached!
% 137.47/18.06  % (25352)------------------------------
% 137.47/18.06  % (25352)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 137.47/18.06  % (25352)Termination reason: Unknown
% 137.47/18.06  % (25352)Termination phase: Saturation
% 137.47/18.06  
% 137.47/18.06  % (25352)Memory used [KB]: 6612
% 137.47/18.06  % (25352)Time elapsed: 0.546 s
% 137.47/18.06  % (25352)Instructions burned: 1033 (million)
% 137.47/18.06  % (25352)------------------------------
% 137.47/18.06  % (25352)------------------------------
% 137.47/18.06  % (25363)dis+2_1:3_sil=8000:nwc=5.0:st=3.0:s2a=on:i=3672:s2at=2.5:sd=3:nm=2:ss=axioms_0 on Vampire---4 for (2823ds/3672Mi)
% 138.59/18.15  % (25332)Instruction limit reached!
% 138.59/18.15  % (25332)------------------------------
% 138.59/18.15  % (25332)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 138.59/18.15  % (25332)Termination reason: Unknown
% 138.59/18.15  % (25332)Termination phase: Saturation
% 138.59/18.15  
% 138.59/18.15  % (25332)Memory used [KB]: 19406
% 138.59/18.15  % (25332)Time elapsed: 1.791 s
% 138.59/18.15  % (25332)Instructions burned: 3203 (million)
% 138.59/18.15  % (25332)------------------------------
% 138.59/18.15  % (25332)------------------------------
% 138.59/18.16  % (25364)lrs-1011_45:128_bsr=unit_only:slsqr=12436881,262144:sil=2000:sp=reverse_frequency:alpa=random:newcnf=on:slsq=on:s2a=on:i=1335:s2at=3.5:ep=R:rawr=on:cond=fast_0 on Vampire---4 for (2822ds/1335Mi)
% 139.23/18.18  % (25359)Instruction limit reached!
% 139.23/18.18  % (25359)------------------------------
% 139.23/18.18  % (25359)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 139.23/18.18  % (25359)Termination reason: Unknown
% 139.23/18.18  % (25359)Termination phase: Saturation
% 139.23/18.18  
% 139.23/18.18  % (25359)Memory used [KB]: 3674
% 139.23/18.18  % (25359)Time elapsed: 0.365 s
% 139.23/18.18  % (25359)Instructions burned: 727 (million)
% 139.23/18.18  % (25359)------------------------------
% 139.23/18.18  % (25359)------------------------------
% 139.23/18.19  % (25366)dis+1002_1:3_to=lpo:drc=off:sil=64000:tgt=full:i=2256:fsr=off_0 on Vampire---4 for (2821ds/2256Mi)
% 139.61/18.30  % (25358)Instruction limit reached!
% 139.61/18.30  % (25358)------------------------------
% 139.61/18.30  % (25358)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 139.61/18.30  % (25358)Termination reason: Unknown
% 139.61/18.30  % (25358)Termination phase: Saturation
% 139.61/18.30  
% 139.61/18.30  % (25358)Memory used [KB]: 3560
% 139.61/18.30  % (25358)Time elapsed: 0.603 s
% 139.61/18.30  % (25358)Instructions burned: 1239 (million)
% 139.61/18.30  % (25358)------------------------------
% 139.61/18.30  % (25358)------------------------------
% 139.61/18.30  % (25368)lrs-1010_1:1_to=lpo:sil=2000:i=1740:sd=2:ss=axioms:av=off:sos=on_0 on Vampire---4 for (2820ds/1740Mi)
% 140.90/18.56  % (25362)Instruction limit reached!
% 140.90/18.56  % (25362)------------------------------
% 140.90/18.56  % (25362)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 140.90/18.56  % (25362)Termination reason: Unknown
% 140.90/18.56  % (25362)Termination phase: Saturation
% 140.90/18.56  
% 140.90/18.56  % (25362)Memory used [KB]: 2468
% 140.90/18.56  % (25362)Time elapsed: 0.577 s
% 140.90/18.56  % (25362)Instructions burned: 1267 (million)
% 140.90/18.56  % (25362)------------------------------
% 140.90/18.56  % (25362)------------------------------
% 140.90/18.57  % (25360)Instruction limit reached!
% 140.90/18.57  % (25360)------------------------------
% 140.90/18.57  % (25360)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 140.90/18.57  % (25360)Termination reason: Unknown
% 140.90/18.57  % (25360)Termination phase: Saturation
% 140.90/18.57  
% 140.90/18.57  % (25360)Memory used [KB]: 8116
% 140.90/18.57  % (25360)Time elapsed: 0.600 s
% 140.90/18.57  % (25360)Instructions burned: 1056 (million)
% 140.90/18.57  % (25360)------------------------------
% 140.90/18.57  % (25360)------------------------------
% 140.90/18.57  % (25373)lrs+34_1:128_sil=2000:tgt=full:fde=unused:sp=unary_first:sos=on:lcm=predicate:i=1126:sd=1:bd=off:av=off:ss=axioms:sgt=8_0 on Vampire---4 for (2818ds/1126Mi)
% 141.41/18.57  % (25374)lrs+1010_1:1_sil=2000:flr=on:nicw=on:st=2.0:i=1080:sd=2:bd=off:fsr=off:ss=axioms_0 on Vampire---4 for (2818ds/1080Mi)
% 141.90/18.76  % (25364)Instruction limit reached!
% 141.90/18.76  % (25364)------------------------------
% 141.90/18.76  % (25364)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 141.90/18.76  % (25364)Termination reason: Unknown
% 141.90/18.76  % (25364)Termination phase: Saturation
% 141.90/18.76  
% 141.90/18.76  % (25364)Memory used [KB]: 5838
% 141.90/18.76  % (25364)Time elapsed: 0.601 s
% 141.90/18.76  % (25364)Instructions burned: 1335 (million)
% 141.90/18.76  % (25364)------------------------------
% 141.90/18.76  % (25364)------------------------------
% 141.90/18.76  % (25375)lrs+1_14223:524288_sil=2000:tgt=ground:fde=unused:sp=const_max:sos=on:foolp=on:spb=goal_then_units:fd=off:nwc=1:newcnf=on:st=6:i=1272:sd=1:nm=4:ins=5:fsr=off:ss=axioms:sgt=20:rawr=on_0 on Vampire---4 for (2816ds/1272Mi)
% 145.92/19.07  % (25373)Instruction limit reached!
% 145.92/19.07  % (25373)------------------------------
% 145.92/19.07  % (25373)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 145.92/19.07  % (25373)Termination reason: Unknown
% 145.92/19.07  % (25373)Termination phase: Saturation
% 145.92/19.07  
% 145.92/19.07  % (25373)Memory used [KB]: 2446
% 145.92/19.07  % (25373)Time elapsed: 0.505 s
% 145.92/19.07  % (25373)Instructions burned: 1127 (million)
% 145.92/19.07  % (25373)------------------------------
% 145.92/19.07  % (25373)------------------------------
% 145.92/19.07  % (25378)lrs+1011_3:25_anc=all_dependent:drc=off:sil=2000:tgt=full:bsd=on:spb=goal:bce=on:nwc=4.3:avsqc=1:avsq=on:st=3.0:i=915:afp=10:aer=off:afq=4.97351:afr=on:ss=axioms:rawr=on:acc=on:rp=on:bsr=on:sp=unary_frequency_0 on Vampire---4 for (2813ds/915Mi)
% 146.69/19.16  % (25374)Instruction limit reached!
% 146.69/19.16  % (25374)------------------------------
% 146.69/19.16  % (25374)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 146.69/19.16  % (25374)Termination reason: Unknown
% 146.69/19.16  % (25374)Termination phase: Saturation
% 146.69/19.16  
% 146.69/19.16  % (25374)Memory used [KB]: 7878
% 146.69/19.16  % (25374)Time elapsed: 0.588 s
% 146.69/19.16  % (25374)Instructions burned: 1080 (million)
% 146.69/19.16  % (25374)------------------------------
% 146.69/19.16  % (25374)------------------------------
% 146.69/19.16  % (25379)ott+1010_44611:524288_bsr=on:to=lpo:drc=off:sil=2000:irw=on:sp=frequency:sos=on:abs=on:bce=on:br=off:nwc=24.1339:s2agt=5:flr=on:avsq=on:s2a=on:i=918:s2at=2.5:avsqr=1250579,1048576:awrs=decay:awrsf=586:nm=23:rawr=on:uhcvi=on_0 on Vampire---4 for (2812ds/918Mi)
% 146.69/19.19  % (25368)Instruction limit reached!
% 146.69/19.19  % (25368)------------------------------
% 146.69/19.19  % (25368)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 146.69/19.19  % (25368)Termination reason: Unknown
% 146.69/19.19  % (25368)Termination phase: Saturation
% 146.69/19.19  
% 146.69/19.19  % (25368)Memory used [KB]: 5817
% 146.69/19.19  % (25368)Time elapsed: 0.888 s
% 146.69/19.19  % (25368)Instructions burned: 1740 (million)
% 146.69/19.19  % (25368)------------------------------
% 146.69/19.19  % (25368)------------------------------
% 146.69/19.19  % (25381)lrs+2_8:1_drc=encompass:sil=2000:tgt=ground:fde=unused:urr=full:i=272:sup=off:slsq=on:slsql=off:slsqc=1:slsqr=1,2:s2at=5.0:br=off_0 on Vampire---4 for (2811ds/272Mi)
% 147.86/19.33  % (25381)Instruction limit reached!
% 147.86/19.33  % (25381)------------------------------
% 147.86/19.33  % (25381)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 147.86/19.33  % (25381)Termination reason: Unknown
% 147.86/19.33  % (25381)Termination phase: Saturation
% 147.86/19.33  
% 147.86/19.33  % (25381)Memory used [KB]: 4005
% 147.86/19.33  % (25381)Time elapsed: 0.143 s
% 147.86/19.33  % (25381)Instructions burned: 273 (million)
% 147.86/19.33  % (25381)------------------------------
% 147.86/19.33  % (25381)------------------------------
% 147.86/19.34  % (25382)lrs+1011_6:11_bsr=on:slsqr=4477783,262144:sil=8000:tgt=ground:rp=on:nwc=1.2:slsqc=3:newcnf=on:slsq=on:s2a=on:i=1194:s2at=4.0:sd=5:slsql=off:nm=2:amm=off:ss=axioms:sgt=20:bd=off:updr=off_0 on Vampire---4 for (2810ds/1194Mi)
% 149.28/19.43  % (25366)Instruction limit reached!
% 149.28/19.43  % (25366)------------------------------
% 149.28/19.43  % (25366)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 149.28/19.43  % (25366)Termination reason: Unknown
% 149.28/19.43  % (25366)Termination phase: Saturation
% 149.28/19.43  
% 149.28/19.43  % (25366)Memory used [KB]: 11432
% 149.28/19.43  % (25366)Time elapsed: 1.240 s
% 149.28/19.43  % (25366)Instructions burned: 2256 (million)
% 149.28/19.43  % (25366)------------------------------
% 149.28/19.43  % (25366)------------------------------
% 149.28/19.44  % (25383)lrs+1011_1:1_sil=2000:sos=on:br=off:flr=on:i=925:sd=2:ep=RS:nm=4:ss=axioms_0 on Vampire---4 for (2809ds/925Mi)
% 149.28/19.44  % (25383)Refutation not found, incomplete strategy% (25383)------------------------------
% 149.28/19.44  % (25383)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 149.28/19.44  % (25383)Termination reason: Refutation not found, incomplete strategy
% 149.28/19.44  
% 149.28/19.44  % (25383)Memory used [KB]: 1289
% 149.28/19.44  % (25383)Time elapsed: 0.009 s
% 149.28/19.44  % (25383)Instructions burned: 15 (million)
% 149.28/19.44  % (25383)------------------------------
% 149.28/19.44  % (25383)------------------------------
% 149.28/19.45  % (25384)dis+11_12:7_sil=32000:sp=weighted_frequency:sos=on:urr=ec_only:lsd=1:sac=on:i=1140:bd=off:nm=2:rawr=on:nicw=on:bs=unit_only:flr=on:ss=axioms:st=2.5_0 on Vampire---4 for (2809ds/1140Mi)
% 149.28/19.50  % (25375)Instruction limit reached!
% 149.28/19.50  % (25375)------------------------------
% 149.28/19.50  % (25375)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 149.28/19.50  % (25375)Termination reason: Unknown
% 149.28/19.50  % (25375)Termination phase: Saturation
% 149.28/19.50  
% 149.28/19.50  % (25375)Memory used [KB]: 10278
% 149.28/19.50  % (25375)Time elapsed: 0.740 s
% 149.28/19.50  % (25375)Instructions burned: 1272 (million)
% 149.28/19.50  % (25375)------------------------------
% 149.28/19.50  % (25375)------------------------------
% 149.28/19.51  % (25385)lrs-1010_54669:524288_sp=const_frequency:sac=on:cond=fast:i=5234:afp=300:aac=none:bd=off:sims=off:aer=off:flr=on:tgt=ground:sil=256000:sfv=off:kws=precedence:alpa=random:spb=intro:s2a=on:s2agt=50:s2at=5.0:updr=off_0 on Vampire---4 for (2808ds/5234Mi)
% 149.93/19.56  % (25378)Instruction limit reached!
% 149.93/19.56  % (25378)------------------------------
% 149.93/19.56  % (25378)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 149.93/19.56  % (25378)Termination reason: Unknown
% 149.93/19.56  % (25378)Termination phase: Saturation
% 149.93/19.56  
% 149.93/19.56  % (25378)Memory used [KB]: 7553
% 149.93/19.56  % (25378)Time elapsed: 0.489 s
% 149.93/19.56  % (25378)Instructions burned: 915 (million)
% 149.93/19.56  % (25378)------------------------------
% 149.93/19.56  % (25378)------------------------------
% 149.93/19.56  % (25386)lrs-1010_2:1_anc=all_dependent:drc=encompass:sil=16000:plsq=on:plsqr=5,127:sp=unary_frequency:sos=on:spb=non_intro:bce=on:plsql=on:nwc=3.7:s2a=on:i=1344:s2at=7.0:kws=inv_arity_squared:amm=off:rawr=on:bs=on_0 on Vampire---4 for (2808ds/1344Mi)
% 149.93/19.60  % (25379)Instruction limit reached!
% 149.93/19.60  % (25379)------------------------------
% 149.93/19.60  % (25379)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 149.93/19.60  % (25379)Termination reason: Unknown
% 149.93/19.60  % (25379)Termination phase: Saturation
% 149.93/19.60  
% 149.93/19.60  % (25379)Memory used [KB]: 6556
% 149.93/19.60  % (25379)Time elapsed: 0.441 s
% 149.93/19.60  % (25379)Instructions burned: 920 (million)
% 149.93/19.60  % (25379)------------------------------
% 149.93/19.60  % (25379)------------------------------
% 149.93/19.61  % (25387)lrs-1010_552419:524288_sfv=off:slsqr=21968697,524288:to=lpo:drc=off:plsq=on:plsqr=95593,524288:sp=frequency:rp=on:flr=on:slsq=on:i=1495:rawr=on:sil=16000_0 on Vampire---4 for (2807ds/1495Mi)
% 151.24/19.81  % (25363)Instruction limit reached!
% 151.24/19.81  % (25363)------------------------------
% 151.24/19.81  % (25363)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 151.24/19.81  % (25363)Termination reason: Unknown
% 151.24/19.81  % (25363)Termination phase: Saturation
% 151.24/19.81  
% 151.24/19.81  % (25363)Memory used [KB]: 31487
% 151.24/19.81  % (25363)Time elapsed: 1.753 s
% 151.24/19.81  % (25363)Instructions burned: 3673 (million)
% 151.24/19.81  % (25363)------------------------------
% 151.24/19.81  % (25363)------------------------------
% 151.27/19.82  % (25388)dis+1_1:64_sil=16000:sp=reverse_frequency:fd=off:nwc=5.0:sac=on:newcnf=on:i=2466:ss=included:sd=7:st=4.0:fsr=off_0 on Vampire---4 for (2805ds/2466Mi)
% 151.58/19.92  % (25324)Instruction limit reached!
% 151.58/19.92  % (25324)------------------------------
% 151.58/19.92  % (25324)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 151.58/19.92  % (25324)Termination reason: Unknown
% 151.58/19.92  % (25324)Termination phase: Saturation
% 151.58/19.92  
% 151.58/19.92  % (25324)Memory used [KB]: 30686
% 151.58/19.92  % (25324)Time elapsed: 4.071 s
% 151.58/19.92  % (25324)Instructions burned: 8742 (million)
% 151.58/19.92  % (25324)------------------------------
% 151.58/19.92  % (25324)------------------------------
% 151.58/19.93  % (25391)lrs+11_1:1024_bsr=unit_only:drc=off:sil=4000:sp=unary_frequency:urr=ec_only:fd=preordered:gs=on:i=1418:kws=inv_arity_squared:av=off:fsr=off:nwc=10.0_0 on Vampire---4 for (2804ds/1418Mi)
% 151.58/19.97  % (25384)Instruction limit reached!
% 151.58/19.97  % (25384)------------------------------
% 151.58/19.97  % (25384)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 151.58/19.97  % (25384)Termination reason: Unknown
% 151.58/19.97  % (25384)Termination phase: Saturation
% 151.58/19.97  
% 151.58/19.97  % (25384)Memory used [KB]: 5933
% 151.58/19.97  % (25384)Time elapsed: 0.522 s
% 151.58/19.97  % (25384)Instructions burned: 1143 (million)
% 151.58/19.97  % (25384)------------------------------
% 151.58/19.97  % (25384)------------------------------
% 151.58/19.97  % (25393)dis-1011_16:13_sil=4000:bsd=on:erd=off:slsq=on:i=1419:sd=1:slsql=off:fsr=off:ss=included_0 on Vampire---4 for (2804ds/1419Mi)
% 151.58/19.98  % (25382)Instruction limit reached!
% 151.58/19.98  % (25382)------------------------------
% 151.58/19.98  % (25382)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 151.58/19.98  % (25382)Termination reason: Unknown
% 151.58/19.98  % (25382)Termination phase: Saturation
% 151.58/19.98  
% 151.58/19.98  % (25382)Memory used [KB]: 8999
% 151.58/19.98  % (25382)Time elapsed: 0.649 s
% 151.58/19.98  % (25382)Instructions burned: 1195 (million)
% 151.58/19.98  % (25382)------------------------------
% 151.58/19.98  % (25382)------------------------------
% 152.27/19.99  % (25394)lrs-1010_1:1_drc=off:sil=16000:sos=on:flr=on:i=1909:bd=off:nm=6:ss=included:alpa=false:fs=off:fsr=off_0 on Vampire---4 for (2803ds/1909Mi)
% 154.89/20.15  % (25386)Instruction limit reached!
% 154.89/20.15  % (25386)------------------------------
% 154.89/20.15  % (25386)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 154.89/20.15  % (25386)Termination reason: Unknown
% 154.89/20.15  % (25386)Termination phase: Saturation
% 154.89/20.15  
% 154.89/20.15  % (25386)Memory used [KB]: 9338
% 154.89/20.15  % (25386)Time elapsed: 0.586 s
% 154.89/20.15  % (25386)Instructions burned: 1346 (million)
% 154.89/20.15  % (25386)------------------------------
% 154.89/20.15  % (25386)------------------------------
% 154.89/20.15  % (25445)dis+1002_1:2_to=lpo:sil=2000:sos=on:abs=on:newcnf=on:i=1536:sd=1:bd=off:ss=included:rawr=on:sp=const_frequency:fsr=off:fs=off_0 on Vampire---4 for (2802ds/1536Mi)
% 154.89/20.21  % (25387)Instruction limit reached!
% 154.89/20.21  % (25387)------------------------------
% 154.89/20.21  % (25387)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 154.89/20.21  % (25387)Termination reason: Unknown
% 154.89/20.21  % (25387)Termination phase: Saturation
% 154.89/20.21  
% 154.89/20.21  % (25387)Memory used [KB]: 6998
% 154.89/20.21  % (25387)Time elapsed: 0.602 s
% 154.89/20.21  % (25387)Instructions burned: 1496 (million)
% 154.89/20.21  % (25387)------------------------------
% 154.89/20.21  % (25387)------------------------------
% 155.47/20.21  % (25472)dis+1011_1869663:524288_anc=none:to=lpo:sil=2000:tgt=full:ile=on:sp=weighted_frequency:spb=goal:lsd=20:nwc=21.2407:i=1153:sd=1:bd=preordered:nm=4:ins=1:uhcvi=on:gsp=on:ss=axioms_0 on Vampire---4 for (2801ds/1153Mi)
% 155.47/20.27  % (25391)Instruction limit reached!
% 155.47/20.27  % (25391)------------------------------
% 155.47/20.27  % (25391)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 155.47/20.27  % (25391)Termination reason: Unknown
% 155.47/20.27  % (25391)Termination phase: Saturation
% 155.47/20.27  
% 155.47/20.27  % (25391)Memory used [KB]: 4756
% 155.47/20.27  % (25391)Time elapsed: 0.349 s
% 155.47/20.27  % (25391)Instructions burned: 1421 (million)
% 155.47/20.27  % (25391)------------------------------
% 155.47/20.27  % (25391)------------------------------
% 155.87/20.28  % (25518)lrs+2_1:2_sil=16000:tgt=ground:sp=reverse_arity:sos=on:spb=goal_then_units:lcm=reverse:sac=on:newcnf=on:s2a=on:i=4706:s2at=2.5:nm=2:sup=off:ss=axioms:nicw=on_0 on Vampire---4 for (2801ds/4706Mi)
% 156.31/20.37  % (25393)Instruction limit reached!
% 156.31/20.37  % (25393)------------------------------
% 156.31/20.37  % (25393)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 156.31/20.37  % (25393)Termination reason: Unknown
% 156.31/20.37  % (25393)Termination phase: Saturation
% 156.31/20.37  
% 156.31/20.37  % (25393)Memory used [KB]: 8914
% 156.31/20.37  % (25393)Time elapsed: 0.402 s
% 156.31/20.37  % (25393)Instructions burned: 1419 (million)
% 156.31/20.37  % (25393)------------------------------
% 156.31/20.37  % (25393)------------------------------
% 156.31/20.38  % (25552)lrs-31_1:1_drc=off:sil=4000:tgt=full:fd=preordered:nwc=5.0:lwlo=on:i=1375:ins=5:sac=on:bd=off:lcm=predicate_0 on Vampire---4 for (2800ds/1375Mi)
% 156.60/20.45  % (25394)Instruction limit reached!
% 156.60/20.45  % (25394)------------------------------
% 156.60/20.45  % (25394)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 156.60/20.45  % (25394)Termination reason: Unknown
% 156.60/20.45  % (25394)Termination phase: Saturation
% 156.60/20.45  
% 156.60/20.45  % (25394)Memory used [KB]: 14246
% 156.60/20.45  % (25394)Time elapsed: 0.463 s
% 156.60/20.45  % (25394)Instructions burned: 1910 (million)
% 156.60/20.45  % (25394)------------------------------
% 156.60/20.45  % (25394)------------------------------
% 156.60/20.45  % (25571)lrs+1002_1:1_to=lpo:drc=encompass:sil=4000:sp=const_min:sos=on:spb=goal_then_units:acc=on:urr=on:sac=on:avsq=on:i=719:ins=2:br=off_0 on Vampire---4 for (2799ds/719Mi)
% 156.86/20.54  % (25445)Instruction limit reached!
% 156.86/20.54  % (25445)------------------------------
% 156.86/20.54  % (25445)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 156.86/20.54  % (25445)Termination reason: Unknown
% 156.86/20.54  % (25445)Termination phase: Saturation
% 156.86/20.54  
% 156.86/20.54  % (25445)Memory used [KB]: 13686
% 156.86/20.54  % (25445)Time elapsed: 0.388 s
% 156.86/20.54  % (25445)Instructions burned: 1538 (million)
% 156.86/20.54  % (25445)------------------------------
% 156.86/20.54  % (25445)------------------------------
% 156.86/20.54  % (25604)lrs+1010_1:1_tgt=ground:fde=unused:sp=const_frequency:nwc=5.0:sac=on:avsq=on:i=1686:avsqr=1,8:fsd=on:sil=64000:gs=on:rnwc=on_0 on Vampire---4 for (2798ds/1686Mi)
% 156.86/20.55  % (25472)Instruction limit reached!
% 156.86/20.55  % (25472)------------------------------
% 156.86/20.55  % (25472)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 156.86/20.55  % (25472)Termination reason: Unknown
% 156.86/20.55  % (25472)Termination phase: Saturation
% 156.86/20.55  
% 156.86/20.55  % (25472)Memory used [KB]: 7561
% 156.86/20.55  % (25472)Time elapsed: 0.341 s
% 156.86/20.55  % (25472)Instructions burned: 1153 (million)
% 156.86/20.55  % (25472)------------------------------
% 156.86/20.55  % (25472)------------------------------
% 156.86/20.55  % (25611)lrs+1011_2870661:524288_sfv=off:slsqr=2755,262144:sil=4000:sp=const_min:sos=on:lma=on:spb=non_intro:acc=on:rnwc=on:fd=preordered:nwc=9.05213:s2agt=50:slsqc=1:sac=on:slsq=on:avsq=on:st=1.5:s2a=on:i=1406:s2at=2.5:kws=precedence:avsqr=13643349,1048576:awrs=converge:awrsf=439:nm=24:uhcvi=on:ss=included:sgt=10_0 on Vampire---4 for (2798ds/1406Mi)
% 156.86/20.57  % (25388)Instruction limit reached!
% 156.86/20.57  % (25388)------------------------------
% 156.86/20.57  % (25388)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 156.86/20.57  % (25388)Termination reason: Unknown
% 156.86/20.57  % (25388)Termination phase: Saturation
% 156.86/20.57  
% 156.86/20.57  % (25388)Memory used [KB]: 19953
% 156.86/20.57  % (25388)Time elapsed: 0.748 s
% 156.86/20.57  % (25388)Instructions burned: 2466 (million)
% 156.86/20.57  % (25388)------------------------------
% 156.86/20.57  % (25388)------------------------------
% 156.86/20.57  % (25623)lrs+1011_1:1_sil=2000:i=1228:ep=RS:nm=32:ss=axioms:sos=on_0 on Vampire---4 for (2798ds/1228Mi)
% 157.80/20.66  % (25571)Instruction limit reached!
% 157.80/20.66  % (25571)------------------------------
% 157.80/20.66  % (25571)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 157.80/20.66  % (25571)Termination reason: Unknown
% 157.80/20.66  % (25571)Termination phase: Saturation
% 157.80/20.66  
% 157.80/20.66  % (25571)Memory used [KB]: 6322
% 157.80/20.66  % (25571)Time elapsed: 0.232 s
% 157.80/20.66  % (25571)Instructions burned: 722 (million)
% 157.80/20.66  % (25571)------------------------------
% 157.80/20.66  % (25571)------------------------------
% 157.80/20.67  % (25630)dis+1011_1:16_sil=2000:plsq=on:sos=on:st=3.0:i=1449:sd=1:av=off:ss=axioms:lsd=10:plsql=on_0 on Vampire---4 for (2797ds/1449Mi)
% 159.60/20.75  % (25552)Instruction limit reached!
% 159.60/20.75  % (25552)------------------------------
% 159.60/20.75  % (25552)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 159.60/20.75  % (25552)Termination reason: Unknown
% 159.60/20.75  % (25552)Termination phase: Saturation
% 159.60/20.75  
% 159.60/20.75  % (25552)Memory used [KB]: 5113
% 159.60/20.75  % (25552)Time elapsed: 0.398 s
% 159.60/20.75  % (25552)Instructions burned: 1375 (million)
% 159.60/20.75  % (25552)------------------------------
% 159.60/20.75  % (25552)------------------------------
% 159.60/20.76  % (25631)dis+1002_1:1_tgt=full:sos=on:rp=on:sac=on:i=1741:ss=axioms:sd=3:cond=fast:add=off:abs=on:fde=none:sil=256000_0 on Vampire---4 for (2796ds/1741Mi)
% 160.43/20.92  % (25623)Instruction limit reached!
% 160.43/20.92  % (25623)------------------------------
% 160.43/20.92  % (25623)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 160.43/20.92  % (25623)Termination reason: Unknown
% 160.43/20.92  % (25623)Termination phase: Saturation
% 160.43/20.92  
% 160.43/20.92  % (25623)Memory used [KB]: 5211
% 160.43/20.92  % (25623)Time elapsed: 0.365 s
% 160.43/20.92  % (25623)Instructions burned: 1230 (million)
% 160.43/20.92  % (25623)------------------------------
% 160.43/20.92  % (25623)------------------------------
% 160.43/20.92  % (25632)dis-1011_113:472_sil=256000:nwc=10.0:i=1460:kws=precedence:awrs=decay:bd=off:ss=axioms:rawr=on:plsq=on:plsqr=73,255:amm=sco:ins=1:fsr=off:erd=off:sp=occurrence:fde=unused:lsd=60_0 on Vampire---4 for (2794ds/1460Mi)
% 160.99/20.98  % (25611)Instruction limit reached!
% 160.99/20.98  % (25611)------------------------------
% 160.99/20.98  % (25611)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 160.99/20.98  % (25611)Termination reason: Unknown
% 160.99/20.98  % (25611)Termination phase: Saturation
% 160.99/20.98  
% 160.99/20.98  % (25611)Memory used [KB]: 5188
% 160.99/20.98  % (25611)Time elapsed: 0.455 s
% 160.99/20.98  % (25611)Instructions burned: 1406 (million)
% 160.99/20.98  % (25611)------------------------------
% 160.99/20.98  % (25611)------------------------------
% 160.99/20.99  % (25633)dis+10_8:1_to=lpo:sil=64000:tgt=ground:fde=unused:sp=const_max:sos=all:spb=goal:s2a=on:i=1764:sd=4:nm=32:ss=axioms:fs=off:fsr=off:sfv=off:alpa=true_0 on Vampire---4 for (2793ds/1764Mi)
% 161.30/21.06  % (25630)Instruction limit reached!
% 161.30/21.06  % (25630)------------------------------
% 161.30/21.06  % (25630)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 161.30/21.06  % (25630)Termination reason: Unknown
% 161.30/21.06  % (25630)Termination phase: Saturation
% 161.30/21.06  
% 161.30/21.06  % (25630)Memory used [KB]: 6031
% 161.30/21.06  % (25630)Time elapsed: 0.411 s
% 161.30/21.06  % (25630)Instructions burned: 1451 (million)
% 161.30/21.06  % (25630)------------------------------
% 161.30/21.06  % (25630)------------------------------
% 161.30/21.06  % (25604)Instruction limit reached!
% 161.30/21.06  % (25604)------------------------------
% 161.30/21.06  % (25604)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 161.30/21.06  % (25604)Termination reason: Unknown
% 161.30/21.06  % (25604)Termination phase: Saturation
% 161.30/21.06  
% 161.30/21.06  % (25604)Memory used [KB]: 8598
% 161.30/21.06  % (25604)Time elapsed: 0.536 s
% 161.30/21.06  % (25604)Instructions burned: 1688 (million)
% 161.30/21.06  % (25604)------------------------------
% 161.30/21.06  % (25604)------------------------------
% 161.30/21.06  % (25634)ott-1011_45995:1048576_anc=none:to=lpo:sil=4000:tgt=ground:fde=unused:sp=const_frequency:lma=on:spb=goal_then_units:acc=model:lcm=predicate:nwc=0.310817:avsq=on:cond=on:i=2302:avsqr=21767,262144:nm=3:ins=1:uhcvi=on:bsr=unit_only:afr=on_0 on Vampire---4 for (2793ds/2302Mi)
% 161.30/21.06  % (25635)lrs+1011_24699:524288_sil=16000:tgt=full:fde=unused:plsqc=1:sims=off:plsq=on:ile=on:plsqr=8842203,131072:spb=goal_then_units:urr=ec_only:rnwc=on:gs=on:nwc=7.64776:s2agt=20:gsem=on:cond=fast:s2a=on:i=1417:kws=inv_frequency:bd=off:nm=31:av=off:rawr=on_0 on Vampire---4 for (2793ds/1417Mi)
% 163.20/21.23  % (25631)Instruction limit reached!
% 163.20/21.23  % (25631)------------------------------
% 163.20/21.23  % (25631)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 163.20/21.23  % (25631)Termination reason: Unknown
% 163.20/21.23  % (25631)Termination phase: Saturation
% 163.20/21.23  
% 163.20/21.23  % (25631)Memory used [KB]: 10082
% 163.20/21.23  % (25631)Time elapsed: 0.497 s
% 163.20/21.23  % (25631)Instructions burned: 1743 (million)
% 163.20/21.23  % (25631)------------------------------
% 163.20/21.23  % (25631)------------------------------
% 163.20/21.23  % (25637)dis-1011_3:1_sil=32000:fde=none:sos=all:nwc=5.0:i=3330:ep=R:aac=none_0 on Vampire---4 for (2791ds/3330Mi)
% 163.96/21.30  % (25385)Instruction limit reached!
% 163.96/21.30  % (25385)------------------------------
% 163.96/21.30  % (25385)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 163.96/21.30  % (25385)Termination reason: Unknown
% 163.96/21.30  % (25385)Termination phase: Saturation
% 163.96/21.30  
% 163.96/21.30  % (25385)Memory used [KB]: 22740
% 163.96/21.30  % (25385)Time elapsed: 1.792 s
% 163.96/21.30  % (25385)Instructions burned: 5237 (million)
% 163.96/21.30  % (25385)------------------------------
% 163.96/21.30  % (25385)------------------------------
% 163.96/21.30  % (25638)lrs+2_1:16_drc=off:sil=16000:tgt=ground:st=3.0:s2a=on:i=13343:s2at=5.0:kws=inv_frequency:ss=included:plsq=on_0 on Vampire---4 for (2790ds/13343Mi)
% 164.31/21.35  % (25632)Instruction limit reached!
% 164.31/21.35  % (25632)------------------------------
% 164.31/21.35  % (25632)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 164.31/21.35  % (25632)Termination reason: Unknown
% 164.31/21.35  % (25632)Termination phase: Saturation
% 164.31/21.35  
% 164.31/21.35  % (25632)Memory used [KB]: 10759
% 164.31/21.35  % (25632)Time elapsed: 0.455 s
% 164.31/21.35  % (25632)Instructions burned: 1461 (million)
% 164.31/21.35  % (25632)------------------------------
% 164.31/21.35  % (25632)------------------------------
% 164.31/21.35  % (25518)Instruction limit reached!
% 164.31/21.35  % (25518)------------------------------
% 164.31/21.35  % (25518)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 164.31/21.35  % (25518)Termination reason: Unknown
% 164.31/21.35  % (25518)Termination phase: Saturation
% 164.31/21.35  
% 164.31/21.35  % (25518)Memory used [KB]: 12932
% 164.31/21.35  % (25518)Time elapsed: 1.077 s
% 164.31/21.35  % (25518)Instructions burned: 4707 (million)
% 164.31/21.35  % (25518)------------------------------
% 164.31/21.35  % (25518)------------------------------
% 164.31/21.36  % (25639)lrs+1011_690119:1048576_sfv=off:to=lpo:drc=off:sil=4000:fde=unused:spb=goal_then_units:bce=on:fd=preordered:nwc=17.5201:st=5.5:i=2793:nm=5:av=off:ss=axioms:sgt=30:rawr=on:cond=on_0 on Vampire---4 for (2790ds/2793Mi)
% 164.31/21.36  % (25640)lrs+1011_5:1_bsr=unit_only:plsq=on:plsqr=50,23:erd=off:nwc=2.0:alpa=false:flr=on:newcnf=on:st=5.0:i=2835:sd=2:aac=none:awrs=converge:awrsf=30:bd=off:ss=axioms:rawr=on:fsr=off:uhcvi=on:sil=32000:sp=reverse_frequency:rnwc=on_0 on Vampire---4 for (2790ds/2835Mi)
% 164.75/21.44  % (25633)Instruction limit reached!
% 164.75/21.44  % (25633)------------------------------
% 164.75/21.44  % (25633)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 164.75/21.44  % (25633)Termination reason: Unknown
% 164.75/21.44  % (25633)Termination phase: Saturation
% 164.75/21.44  
% 164.75/21.44  % (25633)Memory used [KB]: 15481
% 164.75/21.44  % (25633)Time elapsed: 0.482 s
% 164.75/21.44  % (25633)Instructions burned: 1767 (million)
% 164.75/21.44  % (25633)------------------------------
% 164.75/21.44  % (25633)------------------------------
% 164.75/21.45  % (25635)Instruction limit reached!
% 164.75/21.45  % (25635)------------------------------
% 164.75/21.45  % (25635)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 164.75/21.45  % (25635)Termination reason: Unknown
% 164.75/21.45  % (25635)Termination phase: Saturation
% 164.75/21.45  
% 164.75/21.45  % (25635)Memory used [KB]: 8047
% 164.75/21.45  % (25635)Time elapsed: 0.412 s
% 164.75/21.45  % (25635)Instructions burned: 1419 (million)
% 164.75/21.45  % (25635)------------------------------
% 164.75/21.45  % (25635)------------------------------
% 164.75/21.45  % (25641)dis+1011_1:1024_sil=128000:br=off:i=3997:av=off:ss=axioms:fd=preordered_0 on Vampire---4 for (2789ds/3997Mi)
% 164.75/21.45  % (25642)dis+10_1:1024_sil=64000:sos=on:i=1577:kws=precedence:av=off:ss=axioms_0 on Vampire---4 for (2789ds/1577Mi)
% 165.15/21.60  % (25634)Instruction limit reached!
% 165.15/21.60  % (25634)------------------------------
% 165.15/21.60  % (25634)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 165.15/21.60  % (25634)Termination reason: Unknown
% 165.15/21.60  % (25634)Termination phase: Saturation
% 165.15/21.60  
% 165.15/21.60  % (25634)Memory used [KB]: 5805
% 165.15/21.60  % (25634)Time elapsed: 0.569 s
% 165.15/21.60  % (25634)Instructions burned: 2306 (million)
% 165.15/21.60  % (25634)------------------------------
% 165.15/21.60  % (25634)------------------------------
% 165.22/21.61  % (25643)lrs+1011_3:8_sil=16000:sp=unary_first:abs=on:acc=on:lcm=predicate:nwc=10.0:flr=on:newcnf=on:st=1.5:i=2030:sd=2:bd=off:afr=on:gsp=on:ss=axioms:sgt=50:bsd=on_0 on Vampire---4 for (2787ds/2030Mi)
% 168.19/21.84  % (25642)Instruction limit reached!
% 168.19/21.84  % (25642)------------------------------
% 168.19/21.84  % (25642)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 168.19/21.84  % (25642)Termination reason: Unknown
% 168.19/21.84  % (25642)Termination phase: Saturation
% 168.19/21.84  
% 168.19/21.84  % (25642)Memory used [KB]: 4546
% 168.19/21.84  % (25642)Time elapsed: 0.382 s
% 168.19/21.84  % (25642)Instructions burned: 1579 (million)
% 168.19/21.84  % (25642)------------------------------
% 168.19/21.84  % (25642)------------------------------
% 168.19/21.84  % (25644)lrs+2_1:1024_to=lpo:drc=off:sil=128000:urr=on:nwc=3.0:i=2037:sd=1:awrs=converge:awrsf=270:nm=4:ins=1:ss=axioms:gsp=on:bd=preordered_0 on Vampire---4 for (2785ds/2037Mi)
% 170.25/22.16  % (25637)Instruction limit reached!
% 170.25/22.16  % (25637)------------------------------
% 170.25/22.16  % (25637)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 170.25/22.16  % (25637)Termination reason: Unknown
% 170.25/22.16  % (25637)Termination phase: Saturation
% 170.25/22.16  
% 170.25/22.16  % (25637)Memory used [KB]: 16136
% 170.25/22.16  % (25637)Time elapsed: 0.927 s
% 170.25/22.16  % (25637)Instructions burned: 3330 (million)
% 170.25/22.16  % (25637)------------------------------
% 170.25/22.16  % (25637)------------------------------
% 170.25/22.16  % (25645)lrs+1002_1:1_slsqr=2,1:sil=16000:urr=full:bce=on:nwc=2.0:slsq=on:st=5.0:i=1896:sd=2:ss=axioms_0 on Vampire---4 for (2782ds/1896Mi)
% 170.85/22.18  % (25640)Instruction limit reached!
% 170.85/22.18  % (25640)------------------------------
% 170.85/22.18  % (25640)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 170.85/22.18  % (25640)Termination reason: Unknown
% 170.85/22.18  % (25640)Termination phase: Saturation
% 170.85/22.18  
% 170.85/22.18  % (25640)Memory used [KB]: 18871
% 170.85/22.18  % (25640)Time elapsed: 0.827 s
% 170.85/22.18  % (25640)Instructions burned: 2835 (million)
% 170.85/22.18  % (25640)------------------------------
% 170.85/22.18  % (25640)------------------------------
% 170.90/22.19  % (25646)dis+1011_21641:262144_slsqr=235963,1048576:drc=off:sil=4000:tgt=full:sp=reverse_frequency:spb=units:bce=on:rnwc=on:rp=on:nwc=3.73782:slsqc=1:updr=off:newcnf=on:slsq=on:cond=on:s2a=on:i=1472:s2at=4.5:kws=precedence:awrs=decay:awrsf=172:bd=off:nm=56:av=off:uhcvi=on:rawr=on_0 on Vampire---4 for (2781ds/1472Mi)
% 170.90/22.20  % (25639)Instruction limit reached!
% 170.90/22.20  % (25639)------------------------------
% 170.90/22.20  % (25639)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 170.90/22.20  % (25639)Termination reason: Unknown
% 170.90/22.20  % (25639)Termination phase: Saturation
% 170.90/22.20  
% 170.90/22.20  % (25639)Memory used [KB]: 9099
% 170.90/22.20  % (25639)Time elapsed: 0.845 s
% 170.90/22.20  % (25639)Instructions burned: 2794 (million)
% 170.90/22.20  % (25639)------------------------------
% 170.90/22.20  % (25639)------------------------------
% 171.02/22.20  % (25647)lrs+1011_2605:524288_anc=none:drc=encompass:sil=128000:tgt=full:plsq=on:plsqr=195459,1048576:sp=occurrence:sos=on:abs=on:bce=on:lcm=predicate:plsql=on:st=5.5:i=2092:add=large:kws=frequency:awrs=decay:awrsf=149:uhcvi=on:ss=axioms:rawr=on:ins=2:flr=on:afp=50:afq=2.4020044236363103_0 on Vampire---4 for (2781ds/2092Mi)
% 171.07/22.27  % (25643)Instruction limit reached!
% 171.07/22.27  % (25643)------------------------------
% 171.07/22.27  % (25643)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 171.07/22.27  % (25643)Termination reason: Unknown
% 171.07/22.27  % (25643)Termination phase: Saturation
% 171.07/22.27  
% 171.07/22.27  % (25643)Memory used [KB]: 16968
% 171.07/22.27  % (25643)Time elapsed: 0.661 s
% 171.07/22.27  % (25643)Instructions burned: 2030 (million)
% 171.07/22.27  % (25643)------------------------------
% 171.07/22.27  % (25643)------------------------------
% 171.07/22.27  % (25648)dis+1010_9:61_anc=all:drc=off:sil=16000:tgt=full:urr=ec_only:s2a=on:i=4044:s2at=3.0:nm=0:fsr=off:uhcvi=on:acc=model:aac=none:newcnf=on:bd=off:awrs=converge:awrsf=377:fs=off_0 on Vampire---4 for (2780ds/4044Mi)
% 172.32/22.37  % (25644)Instruction limit reached!
% 172.32/22.37  % (25644)------------------------------
% 172.32/22.37  % (25644)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 172.32/22.37  % (25644)Termination reason: Unknown
% 172.32/22.37  % (25644)Termination phase: Saturation
% 172.32/22.37  
% 172.32/22.37  % (25644)Memory used [KB]: 19176
% 172.32/22.37  % (25644)Time elapsed: 0.529 s
% 172.32/22.37  % (25644)Instructions burned: 2039 (million)
% 172.32/22.37  % (25644)------------------------------
% 172.32/22.37  % (25644)------------------------------
% 172.32/22.37  % (25649)dis+1011_4:1_sil=2000:fde=unused:lsd=100:nwc=5.0:newcnf=on:i=718:nm=2:ss=axioms_0 on Vampire---4 for (2779ds/718Mi)
% 174.24/22.59  % (25649)Instruction limit reached!
% 174.24/22.59  % (25649)------------------------------
% 174.24/22.59  % (25649)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 174.24/22.59  % (25649)Termination reason: Unknown
% 174.24/22.59  % (25649)Termination phase: Saturation
% 174.24/22.59  
% 174.24/22.59  % (25649)Memory used [KB]: 4729
% 174.24/22.59  % (25649)Time elapsed: 0.221 s
% 174.24/22.59  % (25649)Instructions burned: 720 (million)
% 174.24/22.59  % (25649)------------------------------
% 174.24/22.59  % (25649)------------------------------
% 174.30/22.60  % (25646)Instruction limit reached!
% 174.30/22.60  % (25646)------------------------------
% 174.30/22.60  % (25646)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 174.30/22.60  % (25646)Termination reason: Unknown
% 174.30/22.60  % (25646)Termination phase: Saturation
% 174.30/22.60  
% 174.30/22.60  % (25646)Memory used [KB]: 5334
% 174.30/22.60  % (25646)Time elapsed: 0.409 s
% 174.30/22.60  % (25646)Instructions burned: 1475 (million)
% 174.30/22.60  % (25646)------------------------------
% 174.30/22.60  % (25646)------------------------------
% 174.30/22.60  % (25650)lrs-1010_18:13_to=lpo:tgt=full:sos=all:avsqc=1:avsq=on:i=1958:avsqr=19,49:ss=axioms:sgt=32:rawr=on:nwc=3.0:sil=32000_0 on Vampire---4 for (2777ds/1958Mi)
% 174.30/22.60  % (25651)lrs+1011_1574893:524288_to=lpo:drc=encompass:sil=4000:sp=const_frequency:spb=goal:fd=preordered:nwc=7.0:alpa=false:sac=on:newcnf=on:cond=fast:s2a=on:i=1401:s2at=4.0:bd=preordered:awrs=decay:awrsf=60:sfv=off_0 on Vampire---4 for (2777ds/1401Mi)
% 174.64/22.61  % (25641)Instruction limit reached!
% 174.64/22.61  % (25641)------------------------------
% 174.64/22.61  % (25641)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 174.64/22.61  % (25641)Termination reason: Unknown
% 174.64/22.61  % (25641)Termination phase: Saturation
% 174.64/22.61  
% 174.64/22.61  % (25641)Memory used [KB]: 64716
% 174.64/22.61  % (25641)Time elapsed: 1.162 s
% 174.64/22.61  % (25641)Instructions burned: 3999 (million)
% 174.64/22.61  % (25641)------------------------------
% 174.64/22.61  % (25641)------------------------------
% 174.64/22.62  % (25652)dis-1011_3:2_sil=8000:flr=on:i=1406:av=off:fsr=off:kws=arity_squared_0 on Vampire---4 for (2777ds/1406Mi)
% 174.64/22.65  % (25645)Instruction limit reached!
% 174.64/22.65  % (25645)------------------------------
% 174.64/22.65  % (25645)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 174.64/22.65  % (25645)Termination reason: Unknown
% 174.64/22.65  % (25645)Termination phase: Saturation
% 174.64/22.65  
% 174.64/22.65  % (25645)Memory used [KB]: 23272
% 174.64/22.65  % (25645)Time elapsed: 0.491 s
% 174.64/22.65  % (25645)Instructions burned: 1896 (million)
% 174.64/22.65  % (25645)------------------------------
% 174.64/22.65  % (25645)------------------------------
% 174.64/22.66  % (25653)lrs+1011_5:1_drc=encompass:sil=2000:urr=on:fd=preordered:i=1059:kws=inv_frequency:s2a=on:s2at=-1.0_0 on Vampire---4 for (2777ds/1059Mi)
% 175.41/22.87  % (25647)Instruction limit reached!
% 175.41/22.87  % (25647)------------------------------
% 175.41/22.87  % (25647)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 175.41/22.87  % (25647)Termination reason: Unknown
% 175.41/22.87  % (25647)Termination phase: Saturation
% 175.41/22.87  
% 175.41/22.87  % (25647)Memory used [KB]: 10288
% 175.41/22.87  % (25647)Time elapsed: 0.661 s
% 175.41/22.87  % (25647)Instructions burned: 2092 (million)
% 175.41/22.87  % (25647)------------------------------
% 175.41/22.87  % (25647)------------------------------
% 175.41/22.88  % (25654)lrs+10_1:1_sos=on:st=1.2:i=2252:ep=R:fsr=off:ss=axioms:sd=3:sil=8000_0 on Vampire---4 for (2774ds/2252Mi)
% 177.12/22.98  % (25653)Instruction limit reached!
% 177.12/22.98  % (25653)------------------------------
% 177.12/22.98  % (25653)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 177.12/22.98  % (25653)Termination reason: Unknown
% 177.12/22.98  % (25653)Termination phase: Saturation
% 177.12/22.98  
% 177.12/22.98  % (25653)Memory used [KB]: 9278
% 177.12/22.98  % (25653)Time elapsed: 0.320 s
% 177.12/22.98  % (25653)Instructions burned: 1059 (million)
% 177.12/22.98  % (25653)------------------------------
% 177.12/22.98  % (25653)------------------------------
% 177.12/22.98  % (25655)dis-1011_2:7_sil=16000:tgt=ground:lsd=100:rp=on:nwc=5.0:st=1.5:i=4313:sd=2:ins=1:av=off:ss=axioms:sgt=100_0 on Vampire---4 for (2773ds/4313Mi)
% 177.12/22.99  % (25652)Instruction limit reached!
% 177.12/22.99  % (25652)------------------------------
% 177.12/22.99  % (25652)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 177.12/22.99  % (25652)Termination reason: Unknown
% 177.12/22.99  % (25652)Termination phase: Saturation
% 177.12/22.99  
% 177.12/22.99  % (25652)Memory used [KB]: 7848
% 177.12/22.99  % (25652)Time elapsed: 0.377 s
% 177.12/22.99  % (25652)Instructions burned: 1407 (million)
% 177.12/22.99  % (25652)------------------------------
% 177.12/22.99  % (25652)------------------------------
% 177.12/23.00  % (25656)dis+1011_178807:1048576_to=lpo:drc=encompass:ccuc=first:sil=4000:fde=none:sp=occurrence:acc=on:urr=on:rp=on:gs=on:nwc=2.0921999622399556:cond=fast:i=1321:bs=on:afp=50:aac=none:awrs=converge:awrsf=185:bd=off:nm=0:afq=4.78169:rawr=on:tgt=full:fsr=off_0 on Vampire---4 for (2773ds/1321Mi)
% 177.83/23.04  % (25651)Instruction limit reached!
% 177.83/23.04  % (25651)------------------------------
% 177.83/23.04  % (25651)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 177.83/23.04  % (25651)Termination reason: Unknown
% 177.83/23.04  % (25651)Termination phase: Saturation
% 177.83/23.04  
% 177.83/23.04  % (25651)Memory used [KB]: 7447
% 177.83/23.04  % (25651)Time elapsed: 0.439 s
% 177.83/23.04  % (25651)Instructions burned: 1403 (million)
% 177.83/23.04  % (25651)------------------------------
% 177.83/23.04  % (25651)------------------------------
% 177.83/23.04  % (25657)lrs-1010_1:1_sil=8000:sp=reverse_frequency:sos=on:br=off:sac=on:i=2097:ss=included:bd=off_0 on Vampire---4 for (2773ds/2097Mi)
% 178.83/23.21  % (25650)Instruction limit reached!
% 178.83/23.21  % (25650)------------------------------
% 178.83/23.21  % (25650)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 178.83/23.21  % (25650)Termination reason: Unknown
% 178.83/23.21  % (25650)Termination phase: Saturation
% 178.83/23.21  
% 178.83/23.21  % (25650)Memory used [KB]: 8979
% 178.83/23.21  % (25650)Time elapsed: 0.615 s
% 178.83/23.21  % (25650)Instructions burned: 1960 (million)
% 178.83/23.21  % (25650)------------------------------
% 178.83/23.21  % (25650)------------------------------
% 178.83/23.21  % (25658)lrs-10_1:2_to=lpo:drc=encompass:sil=4000:sp=weighted_frequency:rp=on:flr=on:slsq=on:s2a=on:i=1546:av=off:rawr=on:fdi=1_0 on Vampire---4 for (2771ds/1546Mi)
% 179.27/23.36  % (25654)Instruction limit reached!
% 179.27/23.36  % (25654)------------------------------
% 179.27/23.36  % (25654)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 179.27/23.36  % (25654)Termination reason: Unknown
% 179.27/23.36  % (25654)Termination phase: Saturation
% 179.27/23.36  
% 179.27/23.36  % (25654)Memory used [KB]: 2803
% 179.27/23.36  % (25654)Time elapsed: 0.490 s
% 179.27/23.36  % (25654)Instructions burned: 2253 (million)
% 179.27/23.36  % (25654)------------------------------
% 179.27/23.36  % (25654)------------------------------
% 179.27/23.36  % (25659)dis+11_1:64_bsr=on:sil=16000:fde=none:sos=all:lsd=10:st=5.5:i=2446:sd=4:av=off:sup=off:gsp=on:ss=axioms:cond=on:bce=on:plsq=on:plsqr=33373429,524288_0 on Vampire---4 for (2770ds/2446Mi)
% 179.27/23.37  % (25656)Instruction limit reached!
% 179.27/23.37  % (25656)------------------------------
% 179.27/23.37  % (25656)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 179.27/23.37  % (25656)Termination reason: Unknown
% 179.27/23.37  % (25656)Termination phase: Saturation
% 179.27/23.37  
% 179.27/23.37  % (25656)Memory used [KB]: 19337
% 179.27/23.37  % (25656)Time elapsed: 0.369 s
% 179.27/23.37  % (25656)Instructions burned: 1322 (million)
% 179.27/23.37  % (25656)------------------------------
% 179.27/23.37  % (25656)------------------------------
% 179.27/23.37  % (25660)dis+10_1:7_si=on:nwc=3.0:random_seed=871647488:st=3.0:s2a=on:i=4969:s2at=2.5:sd=2:awrs=converge:awrsf=500:nm=2:rtra=on:ss=included:rawr=on:sil=64000_0 on Vampire---4 for (2770ds/4969Mi)
% 179.27/23.38  % (25648)Instruction limit reached!
% 179.27/23.38  % (25648)------------------------------
% 179.27/23.38  % (25648)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 179.27/23.38  % (25648)Termination reason: Unknown
% 179.27/23.38  % (25648)Termination phase: Saturation
% 179.27/23.38  
% 179.27/23.38  % (25648)Memory used [KB]: 21356
% 179.27/23.38  % (25648)Time elapsed: 1.108 s
% 179.27/23.38  % (25648)Instructions burned: 4045 (million)
% 179.27/23.38  % (25648)------------------------------
% 179.27/23.38  % (25648)------------------------------
% 179.27/23.38  % (25661)dis+21_1:1_drc=encompass:sos=on:urr=ec_only:i=5009:ins=1:av=off:ss=axioms:gsp=on:sd=3:sil=8000:nm=3_0 on Vampire---4 for (2769ds/5009Mi)
% 181.71/23.50  % (25657)Instruction limit reached!
% 181.71/23.50  % (25657)------------------------------
% 181.71/23.50  % (25657)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 181.71/23.50  % (25657)Termination reason: Unknown
% 181.71/23.50  % (25657)Termination phase: Saturation
% 181.71/23.50  
% 181.71/23.50  % (25657)Memory used [KB]: 5178
% 181.71/23.50  % (25657)Time elapsed: 0.462 s
% 181.71/23.50  % (25657)Instructions burned: 2097 (million)
% 181.71/23.50  % (25657)------------------------------
% 181.71/23.50  % (25657)------------------------------
% 181.71/23.50  % (25662)dis+1010_2:13_bsr=on:drc=off:sil=32000:fde=none:sos=on:nwc=10.0:sac=on:newcnf=on:s2a=on:i=2305:s2at=1.5:awrs=decay:awrsf=8:nm=16:rawr=on:rnwc=on:kws=arity_squared:amm=sco:alpa=random_0 on Vampire---4 for (2768ds/2305Mi)
% 182.99/23.71  % (25658)Instruction limit reached!
% 182.99/23.71  % (25658)------------------------------
% 182.99/23.71  % (25658)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 182.99/23.71  % (25658)Termination reason: Unknown
% 182.99/23.71  % (25658)Termination phase: Saturation
% 182.99/23.71  
% 182.99/23.71  % (25658)Memory used [KB]: 18135
% 182.99/23.71  % (25658)Time elapsed: 0.517 s
% 182.99/23.71  % (25658)Instructions burned: 1548 (million)
% 182.99/23.71  % (25658)------------------------------
% 182.99/23.71  % (25658)------------------------------
% 182.99/23.71  % (25663)dis+1011_1:1_sil=16000:nwc=10.0:sac=on:i=2338:newcnf=on:fdi=20_0 on Vampire---4 for (2766ds/2338Mi)
% 184.86/24.06  % (25659)Instruction limit reached!
% 184.86/24.06  % (25659)------------------------------
% 184.86/24.06  % (25659)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 184.86/24.06  % (25659)Termination reason: Unknown
% 184.86/24.06  % (25659)Termination phase: Saturation
% 184.86/24.06  
% 184.86/24.06  % (25659)Memory used [KB]: 20928
% 184.86/24.06  % (25659)Time elapsed: 0.721 s
% 184.86/24.06  % (25659)Instructions burned: 2446 (million)
% 184.86/24.06  % (25659)------------------------------
% 184.86/24.06  % (25659)------------------------------
% 184.86/24.07  % (25664)dis+1002_1:1_tgt=full:sos=on:rp=on:sac=on:i=25119:ss=axioms:sd=3:cond=on:add=off:abs=on:fde=none:sil=256000:rawr=on:newcnf=on:bsd=on:afp=1000:afq=1.7_0 on Vampire---4 for (2762ds/25119Mi)
% 186.46/24.12  % (25662)Instruction limit reached!
% 186.46/24.12  % (25662)------------------------------
% 186.46/24.12  % (25662)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 186.46/24.12  % (25662)Termination reason: Unknown
% 186.46/24.12  % (25662)Termination phase: Saturation
% 186.46/24.12  
% 186.46/24.12  % (25662)Memory used [KB]: 8204
% 186.46/24.12  % (25662)Time elapsed: 0.619 s
% 186.46/24.12  % (25662)Instructions burned: 2306 (million)
% 186.46/24.12  % (25662)------------------------------
% 186.46/24.12  % (25662)------------------------------
% 186.46/24.12  % (25665)lrs+1011_4:1_to=lpo:sil=16000:fde=none:plsq=on:plsqr=1,8:sp=occurrence:st=2.0:i=1017:sd=3:ss=axioms:er=known:av=off:awrs=converge:awrsf=500:fsr=off_0 on Vampire---4 for (2762ds/1017Mi)
% 186.72/24.19  % (25655)Instruction limit reached!
% 186.72/24.19  % (25655)------------------------------
% 186.72/24.19  % (25655)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 186.72/24.19  % (25655)Termination reason: Unknown
% 186.72/24.19  % (25655)Termination phase: Saturation
% 186.72/24.19  
% 186.72/24.19  % (25655)Memory used [KB]: 17654
% 186.72/24.19  % (25655)Time elapsed: 1.212 s
% 186.72/24.19  % (25655)Instructions burned: 4313 (million)
% 186.72/24.19  % (25655)------------------------------
% 186.72/24.19  % (25655)------------------------------
% 186.72/24.20  % (25666)lrs+10_2:29_sil=64000:irw=on:fde=none:sp=unary_frequency:sos=on:fd=preordered:st=2.0:i=5103:sd=2:kws=frequency:bd=off:nm=6:fsr=off:ss=included:rawr=on:lma=on:sgt=20:cond=fast_0 on Vampire---4 for (2761ds/5103Mi)
% 187.46/24.28  % (25663)Instruction limit reached!
% 187.46/24.28  % (25663)------------------------------
% 187.46/24.28  % (25663)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 187.46/24.28  % (25663)Termination reason: Unknown
% 187.46/24.28  % (25663)Termination phase: Saturation
% 187.46/24.28  
% 187.46/24.28  % (25663)Memory used [KB]: 8125
% 187.46/24.28  % (25663)Time elapsed: 0.564 s
% 187.46/24.28  % (25663)Instructions burned: 2341 (million)
% 187.46/24.28  % (25663)------------------------------
% 187.46/24.28  % (25663)------------------------------
% 187.46/24.28  % (25667)lrs+1011_4:1_sil=4000:tgt=ground:fde=none:bsd=on:sos=on:erd=off:spb=goal_then_units:nwc=10.0:lwlo=on:i=1588:bd=off:nm=32:av=off:ss=axioms:rawr=on:sp=const_frequency:gsp=on_0 on Vampire---4 for (2760ds/1588Mi)
% 188.01/24.43  % (25665)Instruction limit reached!
% 188.01/24.43  % (25665)------------------------------
% 188.01/24.43  % (25665)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 188.01/24.43  % (25665)Termination reason: Unknown
% 188.01/24.43  % (25665)Termination phase: Saturation
% 188.01/24.43  
% 188.01/24.43  % (25665)Memory used [KB]: 8638
% 188.01/24.43  % (25665)Time elapsed: 0.302 s
% 188.01/24.43  % (25665)Instructions burned: 1017 (million)
% 188.01/24.43  % (25665)------------------------------
% 188.01/24.43  % (25665)------------------------------
% 188.45/24.43  % (25668)lrs+1011_10574001:1048576_slsqr=8791195,262144:drc=off:sil=8000:tgt=full:fde=unused:etr=on:sp=const_min:foolp=on:spb=goal:urr=ec_only:rp=on:nwc=7.13168:s2agt=10:slsqc=1:updr=off:slsq=on:lwlo=on:i=2001:afp=2000:awrs=converge:slsql=off:awrsf=480:bd=off:nm=12:ins=7:amm=sco:afq=2.46635:rawr=on_0 on Vampire---4 for (2759ds/2001Mi)
% 188.72/24.56  % (25661)Instruction limit reached!
% 188.72/24.56  % (25661)------------------------------
% 188.72/24.56  % (25661)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 188.72/24.56  % (25661)Termination reason: Unknown
% 188.72/24.56  % (25661)Termination phase: Saturation
% 188.72/24.56  
% 188.72/24.56  % (25661)Memory used [KB]: 8891
% 188.72/24.56  % (25661)Time elapsed: 1.182 s
% 188.72/24.56  % (25661)Instructions burned: 5012 (million)
% 188.72/24.56  % (25661)------------------------------
% 188.72/24.56  % (25661)------------------------------
% 188.72/24.57  % (25669)lrs+21_6:7_to=lpo:drc=off:sil=32000:tgt=full:fde=unused:bsd=on:sp=const_frequency:fd=preordered:i=1773:rawr=on:bd=preordered_0 on Vampire---4 for (2758ds/1773Mi)
% 191.50/24.79  % (25667)Instruction limit reached!
% 191.50/24.79  % (25667)------------------------------
% 191.50/24.79  % (25667)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 191.50/24.79  % (25667)Termination reason: Unknown
% 191.50/24.79  % (25667)Termination phase: Saturation
% 191.50/24.79  
% 191.50/24.79  % (25667)Memory used [KB]: 7913
% 191.50/24.79  % (25667)Time elapsed: 0.508 s
% 191.50/24.79  % (25667)Instructions burned: 1591 (million)
% 191.50/24.79  % (25667)------------------------------
% 191.50/24.79  % (25667)------------------------------
% 191.50/24.79  % (25670)dis+1011_8:1_plsq=on:plsqr=163,49:sos=on:gs=on:sac=on:i=8383:ep=R:gsaa=from_current:sil=32000:afp=1000:afq=2.754867604126983:slsq=on_0 on Vampire---4 for (2755ds/8383Mi)
% 192.22/24.86  % (25660)Instruction limit reached!
% 192.22/24.86  % (25660)------------------------------
% 192.22/24.86  % (25660)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 192.22/24.86  % (25660)Termination reason: Unknown
% 192.22/24.86  % (25660)Termination phase: Saturation
% 192.22/24.86  
% 192.22/24.86  % (25660)Memory used [KB]: 26335
% 192.22/24.86  % (25660)Time elapsed: 1.508 s
% 192.22/24.86  % (25660)Instructions burned: 4971 (million)
% 192.22/24.86  % (25660)------------------------------
% 192.22/24.86  % (25660)------------------------------
% 192.22/24.86  % (25671)lrs+1011_1:3_sil=64000:sos=on:lsd=20:newcnf=on:st=2.0:s2a=on:i=4886:sd=1:nm=2:ss=included:s2agt=32:to=lpo:fd=off:bd=off:nicw=on:rp=on_0 on Vampire---4 for (2755ds/4886Mi)
% 193.37/25.01  % (25668)Instruction limit reached!
% 193.37/25.01  % (25668)------------------------------
% 193.37/25.01  % (25668)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 193.37/25.01  % (25668)Termination reason: Unknown
% 193.37/25.01  % (25668)Termination phase: Saturation
% 193.37/25.01  
% 193.37/25.01  % (25668)Memory used [KB]: 8880
% 193.37/25.01  % (25668)Time elapsed: 0.585 s
% 193.37/25.01  % (25668)Instructions burned: 2002 (million)
% 193.37/25.01  % (25668)------------------------------
% 193.37/25.01  % (25668)------------------------------
% 193.37/25.02  % (25672)dis+1002_3:2_to=lpo:tgt=full:sp=const_min:spb=non_intro:abs=on:rp=on:nwc=5.0:avsqc=1:avsq=on:i=2955:sd=1:avsqr=4,1:ss=axioms:sgt=20:alpa=true:sil=256000_0 on Vampire---4 for (2753ds/2955Mi)
% 193.98/25.15  % (25669)Instruction limit reached!
% 193.98/25.15  % (25669)------------------------------
% 193.98/25.15  % (25669)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 193.98/25.15  % (25669)Termination reason: Unknown
% 193.98/25.15  % (25669)Termination phase: Saturation
% 193.98/25.15  
% 193.98/25.15  % (25669)Memory used [KB]: 9753
% 193.98/25.15  % (25669)Time elapsed: 0.574 s
% 193.98/25.15  % (25669)Instructions burned: 1773 (million)
% 193.98/25.15  % (25669)------------------------------
% 193.98/25.15  % (25669)------------------------------
% 193.98/25.15  % (25673)lrs-1011_1:16_sil=4000:sos=on:nwc=10.0:st=5.0:i=1694:nm=4:av=off:ss=axioms:kws=frequency_0 on Vampire---4 for (2752ds/1694Mi)
% 195.27/25.27  % (25638)Instruction limit reached!
% 195.27/25.27  % (25638)------------------------------
% 195.27/25.27  % (25638)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 195.27/25.27  % (25638)Termination reason: Unknown
% 195.27/25.27  % (25638)Termination phase: Saturation
% 195.27/25.27  
% 195.27/25.27  % (25638)Memory used [KB]: 58478
% 195.27/25.27  % (25638)Time elapsed: 3.968 s
% 195.27/25.27  % (25638)Instructions burned: 13346 (million)
% 195.27/25.27  % (25638)------------------------------
% 195.27/25.27  % (25638)------------------------------
% 195.89/25.28  % (25674)lrs+10_737:262144_bsr=unit_only:sil=2000:sp=const_frequency:fs=off:rp=on:nwc=10.0:newcnf=on:i=915:awrs=decay:awrsf=10:ep=RS:nm=6:fsr=off:amm=off:rawr=on_0 on Vampire---4 for (2750ds/915Mi)
% 197.39/25.49  % (25672)First to succeed.
% 197.39/25.50  % (25672)Refutation found. Thanks to Tanya!
% 197.39/25.50  % SZS status Theorem for Vampire---4
% 197.39/25.50  % SZS output start Proof for Vampire---4
% See solution above
% 197.39/25.50  % (25672)------------------------------
% 197.39/25.50  % (25672)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 197.39/25.50  % (25672)Termination reason: Refutation
% 197.39/25.50  
% 197.39/25.50  % (25672)Memory used [KB]: 8175
% 197.39/25.50  % (25672)Time elapsed: 0.484 s
% 197.39/25.50  % (25672)Instructions burned: 1592 (million)
% 197.39/25.50  % (25672)------------------------------
% 197.39/25.50  % (25672)------------------------------
% 197.39/25.50  % (24549)Success in time 25.136 s
% 197.39/25.50  % Vampire---4.8 exiting
%------------------------------------------------------------------------------