TSTP Solution File: SWW555_5 by Vampire---4.9

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.9
% Problem  : SWW555_5 : TPTP v8.2.0. Released v6.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_vampire %s %d THM

% Computer : n010.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 : Mon Jun 24 18:33:31 EDT 2024

% Result   : Theorem 194.19s 28.13s
% Output   : Refutation 194.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   66 (  14 unt;   0 typ;   0 def)
%            Number of atoms       :  189 ( 104 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :  230 ( 107   ~;  88   |;  19   &)
%                                         (   6 <=>;  10  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   6 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number of types       :    6 (   5 usr)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :   15 (  13 usr;   4 prp; 0-7 aty)
%            Number of functors    :   81 (  81 usr;  16 con; 0-7 aty)
%            Number of variables   :  198 ( 186   !;  12   ?; 198   :)

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

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

tff(type_def_7,type,
    list: $tType > $tType ).

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

tff(type_def_9,type,
    option: $tType > $tType ).

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

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

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

tff(type_def_13,type,
    fun: ( $tType * $tType ) > $tType ).

tff(type_def_14,type,
    product_prod: ( $tType * $tType ) > $tType ).

tff(func_def_0,type,
    combk: 
      !>[X0: $tType,X1: $tType] : ( X0 > fun(X1,X0) ) ).

tff(func_def_1,type,
    block: 
      !>[X0: $tType] : ( ( X0 * ty * exp(X0) ) > exp(X0) ) ).

tff(func_def_2,type,
    lAss: 
      !>[X0: $tType] : ( ( X0 * exp(X0) ) > exp(X0) ) ).

tff(func_def_3,type,
    seq: 
      !>[X0: $tType] : ( ( exp(X0) * exp(X0) ) > exp(X0) ) ).

tff(func_def_4,type,
    val1: 
      !>[X0: $tType] : ( val > exp(X0) ) ).

tff(func_def_5,type,
    fun_upd: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,X1) * X0 * X1 ) > fun(X0,X1) ) ).

tff(func_def_6,type,
    none: 
      !>[X0: $tType] : option(X0) ).

tff(func_def_7,type,
    some: 
      !>[X0: $tType] : ( X0 > option(X0) ) ).

tff(func_def_8,type,
    the: 
      !>[X0: $tType] : ( option(X0) > X0 ) ).

tff(func_def_9,type,
    product_Pair: 
      !>[X0: $tType,X1: $tType] : ( ( X0 * X1 ) > product_prod(X0,X1) ) ).

tff(func_def_10,type,
    red: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,product_prod(list(list(char)),exp(list(char))))))))))) > fun(product_prod(product_prod(exp(list(char)),product_prod(fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),fun(list(char),option(val)))),product_prod(exp(list(char)),product_prod(fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),fun(list(char),option(val))))),bool) ).

tff(func_def_11,type,
    transitive_rtrancl: 
      !>[X0: $tType] : ( fun(product_prod(X0,X0),bool) > fun(product_prod(X0,X0),bool) ) ).

tff(func_def_12,type,
    unit: val ).

tff(func_def_13,type,
    aa: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,X1) * X0 ) > X1 ) ).

tff(func_def_14,type,
    fFalse: bool ).

tff(func_def_15,type,
    fTrue: bool ).

tff(func_def_16,type,
    e: fun(list(char),option(ty)) ).

tff(func_def_17,type,
    p: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,product_prod(list(list(char)),exp(list(char))))))))))) ).

tff(func_def_18,type,
    t: ty ).

tff(func_def_19,type,
    t1: ty ).

tff(func_def_20,type,
    v: list(char) ).

tff(func_def_21,type,
    e_a: exp(list(char)) ).

tff(func_def_22,type,
    ea: exp(list(char)) ).

tff(func_def_23,type,
    h_a: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ).

tff(func_def_24,type,
    ha: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ).

tff(func_def_25,type,
    l_a: fun(list(char),option(val)) ).

tff(func_def_26,type,
    la: fun(list(char),option(val)) ).

tff(func_def_27,type,
    v2: val ).

tff(func_def_28,type,
    v1: val ).

tff(func_def_29,type,
    sK1: ( exp(list(char)) * list(char) ) > val ).

tff(func_def_30,type,
    sK2: ( exp(list(char)) * list(char) ) > exp(list(char)) ).

tff(func_def_31,type,
    sK3: 
      !>[X0: $tType] : ( option(X0) > X0 ) ).

tff(func_def_32,type,
    sK4: 
      !>[X0: $tType] : ( option(X0) > X0 ) ).

tff(func_def_33,type,
    sK5: 
      !>[X0: $tType,X1: $tType] : ( fun(product_prod(X0,X1),bool) > X0 ) ).

tff(func_def_34,type,
    sK6: 
      !>[X0: $tType,X1: $tType] : ( fun(product_prod(X0,X1),bool) > X1 ) ).

tff(func_def_35,type,
    sK7: 
      !>[X0: $tType,X1: $tType] : ( fun(product_prod(X0,X1),bool) > product_prod(X0,X1) ) ).

tff(func_def_36,type,
    sK8: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X1,X0) * fun(X1,X0) ) > X1 ) ).

tff(func_def_37,type,
    sK9: 
      !>[X0: $tType] : ( ( fun(list(char),option(ty)) * fun(list(char),option(val)) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))) ) > list(char) ) ).

tff(func_def_38,type,
    sK10: 
      !>[X0: $tType] : ( ( fun(list(char),option(ty)) * fun(list(char),option(val)) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))) ) > val ) ).

tff(func_def_39,type,
    sK11: 
      !>[X0: $tType] : ( ( fun(list(char),option(ty)) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))) * list(char) * val ) > ty ) ).

tff(func_def_40,type,
    sK12: 
      !>[X0: $tType,X1: $tType] : ( ( X1 * X0 * fun(X0,option(X1)) ) > X0 ) ).

tff(func_def_41,type,
    sK13: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,X3))) > X0 ) ).

tff(func_def_42,type,
    sK14: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,X3))) > X1 ) ).

tff(func_def_43,type,
    sK15: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,X3))) > X2 ) ).

tff(func_def_44,type,
    sK16: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,X3))) > X3 ) ).

tff(func_def_45,type,
    sK17: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType] : ( fun(product_prod(X3,product_prod(X2,product_prod(X1,X0))),bool) > X3 ) ).

tff(func_def_46,type,
    sK18: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType] : ( fun(product_prod(X3,product_prod(X2,product_prod(X1,X0))),bool) > X2 ) ).

tff(func_def_47,type,
    sK19: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType] : ( fun(product_prod(X3,product_prod(X2,product_prod(X1,X0))),bool) > X1 ) ).

tff(func_def_48,type,
    sK20: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType] : ( fun(product_prod(X3,product_prod(X2,product_prod(X1,X0))),bool) > X0 ) ).

tff(func_def_49,type,
    sK21: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,X4)))) > X0 ) ).

tff(func_def_50,type,
    sK22: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,X4)))) > X1 ) ).

tff(func_def_51,type,
    sK23: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,X4)))) > X2 ) ).

tff(func_def_52,type,
    sK24: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,X4)))) > X3 ) ).

tff(func_def_53,type,
    sK25: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,X4)))) > X4 ) ).

tff(func_def_54,type,
    sK26: 
      !>[X0: $tType,X1: $tType] : ( ( fun(product_prod(product_prod(X1,X0),product_prod(X1,X0)),bool) * X0 * X1 * X0 * X1 ) > X1 ) ).

tff(func_def_55,type,
    sK27: 
      !>[X0: $tType,X1: $tType] : ( ( fun(product_prod(product_prod(X1,X0),product_prod(X1,X0)),bool) * X0 * X1 * X0 * X1 ) > X0 ) ).

tff(func_def_56,type,
    sK28: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,product_prod(X4,X5))))) > X0 ) ).

tff(func_def_57,type,
    sK29: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,product_prod(X4,X5))))) > X1 ) ).

tff(func_def_58,type,
    sK30: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,product_prod(X4,X5))))) > X2 ) ).

tff(func_def_59,type,
    sK31: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,product_prod(X4,X5))))) > X3 ) ).

tff(func_def_60,type,
    sK32: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,product_prod(X4,X5))))) > X4 ) ).

tff(func_def_61,type,
    sK33: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,product_prod(X4,X5))))) > X5 ) ).

tff(func_def_62,type,
    sK34: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,fun(X1,bool)) * fun(product_prod(product_prod(X0,X1),product_prod(X0,X1)),bool) * X1 * X0 ) > X0 ) ).

tff(func_def_63,type,
    sK35: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,fun(X1,bool)) * fun(product_prod(product_prod(X0,X1),product_prod(X0,X1)),bool) * X1 * X0 ) > X1 ) ).

tff(func_def_64,type,
    sK36: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,fun(X1,bool)) * fun(product_prod(product_prod(X0,X1),product_prod(X0,X1)),bool) * X1 * X0 ) > X0 ) ).

tff(func_def_65,type,
    sK37: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,fun(X1,bool)) * fun(product_prod(product_prod(X0,X1),product_prod(X0,X1)),bool) * X1 * X0 ) > X1 ) ).

tff(func_def_66,type,
    sK38: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,fun(X1,bool)) * fun(product_prod(product_prod(X0,X1),product_prod(X0,X1)),bool) * X1 * X0 ) > X0 ) ).

tff(func_def_67,type,
    sK39: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,fun(X1,bool)) * fun(product_prod(product_prod(X0,X1),product_prod(X0,X1)),bool) * X1 * X0 ) > X1 ) ).

tff(func_def_68,type,
    sK40: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,fun(X1,bool)) * fun(product_prod(product_prod(X0,X1),product_prod(X0,X1)),bool) * X1 * X0 ) > X0 ) ).

tff(func_def_69,type,
    sK41: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,fun(X1,bool)) * fun(product_prod(product_prod(X0,X1),product_prod(X0,X1)),bool) * X1 * X0 ) > X1 ) ).

tff(func_def_70,type,
    sK42: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( fun(product_prod(X5,product_prod(X4,product_prod(X3,product_prod(X2,product_prod(X1,X0))))),bool) > X5 ) ).

tff(func_def_71,type,
    sK43: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( fun(product_prod(X5,product_prod(X4,product_prod(X3,product_prod(X2,product_prod(X1,X0))))),bool) > X4 ) ).

tff(func_def_72,type,
    sK44: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( fun(product_prod(X5,product_prod(X4,product_prod(X3,product_prod(X2,product_prod(X1,X0))))),bool) > X3 ) ).

tff(func_def_73,type,
    sK45: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( fun(product_prod(X5,product_prod(X4,product_prod(X3,product_prod(X2,product_prod(X1,X0))))),bool) > X2 ) ).

tff(func_def_74,type,
    sK46: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( fun(product_prod(X5,product_prod(X4,product_prod(X3,product_prod(X2,product_prod(X1,X0))))),bool) > X1 ) ).

tff(func_def_75,type,
    sK47: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( fun(product_prod(X5,product_prod(X4,product_prod(X3,product_prod(X2,product_prod(X1,X0))))),bool) > X0 ) ).

tff(pred_def_1,type,
    final: 
      !>[X0: $tType] : ( exp(X0) > $o ) ).

tff(pred_def_2,type,
    conf: 
      !>[X0: $tType] : ( ( list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * val * ty ) > $o ) ).

tff(pred_def_3,type,
    hconf: 
      !>[X0: $tType] : ( ( list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ) > $o ) ).

tff(pred_def_4,type,
    lconf: 
      !>[X0: $tType] : ( ( list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * fun(list(char),option(val)) * fun(list(char),option(ty)) ) > $o ) ).

tff(pred_def_5,type,
    assigned: ( list(char) * exp(list(char)) ) > $o ).

tff(pred_def_6,type,
    redp: ( list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,product_prod(list(list(char)),exp(list(char))))))))))) * exp(list(char)) * product_prod(fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),fun(list(char),option(val))) * exp(list(char)) * product_prod(fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),fun(list(char),option(val))) ) > $o ).

tff(pred_def_7,type,
    wTrt: ( list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,product_prod(list(list(char)),exp(list(char))))))))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * fun(list(char),option(ty)) * exp(list(char)) * ty ) > $o ).

tff(pred_def_8,type,
    member: 
      !>[X0: $tType] : ( ( X0 * fun(X0,bool) ) > $o ) ).

tff(pred_def_9,type,
    pp: bool > $o ).

tff(pred_def_10,type,
    sP0: 
      !>[X0: $tType,X1: $tType] : ( ( X1 * fun(X1,option(X0)) * X0 * X1 * X0 ) > $o ) ).

tff(f6968,plain,
    $false,
    inference(avatar_sat_refutation,[],[f2899,f3006,f5788,f6967]) ).

tff(f6967,plain,
    ( spl48_23
    | ~ spl48_24 ),
    inference(avatar_contradiction_clause,[],[f6966]) ).

tff(f6966,plain,
    ( $false
    | spl48_23
    | ~ spl48_24 ),
    inference(subsumption_resolution,[],[f6958,f2887]) ).

tff(f2887,plain,
    ( ( v != sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p) )
    | spl48_23 ),
    inference(avatar_component_clause,[],[f2886]) ).

tff(f2886,plain,
    ( spl48_23
  <=> ( v = sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl48_23])]) ).

tff(f6958,plain,
    ( ( v = sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p) )
    | ~ spl48_24 ),
    inference(trivial_inequality_removal,[],[f6957]) ).

tff(f6957,plain,
    ( ( aa(list(char),option(ty),e,sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) != aa(list(char),option(ty),e,sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) )
    | ( v = sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p) )
    | ~ spl48_24 ),
    inference(superposition,[],[f6216,f410]) ).

tff(f410,plain,
    ! [X1: $tType,X0: $tType,X2: X0,X3: fun(X1,X0),X4: X1,X5: X1] :
      ( ( aa(X1,X0,fun_upd(X1,X0,X3,X4,X2),X5) = aa(X1,X0,X3,X5) )
      | ( X4 = X5 ) ),
    inference(cnf_transformation,[],[f221]) ).

tff(f221,plain,
    ! [X0: $tType,X1: $tType,X2: X0,X3: fun(X1,X0),X4: X1,X5: X1] :
      ( ( ( aa(X1,X0,fun_upd(X1,X0,X3,X4,X2),X5) = aa(X1,X0,X3,X5) )
        | ( X4 = X5 ) )
      & ( ( aa(X1,X0,fun_upd(X1,X0,X3,X4,X2),X5) = X2 )
        | ( X4 != X5 ) ) ),
    inference(ennf_transformation,[],[f161]) ).

tff(f161,plain,
    ! [X0: $tType,X1: $tType,X2: X0,X3: fun(X1,X0),X4: X1,X5: X1] :
      ( ( ( X4 != X5 )
       => ( aa(X1,X0,fun_upd(X1,X0,X3,X4,X2),X5) = aa(X1,X0,X3,X5) ) )
      & ( ( X4 = X5 )
       => ( aa(X1,X0,fun_upd(X1,X0,X3,X4,X2),X5) = X2 ) ) ),
    inference(rectify,[],[f16]) ).

tff(f16,axiom,
    ! [X1: $tType,X0: $tType,X10: X1,X4: fun(X0,X1),X13: X0,X14: X0] :
      ( ( ( X13 != X14 )
       => ( aa(X0,X1,fun_upd(X0,X1,X4,X13,X10),X14) = aa(X0,X1,X4,X14) ) )
      & ( ( X13 = X14 )
       => ( aa(X0,X1,fun_upd(X0,X1,X4,X13,X10),X14) = X10 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f6216,plain,
    ( ( aa(list(char),option(ty),e,sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) != aa(list(char),option(ty),fun_upd(list(char),option(ty),e,v,some(ty,t1)),sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) )
    | ~ spl48_24 ),
    inference(trivial_inequality_removal,[],[f6211]) ).

tff(f6211,plain,
    ( ( some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) != some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) )
    | ( aa(list(char),option(ty),e,sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) != aa(list(char),option(ty),fun_upd(list(char),option(ty),e,v,some(ty,t1)),sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) )
    | ~ spl48_24 ),
    inference(superposition,[],[f5271,f2892]) ).

tff(f2892,plain,
    ( ( some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) = aa(list(char),option(val),l_a,sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) )
    | ~ spl48_24 ),
    inference(avatar_component_clause,[],[f2890]) ).

tff(f2890,plain,
    ( spl48_24
  <=> ( some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) = aa(list(char),option(val),l_a,sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl48_24])]) ).

tff(f5271,plain,
    ! [X0: list(char)] :
      ( ( some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) != aa(list(char),option(val),l_a,X0) )
      | ( aa(list(char),option(ty),e,sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) != aa(list(char),option(ty),fun_upd(list(char),option(ty),e,v,some(ty,t1)),X0) ) ),
    inference(resolution,[],[f4997,f336]) ).

tff(f336,plain,
    lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,l_a,fun_upd(list(char),option(ty),e,v,some(ty,t1))),
    inference(cnf_transformation,[],[f2]) ).

tff(f2,axiom,
    lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,l_a,fun_upd(list(char),option(ty),e,v,some(ty,t1))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f4997,plain,
    ! [X2: list(char),X0: fun(list(char),option(val)),X1: fun(list(char),option(ty))] :
      ( ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X0,X1)
      | ( some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) != aa(list(char),option(val),X0,X2) )
      | ( aa(list(char),option(ty),X1,X2) != aa(list(char),option(ty),e,sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) ) ),
    inference(duplicate_literal_removal,[],[f4996]) ).

tff(f4996,plain,
    ! [X2: list(char),X0: fun(list(char),option(val)),X1: fun(list(char),option(ty))] :
      ( ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X0,X1)
      | ( some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) != aa(list(char),option(val),X0,X2) )
      | ( aa(list(char),option(ty),X1,X2) != aa(list(char),option(ty),e,sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) )
      | ( some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) != aa(list(char),option(val),X0,X2) ) ),
    inference(factoring,[],[f2925]) ).

tff(f2925,plain,
    ! [X2: fun(list(char),option(val)),X3: fun(list(char),option(val)),X0: fun(list(char),option(ty)),X1: list(char)] :
      ( ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X2,X0)
      | ( aa(list(char),option(val),X2,X1) != some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) )
      | ( aa(list(char),option(ty),X0,X1) != aa(list(char),option(ty),e,sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) )
      | ( some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) != aa(list(char),option(val),X3,X1) )
      | ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X3,X0) ),
    inference(superposition,[],[f538,f388]) ).

tff(f388,plain,
    ! [X0: $tType,X2: fun(list(char),option(val)),X3: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),X1: fun(list(char),option(ty)),X8: list(char),X9: val,X4: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0))))))))] :
      ( ( aa(list(char),option(ty),X1,X8) = some(ty,sK11(X0,X1,X3,X4,X8,X9)) )
      | ( aa(list(char),option(val),X2,X8) != some(val,X9) )
      | ~ lconf(X0,X4,X3,X2,X1) ),
    inference(cnf_transformation,[],[f296]) ).

tff(f296,plain,
    ! [X0: $tType,X1: fun(list(char),option(ty)),X2: fun(list(char),option(val)),X3: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),X4: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0))))))))] :
      ( ( lconf(X0,X4,X3,X2,X1)
        | ( ! [X7: ty] :
              ( ~ conf(X0,X4,X3,sK10(X0,X1,X2,X3,X4),X7)
              | ( some(ty,X7) != aa(list(char),option(ty),X1,sK9(X0,X1,X2,X3,X4)) ) )
          & ( aa(list(char),option(val),X2,sK9(X0,X1,X2,X3,X4)) = some(val,sK10(X0,X1,X2,X3,X4)) ) ) )
      & ( ! [X8: list(char),X9: val] :
            ( ( conf(X0,X4,X3,X9,sK11(X0,X1,X3,X4,X8,X9))
              & ( aa(list(char),option(ty),X1,X8) = some(ty,sK11(X0,X1,X3,X4,X8,X9)) ) )
            | ( aa(list(char),option(val),X2,X8) != some(val,X9) ) )
        | ~ lconf(X0,X4,X3,X2,X1) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK9,sK10,sK11])],[f293,f295,f294]) ).

tff(f294,plain,
    ! [X0: $tType,X1: fun(list(char),option(ty)),X2: fun(list(char),option(val)),X3: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),X4: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0))))))))] :
      ( ? [X5: list(char),X6: val] :
          ( ! [X7: ty] :
              ( ~ conf(X0,X4,X3,X6,X7)
              | ( some(ty,X7) != aa(list(char),option(ty),X1,X5) ) )
          & ( aa(list(char),option(val),X2,X5) = some(val,X6) ) )
     => ( ! [X7: ty] :
            ( ~ conf(X0,X4,X3,sK10(X0,X1,X2,X3,X4),X7)
            | ( some(ty,X7) != aa(list(char),option(ty),X1,sK9(X0,X1,X2,X3,X4)) ) )
        & ( aa(list(char),option(val),X2,sK9(X0,X1,X2,X3,X4)) = some(val,sK10(X0,X1,X2,X3,X4)) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f295,plain,
    ! [X0: $tType,X1: fun(list(char),option(ty)),X3: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),X4: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))),X8: list(char),X9: val] :
      ( ? [X10: ty] :
          ( conf(X0,X4,X3,X9,X10)
          & ( some(ty,X10) = aa(list(char),option(ty),X1,X8) ) )
     => ( conf(X0,X4,X3,X9,sK11(X0,X1,X3,X4,X8,X9))
        & ( aa(list(char),option(ty),X1,X8) = some(ty,sK11(X0,X1,X3,X4,X8,X9)) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f293,plain,
    ! [X0: $tType,X1: fun(list(char),option(ty)),X2: fun(list(char),option(val)),X3: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),X4: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0))))))))] :
      ( ( lconf(X0,X4,X3,X2,X1)
        | ? [X5: list(char),X6: val] :
            ( ! [X7: ty] :
                ( ~ conf(X0,X4,X3,X6,X7)
                | ( some(ty,X7) != aa(list(char),option(ty),X1,X5) ) )
            & ( aa(list(char),option(val),X2,X5) = some(val,X6) ) ) )
      & ( ! [X8: list(char),X9: val] :
            ( ? [X10: ty] :
                ( conf(X0,X4,X3,X9,X10)
                & ( some(ty,X10) = aa(list(char),option(ty),X1,X8) ) )
            | ( aa(list(char),option(val),X2,X8) != some(val,X9) ) )
        | ~ lconf(X0,X4,X3,X2,X1) ) ),
    inference(rectify,[],[f292]) ).

tff(f292,plain,
    ! [X0: $tType,X1: fun(list(char),option(ty)),X2: fun(list(char),option(val)),X3: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),X4: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0))))))))] :
      ( ( lconf(X0,X4,X3,X2,X1)
        | ? [X5: list(char),X6: val] :
            ( ! [X7: ty] :
                ( ~ conf(X0,X4,X3,X6,X7)
                | ( some(ty,X7) != aa(list(char),option(ty),X1,X5) ) )
            & ( aa(list(char),option(val),X2,X5) = some(val,X6) ) ) )
      & ( ! [X5: list(char),X6: val] :
            ( ? [X7: ty] :
                ( conf(X0,X4,X3,X6,X7)
                & ( some(ty,X7) = aa(list(char),option(ty),X1,X5) ) )
            | ( aa(list(char),option(val),X2,X5) != some(val,X6) ) )
        | ~ lconf(X0,X4,X3,X2,X1) ) ),
    inference(nnf_transformation,[],[f218]) ).

tff(f218,plain,
    ! [X0: $tType,X1: fun(list(char),option(ty)),X2: fun(list(char),option(val)),X3: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),X4: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0))))))))] :
      ( lconf(X0,X4,X3,X2,X1)
    <=> ! [X5: list(char),X6: val] :
          ( ? [X7: ty] :
              ( conf(X0,X4,X3,X6,X7)
              & ( some(ty,X7) = aa(list(char),option(ty),X1,X5) ) )
          | ( aa(list(char),option(val),X2,X5) != some(val,X6) ) ) ),
    inference(ennf_transformation,[],[f148]) ).

tff(f148,plain,
    ! [X0: $tType,X1: fun(list(char),option(ty)),X2: fun(list(char),option(val)),X3: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),X4: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0))))))))] :
      ( lconf(X0,X4,X3,X2,X1)
    <=> ! [X5: list(char),X6: val] :
          ( ( aa(list(char),option(val),X2,X5) = some(val,X6) )
         => ? [X7: ty] :
              ( conf(X0,X4,X3,X6,X7)
              & ( some(ty,X7) = aa(list(char),option(ty),X1,X5) ) ) ) ),
    inference(rectify,[],[f32]) ).

tff(f32,axiom,
    ! [X0: $tType,X8: fun(list(char),option(ty)),X21: fun(list(char),option(val)),X22: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),X23: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0))))))))] :
      ( lconf(X0,X23,X22,X21,X8)
    <=> ! [X36: list(char),X37: val] :
          ( ( aa(list(char),option(val),X21,X36) = some(val,X37) )
         => ? [X38: ty] :
              ( conf(X0,X23,X22,X37,X38)
              & ( aa(list(char),option(ty),X8,X36) = some(ty,X38) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f538,plain,
    ! [X2: fun(list(char),option(val)),X0: fun(list(char),option(ty)),X1: list(char)] :
      ( ( aa(list(char),option(ty),e,sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) != some(ty,sK11(product_prod(list(list(char)),exp(list(char))),X0,h_a,p,X1,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p))) )
      | ( aa(list(char),option(val),X2,X1) != some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) )
      | ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X2,X0) ),
    inference(resolution,[],[f491,f389]) ).

tff(f389,plain,
    ! [X0: $tType,X2: fun(list(char),option(val)),X3: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),X1: fun(list(char),option(ty)),X8: list(char),X9: val,X4: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0))))))))] :
      ( conf(X0,X4,X3,X9,sK11(X0,X1,X3,X4,X8,X9))
      | ( aa(list(char),option(val),X2,X8) != some(val,X9) )
      | ~ lconf(X0,X4,X3,X2,X1) ),
    inference(cnf_transformation,[],[f296]) ).

tff(f491,plain,
    ! [X0: ty] :
      ( ~ conf(product_prod(list(list(char)),exp(list(char))),p,h_a,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p),X0)
      | ( some(ty,X0) != aa(list(char),option(ty),e,sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) ) ),
    inference(resolution,[],[f329,f391]) ).

tff(f391,plain,
    ! [X0: $tType,X2: fun(list(char),option(val)),X3: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),X1: fun(list(char),option(ty)),X7: ty,X4: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0))))))))] :
      ( lconf(X0,X4,X3,X2,X1)
      | ~ conf(X0,X4,X3,sK10(X0,X1,X2,X3,X4),X7)
      | ( some(ty,X7) != aa(list(char),option(ty),X1,sK9(X0,X1,X2,X3,X4)) ) ),
    inference(cnf_transformation,[],[f296]) ).

tff(f329,plain,
    ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),e),
    inference(cnf_transformation,[],[f106]) ).

tff(f106,plain,
    ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),e),
    inference(flattening,[],[f105]) ).

tff(f105,negated_conjecture,
    ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),e),
    inference(negated_conjecture,[],[f104]) ).

tff(f104,conjecture,
    lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),e),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f5788,plain,
    ~ spl48_11,
    inference(avatar_contradiction_clause,[],[f5787]) ).

tff(f5787,plain,
    ( $false
    | ~ spl48_11 ),
    inference(trivial_inequality_removal,[],[f5786]) ).

tff(f5786,plain,
    ( ( aa(list(char),option(val),la,v) != aa(list(char),option(val),la,v) )
    | ~ spl48_11 ),
    inference(equality_resolution,[],[f3285]) ).

tff(f3285,plain,
    ( ! [X0: list(char)] :
        ( ( aa(list(char),option(ty),e,v) != aa(list(char),option(ty),e,X0) )
        | ( aa(list(char),option(val),la,v) != aa(list(char),option(val),la,X0) ) )
    | ~ spl48_11 ),
    inference(resolution,[],[f1000,f333]) ).

tff(f333,plain,
    lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,la,e),
    inference(cnf_transformation,[],[f1]) ).

tff(f1,axiom,
    lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,la,e),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f1000,plain,
    ( ! [X2: fun(list(char),option(ty)),X0: fun(list(char),option(val)),X1: list(char)] :
        ( ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X0,X2)
        | ( aa(list(char),option(val),la,v) != aa(list(char),option(val),X0,X1) )
        | ( aa(list(char),option(ty),e,v) != aa(list(char),option(ty),X2,X1) ) )
    | ~ spl48_11 ),
    inference(avatar_component_clause,[],[f999]) ).

tff(f999,plain,
    ( spl48_11
  <=> ! [X2: fun(list(char),option(ty)),X0: fun(list(char),option(val)),X1: list(char)] :
        ( ( aa(list(char),option(val),la,v) != aa(list(char),option(val),X0,X1) )
        | ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X0,X2)
        | ( aa(list(char),option(ty),e,v) != aa(list(char),option(ty),X2,X1) ) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl48_11])]) ).

tff(f3006,plain,
    ( spl48_11
    | ~ spl48_23 ),
    inference(avatar_split_clause,[],[f3004,f2886,f999]) ).

tff(f3004,plain,
    ( ! [X2: list(char),X0: fun(list(char),option(val)),X1: fun(list(char),option(ty))] :
        ( ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X0,X1)
        | ( aa(list(char),option(val),la,v) != aa(list(char),option(val),X0,X2) )
        | ( aa(list(char),option(ty),X1,X2) != aa(list(char),option(ty),e,v) ) )
    | ~ spl48_23 ),
    inference(duplicate_literal_removal,[],[f3003]) ).

tff(f3003,plain,
    ( ! [X2: list(char),X0: fun(list(char),option(val)),X1: fun(list(char),option(ty))] :
        ( ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X0,X1)
        | ( aa(list(char),option(val),la,v) != aa(list(char),option(val),X0,X2) )
        | ( aa(list(char),option(ty),X1,X2) != aa(list(char),option(ty),e,v) )
        | ( aa(list(char),option(val),la,v) != aa(list(char),option(val),X0,X2) ) )
    | ~ spl48_23 ),
    inference(factoring,[],[f2931]) ).

tff(f2931,plain,
    ( ! [X2: fun(list(char),option(val)),X3: fun(list(char),option(val)),X0: fun(list(char),option(ty)),X1: list(char)] :
        ( ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X3,X0)
        | ( aa(list(char),option(val),la,v) != aa(list(char),option(val),X2,X1) )
        | ( aa(list(char),option(ty),X0,X1) != aa(list(char),option(ty),e,v) )
        | ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X2,X0)
        | ( aa(list(char),option(val),la,v) != aa(list(char),option(val),X3,X1) ) )
    | ~ spl48_23 ),
    inference(forward_demodulation,[],[f2930,f2906]) ).

tff(f2906,plain,
    ( ( aa(list(char),option(val),la,v) = some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) )
    | ~ spl48_23 ),
    inference(forward_demodulation,[],[f2903,f376]) ).

tff(f376,plain,
    ! [X1: $tType,X0: $tType,X2: X1,X3: X0,X4: fun(X0,X1)] : ( aa(X0,X1,fun_upd(X0,X1,X4,X3,X2),X3) = X2 ),
    inference(cnf_transformation,[],[f137]) ).

tff(f137,plain,
    ! [X0: $tType,X1: $tType,X2: X1,X3: X0,X4: fun(X0,X1)] : ( aa(X0,X1,fun_upd(X0,X1,X4,X3,X2),X3) = X2 ),
    inference(rectify,[],[f11]) ).

tff(f11,axiom,
    ! [X1: $tType,X0: $tType,X6: X0,X3: X1,X4: fun(X1,X0)] : ( aa(X1,X0,fun_upd(X1,X0,X4,X3,X6),X3) = X6 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

tff(f2903,plain,
    ( ( some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) = aa(list(char),option(val),fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),v) )
    | ~ spl48_23 ),
    inference(superposition,[],[f490,f2888]) ).

tff(f2888,plain,
    ( ( v = sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p) )
    | ~ spl48_23 ),
    inference(avatar_component_clause,[],[f2886]) ).

tff(f490,plain,
    aa(list(char),option(val),fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) = some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)),
    inference(resolution,[],[f329,f390]) ).

tff(f390,plain,
    ! [X0: $tType,X2: fun(list(char),option(val)),X3: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),X1: fun(list(char),option(ty)),X4: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0))))))))] :
      ( lconf(X0,X4,X3,X2,X1)
      | ( aa(list(char),option(val),X2,sK9(X0,X1,X2,X3,X4)) = some(val,sK10(X0,X1,X2,X3,X4)) ) ),
    inference(cnf_transformation,[],[f296]) ).

tff(f2930,plain,
    ( ! [X2: fun(list(char),option(val)),X3: fun(list(char),option(val)),X0: fun(list(char),option(ty)),X1: list(char)] :
        ( ( aa(list(char),option(val),la,v) != aa(list(char),option(val),X2,X1) )
        | ( aa(list(char),option(ty),X0,X1) != aa(list(char),option(ty),e,v) )
        | ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X2,X0)
        | ( some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) != aa(list(char),option(val),X3,X1) )
        | ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X3,X0) )
    | ~ spl48_23 ),
    inference(forward_demodulation,[],[f2929,f2906]) ).

tff(f2929,plain,
    ( ! [X2: fun(list(char),option(val)),X3: fun(list(char),option(val)),X0: fun(list(char),option(ty)),X1: list(char)] :
        ( ( aa(list(char),option(ty),X0,X1) != aa(list(char),option(ty),e,v) )
        | ( aa(list(char),option(val),X2,X1) != some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) )
        | ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X2,X0)
        | ( some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) != aa(list(char),option(val),X3,X1) )
        | ~ lconf(product_prod(list(list(char)),exp(list(char))),p,h_a,X3,X0) )
    | ~ spl48_23 ),
    inference(forward_demodulation,[],[f2925,f2888]) ).

tff(f2899,plain,
    ( spl48_23
    | spl48_24 ),
    inference(avatar_split_clause,[],[f556,f2890,f2886]) ).

tff(f556,plain,
    ( ( some(val,sK10(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) = aa(list(char),option(val),l_a,sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p)) )
    | ( v = sK9(product_prod(list(list(char)),exp(list(char))),e,fun_upd(list(char),option(val),l_a,v,aa(list(char),option(val),la,v)),h_a,p) ) ),
    inference(superposition,[],[f490,f413]) ).

tff(f413,plain,
    ! [X1: $tType,X0: $tType,X2: X0,X3: fun(X1,X0),X4: X1,X5: X1] :
      ( ( aa(X1,X0,fun_upd(X1,X0,X3,X4,X2),X5) = aa(X1,X0,X3,X5) )
      | ( X4 = X5 ) ),
    inference(cnf_transformation,[],[f223]) ).

tff(f223,plain,
    ! [X0: $tType,X1: $tType,X2: X0,X3: fun(X1,X0),X4: X1,X5: X1] :
      ( ( aa(X1,X0,fun_upd(X1,X0,X3,X4,X2),X5) = aa(X1,X0,X3,X5) )
      | ( X4 = X5 ) ),
    inference(ennf_transformation,[],[f163]) ).

tff(f163,plain,
    ! [X0: $tType,X1: $tType,X2: X0,X3: fun(X1,X0),X4: X1,X5: X1] :
      ( ( X4 != X5 )
     => ( aa(X1,X0,fun_upd(X1,X0,X3,X4,X2),X5) = aa(X1,X0,X3,X5) ) ),
    inference(rectify,[],[f13]) ).

tff(f13,axiom,
    ! [X1: $tType,X0: $tType,X6: X1,X4: fun(X0,X1),X3: X0,X5: X0] :
      ( ( X3 != X5 )
     => ( aa(X0,X1,fun_upd(X0,X1,X4,X3,X6),X5) = aa(X0,X1,X4,X5) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',unknown) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem    : SWW555_5 : TPTP v8.2.0. Released v6.0.0.
% 0.00/0.11  % Command    : run_vampire %s %d THM
% 0.10/0.31  % Computer : n010.cluster.edu
% 0.10/0.31  % Model    : x86_64 x86_64
% 0.10/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.31  % Memory   : 8042.1875MB
% 0.10/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.31  % CPULimit   : 300
% 0.10/0.31  % WCLimit    : 300
% 0.10/0.31  % DateTime   : Wed Jun 19 12:46:08 EDT 2024
% 0.15/0.31  % CPUTime    : 
% 0.15/0.33  This is a TF1_THM_EQU_NAR problem
% 0.15/0.33  Running first-order theorem proving
% 0.15/0.33  Running /export/starexec/sandbox/solver/bin/vampire --mode casc -m 16384 --cores 7 -t 300 /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.18/0.42  % (3957)Running in auto input_syntax mode. Trying TPTP
% 0.18/0.42  % (3960)lrs+1010_2201:262144_anc=all:drc=encompass:sil=256000:sims=off:sp=frequency:spb=goal_then_units:rp=on:lwlo=on:st=3.0:i=179501:bs=unit_only:nm=6:ins=2:fsd=on:ss=axioms:sgt=16:afr=on:tgt=ground:awrs=decay:awrsf=200:acc=on:ccuc=first_0 on theBenchmark for (2999ds/179501Mi)
% 0.18/0.42  % (3957)Running in auto input_syntax mode. Trying TPTP
% 0.18/0.42  % (3958)lrs+1011_1:12_anc=none:drc=off:sil=64000:sims=off:sp=unary_first:spb=goal_then_units:lsd=20:rnwc=on:nwc=2.0:i=53554:add=off:awrs=converge:bd=off:uhcvi=on:tgt=ground:afp=300:afq=1.63_0 on theBenchmark for (2999ds/53554Mi)
% 0.18/0.42  % (3957)Running in auto input_syntax mode. Trying TPTP
% 0.18/0.42  % (3964)dis+1010_159245:1048576_to=lpo:sil=2000:etr=on:sp=unary_frequency:spb=goal:rnwc=on:nwc=10.9066:st=2:i=124:sd=1:nm=3:av=off:ss=axioms:rawr=on:drc=encompass:foolp=on:sgt=5:cond=fast:er=filter:erape=on:erml=2:s2a=on_0 on theBenchmark for (2999ds/124Mi)
% 0.18/0.42  % (3957)Running in auto input_syntax mode. Trying TPTP
% 0.18/0.42  % (3962)dis+1011_3:1_sil=256000:tgt=ground:sac=on:i=109:sd=1:ss=included_0 on theBenchmark for (2999ds/109Mi)
% 0.18/0.42  % (3957)Running in auto input_syntax mode. Trying TPTP
% 0.18/0.42  % (3963)dis+1010_1:1_sil=2000:nwc=3.0:s2a=on:i=132:ins=5:fsr=off:ss=axioms:sd=2:fd=off_0 on theBenchmark for (2999ds/132Mi)
% 0.18/0.42  % (3957)Running in auto input_syntax mode. Trying TPTP
% 0.18/0.42  % (3961)lrs+10_1:3_drc=off:sil=256000:sp=unary_first:lwlo=on:i=216875:kws=precedence:ins=3:rawr=on:nwc=10.0_0 on theBenchmark for (2999ds/216875Mi)
% 0.18/0.42  % (3957)Running in auto input_syntax mode. Trying TPTP
% 0.18/0.42  % (3959)dis+11_1:1_nwc=5.0:s2a=on:i=66616:s2at=3.0:sil=128000:bd=off_0 on theBenchmark for (2999ds/66616Mi)
% 0.18/0.48  % (3962)Instruction limit reached!
% 0.18/0.48  % (3962)------------------------------
% 0.18/0.48  % (3962)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.18/0.48  % (3962)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.18/0.48  % (3962)Termination reason: Time limit
% 0.18/0.48  % (3962)Termination phase: Saturation
% 0.18/0.48  
% 0.18/0.48  % (3962)Memory used [KB]: 2163
% 0.18/0.48  % (3962)Time elapsed: 0.064 s
% 0.18/0.48  % (3962)Instructions burned: 110 (million)
% 0.18/0.49  % (3964)Instruction limit reached!
% 0.18/0.49  % (3964)------------------------------
% 0.18/0.49  % (3964)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.18/0.49  % (3964)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.18/0.49  % (3964)Termination reason: Time limit
% 0.18/0.49  % (3964)Termination phase: Saturation
% 0.18/0.49  
% 0.18/0.49  % (3964)Memory used [KB]: 1916
% 0.18/0.49  % (3964)Time elapsed: 0.068 s
% 0.18/0.49  % (3964)Instructions burned: 124 (million)
% 0.18/0.49  % (3963)Instruction limit reached!
% 0.18/0.49  % (3963)------------------------------
% 0.18/0.49  % (3963)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.18/0.49  % (3963)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.18/0.49  % (3963)Termination reason: Time limit
% 0.18/0.49  % (3963)Termination phase: Saturation
% 0.18/0.49  
% 0.18/0.49  % (3963)Memory used [KB]: 1880
% 0.18/0.49  % (3963)Time elapsed: 0.071 s
% 0.18/0.49  % (3963)Instructions burned: 132 (million)
% 0.18/0.56  % (3957)Running in auto input_syntax mode. Trying TPTP
% 0.18/0.56  % (3965)lrs+1011_1:1_sil=16000:sos=on:erd=off:i=126:nm=2:ep=RST_0 on theBenchmark for (2998ds/126Mi)
% 0.18/0.56  % (3957)Running in auto input_syntax mode. Trying TPTP
% 0.18/0.56  % (3966)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:st=1.5:i=145:ss=axioms:sgt=4_0 on theBenchmark for (2998ds/145Mi)
% 0.18/0.57  % (3957)Running in auto input_syntax mode. Trying TPTP
% 0.18/0.57  % (3967)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=173:s2at=3:afp=10000:aac=none:avsqr=13357983,1048576:awrs=converge:awrsf=460:bd=off:nm=13:ins=2:fsr=off:amm=sco:afq=1.16719:ss=axioms:rawr=on:fd=off_0 on theBenchmark for (2998ds/173Mi)
% 0.18/0.57  % (3965)Refutation not found, incomplete strategy% (3965)------------------------------
% 0.18/0.57  % (3965)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.18/0.57  % (3965)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.18/0.57  % (3965)Termination reason: Refutation not found, incomplete strategy
% 0.18/0.57  
% 0.18/0.57  % (3965)Memory used [KB]: 1573
% 0.18/0.57  % (3965)Time elapsed: 0.014 s
% 0.18/0.57  % (3965)Instructions burned: 22 (million)
% 0.18/0.57  % (3965)------------------------------
% 0.18/0.57  % (3965)------------------------------
% 1.63/0.58  % (3967)Refutation not found, incomplete strategy% (3967)------------------------------
% 1.63/0.58  % (3967)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.63/0.58  % (3967)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.63/0.58  % (3967)Termination reason: Refutation not found, incomplete strategy
% 1.63/0.58  
% 1.63/0.58  % (3967)Memory used [KB]: 1418
% 1.63/0.58  % (3967)Time elapsed: 0.013 s
% 1.63/0.58  % (3967)Instructions burned: 21 (million)
% 1.63/0.58  % (3967)------------------------------
% 1.63/0.58  % (3967)------------------------------
% 1.95/0.64  % (3957)Running in auto input_syntax mode. Trying TPTP
% 1.95/0.64  % (3968)lrs+2_3:1_to=lpo:sil=256000:irw=on:fde=unused:sp=unary_first:bce=on:nwc=6.0:s2agt=30:newcnf=on:s2a=on:i=226:nm=2_0 on theBenchmark for (2997ds/226Mi)
% 1.95/0.64  % (3966)Instruction limit reached!
% 1.95/0.64  % (3966)------------------------------
% 1.95/0.64  % (3966)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.95/0.64  % (3966)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.95/0.64  % (3966)Termination reason: Time limit
% 1.95/0.64  % (3966)Termination phase: Saturation
% 1.95/0.64  
% 1.95/0.64  % (3966)Memory used [KB]: 2241
% 1.95/0.64  % (3966)Time elapsed: 0.085 s
% 1.95/0.64  % (3966)Instructions burned: 145 (million)
% 1.95/0.64  % (3968)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 1.95/0.65  % (3957)Running in auto input_syntax mode. Trying TPTP
% 1.95/0.65  % (3969)dis+1011_1:1_sil=16000:nwc=7.0:s2agt=64:s2a=on:i=247:ss=axioms:sgt=8:lsd=50:sd=7_0 on theBenchmark for (2997ds/247Mi)
% 2.22/0.72  % (3957)Running in auto input_syntax mode. Trying TPTP
% 2.22/0.72  % (3970)lrs+2_1:1_sil=2000:sos=on:urr=on:i=230:kws=inv_frequency:ss=axioms:sd=3:avsq=on:br=off_0 on theBenchmark for (2997ds/230Mi)
% 2.22/0.73  % (3970)Refutation not found, incomplete strategy% (3970)------------------------------
% 2.22/0.73  % (3970)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.22/0.73  % (3970)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.22/0.73  % (3970)Termination reason: Refutation not found, incomplete strategy
% 2.22/0.73  
% 2.22/0.73  % (3970)Memory used [KB]: 1192
% 2.22/0.73  % (3970)Time elapsed: 0.007 s
% 2.22/0.73  % (3970)Instructions burned: 6 (million)
% 2.22/0.73  % (3970)------------------------------
% 2.22/0.73  % (3970)------------------------------
% 2.57/0.77  % (3968)Instruction limit reached!
% 2.57/0.77  % (3968)------------------------------
% 2.57/0.77  % (3968)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.57/0.77  % (3968)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.57/0.77  % (3968)Termination reason: Time limit
% 2.57/0.77  % (3968)Termination phase: Saturation
% 2.57/0.77  
% 2.57/0.77  % (3968)Memory used [KB]: 2865
% 2.57/0.77  % (3968)Time elapsed: 0.150 s
% 2.57/0.77  % (3968)Instructions burned: 226 (million)
% 2.57/0.79  % (3969)Instruction limit reached!
% 2.57/0.79  % (3969)------------------------------
% 2.57/0.79  % (3969)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.57/0.79  % (3969)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.57/0.79  % (3969)Termination reason: Time limit
% 2.57/0.79  % (3969)Termination phase: Saturation
% 2.57/0.79  
% 2.57/0.79  % (3969)Memory used [KB]: 2465
% 2.57/0.79  % (3969)Time elapsed: 0.162 s
% 2.57/0.79  % (3969)Instructions burned: 247 (million)
% 2.57/0.81  % (3957)Running in auto input_syntax mode. Trying TPTP
% 2.57/0.81  % (3971)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=231:s2at=6:kws=inv_frequency:awrs=converge:awrsf=968:bd=off:nm=10:rawr=on:sfv=off:alpa=random_0 on theBenchmark for (2996ds/231Mi)
% 2.57/0.81  % (3971)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 2.57/0.84  % (3957)Running in auto input_syntax mode. Trying TPTP
% 2.57/0.84  % (3972)lrs+1011_1:1_sil=8000:nicw=on:i=532:sd=1:ss=axioms:sgt=64_0 on theBenchmark for (2995ds/532Mi)
% 3.36/0.87  % (3957)Running in auto input_syntax mode. Trying TPTP
% 3.36/0.87  % (3973)dis-1010_1:2_bsr=unit_only:sil=32000:tgt=full:i=1280:nm=16:bd=off_0 on theBenchmark for (2995ds/1280Mi)
% 3.65/0.94  % (3971)Instruction limit reached!
% 3.65/0.94  % (3971)------------------------------
% 3.65/0.94  % (3971)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 3.65/0.94  % (3971)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 3.65/0.94  % (3971)Termination reason: Time limit
% 3.65/0.94  % (3971)Termination phase: Saturation
% 3.65/0.94  
% 3.65/0.94  % (3971)Memory used [KB]: 2890
% 3.65/0.94  % (3971)Time elapsed: 0.132 s
% 3.65/0.94  % (3971)Instructions burned: 232 (million)
% 4.13/1.02  % (3957)Running in auto input_syntax mode. Trying TPTP
% 4.13/1.02  % (3974)dis+1011_1:16_sil=2000:plsq=on:sos=on:st=3.0:i=134:sd=1:av=off:ss=axioms:lsd=10:plsql=on_0 on theBenchmark for (2994ds/134Mi)
% 4.13/1.03  % (3974)Refutation not found, incomplete strategy% (3974)------------------------------
% 4.13/1.03  % (3974)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 4.13/1.03  % (3974)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 4.13/1.03  % (3974)Termination reason: Refutation not found, incomplete strategy
% 4.13/1.03  
% 4.13/1.03  % (3974)Memory used [KB]: 1387
% 4.13/1.03  % (3974)Time elapsed: 0.013 s
% 4.13/1.03  % (3974)Instructions burned: 19 (million)
% 4.13/1.03  % (3974)------------------------------
% 4.13/1.03  % (3974)------------------------------
% 5.11/1.12  % (3957)Running in auto input_syntax mode. Trying TPTP
% 5.11/1.12  % (3975)dis-1010_8:1_sil=64000:sp=occurrence:sos=on:st=2.0:i=135:sd=3:bd=off:ss=axioms:acc=model:to=lpo:sup=off:fs=off:fsr=off:sgt=32_0 on theBenchmark for (2993ds/135Mi)
% 5.11/1.13  % (3975)Refutation not found, incomplete strategy% (3975)------------------------------
% 5.11/1.13  % (3975)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 5.11/1.13  % (3975)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 5.11/1.13  % (3975)Termination reason: Refutation not found, incomplete strategy
% 5.11/1.13  
% 5.11/1.13  % (3975)Memory used [KB]: 1448
% 5.11/1.13  % (3975)Time elapsed: 0.013 s
% 5.11/1.13  % (3975)Instructions burned: 20 (million)
% 5.11/1.13  % (3975)------------------------------
% 5.11/1.13  % (3975)------------------------------
% 5.11/1.14  % (3972)Instruction limit reached!
% 5.11/1.14  % (3972)------------------------------
% 5.11/1.14  % (3972)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 5.11/1.14  % (3972)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 5.11/1.14  % (3972)Termination reason: Time limit
% 5.11/1.14  % (3972)Termination phase: Saturation
% 5.11/1.14  
% 5.11/1.14  % (3972)Memory used [KB]: 4723
% 5.11/1.14  % (3972)Time elapsed: 0.295 s
% 5.11/1.14  % (3972)Instructions burned: 532 (million)
% 5.78/1.20  % (3957)Running in auto input_syntax mode. Trying TPTP
% 5.78/1.20  % (3976)lrs+21_1:16_sil=2000:sp=occurrence:urr=on:flr=on:i=139:sd=1:nm=0:ins=3:ss=included:rawr=on:br=off_0 on theBenchmark for (2992ds/139Mi)
% 5.94/1.22  % (3957)Running in auto input_syntax mode. Trying TPTP
% 5.94/1.22  % (3977)ott+1011_1:3_drc=encompass:sil=256000:bsd=on:sp=occurrence:sos=on:newcnf=on:i=160:afp=1:aac=none:amm=off:afq=3.64962_0 on theBenchmark for (2992ds/160Mi)
% 5.94/1.22  % (3977)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 6.04/1.28  % (3976)Instruction limit reached!
% 6.04/1.28  % (3976)------------------------------
% 6.04/1.28  % (3976)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 6.04/1.28  % (3976)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 6.04/1.28  % (3976)Termination reason: Time limit
% 6.04/1.28  % (3976)Termination phase: Saturation
% 6.04/1.28  
% 6.04/1.28  % (3976)Memory used [KB]: 2533
% 6.04/1.28  % (3976)Time elapsed: 0.082 s
% 6.04/1.28  % (3976)Instructions burned: 140 (million)
% 6.04/1.31  % (3977)Instruction limit reached!
% 6.04/1.31  % (3977)------------------------------
% 6.04/1.31  % (3977)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 6.04/1.31  % (3977)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 6.04/1.31  % (3977)Termination reason: Time limit
% 6.04/1.31  % (3977)Termination phase: Saturation
% 6.04/1.31  
% 6.04/1.31  % (3977)Memory used [KB]: 2624
% 6.04/1.31  % (3977)Time elapsed: 0.094 s
% 6.04/1.31  % (3977)Instructions burned: 161 (million)
% 6.78/1.36  % (3957)Running in auto input_syntax mode. Trying TPTP
% 6.78/1.36  % (3978)dis-1002_1:1_to=lpo:drc=encompass:sil=2000:sp=const_max:nwc=10.0:s2a=on:i=194:s2at=2.0:afp=10:ins=16:afq=1.4:aac=none:rawr=on:fsr=off:alpa=true_0 on theBenchmark for (2990ds/194Mi)
% 7.11/1.38  % (3957)Running in auto input_syntax mode. Trying TPTP
% 7.11/1.38  % (3979)lrs-1010_529157:524288_drc=off:sil=4000:fde=none:sp=occurrence:sos=on:lma=on:abs=on:rnwc=on:nwc=23.317:i=385:sd=12:bd=off:nm=27:ins=3:amm=off:ss=axioms:nicw=on_0 on theBenchmark for (2990ds/385Mi)
% 7.11/1.39  % (3979)Refutation not found, incomplete strategy% (3979)------------------------------
% 7.11/1.39  % (3979)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 7.11/1.39  % (3979)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 7.11/1.39  % (3979)Termination reason: Refutation not found, incomplete strategy
% 7.11/1.39  
% 7.11/1.39  % (3979)Memory used [KB]: 1191
% 7.11/1.39  % (3979)Time elapsed: 0.007 s
% 7.11/1.39  % (3979)Instructions burned: 6 (million)
% 7.11/1.39  % (3979)------------------------------
% 7.11/1.39  % (3979)------------------------------
% 7.60/1.47  % (3978)Instruction limit reached!
% 7.60/1.47  % (3978)------------------------------
% 7.60/1.47  % (3978)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 7.60/1.47  % (3978)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 7.60/1.47  % (3978)Termination reason: Time limit
% 7.60/1.47  % (3978)Termination phase: Saturation
% 7.60/1.47  
% 7.60/1.47  % (3978)Memory used [KB]: 2607
% 7.60/1.47  % (3978)Time elapsed: 0.108 s
% 7.60/1.47  % (3978)Instructions burned: 195 (million)
% 7.60/1.47  % (3957)Running in auto input_syntax mode. Trying TPTP
% 7.60/1.47  % (3980)dis+1011_11:1_sil=2000:avsq=on:i=293:avsqr=1,16:ep=RS:rawr=on:aac=none:lsd=100:mep=off:fde=none:newcnf=on:bsr=unit_only_0 on theBenchmark for (2989ds/293Mi)
% 7.60/1.47  % (3980)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 8.14/1.55  % (3957)Running in auto input_syntax mode. Trying TPTP
% 8.14/1.55  % (3981)lrs+11_1:1_sos=on:urr=on:s2a=on:i=178:sd=1:aac=none:ss=axioms:gsp=on:sil=128000:nm=3:bce=on:fd=preordered:alpa=true:etr=on:bd=off:lcm=predicate_0 on theBenchmark for (2988ds/178Mi)
% 8.14/1.55  % (3981)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 8.14/1.56  % (3981)Refutation not found, incomplete strategy% (3981)------------------------------
% 8.14/1.56  % (3981)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 8.14/1.56  % (3981)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 8.14/1.56  % (3981)Termination reason: Refutation not found, incomplete strategy
% 8.14/1.56  
% 8.14/1.56  % (3981)Memory used [KB]: 1195
% 8.14/1.56  % (3981)Time elapsed: 0.008 s
% 8.14/1.56  % (3981)Instructions burned: 8 (million)
% 8.14/1.56  % (3981)------------------------------
% 8.14/1.56  % (3981)------------------------------
% 8.14/1.56  % (3973)Instruction limit reached!
% 8.14/1.56  % (3973)------------------------------
% 8.14/1.56  % (3973)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 8.14/1.56  % (3973)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 8.14/1.56  % (3973)Termination reason: Time limit
% 8.14/1.56  % (3973)Termination phase: Saturation
% 8.14/1.56  
% 8.14/1.56  % (3973)Memory used [KB]: 7332
% 8.14/1.56  % (3973)Time elapsed: 0.698 s
% 8.14/1.56  % (3973)Instructions burned: 1280 (million)
% 8.60/1.62  % (3980)Instruction limit reached!
% 8.60/1.62  % (3980)------------------------------
% 8.60/1.62  % (3980)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 8.60/1.62  % (3980)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 8.60/1.62  % (3980)Termination reason: Time limit
% 8.60/1.62  % (3980)Termination phase: Saturation
% 8.60/1.62  
% 8.60/1.62  % (3980)Memory used [KB]: 2571
% 8.60/1.62  % (3980)Time elapsed: 0.148 s
% 8.60/1.62  % (3980)Instructions burned: 294 (million)
% 8.60/1.63  % (3957)Running in auto input_syntax mode. Trying TPTP
% 8.60/1.63  % (3982)lrs+11_1:32_sil=2000:sp=occurrence:lsd=20:rp=on:i=163:sd=1:nm=0:av=off:ss=included:nwc=10.0:flr=on_0 on theBenchmark for (2987ds/163Mi)
% 8.60/1.64  % (3957)Running in auto input_syntax mode. Trying TPTP
% 8.60/1.64  % (3983)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=674:ss=axioms:aac=none:br=off:bd=preordered_0 on theBenchmark for (2987ds/674Mi)
% 8.60/1.64  % (3983)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 8.60/1.69  % (3957)Running in auto input_syntax mode. Trying TPTP
% 8.60/1.69  % (3984)dis-1011_1:1024_sil=2000:fde=unused:sos=on:nwc=10.0:i=152:uhcvi=on:ss=axioms:ep=RS:av=off:sp=occurrence:fsr=off:awrs=decay:awrsf=200_0 on theBenchmark for (2987ds/152Mi)
% 8.60/1.69  % (3984)Refutation not found, incomplete strategy% (3984)------------------------------
% 8.60/1.69  % (3984)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 8.60/1.69  % (3984)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 8.60/1.69  % (3984)Termination reason: Refutation not found, incomplete strategy
% 8.60/1.69  
% 8.60/1.69  % (3984)Memory used [KB]: 1191
% 8.60/1.69  % (3984)Time elapsed: 0.005 s
% 8.60/1.69  % (3984)Instructions burned: 4 (million)
% 8.60/1.69  % (3984)------------------------------
% 8.60/1.69  % (3984)------------------------------
% 9.47/1.72  % (3982)Instruction limit reached!
% 9.47/1.72  % (3982)------------------------------
% 9.47/1.72  % (3982)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 9.47/1.72  % (3982)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 9.47/1.72  % (3982)Termination reason: Time limit
% 9.47/1.72  % (3982)Termination phase: Saturation
% 9.47/1.72  
% 9.47/1.72  % (3982)Memory used [KB]: 2414
% 9.47/1.72  % (3982)Time elapsed: 0.094 s
% 9.47/1.72  % (3982)Instructions burned: 163 (million)
% 9.47/1.77  % (3957)Running in auto input_syntax mode. Trying TPTP
% 9.47/1.77  % (3985)lrs+2_2742125:1048576_drc=encompass:sil=2000:sp=const_min:sos=on:lcm=reverse:fd=preordered:nwc=16.4028:newcnf=on:i=172:sd=2:kws=precedence:bd=off:uhcvi=on:ss=axioms:rawr=on:awrs=converge:awrsf=493:cond=fast:tgt=full_0 on theBenchmark for (2986ds/172Mi)
% 9.47/1.77  % (3985)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 9.47/1.78  % (3985)Refutation not found, incomplete strategy% (3985)------------------------------
% 9.47/1.78  % (3985)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 9.47/1.78  % (3985)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 9.47/1.78  % (3985)Termination reason: Refutation not found, incomplete strategy
% 9.47/1.78  
% 9.47/1.78  % (3985)Memory used [KB]: 1193
% 9.47/1.78  % (3985)Time elapsed: 0.007 s
% 9.47/1.78  % (3985)Instructions burned: 6 (million)
% 9.93/1.78  % (3985)------------------------------
% 9.93/1.78  % (3985)------------------------------
% 10.10/1.80  % (3957)Running in auto input_syntax mode. Trying TPTP
% 10.10/1.80  % (3986)lrs+1002_1:128_to=lpo:sil=2000:plsq=on:plsqr=7,2:sos=on:spb=units:fd=preordered:nwc=5.0:i=176:bd=off:nm=4:av=off:rawr=on:newcnf=on:fs=off:fsr=off_0 on theBenchmark for (2986ds/176Mi)
% 10.10/1.81  % (3986)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 10.20/1.86  % (3957)Running in auto input_syntax mode. Trying TPTP
% 10.20/1.86  % (3987)dis+1011_2:3_sil=8000:tgt=ground:fde=none:spb=goal_then_units:acc=on:nwc=4.0:updr=off:i=813:kws=inv_frequency:nm=16:ins=3:rawr=on:amm=sco_0 on theBenchmark for (2985ds/813Mi)
% 10.20/1.90  % (3986)Instruction limit reached!
% 10.20/1.90  % (3986)------------------------------
% 10.20/1.90  % (3986)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 10.20/1.90  % (3986)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 10.20/1.90  % (3986)Termination reason: Time limit
% 10.20/1.90  % (3986)Termination phase: Saturation
% 10.20/1.90  
% 10.20/1.90  % (3986)Memory used [KB]: 2070
% 10.20/1.90  % (3986)Time elapsed: 0.094 s
% 10.20/1.90  % (3986)Instructions burned: 177 (million)
% 10.79/1.98  % (3957)Running in auto input_syntax mode. Trying TPTP
% 10.79/1.98  % (3988)lrs+1011_2:9_sil=2000:lsd=10:newcnf=on:i=198:sd=2:awrs=decay:ss=included:amm=off:ep=R_0 on theBenchmark for (2984ds/198Mi)
% 11.19/1.98  % (3988)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 11.19/1.99  % (3983)Instruction limit reached!
% 11.19/1.99  % (3983)------------------------------
% 11.19/1.99  % (3983)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 11.19/1.99  % (3983)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 11.19/1.99  % (3983)Termination reason: Time limit
% 11.19/1.99  % (3983)Termination phase: Saturation
% 11.19/1.99  
% 11.19/1.99  % (3983)Memory used [KB]: 4190
% 11.19/1.99  % (3983)Time elapsed: 0.358 s
% 11.19/1.99  % (3983)Instructions burned: 674 (million)
% 11.19/2.08  % (3957)Running in auto input_syntax mode. Trying TPTP
% 11.19/2.08  % (3989)dis+2_1:5_to=lpo:drc=off:sil=8000:tgt=full:sp=reverse_frequency:spb=goal_then_units:urr=ec_only:i=154:rawr=on:fsr=off:ss=included_0 on theBenchmark for (2983ds/154Mi)
% 11.62/2.08  % (3988)Instruction limit reached!
% 11.62/2.08  % (3988)------------------------------
% 11.62/2.08  % (3988)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 11.62/2.08  % (3988)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 11.62/2.08  % (3988)Termination reason: Time limit
% 11.62/2.08  % (3988)Termination phase: Saturation
% 11.62/2.08  
% 11.62/2.08  % (3988)Memory used [KB]: 2190
% 11.62/2.08  % (3988)Time elapsed: 0.106 s
% 11.62/2.08  % (3988)Instructions burned: 199 (million)
% 11.94/2.16  % (3989)Instruction limit reached!
% 11.94/2.16  % (3989)------------------------------
% 11.94/2.16  % (3989)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 11.94/2.16  % (3989)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 11.94/2.16  % (3989)Termination reason: Time limit
% 11.94/2.16  % (3989)Termination phase: Saturation
% 11.94/2.16  
% 11.94/2.16  % (3989)Memory used [KB]: 1909
% 11.94/2.16  % (3989)Time elapsed: 0.086 s
% 11.94/2.16  % (3989)Instructions burned: 154 (million)
% 11.94/2.16  % (3957)Running in auto input_syntax mode. Trying TPTP
% 11.94/2.16  % (3990)lrs+1011_1:1024_sil=8000:sp=unary_first:nwc=10.0:st=3.0:s2a=on:i=214:s2at=5.0:awrs=converge:awrsf=390:ep=R:av=off:ss=axioms:s2agt=32_0 on theBenchmark for (2982ds/214Mi)
% 13.07/2.24  % (3957)Running in auto input_syntax mode. Trying TPTP
% 13.07/2.24  % (3991)lrs+1002_1:8_sil=16000:tgt=ground:fde=none:sp=const_frequency:sos=on:nwc=3.0:i=157_0 on theBenchmark for (2982ds/157Mi)
% 13.07/2.26  % (3991)Refutation not found, incomplete strategy% (3991)------------------------------
% 13.07/2.26  % (3991)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 13.07/2.26  % (3991)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 13.07/2.26  % (3991)Termination reason: Refutation not found, incomplete strategy
% 13.07/2.26  
% 13.07/2.26  % (3991)Memory used [KB]: 1686
% 13.07/2.26  % (3991)Time elapsed: 0.020 s
% 13.07/2.26  % (3991)Instructions burned: 30 (million)
% 13.07/2.26  % (3991)------------------------------
% 13.07/2.26  % (3991)------------------------------
% 13.07/2.26  % (3990)Instruction limit reached!
% 13.07/2.26  % (3990)------------------------------
% 13.07/2.26  % (3990)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 13.07/2.26  % (3990)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 13.07/2.26  % (3990)Termination reason: Time limit
% 13.07/2.26  % (3990)Termination phase: Saturation
% 13.07/2.26  
% 13.07/2.26  % (3990)Memory used [KB]: 6611
% 13.07/2.26  % (3990)Time elapsed: 0.103 s
% 13.07/2.26  % (3990)Instructions burned: 215 (million)
% 13.61/2.32  % (3987)Instruction limit reached!
% 13.61/2.32  % (3987)------------------------------
% 13.61/2.32  % (3987)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 13.61/2.32  % (3987)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 13.61/2.32  % (3987)Termination reason: Time limit
% 13.61/2.32  % (3987)Termination phase: Saturation
% 13.61/2.32  
% 13.61/2.32  % (3987)Memory used [KB]: 5554
% 13.61/2.32  % (3987)Time elapsed: 0.461 s
% 13.61/2.32  % (3987)Instructions burned: 814 (million)
% 13.61/2.33  % (3957)Running in auto input_syntax mode. Trying TPTP
% 13.61/2.33  % (3993)dis-1002_3:1_to=lpo:sil=4000:sp=occurrence:fd=off:nwc=6.0:st=2.0:i=162:sd=1:fsr=off:ss=axioms:sgt=16:fs=off_0 on theBenchmark for (2980ds/162Mi)
% 13.61/2.33  % (3957)Running in auto input_syntax mode. Trying TPTP
% 13.61/2.33  % (3992)dis+1011_1:1_sil=2000:fd=off:nwc=10.0:s2a=on:i=542:bd=off:nm=2:sup=off:s2at=4.0_0 on theBenchmark for (2981ds/542Mi)
% 13.61/2.35  % (3992)Refutation not found, incomplete strategy% (3992)------------------------------
% 13.61/2.35  % (3992)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 13.61/2.35  % (3992)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 13.61/2.35  % (3992)Termination reason: Refutation not found, incomplete strategy
% 13.61/2.35  
% 13.61/2.35  % (3992)Memory used [KB]: 1533
% 13.61/2.35  % (3992)Time elapsed: 0.017 s
% 13.61/2.35  % (3992)Instructions burned: 27 (million)
% 13.61/2.35  % (3992)------------------------------
% 13.61/2.35  % (3992)------------------------------
% 13.61/2.39  % (3957)Running in auto input_syntax mode. Trying TPTP
% 13.61/2.39  % (3994)lrs+1002_1:1_sfv=off:drc=encompass:sil=2000:fde=unused:sp=frequency:nwc=10.0:flr=on:st=1.5:i=193:bd=off:nm=0:ins=4:fsr=off:fsd=on:ss=axioms:s2a=on:s2agt=32:to=lpo:aac=none:sims=off_0 on theBenchmark for (2980ds/193Mi)
% 14.13/2.42  % (3993)Instruction limit reached!
% 14.13/2.42  % (3993)------------------------------
% 14.13/2.42  % (3993)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 14.13/2.42  % (3993)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 14.13/2.42  % (3993)Termination reason: Time limit
% 14.13/2.42  % (3993)Termination phase: Saturation
% 14.13/2.42  
% 14.13/2.42  % (3993)Memory used [KB]: 2194
% 14.13/2.42  % (3993)Time elapsed: 0.087 s
% 14.13/2.42  % (3993)Instructions burned: 163 (million)
% 14.13/2.43  % (3957)Running in auto input_syntax mode. Trying TPTP
% 14.13/2.43  % (3995)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=164:aac=none:avsqr=6317,1048576:ep=RS:fsr=off:rawr=on:afp=50:afq=2.133940627822616:sac=on_0 on theBenchmark for (2980ds/164Mi)
% 14.13/2.43  % (3995)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 14.13/2.49  % (3994)Instruction limit reached!
% 14.13/2.49  % (3994)------------------------------
% 14.13/2.49  % (3994)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 14.13/2.49  % (3994)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 14.13/2.49  % (3994)Termination reason: Time limit
% 14.13/2.49  % (3994)Termination phase: Saturation
% 14.13/2.49  
% 14.13/2.49  % (3994)Memory used [KB]: 1911
% 14.13/2.49  % (3994)Time elapsed: 0.102 s
% 14.13/2.49  % (3994)Instructions burned: 193 (million)
% 14.87/2.50  % (3957)Running in auto input_syntax mode. Trying TPTP
% 14.87/2.50  % (3996)dis+1011_1:1024_drc=off:sil=2000:urr=ec_only:br=off:sac=on:i=360:fsr=off_0 on theBenchmark for (2979ds/360Mi)
% 14.87/2.52  % (3995)Instruction limit reached!
% 14.87/2.52  % (3995)------------------------------
% 14.87/2.52  % (3995)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 14.87/2.52  % (3995)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 14.87/2.52  % (3995)Termination reason: Time limit
% 14.87/2.52  % (3995)Termination phase: Saturation
% 14.87/2.52  
% 14.87/2.52  % (3995)Memory used [KB]: 2234
% 14.87/2.52  % (3995)Time elapsed: 0.091 s
% 14.87/2.52  % (3995)Instructions burned: 164 (million)
% 14.87/2.57  % (3957)Running in auto input_syntax mode. Trying TPTP
% 14.87/2.57  % (3997)lrs+1011_8157881:1048576_to=lpo:drc=off:sil=2000:fde=unused:sos=on:spb=intro:urr=on:nwc=4.0:i=269:add=off:sd=1:nm=19:fsr=off:uhcvi=on:ss=axioms:sgt=100:ins=3:sup=off:afp=1000:s2pl=no:anc=none:acc=model:fs=off:lma=on_0 on theBenchmark for (2978ds/269Mi)
% 14.87/2.59  % (3997)Refutation not found, incomplete strategy% (3997)------------------------------
% 14.87/2.59  % (3997)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 14.87/2.59  % (3997)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 14.87/2.59  % (3997)Termination reason: Refutation not found, incomplete strategy
% 14.87/2.59  
% 14.87/2.59  % (3997)Memory used [KB]: 1670
% 14.87/2.59  % (3997)Time elapsed: 0.020 s
% 14.87/2.59  % (3997)Instructions burned: 31 (million)
% 14.87/2.59  % (3997)------------------------------
% 14.87/2.59  % (3997)------------------------------
% 15.53/2.60  % (3957)Running in auto input_syntax mode. Trying TPTP
% 15.53/2.60  % (3998)lrs+1010_1:1_to=lpo:sil=2000:plsq=on:plsqr=32,1:sos=on:i=467:sd=2:ss=axioms_0 on theBenchmark for (2978ds/467Mi)
% 15.53/2.60  % (3998)Refutation not found, incomplete strategy% (3998)------------------------------
% 15.53/2.60  % (3998)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 15.53/2.60  % (3998)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 15.53/2.60  % (3998)Termination reason: Refutation not found, incomplete strategy
% 15.53/2.60  
% 15.53/2.60  % (3998)Memory used [KB]: 1190
% 15.53/2.60  % (3998)Time elapsed: 0.006 s
% 15.53/2.60  % (3998)Instructions burned: 6 (million)
% 15.53/2.60  % (3998)------------------------------
% 15.53/2.60  % (3998)------------------------------
% 15.53/2.67  % (3957)Running in auto input_syntax mode. Trying TPTP
% 15.53/2.67  % (3999)dis+1011_1:1_sil=4000:s2agt=4:slsqc=3:slsq=on:i=211:bd=off:av=off:sup=off:ss=axioms:st=3.0_0 on theBenchmark for (2977ds/211Mi)
% 15.53/2.68  % (3957)Running in auto input_syntax mode. Trying TPTP
% 15.53/2.68  % (4000)lrs+1_4:1_cond=fast:fde=unused:lcm=predicate:nm=4:s2a=on:sd=3:sos=on:ss=axioms:st=2.0:sil=16000:si=on:rawr=on:rtra=on:i=440_0 on theBenchmark for (2977ds/440Mi)
% 15.53/2.68  % (3999)Refutation not found, incomplete strategy% (3999)------------------------------
% 15.53/2.68  % (3999)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 15.53/2.68  % (3999)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 15.53/2.68  % (3999)Termination reason: Refutation not found, incomplete strategy
% 15.53/2.68  
% 15.53/2.68  % (3999)Memory used [KB]: 1486
% 15.53/2.68  % (3999)Time elapsed: 0.020 s
% 15.53/2.68  % (3999)Instructions burned: 31 (million)
% 15.53/2.68  % (3999)------------------------------
% 15.53/2.68  % (3999)------------------------------
% 16.11/2.71  % (3996)Instruction limit reached!
% 16.11/2.71  % (3996)------------------------------
% 16.11/2.71  % (3996)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 16.11/2.71  % (3996)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 16.11/2.71  % (3996)Termination reason: Time limit
% 16.11/2.71  % (3996)Termination phase: Saturation
% 16.11/2.71  
% 16.11/2.71  % (3996)Memory used [KB]: 3048
% 16.11/2.71  % (3996)Time elapsed: 0.208 s
% 16.11/2.71  % (3996)Instructions burned: 360 (million)
% 16.11/2.76  % (3957)Running in auto input_syntax mode. Trying TPTP
% 16.11/2.76  % (4001)lrs+1011_1:2_drc=encompass:sil=4000:fde=unused:sos=on:sac=on:newcnf=on:i=139:sd=10:bd=off:ins=1:uhcvi=on:ss=axioms:spb=non_intro:st=3.0:erd=off:s2a=on:nwc=3.0_0 on theBenchmark for (2976ds/139Mi)
% 16.11/2.77  % (4001)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 16.11/2.79  % (3957)Running in auto input_syntax mode. Trying TPTP
% 16.11/2.79  % (4002)lrs+1011_1:4_sil=2000:tgt=ground:lsd=100:nwc=2.0:st=7.0:i=2264:bd=off:nm=16:av=off:ss=axioms:rawr=on_0 on theBenchmark for (2976ds/2264Mi)
% 16.80/2.84  % (4001)Instruction limit reached!
% 16.80/2.84  % (4001)------------------------------
% 16.80/2.84  % (4001)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 16.80/2.84  % (4001)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 16.80/2.84  % (4001)Termination reason: Time limit
% 16.80/2.84  % (4001)Termination phase: Saturation
% 16.80/2.84  
% 16.80/2.84  % (4001)Memory used [KB]: 2354
% 16.80/2.84  % (4001)Time elapsed: 0.100 s
% 16.80/2.84  % (4001)Instructions burned: 140 (million)
% 17.36/2.92  % (3957)Running in auto input_syntax mode. Trying TPTP
% 17.36/2.92  % (4003)dis+1011_1:4_sil=4000:i=231:awrs=converge:ep=RS:fsr=off:s2a=on:s2agt=32_0 on theBenchmark for (2975ds/231Mi)
% 17.36/2.93  % (4000)Instruction limit reached!
% 17.36/2.93  % (4000)------------------------------
% 17.36/2.93  % (4000)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 17.36/2.93  % (4000)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 17.36/2.93  % (4000)Termination reason: Time limit
% 17.36/2.93  % (4000)Termination phase: Saturation
% 17.36/2.93  
% 17.36/2.93  % (4000)Memory used [KB]: 3688
% 17.36/2.93  % (4000)Time elapsed: 0.273 s
% 17.36/2.93  % (4000)Instructions burned: 440 (million)
% 18.09/3.02  % (3957)Running in auto input_syntax mode. Trying TPTP
% 18.09/3.02  % (4004)dis-1011_4948593:1048576_sfv=off:sil=4000:sp=frequency:sos=on:spb=goal:lsd=1:lcm=predicate:rnwc=on:nwc=16.7798:i=146:sd=2:kws=inv_frequency:awrs=converge:awrsf=336:nm=10:ins=2:av=off:ss=axioms:rawr=on_0 on theBenchmark for (2974ds/146Mi)
% 18.73/3.02  % (4004)Refutation not found, incomplete strategy% (4004)------------------------------
% 18.73/3.02  % (4004)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 18.73/3.02  % (4004)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 18.73/3.02  % (4004)Termination reason: Refutation not found, incomplete strategy
% 18.73/3.02  
% 18.73/3.02  % (4004)Memory used [KB]: 1199
% 18.73/3.02  % (4004)Time elapsed: 0.007 s
% 18.73/3.02  % (4004)Instructions burned: 7 (million)
% 18.73/3.02  % (4004)------------------------------
% 18.73/3.02  % (4004)------------------------------
% 18.73/3.04  % (4003)Instruction limit reached!
% 18.73/3.04  % (4003)------------------------------
% 18.73/3.04  % (4003)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 18.73/3.04  % (4003)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 18.73/3.04  % (4003)Termination reason: Time limit
% 18.73/3.04  % (4003)Termination phase: Saturation
% 18.73/3.04  
% 18.73/3.04  % (4003)Memory used [KB]: 4311
% 18.73/3.04  % (4003)Time elapsed: 0.136 s
% 18.73/3.04  % (4003)Instructions burned: 231 (million)
% 18.73/3.10  % (3957)Running in auto input_syntax mode. Trying TPTP
% 18.73/3.10  % (4021)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=943:s2at=5.5:kws=precedence:afp=100000:slsql=off:bd=off:nm=5:ins=3:sup=off:afq=1.99538:uhcvi=on:gsp=on:rawr=on:acc=model_0 on theBenchmark for (2973ds/943Mi)
% 18.73/3.11  % (4021)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 19.26/3.12  % (3957)Running in auto input_syntax mode. Trying TPTP
% 19.26/3.12  % (4022)lrs+1002_1:1024_drc=encompass:sil=2000:tgt=full:rp=on:i=336:nm=16:ss=axioms:sd=1:st=2.0_0 on theBenchmark for (2973ds/336Mi)
% 20.04/3.30  % (4022)Instruction limit reached!
% 20.04/3.30  % (4022)------------------------------
% 20.04/3.30  % (4022)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 20.04/3.30  % (4022)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 20.04/3.30  % (4022)Termination reason: Time limit
% 20.04/3.30  % (4022)Termination phase: Saturation
% 20.04/3.30  
% 20.04/3.30  % (4022)Memory used [KB]: 2246
% 20.04/3.30  % (4022)Time elapsed: 0.181 s
% 20.04/3.30  % (4022)Instructions burned: 337 (million)
% 20.80/3.38  % (3957)Running in auto input_syntax mode. Trying TPTP
% 20.80/3.38  % (4023)lrs+10_8:1_to=lpo:drc=encompass:sil=4000:sos=on:urr=on:newcnf=on:i=149:sd=2:nm=2:ss=axioms:sgt=32:sup=off:bd=off_0 on theBenchmark for (2970ds/149Mi)
% 20.80/3.39  % (4023)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 20.94/3.40  % (4023)Refutation not found, incomplete strategy% (4023)------------------------------
% 20.94/3.40  % (4023)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 20.94/3.40  % (4023)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 20.94/3.40  % (4023)Termination reason: Refutation not found, incomplete strategy
% 20.94/3.40  
% 20.94/3.40  % (4023)Memory used [KB]: 1579
% 20.94/3.40  % (4023)Time elapsed: 0.018 s
% 20.94/3.40  % (4023)Instructions burned: 27 (million)
% 20.94/3.40  % (4023)------------------------------
% 20.94/3.40  % (4023)------------------------------
% 21.14/3.48  % (3957)Running in auto input_syntax mode. Trying TPTP
% 21.14/3.48  % (4024)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=152:s2at=1.5:sd=7:kws=inv_frequency:afp=2000:nm=14:ins=2:afq=1.2:uhcvi=on:afr=on:gsp=on:ss=axioms:sgt=100:rawr=on:tgt=ground:awrs=converge:awrsf=390:bs=unit_only:add=off:flr=on:plsq=on:plsqc=1:plsqr=6705511,1048576:bd=preordered:newcnf=on:nwc=5.0_0 on theBenchmark for (2969ds/152Mi)
% 21.14/3.49  % (4024)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 21.14/3.49  % (4024)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 21.64/3.55  % (4021)Instruction limit reached!
% 21.64/3.55  % (4021)------------------------------
% 21.64/3.55  % (4021)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 21.64/3.55  % (4021)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 21.64/3.55  % (4021)Termination reason: Time limit
% 21.64/3.55  % (4021)Termination phase: Saturation
% 21.64/3.55  
% 21.64/3.55  % (4021)Memory used [KB]: 3069
% 21.64/3.55  % (4021)Time elapsed: 0.451 s
% 21.64/3.55  % (4021)Instructions burned: 943 (million)
% 21.64/3.57  % (4024)Instruction limit reached!
% 21.64/3.57  % (4024)------------------------------
% 21.64/3.57  % (4024)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 21.64/3.57  % (4024)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 21.64/3.57  % (4024)Termination reason: Time limit
% 21.64/3.57  % (4024)Termination phase: Saturation
% 21.64/3.57  
% 21.64/3.57  % (4024)Memory used [KB]: 2498
% 21.64/3.57  % (4024)Time elapsed: 0.089 s
% 21.64/3.57  % (4024)Instructions burned: 152 (million)
% 22.70/3.63  % (3957)Running in auto input_syntax mode. Trying TPTP
% 22.70/3.63  % (4025)dis+1011_1:59_slsqr=923,506:to=lpo:drc=encompass:sil=16000:tgt=ground:irw=on:fde=none:spb=goal:bce=on:nwc=5.0:slsqc=1:flr=on:slsq=on:s2a=on:i=206:s2at=6.0:sd=2:afp=1000:ss=axioms:er=filter:rawr=on:fdi=5:rp=on_0 on theBenchmark for (2967ds/206Mi)
% 22.70/3.64  % Exception at run slice level
% 22.70/3.64  User error: Immediate (shared) subterms of  term/literal some(red) have different types/not well-typed!
% 22.70/3.65  % (3957)Running in auto input_syntax mode. Trying TPTP
% 22.70/3.65  WARNING Broken Constraint: if inline_let(on) has been set then newcnf(off) is equal to on
% 22.70/3.65  % (4026)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=229:add=large:bs=unit_only:kws=inv_arity:nm=20:amm=off:uhcvi=on:afr=on:rawr=on:fsr=off:bd=off:fde=unused:bsr=unit_only_0 on theBenchmark for (2967ds/229Mi)
% 22.70/3.66  % (4026)Refutation not found, incomplete strategy% (4026)------------------------------
% 22.70/3.66  % (4026)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 22.70/3.66  % (4026)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 22.70/3.66  % (4026)Termination reason: Refutation not found, incomplete strategy
% 22.70/3.66  
% 22.70/3.66  % (4026)Memory used [KB]: 1590
% 22.70/3.66  % (4026)Time elapsed: 0.017 s
% 22.70/3.66  % (4026)Instructions burned: 28 (million)
% 22.70/3.67  % (4026)------------------------------
% 22.70/3.67  % (4026)------------------------------
% 23.27/3.72  % (3957)Running in auto input_syntax mode. Trying TPTP
% 23.27/3.72  % (4027)dis+1011_3:2_drc=encompass:sil=8000:tgt=full:sp=frequency:nwc=10.0:i=831:nm=2:fde=none:ins=1_0 on theBenchmark for (2967ds/831Mi)
% 23.27/3.75  % (3957)Running in auto input_syntax mode. Trying TPTP
% 23.27/3.75  % (4028)dis+1010_1:1_sil=4000:sims=off:sp=frequency:nwc=5.0:st=5.0:i=233:av=off:fsr=off:ss=axioms:sd=1:to=lpo:fdi=10_0 on theBenchmark for (2966ds/233Mi)
% 23.27/3.75  % Exception at run slice level
% 23.27/3.75  User error: Immediate (shared) subterms of  term/literal some(red) have different types/not well-typed!
% 24.40/3.83  % (3957)Running in auto input_syntax mode. Trying TPTP
% 24.40/3.83  % (4029)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=720:kws=inv_frequency:nm=4:rawr=on:bd=off:fsr=off:bsdmm=1:av=off_0 on theBenchmark for (2965ds/720Mi)
% 25.45/4.04  % (4002)Instruction limit reached!
% 25.45/4.04  % (4002)------------------------------
% 25.45/4.04  % (4002)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 25.45/4.04  % (4002)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 25.45/4.04  % (4002)Termination reason: Time limit
% 25.45/4.04  % (4002)Termination phase: Saturation
% 25.45/4.04  
% 25.45/4.04  % (4002)Memory used [KB]: 7749
% 25.45/4.04  % (4002)Time elapsed: 1.283 s
% 25.45/4.04  % (4002)Instructions burned: 2264 (million)
% 26.30/4.13  % (3957)Running in auto input_syntax mode. Trying TPTP
% 26.30/4.13  % (4030)lrs+2_1:1_sil=2000:urr=on:flr=on:s2a=on:i=172:s2at=5.0:sd=1:ss=axioms:sgt=8:gsp=on:br=off_0 on theBenchmark for (2963ds/172Mi)
% 26.30/4.13  % (4030)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 26.44/4.16  % (4027)Instruction limit reached!
% 26.44/4.16  % (4027)------------------------------
% 26.44/4.16  % (4027)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 26.44/4.16  % (4027)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 26.44/4.16  % (4027)Termination reason: Time limit
% 26.44/4.16  % (4027)Termination phase: Saturation
% 26.44/4.16  
% 26.44/4.16  % (4027)Memory used [KB]: 4790
% 26.44/4.16  % (4027)Time elapsed: 0.438 s
% 26.44/4.16  % (4027)Instructions burned: 831 (million)
% 26.88/4.22  % (4030)Instruction limit reached!
% 26.88/4.22  % (4030)------------------------------
% 26.88/4.22  % (4030)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 26.88/4.22  % (4030)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 26.88/4.22  % (4030)Termination reason: Time limit
% 26.88/4.22  % (4030)Termination phase: Saturation
% 26.88/4.22  
% 26.88/4.22  % (4030)Memory used [KB]: 2102
% 26.88/4.22  % (4030)Time elapsed: 0.095 s
% 26.88/4.22  % (4030)Instructions burned: 173 (million)
% 26.88/4.23  % (4029)Instruction limit reached!
% 26.88/4.23  % (4029)------------------------------
% 26.88/4.23  % (4029)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 26.88/4.23  % (4029)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 26.88/4.23  % (4029)Termination reason: Time limit
% 26.88/4.23  % (4029)Termination phase: Saturation
% 26.88/4.23  
% 26.88/4.23  % (4029)Memory used [KB]: 4783
% 26.88/4.23  % (4029)Time elapsed: 0.401 s
% 26.88/4.23  % (4029)Instructions burned: 720 (million)
% 26.88/4.24  % (3957)Running in auto input_syntax mode. Trying TPTP
% 26.88/4.24  % (4031)dis+1002_1:128_sil=2000:fde=none:i=532:plsq=on:plsqc=1:plsqr=6,1:bd=off:tgt=ground:sac=on:sfv=off:s2a=on:s2at=5.0_0 on theBenchmark for (2961ds/532Mi)
% 27.34/4.30  % (3957)Running in auto input_syntax mode. Trying TPTP
% 27.34/4.30  % (4032)lrs+1011_1:1_sil=4000:sos=on:abs=on:fd=preordered:sac=on:st=7.0:i=403:kws=frequency:bd=off:ss=axioms:rawr=on:bs=unit_only:irw=on_0 on theBenchmark for (2961ds/403Mi)
% 27.34/4.31  % (3957)Running in auto input_syntax mode. Trying TPTP
% 27.34/4.31  % (4033)lrs+1011_1:128_sil=2000:lsd=10:newcnf=on:i=178:bd=off:fsd=on:ss=axioms:plsq=on:plsqr=9200103,131072:sd=1:lma=on_0 on theBenchmark for (2961ds/178Mi)
% 27.34/4.31  % (4033)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 28.37/4.40  % (4033)Instruction limit reached!
% 28.37/4.40  % (4033)------------------------------
% 28.37/4.40  % (4033)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 28.37/4.40  % (4033)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 28.37/4.40  % (4033)Termination reason: Time limit
% 28.37/4.40  % (4033)Termination phase: Saturation
% 28.37/4.40  
% 28.37/4.40  % (4033)Memory used [KB]: 1469
% 28.37/4.40  % (4033)Time elapsed: 0.093 s
% 28.37/4.40  % (4033)Instructions burned: 178 (million)
% 28.59/4.48  % (3957)Running in auto input_syntax mode. Trying TPTP
% 28.59/4.48  % (4034)dis+1011_5:1_sil=2000:fde=unused:nwc=10.0:i=647:ep=R:fs=off:fsr=off:awrs=converge_0 on theBenchmark for (2959ds/647Mi)
% 28.59/4.49  % (4031)Instruction limit reached!
% 28.59/4.49  % (4031)------------------------------
% 28.59/4.49  % (4031)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 28.59/4.49  % (4031)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 28.59/4.49  % (4031)Termination reason: Time limit
% 28.59/4.49  % (4031)Termination phase: Saturation
% 28.59/4.49  
% 28.59/4.49  % (4031)Memory used [KB]: 2031
% 28.59/4.49  % (4031)Time elapsed: 0.260 s
% 28.59/4.49  % (4031)Instructions burned: 532 (million)
% 28.59/4.52  % (4032)Instruction limit reached!
% 28.59/4.52  % (4032)------------------------------
% 28.59/4.52  % (4032)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 28.59/4.52  % (4032)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 28.59/4.52  % (4032)Termination reason: Time limit
% 28.59/4.52  % (4032)Termination phase: Saturation
% 28.59/4.52  
% 28.59/4.52  % (4032)Memory used [KB]: 4854
% 28.59/4.52  % (4032)Time elapsed: 0.224 s
% 28.59/4.52  % (4032)Instructions burned: 403 (million)
% 29.14/4.58  % (3957)Running in auto input_syntax mode. Trying TPTP
% 29.14/4.58  % (4035)dis-1002_1:2_sil=2000:slsqc=3:sac=on:slsq=on:i=267:kws=frequency:fsr=off:bd=off:sfv=off_0 on theBenchmark for (2958ds/267Mi)
% 29.38/4.60  % (3957)Running in auto input_syntax mode. Trying TPTP
% 29.38/4.60  % (4036)lrs+1011_1:1_to=lpo:drc=off:sil=2000:tgt=full:i=1947:fd=preordered_0 on theBenchmark for (2958ds/1947Mi)
% 29.82/4.72  % (4035)Instruction limit reached!
% 29.82/4.72  % (4035)------------------------------
% 29.82/4.72  % (4035)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 29.82/4.72  % (4035)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 29.82/4.72  % (4035)Termination reason: Time limit
% 29.82/4.72  % (4035)Termination phase: Saturation
% 29.82/4.72  
% 29.82/4.72  % (4035)Memory used [KB]: 2409
% 29.82/4.72  % (4035)Time elapsed: 0.146 s
% 29.82/4.72  % (4035)Instructions burned: 269 (million)
% 30.19/4.80  % (3957)Running in auto input_syntax mode. Trying TPTP
% 30.19/4.80  % (4037)lrs-1010_1:8_sil=2000:spb=intro:acc=on:rp=on:i=282:sd=1:bd=off:uhcvi=on:ss=axioms:sgt=32:rawr=on:erd=off:alpa=true:anc=none:afp=2000_0 on theBenchmark for (2956ds/282Mi)
% 30.19/4.83  % (4034)Instruction limit reached!
% 30.19/4.83  % (4034)------------------------------
% 30.19/4.83  % (4034)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 30.19/4.83  % (4034)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 30.19/4.83  % (4034)Termination reason: Time limit
% 30.19/4.83  % (4034)Termination phase: Saturation
% 30.19/4.83  
% 30.19/4.83  % (4034)Memory used [KB]: 6707
% 30.19/4.83  % (4034)Time elapsed: 0.344 s
% 30.19/4.83  % (4034)Instructions burned: 648 (million)
% 31.22/4.91  % (3957)Running in auto input_syntax mode. Trying TPTP
% 31.22/4.91  % (4038)lrs-1010_1:8_sil=2000:sos=on:i=1837:sd=1:ins=3:ss=included_0 on theBenchmark for (2955ds/1837Mi)
% 31.22/4.93  % (4038)Refutation not found, incomplete strategy% (4038)------------------------------
% 31.22/4.93  % (4038)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 31.22/4.93  % (4038)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 31.22/4.93  % (4038)Termination reason: Refutation not found, incomplete strategy
% 31.22/4.93  
% 31.22/4.93  % (4038)Memory used [KB]: 1623
% 31.22/4.93  % (4038)Time elapsed: 0.020 s
% 31.22/4.93  % (4038)Instructions burned: 31 (million)
% 31.22/4.93  % (4038)------------------------------
% 31.22/4.93  % (4038)------------------------------
% 31.22/4.95  % (4037)Instruction limit reached!
% 31.22/4.95  % (4037)------------------------------
% 31.22/4.95  % (4037)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 31.22/4.95  % (4037)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 31.22/4.95  % (4037)Termination reason: Time limit
% 31.22/4.95  % (4037)Termination phase: Saturation
% 31.22/4.95  
% 31.22/4.95  % (4037)Memory used [KB]: 2542
% 31.22/4.95  % (4037)Time elapsed: 0.154 s
% 31.22/4.95  % (4037)Instructions burned: 282 (million)
% 32.39/5.01  % (3957)Running in auto input_syntax mode. Trying TPTP
% 32.39/5.01  % (4039)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=197:s2at=4.5:bs=unit_only:bd=off:nm=14:amm=off:uhcvi=on:rawr=on_0 on theBenchmark for (2954ds/197Mi)
% 32.65/5.03  % (4039)Refutation not found, incomplete strategy% (4039)------------------------------
% 32.65/5.03  % (4039)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 32.65/5.03  % (4039)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 32.65/5.03  % (4039)Termination reason: Refutation not found, incomplete strategy
% 32.65/5.03  
% 32.65/5.03  % (4039)Memory used [KB]: 1644
% 32.65/5.03  % (4039)Time elapsed: 0.019 s
% 32.65/5.03  % (4039)Instructions burned: 29 (million)
% 32.65/5.03  % (4039)------------------------------
% 32.65/5.03  % (4039)------------------------------
% 32.76/5.04  % (3957)Running in auto input_syntax mode. Trying TPTP
% 32.76/5.04  % (4040)dis-1004_1:32_sil=2000:tgt=ground:sos=on:spb=goal_then_units:fd=preordered:gs=on:nwc=12.720749687760888:i=198:gsaa=full_model:ins=1:sac=on:fsr=off:fs=off_0 on theBenchmark for (2954ds/198Mi)
% 32.76/5.11  % (3957)Running in auto input_syntax mode. Trying TPTP
% 32.76/5.11  % (4048)lrs-34_1:1_sil=4000:erd=off:urr=on:nwc=3.0:s2agt=16:s2a=on:i=212:br=off:ep=R:ins=1_0 on theBenchmark for (2953ds/212Mi)
% 33.14/5.14  % (4040)Instruction limit reached!
% 33.14/5.14  % (4040)------------------------------
% 33.14/5.14  % (4040)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 33.14/5.14  % (4040)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 33.14/5.14  % (4040)Termination reason: Time limit
% 33.14/5.14  % (4040)Termination phase: Saturation
% 33.14/5.14  
% 33.14/5.14  % (4040)Memory used [KB]: 2632
% 33.14/5.14  % (4040)Time elapsed: 0.109 s
% 33.14/5.14  % (4040)Instructions burned: 199 (million)
% 33.61/5.22  % (4048)Instruction limit reached!
% 33.61/5.22  % (4048)------------------------------
% 33.61/5.22  % (4048)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 33.61/5.22  % (4048)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 33.61/5.22  % (4048)Termination reason: Time limit
% 33.61/5.22  % (4048)Termination phase: Saturation
% 33.61/5.22  
% 33.61/5.22  % (4048)Memory used [KB]: 4020
% 33.61/5.22  % (4048)Time elapsed: 0.112 s
% 33.61/5.22  % (4048)Instructions burned: 212 (million)
% 33.61/5.22  % (3957)Running in auto input_syntax mode. Trying TPTP
% 33.61/5.22  % (4072)dis+22_1:32_sil=2000:fde=none:nwc=10.0:slsqc=3:slsq=on:i=213:slsql=off:nm=16:fsr=off:fsd=on:ss=axioms_0 on theBenchmark for (2952ds/213Mi)
% 34.32/5.30  % (3957)Running in auto input_syntax mode. Trying TPTP
% 34.32/5.30  % (4073)dis-1003_1:1_drc=off:sil=2000:sos=all:i=329:av=off:irw=on:plsq=on:plsqc=1:plsqr=32,1:sfv=off_0 on theBenchmark for (2951ds/329Mi)
% 34.54/5.33  % (4072)Instruction limit reached!
% 34.54/5.33  % (4072)------------------------------
% 34.54/5.33  % (4072)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 34.54/5.33  % (4072)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 34.54/5.33  % (4072)Termination reason: Time limit
% 34.54/5.33  % (4072)Termination phase: Saturation
% 34.54/5.33  
% 34.54/5.33  % (4072)Memory used [KB]: 1485
% 34.54/5.33  % (4072)Time elapsed: 0.108 s
% 34.54/5.33  % (4072)Instructions burned: 214 (million)
% 34.81/5.41  % (3957)Running in auto input_syntax mode. Trying TPTP
% 34.81/5.41  % (4074)dis+1010_1:1_sil=2000:nwc=5.0:i=220:nm=4:av=off:rp=on:ep=R_0 on theBenchmark for (2950ds/220Mi)
% 35.22/5.47  % (4073)Instruction limit reached!
% 35.22/5.47  % (4073)------------------------------
% 35.22/5.47  % (4073)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 35.22/5.47  % (4073)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 35.22/5.47  % (4073)Termination reason: Time limit
% 35.22/5.47  % (4073)Termination phase: Saturation
% 35.22/5.47  
% 35.22/5.47  % (4073)Memory used [KB]: 2675
% 35.22/5.47  % (4073)Time elapsed: 0.173 s
% 35.22/5.47  % (4073)Instructions burned: 330 (million)
% 35.98/5.52  % (4074)Instruction limit reached!
% 35.98/5.52  % (4074)------------------------------
% 35.98/5.52  % (4074)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 35.98/5.52  % (4074)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 35.98/5.52  % (4074)Termination reason: Time limit
% 35.98/5.52  % (4074)Termination phase: Saturation
% 35.98/5.52  
% 35.98/5.52  % (4074)Memory used [KB]: 2358
% 35.98/5.52  % (4074)Time elapsed: 0.114 s
% 35.98/5.52  % (4074)Instructions burned: 220 (million)
% 35.98/5.55  % (3957)Running in auto input_syntax mode. Trying TPTP
% 35.98/5.55  WARNING Broken Constraint: if inline_let(on) has been set then newcnf(off) is equal to on
% 35.98/5.55  % (4075)lrs+1011_1555545:262144_anc=none:bsr=unit_only:sil=2000:ile=on:abs=on:fd=preordered:nwc=20.1634:lwlo=on:avsq=on:cond=fast:st=6:i=223:kws=precedence:avsqr=9293391,524288:nm=23:sup=off:ss=included:rawr=on:lsd=1:bd=preordered:etr=on:afp=100000:afq=2.9510012289029954_0 on theBenchmark for (2948ds/223Mi)
% 36.53/5.58  % (4075)Refutation not found, incomplete strategy% (4075)------------------------------
% 36.53/5.58  % (4075)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 36.53/5.58  % (4075)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 36.53/5.58  % (4075)Termination reason: Refutation not found, incomplete strategy
% 36.53/5.58  
% 36.53/5.58  % (4075)Memory used [KB]: 1706
% 36.53/5.58  % (4075)Time elapsed: 0.026 s
% 36.53/5.58  % (4075)Instructions burned: 40 (million)
% 36.53/5.58  % (4075)------------------------------
% 36.53/5.58  % (4075)------------------------------
% 36.66/5.60  % (3957)Running in auto input_syntax mode. Trying TPTP
% 36.66/5.60  % (4076)lrs+1666_1:1_sil=4000:sp=occurrence:sos=on:urr=on:newcnf=on:i=224:amm=off:ep=R:erd=off:nm=0:plsq=on:plsqr=14,1_0 on theBenchmark for (2948ds/224Mi)
% 36.66/5.60  % (4076)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 36.80/5.65  % (3957)Running in auto input_syntax mode. Trying TPTP
% 36.80/5.65  % (4077)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=227:sd=2:bd=off:amm=off:ss=axioms:rawr=on_0 on theBenchmark for (2947ds/227Mi)
% 36.80/5.66  % (4077)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 36.80/5.67  % (4077)Refutation not found, incomplete strategy% (4077)------------------------------
% 36.80/5.67  % (4077)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 36.80/5.67  % (4077)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 36.80/5.67  % (4077)Termination reason: Refutation not found, incomplete strategy
% 36.80/5.67  
% 36.80/5.67  % (4077)Memory used [KB]: 1568
% 36.80/5.67  % (4077)Time elapsed: 0.020 s
% 36.80/5.67  % (4077)Instructions burned: 30 (million)
% 36.80/5.67  % (4077)------------------------------
% 36.80/5.67  % (4077)------------------------------
% 37.27/5.71  % (4076)Instruction limit reached!
% 37.27/5.71  % (4076)------------------------------
% 37.27/5.71  % (4076)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 37.27/5.71  % (4076)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 37.27/5.71  % (4076)Termination reason: Time limit
% 37.27/5.71  % (4076)Termination phase: Saturation
% 37.27/5.71  
% 37.27/5.71  % (4076)Memory used [KB]: 3306
% 37.27/5.71  % (4076)Time elapsed: 0.121 s
% 37.27/5.71  % (4076)Instructions burned: 225 (million)
% 37.27/5.72  % (4036)Instruction limit reached!
% 37.27/5.72  % (4036)------------------------------
% 37.27/5.72  % (4036)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 37.27/5.72  % (4036)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 37.27/5.72  % (4036)Termination reason: Time limit
% 37.27/5.72  % (4036)Termination phase: Saturation
% 37.27/5.72  
% 37.27/5.72  % (4036)Memory used [KB]: 7240
% 37.27/5.72  % (4036)Time elapsed: 1.121 s
% 37.27/5.72  % (4036)Instructions burned: 1947 (million)
% 37.27/5.75  % (3957)Running in auto input_syntax mode. Trying TPTP
% 37.27/5.75  % (4078)dis+1011_1:1_sil=2000:sos=on:lsd=100:rp=on:nwc=10.0:s2agt=16:newcnf=on:i=739:bd=off:fsr=off:rawr=on:avsq=on:avsql=on:avsqr=117,449:s2a=on:bs=on_0 on theBenchmark for (2946ds/739Mi)
% 37.27/5.76  % (4078)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 37.27/5.77  % (4078)Refutation not found, incomplete strategy% (4078)------------------------------
% 37.27/5.77  % (4078)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 37.27/5.77  % (4078)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 37.27/5.77  % (4078)Termination reason: Refutation not found, incomplete strategy
% 37.27/5.77  
% 37.27/5.77  % (4078)Memory used [KB]: 1590
% 37.27/5.77  % (4078)Time elapsed: 0.020 s
% 37.27/5.77  % (4078)Instructions burned: 31 (million)
% 37.27/5.77  % (4078)------------------------------
% 37.27/5.77  % (4078)------------------------------
% 37.90/5.79  % (3957)Running in auto input_syntax mode. Trying TPTP
% 37.90/5.79  % (4079)dis+1011_4:1_sil=2000:nwc=10.0:newcnf=on:i=228:sd=1:nm=2:ss=axioms:fde=unused:sup=off:av=off_0 on theBenchmark for (2946ds/228Mi)
% 37.90/5.79  % (4079)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 37.90/5.79  % (4079)Refutation not found, incomplete strategy% (4079)------------------------------
% 37.90/5.79  % (4079)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 37.90/5.79  % (4079)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 37.90/5.79  % (4079)Termination reason: Refutation not found, incomplete strategy
% 37.90/5.79  
% 37.90/5.79  % (4079)Memory used [KB]: 1205
% 37.90/5.79  % (4079)Time elapsed: 0.006 s
% 37.90/5.79  % (4079)Instructions burned: 6 (million)
% 37.90/5.79  % (4079)------------------------------
% 37.90/5.79  % (4079)------------------------------
% 37.90/5.79  % (3957)Running in auto input_syntax mode. Trying TPTP
% 37.90/5.79  % (4080)lrs-1011_23:2_drc=encompass:fde=unused:plsq=on:urr=on:nwc=10.0:sac=on:s2a=on:i=359:sd=2:ss=axioms:sil=256000:kws=inv_frequency_0 on theBenchmark for (2946ds/359Mi)
% 37.90/5.84  % (3957)Running in auto input_syntax mode. Trying TPTP
% 37.90/5.84  % (4081)dis+10_16:63_anc=none:to=lpo:sil=2000:fde=none:sos=on:nwc=10.0:i=236:sd=1:aac=none:ep=RS:fsr=off:ss=axioms:st=5.0_0 on theBenchmark for (2945ds/236Mi)
% 37.90/5.85  % (4081)Refutation not found, incomplete strategy% (4081)------------------------------
% 37.90/5.85  % (4081)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 37.90/5.85  % (4081)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 37.90/5.85  % (4081)Termination reason: Refutation not found, incomplete strategy
% 37.90/5.85  
% 37.90/5.85  % (4081)Memory used [KB]: 1330
% 37.90/5.85  % (4081)Time elapsed: 0.010 s
% 37.90/5.85  % (4081)Instructions burned: 14 (million)
% 37.90/5.85  % (4081)------------------------------
% 37.90/5.85  % (4081)------------------------------
% 37.90/5.87  % (3957)Running in auto input_syntax mode. Trying TPTP
% 37.90/5.87  % (4082)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=242:s2at=5.0:avsqr=5593,1048576:nm=0:fsr=off:amm=sco:rawr=on:awrs=converge:awrsf=427:ss=included:sd=1:slsq=on:fd=off_0 on theBenchmark for (2945ds/242Mi)
% 38.64/5.93  % (3957)Running in auto input_syntax mode. Trying TPTP
% 38.64/5.93  % (4083)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=531:bd=off:nm=2:ins=2:av=off:uhcvi=on:fdi=16:ss=included:lsd=5_0 on theBenchmark for (2945ds/531Mi)
% 38.64/5.95  % (4083)Refutation not found, incomplete strategy% (4083)------------------------------
% 38.64/5.95  % (4083)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 38.64/5.95  % (4083)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 38.64/5.95  % (4083)Termination reason: Refutation not found, incomplete strategy
% 38.64/5.95  
% 38.64/5.95  % (4083)Memory used [KB]: 1652
% 38.64/5.95  % (4083)Time elapsed: 0.020 s
% 38.64/5.95  % (4083)Instructions burned: 30 (million)
% 38.64/5.95  % (4083)------------------------------
% 38.64/5.95  % (4083)------------------------------
% 38.64/5.98  % (4080)Instruction limit reached!
% 38.64/5.98  % (4080)------------------------------
% 38.64/5.98  % (4080)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 38.64/5.98  % (4080)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 38.64/5.98  % (4080)Termination reason: Time limit
% 38.64/5.98  % (4080)Termination phase: Saturation
% 38.64/5.98  
% 38.64/5.98  % (4080)Memory used [KB]: 2788
% 38.64/5.98  % (4080)Time elapsed: 0.191 s
% 38.64/5.98  % (4080)Instructions burned: 359 (million)
% 38.64/6.01  % (4082)Instruction limit reached!
% 38.64/6.01  % (4082)------------------------------
% 38.64/6.01  % (4082)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 38.64/6.01  % (4082)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 38.64/6.01  % (4082)Termination reason: Time limit
% 38.64/6.01  % (4082)Termination phase: Saturation
% 38.64/6.01  
% 38.64/6.01  % (4082)Memory used [KB]: 2963
% 38.64/6.01  % (4082)Time elapsed: 0.141 s
% 38.64/6.01  % (4082)Instructions burned: 242 (million)
% 39.64/6.03  % (3957)Running in auto input_syntax mode. Trying TPTP
% 39.64/6.03  % (4084)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=247:add=large:awrs=decay:awrsf=1079:bd=off:nm=2:ins=1:fsr=off:uhcvi=on:rawr=on:anc=all_dependent:aac=none:fs=off_0 on theBenchmark for (2944ds/247Mi)
% 39.64/6.04  % (4084)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 39.64/6.07  % (3957)Running in auto input_syntax mode. Trying TPTP
% 39.64/6.07  % (4085)lrs+1011_1:1_sil=4000:sos=on:st=3.0:i=406:sd=1:ss=axioms_0 on theBenchmark for (2943ds/406Mi)
% 39.64/6.09  % (3957)Running in auto input_syntax mode. Trying TPTP
% 39.64/6.09  % (4086)lrs+11_4:1_sil=2000:tgt=full:sos=on:erd=off:spb=goal_then_units:sac=on:st=6.0:i=257:nm=3:ss=included:sd=1:s2pl=on:awrs=converge:awrsf=20:afp=50:afq=1.2_0 on theBenchmark for (2943ds/257Mi)
% 40.12/6.11  % (4086)Refutation not found, incomplete strategy% (4086)------------------------------
% 40.12/6.11  % (4086)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 40.12/6.11  % (4086)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 40.12/6.11  % (4086)Termination reason: Refutation not found, incomplete strategy
% 40.12/6.11  
% 40.12/6.11  % (4086)Memory used [KB]: 1680
% 40.12/6.11  % (4086)Time elapsed: 0.027 s
% 40.12/6.11  % (4086)Instructions burned: 43 (million)
% 40.12/6.11  % (4086)------------------------------
% 40.12/6.11  % (4086)------------------------------
% 40.12/6.16  % (4084)Instruction limit reached!
% 40.12/6.16  % (4084)------------------------------
% 40.12/6.16  % (4084)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 40.12/6.16  % (4084)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 40.12/6.16  % (4084)Termination reason: Time limit
% 40.12/6.16  % (4084)Termination phase: Saturation
% 40.12/6.16  
% 40.12/6.16  % (4084)Memory used [KB]: 3863
% 40.12/6.16  % (4084)Time elapsed: 0.130 s
% 40.12/6.16  % (4084)Instructions burned: 248 (million)
% 40.83/6.20  % (3957)Running in auto input_syntax mode. Trying TPTP
% 40.83/6.20  % (4087)lrs+10_1:1_sil=16000:sp=frequency:nwc=10.0:s2agt=5:s2a=on:i=259:sd=2:nm=2:ss=axioms:sgt=8:bd=off_0 on theBenchmark for (2942ds/259Mi)
% 40.87/6.24  % (3957)Running in auto input_syntax mode. Trying TPTP
% 40.87/6.24  % (4088)lrs+1010_1:7_slsqr=318,127:sil=8000:fde=none:bsd=on:spb=goal:bce=on:gs=on:nwc=4.0:slsqc=2:slsq=on:s2a=on:i=577:nm=3:av=off:fsr=off:rawr=on:bsdmm=2_0 on theBenchmark for (2942ds/577Mi)
% 40.87/6.29  % (4085)Instruction limit reached!
% 40.87/6.29  % (4085)------------------------------
% 40.87/6.29  % (4085)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 40.87/6.29  % (4085)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 40.87/6.29  % (4085)Termination reason: Time limit
% 40.87/6.29  % (4085)Termination phase: Saturation
% 40.87/6.29  
% 40.87/6.29  % (4085)Memory used [KB]: 3812
% 40.87/6.29  % (4085)Time elapsed: 0.251 s
% 40.87/6.29  % (4085)Instructions burned: 406 (million)
% 41.36/6.34  % (4087)Instruction limit reached!
% 41.36/6.34  % (4087)------------------------------
% 41.36/6.34  % (4087)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 41.36/6.34  % (4087)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 41.36/6.34  % (4087)Termination reason: Time limit
% 41.36/6.34  % (4087)Termination phase: Saturation
% 41.36/6.34  
% 41.36/6.34  % (4087)Memory used [KB]: 2427
% 41.36/6.34  % (4087)Time elapsed: 0.140 s
% 41.36/6.34  % (4087)Instructions burned: 260 (million)
% 41.36/6.38  % (3957)Running in auto input_syntax mode. Trying TPTP
% 41.36/6.38  % (4089)lrs+1_1:1_sil=4000:plsqc=1:plsq=on:plsqr=108,31:sos=on:st=5.0:i=600:sd=2:bd=off:fsr=off:ss=axioms:rawr=on:bce=on:aac=none:afr=on_0 on theBenchmark for (2940ds/600Mi)
% 41.96/6.42  % (3957)Running in auto input_syntax mode. Trying TPTP
% 41.96/6.42  % (4090)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=271:avsqr=1,16:bd=off:sac=on:aac=none:erd=off_0 on theBenchmark for (2940ds/271Mi)
% 41.96/6.42  % (4090)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 43.17/6.54  % (4088)Instruction limit reached!
% 43.17/6.54  % (4088)------------------------------
% 43.17/6.54  % (4088)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 43.17/6.54  % (4088)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 43.17/6.54  % (4088)Termination reason: Time limit
% 43.17/6.54  % (4088)Termination phase: Saturation
% 43.17/6.54  
% 43.17/6.54  % (4088)Memory used [KB]: 2588
% 43.17/6.54  % (4088)Time elapsed: 0.301 s
% 43.17/6.54  % (4088)Instructions burned: 577 (million)
% 43.17/6.55  % (4090)Instruction limit reached!
% 43.17/6.55  % (4090)------------------------------
% 43.17/6.55  % (4090)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 43.17/6.55  % (4090)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 43.17/6.55  % (4090)Termination reason: Time limit
% 43.17/6.55  % (4090)Termination phase: Saturation
% 43.17/6.55  
% 43.17/6.55  % (4090)Memory used [KB]: 2957
% 43.17/6.55  % (4090)Time elapsed: 0.162 s
% 43.17/6.55  % (4090)Instructions burned: 272 (million)
% 43.17/6.60  % (3957)Running in auto input_syntax mode. Trying TPTP
% 43.17/6.60  % (4092)lrs+1011_1:1_sil=2000:i=450:ep=RS:nm=32:ss=axioms:sos=on_0 on theBenchmark for (2937ds/450Mi)
% 43.17/6.60  % (4092)Refutation not found, incomplete strategy% (4092)------------------------------
% 43.17/6.60  % (4092)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 43.17/6.60  % (4092)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 43.17/6.60  % (4092)Termination reason: Refutation not found, incomplete strategy
% 43.17/6.60  
% 43.17/6.60  % (4092)Memory used [KB]: 1192
% 43.17/6.60  % (4092)Time elapsed: 0.005 s
% 43.17/6.60  % (4092)Instructions burned: 4 (million)
% 43.17/6.60  % (4092)------------------------------
% 43.17/6.60  % (4092)------------------------------
% 43.80/6.62  % (3957)Running in auto input_syntax mode. Trying TPTP
% 43.80/6.62  % (4091)lrs-1002_6:7_sil=4000:sos=on:nwc=10.0:i=273:ep=R:ins=1:fsr=off:gsp=on:fs=off:fde=none:avsq=on:bce=on_0 on theBenchmark for (2938ds/273Mi)
% 43.80/6.63  % (4091)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 43.80/6.64  % (4091)Refutation not found, incomplete strategy% (4091)------------------------------
% 43.80/6.64  % (4091)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 43.80/6.64  % (4091)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 43.80/6.64  % (4091)Termination reason: Refutation not found, incomplete strategy
% 43.80/6.64  
% 43.80/6.64  % (4091)Memory used [KB]: 1594
% 43.80/6.64  % (4091)Time elapsed: 0.020 s
% 43.80/6.64  % (4091)Instructions burned: 34 (million)
% 43.80/6.64  % (4091)------------------------------
% 43.80/6.64  % (4091)------------------------------
% 43.80/6.68  % (3957)Running in auto input_syntax mode. Trying TPTP
% 43.80/6.68  % (4093)lrs-1011_3:1_sil=2000:tgt=ground:sos=on:flr=on:i=292:bce=on:kws=inv_frequency_0 on theBenchmark for (2937ds/292Mi)
% 43.80/6.68  % (4089)Instruction limit reached!
% 43.80/6.68  % (4089)------------------------------
% 43.80/6.68  % (4089)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 43.80/6.68  % (4089)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 43.80/6.68  % (4089)Termination reason: Time limit
% 43.80/6.68  % (4089)Termination phase: Saturation
% 43.80/6.68  
% 43.80/6.68  % (4089)Memory used [KB]: 3336
% 43.80/6.68  % (4089)Time elapsed: 0.330 s
% 43.80/6.68  % (4089)Instructions burned: 600 (million)
% 44.34/6.72  % (3957)Running in auto input_syntax mode. Trying TPTP
% 44.34/6.72  % (4094)lrs-1011_1:64_slsqr=1674187,131072:sil=4000:plsq=on:lsd=50:plsql=on:slsq=on:i=293:slsql=off:bd=off:nm=3:amm=off:gsp=on:ss=axioms:fsr=off_0 on theBenchmark for (2937ds/293Mi)
% 44.34/6.72  % (4094)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 44.34/6.76  % (3957)Running in auto input_syntax mode. Trying TPTP
% 44.34/6.76  % (4095)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=295:bd=off:av=off:rawr=on_0 on theBenchmark for (2936ds/295Mi)
% 44.34/6.77  % (4095)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 44.66/6.84  % (4093)Instruction limit reached!
% 44.66/6.84  % (4093)------------------------------
% 44.66/6.84  % (4093)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 44.66/6.84  % (4093)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 44.66/6.84  % (4093)Termination reason: Time limit
% 44.66/6.84  % (4093)Termination phase: Saturation
% 44.66/6.84  
% 44.66/6.84  % (4093)Memory used [KB]: 3262
% 44.66/6.84  % (4093)Time elapsed: 0.167 s
% 44.66/6.84  % (4093)Instructions burned: 293 (million)
% 44.66/6.87  % (4094)Instruction limit reached!
% 44.66/6.87  % (4094)------------------------------
% 44.66/6.87  % (4094)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 44.66/6.87  % (4094)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 44.66/6.87  % (4094)Termination reason: Time limit
% 44.66/6.87  % (4094)Termination phase: Saturation
% 44.66/6.87  
% 44.66/6.87  % (4094)Memory used [KB]: 2155
% 44.66/6.87  % (4094)Time elapsed: 0.150 s
% 44.66/6.87  % (4094)Instructions burned: 293 (million)
% 45.63/6.92  % (3957)Running in auto input_syntax mode. Trying TPTP
% 45.63/6.92  % (4096)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=311:nm=16:ss=axioms:rawr=on:lsd=100:awrs=converge_0 on theBenchmark for (2935ds/311Mi)
% 45.63/6.93  % (4096)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 45.63/6.93  % (4095)Instruction limit reached!
% 45.63/6.93  % (4095)------------------------------
% 45.63/6.93  % (4095)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 45.63/6.93  % (4095)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 45.63/6.93  % (4095)Termination reason: Time limit
% 45.63/6.93  % (4095)Termination phase: Saturation
% 45.63/6.93  
% 45.63/6.93  % (4095)Memory used [KB]: 2950
% 45.63/6.93  % (4095)Time elapsed: 0.167 s
% 45.63/6.93  % (4095)Instructions burned: 296 (million)
% 45.63/6.95  % (3957)Running in auto input_syntax mode. Trying TPTP
% 45.63/6.95  % (4097)dis+1011_4:1_slsqr=11827605,262144:sil=2000:sp=const_max:spb=non_intro:acc=on:newcnf=on:slsq=on:nicw=on:i=312:kws=precedence:bd=off:rawr=on:alpa=true:bsd=on:bsr=unit_only:urr=ec_only_0 on theBenchmark for (2934ds/312Mi)
% 45.63/6.95  % (4097)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 45.63/7.01  % (3957)Running in auto input_syntax mode. Trying TPTP
% 45.63/7.01  % (4098)dis+4_8:1_sil=2000:rp=on:nwc=10.0:alpa=true:sac=on:s2a=on:i=327:ep=R:ss=axioms:s2pl=on_0 on theBenchmark for (2934ds/327Mi)
% 46.25/7.01  % (4098)Refutation not found, incomplete strategy% (4098)------------------------------
% 46.25/7.01  % (4098)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 46.25/7.01  % (4098)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 46.25/7.01  % (4098)Termination reason: Refutation not found, incomplete strategy
% 46.25/7.01  
% 46.25/7.01  % (4098)Memory used [KB]: 1207
% 46.25/7.01  % (4098)Time elapsed: 0.006 s
% 46.25/7.01  % (4098)Instructions burned: 7 (million)
% 46.25/7.01  % (4098)------------------------------
% 46.25/7.01  % (4098)------------------------------
% 46.66/7.09  % (3957)Running in auto input_syntax mode. Trying TPTP
% 46.66/7.09  % (4099)lrs+10_1:14_bsr=on:sil=2000:sp=occurrence:sos=on:bce=on:gs=on:newcnf=on:nicw=on:i=330:gsaa=from_current:amm=off:rawr=on:avsq=on:avsqr=2,7:fsr=off_0 on theBenchmark for (2933ds/330Mi)
% 46.66/7.10  % (4099)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 46.66/7.10  % (4096)Instruction limit reached!
% 46.66/7.10  % (4096)------------------------------
% 46.66/7.10  % (4096)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 46.66/7.10  % (4096)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 46.66/7.10  % (4096)Termination reason: Time limit
% 46.66/7.10  % (4096)Termination phase: Saturation
% 46.66/7.10  
% 46.66/7.10  % (4096)Memory used [KB]: 3244
% 46.66/7.10  % (4096)Time elapsed: 0.183 s
% 46.66/7.10  % (4096)Instructions burned: 311 (million)
% 46.66/7.12  % (4097)Instruction limit reached!
% 46.66/7.12  % (4097)------------------------------
% 46.66/7.12  % (4097)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 46.66/7.12  % (4097)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 46.66/7.12  % (4097)Termination reason: Time limit
% 46.66/7.12  % (4097)Termination phase: Saturation
% 46.66/7.12  
% 46.66/7.12  % (4097)Memory used [KB]: 2971
% 46.66/7.12  % (4097)Time elapsed: 0.179 s
% 46.66/7.12  % (4097)Instructions burned: 312 (million)
% 47.52/7.18  % (3957)Running in auto input_syntax mode. Trying TPTP
% 47.52/7.18  % (4100)dis+1010_1:4_aac=none:abs=on:atotf=0.5:avsq=on:avsqc=2:avsqr=215,247:awrs=converge:awrsf=128:bsd=on:erd=off:fde=none:gve=cautious:newcnf=on:nwc=5.0:rnwc=on:sac=on:sas=z3:sp=const_min:tgt=ground:thsq=on:thsqc=64:thsqr=1,4:si=on:rawr=on:rtra=on:i=1844_0 on theBenchmark for (2932ds/1844Mi)
% 47.52/7.18  % (4100)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 47.52/7.20  % (3957)Running in auto input_syntax mode. Trying TPTP
% 47.52/7.20  % (4101)lrs+3_1:1024_to=lpo:erd=off:spb=goal:urr=on:cond=fast:i=354:awrs=converge:awrsf=330:av=off:ss=axioms:sgt=16:sup=off:gsp=on:sd=1:sil=32000:nwc=5.0_0 on theBenchmark for (2932ds/354Mi)
% 47.91/7.20  % (4101)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 48.16/7.29  % (4099)Instruction limit reached!
% 48.16/7.29  % (4099)------------------------------
% 48.16/7.29  % (4099)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 48.16/7.29  % (4099)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 48.16/7.29  % (4099)Termination reason: Time limit
% 48.16/7.29  % (4099)Termination phase: Saturation
% 48.16/7.29  
% 48.16/7.29  % (4099)Memory used [KB]: 3389
% 48.16/7.29  % (4099)Time elapsed: 0.195 s
% 48.16/7.29  % (4099)Instructions burned: 331 (million)
% 48.70/7.37  % (4101)Instruction limit reached!
% 48.70/7.37  % (4101)------------------------------
% 48.70/7.37  % (4101)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 48.70/7.37  % (4101)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 48.70/7.37  % (4101)Termination reason: Time limit
% 48.70/7.37  % (4101)Termination phase: Saturation
% 48.70/7.37  
% 48.70/7.37  % (4101)Memory used [KB]: 2985
% 48.70/7.37  % (4101)Time elapsed: 0.170 s
% 48.70/7.37  % (4101)Instructions burned: 355 (million)
% 48.70/7.37  % (3957)Running in auto input_syntax mode. Trying TPTP
% 48.70/7.37  % (4102)dis+1011_4:1_sil=2000:fde=unused:lsd=100:nwc=5.0:newcnf=on:i=906:nm=2:ss=axioms_0 on theBenchmark for (2930ds/906Mi)
% 49.08/7.37  % (4102)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 49.08/7.45  % (3957)Running in auto input_syntax mode. Trying TPTP
% 49.08/7.45  % (4103)lrs+1011_1:1024_sil=4000:br=off:i=374:bd=off:fd=preordered:slsq=on:slsql=off:slsqc=2:slsqr=1,4:s2at=4.0_0 on theBenchmark for (2929ds/374Mi)
% 50.26/7.65  % (4103)Instruction limit reached!
% 50.26/7.65  % (4103)------------------------------
% 50.26/7.65  % (4103)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 50.26/7.65  % (4103)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 50.26/7.65  % (4103)Termination reason: Time limit
% 50.26/7.65  % (4103)Termination phase: Saturation
% 50.26/7.65  
% 50.26/7.65  % (4103)Memory used [KB]: 2863
% 50.26/7.65  % (4103)Time elapsed: 0.205 s
% 50.26/7.65  % (4103)Instructions burned: 375 (million)
% 50.89/7.73  % (3957)Running in auto input_syntax mode. Trying TPTP
% 50.89/7.73  % (4104)lrs+1002_4:3_sil=2000:nwc=5.0:i=1197:sd=2:nm=10:ss=axioms_0 on theBenchmark for (2927ds/1197Mi)
% 52.14/7.82  % (4102)Instruction limit reached!
% 52.14/7.82  % (4102)------------------------------
% 52.14/7.82  % (4102)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 52.14/7.82  % (4102)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 52.14/7.82  % (4102)Termination reason: Time limit
% 52.14/7.82  % (4102)Termination phase: Saturation
% 52.14/7.82  
% 52.14/7.82  % (4102)Memory used [KB]: 4139
% 52.14/7.82  % (4102)Time elapsed: 0.445 s
% 52.14/7.82  % (4102)Instructions burned: 907 (million)
% 52.40/7.90  % (3957)Running in auto input_syntax mode. Trying TPTP
% 52.40/7.90  % (4105)lrs+33_8:7_anc=all:sil=4000:urr=full:br=off:st=3.0:i=381:sd=2:afp=10:afq=2.0:ss=axioms:rawr=on:fsr=off:gsp=on:nwc=0.9918136297139506_0 on theBenchmark for (2925ds/381Mi)
% 52.40/7.91  % (4105)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 53.97/8.13  % (4105)Instruction limit reached!
% 53.97/8.13  % (4105)------------------------------
% 53.97/8.13  % (4105)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 53.97/8.13  % (4105)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 53.97/8.13  % (4105)Termination reason: Time limit
% 53.97/8.13  % (4105)Termination phase: Saturation
% 53.97/8.13  
% 53.97/8.13  % (4105)Memory used [KB]: 6505
% 53.97/8.13  % (4105)Time elapsed: 0.230 s
% 53.97/8.13  % (4105)Instructions burned: 382 (million)
% 54.51/8.21  % (3957)Running in auto input_syntax mode. Trying TPTP
% 54.51/8.21  % (4106)lrs+1010_1:4_sil=2000:tgt=ground:sp=reverse_frequency:nwc=5.0:i=1546:av=off:bd=off:kmz=on_0 on theBenchmark for (2922ds/1546Mi)
% 55.07/8.25  % (4100)Instruction limit reached!
% 55.07/8.25  % (4100)------------------------------
% 55.07/8.25  % (4100)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 55.07/8.25  % (4100)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 55.07/8.25  % (4100)Termination reason: Time limit
% 55.07/8.25  % (4100)Termination phase: Saturation
% 55.07/8.25  
% 55.07/8.25  % (4100)Memory used [KB]: 9145
% 55.07/8.25  % (4100)Time elapsed: 1.072 s
% 55.07/8.25  % (4100)Instructions burned: 1844 (million)
% 55.39/8.34  % (3957)Running in auto input_syntax mode. Trying TPTP
% 55.39/8.34  % (4107)lrs+1002_63:8_sil=4000:sp=frequency:urr=on:lcm=reverse:nwc=10.0:flr=on:i=396:fdi=1:fsr=off:br=off_0 on theBenchmark for (2921ds/396Mi)
% 55.39/8.35  % Exception at run slice level
% 55.39/8.35  User error: Immediate (shared) subterms of  term/literal some(red) have different types/not well-typed!
% 55.39/8.35  % (4104)Instruction limit reached!
% 55.39/8.35  % (4104)------------------------------
% 55.39/8.35  % (4104)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 55.39/8.35  % (4104)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 55.39/8.35  % (4104)Termination reason: Time limit
% 55.39/8.35  % (4104)Termination phase: Saturation
% 55.39/8.35  
% 55.39/8.35  % (4104)Memory used [KB]: 3676
% 55.39/8.35  % (4104)Time elapsed: 0.622 s
% 55.39/8.35  % (4104)Instructions burned: 1198 (million)
% 56.49/8.42  % (3957)Running in auto input_syntax mode. Trying TPTP
% 56.49/8.42  % (4108)lrs-21_7:15_sil=32000:sp=unary_first:sos=on:spb=units:urr=ec_only:newcnf=on:i=700:ep=RST:flr=on:gsp=on_0 on theBenchmark for (2920ds/700Mi)
% 56.49/8.42  % (3957)Running in auto input_syntax mode. Trying TPTP
% 56.49/8.42  % (4109)lrs+21_1:1_sil=64000:sp=weighted_frequency:s2a=on:i=6386:s2at=4.0:kws=inv_frequency:aac=none:bd=off:bsr=on:amm=off:flr=on:abs=on:sac=on:bs=on_0 on theBenchmark for (2920ds/6386Mi)
% 56.49/8.42  % (4108)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 56.49/8.43  % (4108)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 56.49/8.44  % (4108)Refutation not found, incomplete strategy% (4108)------------------------------
% 56.49/8.44  % (4108)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 56.49/8.44  % (4108)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 56.49/8.44  % (4108)Termination reason: Refutation not found, incomplete strategy
% 56.49/8.44  
% 56.49/8.44  % (4108)Memory used [KB]: 1585
% 56.49/8.44  % (4108)Time elapsed: 0.015 s
% 56.49/8.44  % (4108)Instructions burned: 24 (million)
% 56.49/8.44  % (4108)------------------------------
% 56.49/8.44  % (4108)------------------------------
% 57.08/8.52  % (3957)Running in auto input_syntax mode. Trying TPTP
% 57.08/8.52  % (4110)lrs+1011_1:1_sil=16000:fde=unused:plsqc=1:plsq=on:plsqr=32,1:sos=on:nwc=10.0:i=1055:kws=frequency:nm=2:lsd=1:bd=off_0 on theBenchmark for (2919ds/1055Mi)
% 57.08/8.53  % (4110)Refutation not found, incomplete strategy% (4110)------------------------------
% 57.08/8.53  % (4110)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 57.08/8.53  % (4110)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 57.08/8.53  % (4110)Termination reason: Refutation not found, incomplete strategy
% 57.08/8.53  
% 57.08/8.53  % (4110)Memory used [KB]: 1653
% 57.08/8.53  % (4110)Time elapsed: 0.020 s
% 57.08/8.53  % (4110)Instructions burned: 30 (million)
% 57.08/8.53  % (4110)------------------------------
% 57.08/8.53  % (4110)------------------------------
% 57.52/8.62  % (3957)Running in auto input_syntax mode. Trying TPTP
% 57.52/8.62  % (4111)lrs+11_1:1_bsr=unit_only:to=lpo:sil=16000:sos=on:spb=goal:urr=on:sac=on:st=2.0:i=421:sd=2:bd=off:nm=6:ss=axioms:bce=on:sup=off:br=off_0 on theBenchmark for (2918ds/421Mi)
% 57.52/8.63  % (4111)Refutation not found, incomplete strategy% (4111)------------------------------
% 57.52/8.63  % (4111)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 57.52/8.63  % (4111)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 57.52/8.63  % (4111)Termination reason: Refutation not found, incomplete strategy
% 57.52/8.63  
% 57.52/8.63  % (4111)Memory used [KB]: 1448
% 57.52/8.63  % (4111)Time elapsed: 0.014 s
% 57.52/8.63  % (4111)Instructions burned: 20 (million)
% 57.52/8.63  % (4111)------------------------------
% 57.52/8.63  % (4111)------------------------------
% 58.26/8.71  % (3957)Running in auto input_syntax mode. Trying TPTP
% 58.26/8.71  % (4112)dis+1011_16:1_anc=all_dependent:sil=4000:tgt=ground:fde=unused:sos=on:acc=model:newcnf=on:avsq=on:i=747:bs=on:avsqr=32,501:uhcvi=on:rawr=on:nwc=10.0:alpa=true:slsq=on:slsqr=5,16_0 on theBenchmark for (2917ds/747Mi)
% 58.26/8.72  % (4112)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 60.66/9.09  % (4106)Instruction limit reached!
% 60.66/9.09  % (4106)------------------------------
% 60.66/9.09  % (4106)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 60.66/9.09  % (4106)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 60.66/9.09  % (4106)Termination reason: Time limit
% 60.66/9.09  % (4106)Termination phase: Saturation
% 60.66/9.09  
% 60.66/9.09  % (4106)Memory used [KB]: 6083
% 60.66/9.09  % (4106)Time elapsed: 0.881 s
% 60.66/9.09  % (4106)Instructions burned: 1546 (million)
% 60.66/9.11  % (4112)Instruction limit reached!
% 60.66/9.11  % (4112)------------------------------
% 60.66/9.11  % (4112)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 60.66/9.11  % (4112)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 60.66/9.11  % (4112)Termination reason: Time limit
% 60.66/9.11  % (4112)Termination phase: Saturation
% 60.66/9.11  
% 60.66/9.11  % (4112)Memory used [KB]: 6224
% 60.66/9.11  % (4112)Time elapsed: 0.400 s
% 60.66/9.11  % (4112)Instructions burned: 747 (million)
% 61.35/9.17  % (3957)Running in auto input_syntax mode. Trying TPTP
% 61.35/9.17  % (4113)lrs-1011_1:2_nwc=10.0:s2agt=30:s2a=on:i=424:ep=RS:gsp=on:awrs=converge:awrsf=1354:rnwc=on:fsr=off:sil=16000_0 on theBenchmark for (2912ds/424Mi)
% 61.35/9.18  % (4113)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 61.35/9.19  % (3957)Running in auto input_syntax mode. Trying TPTP
% 61.35/9.19  % (4114)dis+1_8:1_to=lpo:sil=4000:sos=on:spb=goal_then_units:fd=off:gs=on:newcnf=on:st=5.0:i=431:sd=2:av=off:sup=off:ss=axioms:gsp=on:fde=none:s2a=on:s2agt=8_0 on theBenchmark for (2912ds/431Mi)
% 61.74/9.20  % (4114)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 61.74/9.20  % (4114)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 61.74/9.21  % (4114)Refutation not found, incomplete strategy% (4114)------------------------------
% 61.74/9.21  % (4114)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 61.74/9.21  % (4114)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 61.74/9.21  % (4114)Termination reason: Refutation not found, incomplete strategy
% 61.74/9.21  
% 61.74/9.21  % (4114)Memory used [KB]: 1517
% 61.74/9.21  % (4114)Time elapsed: 0.018 s
% 61.74/9.21  % (4114)Instructions burned: 28 (million)
% 61.74/9.21  % (4114)------------------------------
% 61.74/9.21  % (4114)------------------------------
% 62.22/9.29  % (3957)Running in auto input_syntax mode. Trying TPTP
% 62.22/9.29  % (4115)lrs+1002_1624159:1048576_to=lpo:sil=64000:fde=none:sp=frequency:sos=on:spb=non_intro:nwc=15.7653:s2agt=30:avsqc=2:avsq=on:s2a=on:i=1108:s2at=3:sd=2:avsqr=6990209,1048576:awrs=decay:awrsf=762:bd=off:nm=4:ss=included:fd=off:rawr=on:fs=off:fsr=off:aac=none_0 on theBenchmark for (2911ds/1108Mi)
% 62.22/9.36  % (4113)Instruction limit reached!
% 62.22/9.36  % (4113)------------------------------
% 62.22/9.36  % (4113)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 62.22/9.36  % (4113)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 62.22/9.36  % (4113)Termination reason: Time limit
% 62.22/9.36  % (4113)Termination phase: Saturation
% 62.22/9.36  
% 62.22/9.36  % (4113)Memory used [KB]: 9588
% 62.22/9.36  % (4113)Time elapsed: 0.195 s
% 62.22/9.36  % (4113)Instructions burned: 425 (million)
% 63.22/9.44  % (3957)Running in auto input_syntax mode. Trying TPTP
% 63.22/9.44  % (4116)lrs-1011_34:69_slsqr=4313211,131072:sil=2000:sp=weighted_frequency:rp=on:nwc=10.0:slsqc=1:slsq=on:i=785:s2at=3.0:slsql=off:bd=off:nm=4:ins=1:rawr=on_0 on theBenchmark for (2909ds/785Mi)
% 66.14/9.87  % (4116)Instruction limit reached!
% 66.14/9.87  % (4116)------------------------------
% 66.14/9.87  % (4116)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 66.14/9.87  % (4116)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 66.14/9.87  % (4116)Termination reason: Time limit
% 66.14/9.87  % (4116)Termination phase: Saturation
% 66.14/9.87  
% 66.14/9.87  % (4116)Memory used [KB]: 4786
% 66.14/9.87  % (4116)Time elapsed: 0.432 s
% 66.14/9.87  % (4116)Instructions burned: 786 (million)
% 66.14/9.89  % (4115)Instruction limit reached!
% 66.14/9.89  % (4115)------------------------------
% 66.14/9.89  % (4115)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 66.14/9.89  % (4115)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 66.14/9.89  % (4115)Termination reason: Time limit
% 66.14/9.89  % (4115)Termination phase: Saturation
% 66.14/9.89  
% 66.14/9.89  % (4115)Memory used [KB]: 7864
% 66.14/9.89  % (4115)Time elapsed: 0.602 s
% 66.14/9.89  % (4115)Instructions burned: 1108 (million)
% 66.82/9.95  % (3957)Running in auto input_syntax mode. Trying TPTP
% 66.82/9.95  % (4117)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=448:bs=unit_only:gsp=on:ss=axioms:sd=1:alpa=true:sil=8000_0 on theBenchmark for (2904ds/448Mi)
% 66.82/9.96  % (4117)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 66.82/9.97  % (3957)Running in auto input_syntax mode. Trying TPTP
% 66.82/9.97  % (4118)lrs+11_1:1_sil=8000:abs=on:lsd=10:nwc=10.0:sac=on:i=454:sd=1:bd=off:ss=axioms:newcnf=on:sup=off_0 on theBenchmark for (2904ds/454Mi)
% 66.82/9.97  % (4118)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 66.82/9.98  % (4118)Refutation not found, incomplete strategy% (4118)------------------------------
% 66.82/9.98  % (4118)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 66.82/9.98  % (4118)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 66.82/9.98  % (4118)Termination reason: Refutation not found, incomplete strategy
% 66.82/9.98  
% 66.82/9.98  % (4118)Memory used [KB]: 1205
% 66.82/9.98  % (4118)Time elapsed: 0.007 s
% 66.82/9.98  % (4118)Instructions burned: 6 (million)
% 66.82/9.98  % (4118)------------------------------
% 66.82/9.98  % (4118)------------------------------
% 67.38/10.06  % (3957)Running in auto input_syntax mode. Trying TPTP
% 67.38/10.06  % (4119)dis+1011_5:2_to=lpo:sil=8000:tgt=ground:plsq=on:plsqr=65749,1048576:spb=goal:nwc=10.0:newcnf=on:i=480:rawr=on:av=off:nm=5:awrs=converge:awrsf=340:bsd=on:s2a=on:fdi=1_0 on theBenchmark for (2903ds/480Mi)
% 67.38/10.06  % (4119)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 67.38/10.07  % Exception at run slice level
% 67.38/10.07  User error: Immediate (shared) subterms of  term/literal some(red) have different types/not well-typed!
% 67.94/10.15  % (3957)Running in auto input_syntax mode. Trying TPTP
% 67.94/10.15  % (4120)lrs+2_8:1_drc=encompass:sil=2000:tgt=ground:fde=unused:urr=full:i=861:sup=off:slsq=on:slsql=off:slsqc=1:slsqr=1,2:s2at=5.0:br=off_0 on theBenchmark for (2902ds/861Mi)
% 67.94/10.18  % (4117)Instruction limit reached!
% 67.94/10.18  % (4117)------------------------------
% 67.94/10.18  % (4117)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 67.94/10.18  % (4117)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 67.94/10.18  % (4117)Termination reason: Time limit
% 67.94/10.18  % (4117)Termination phase: Saturation
% 67.94/10.18  
% 67.94/10.18  % (4117)Memory used [KB]: 3338
% 67.94/10.18  % (4117)Time elapsed: 0.232 s
% 67.94/10.18  % (4117)Instructions burned: 449 (million)
% 68.82/10.26  % (3957)Running in auto input_syntax mode. Trying TPTP
% 68.82/10.26  % (4121)dis+1011_2:1_sil=2000:fde=unused:plsqc=1:plsq=on:plsqr=36971,524288:nwc=5.0:i=484:ep=RS:nm=7_0 on theBenchmark for (2901ds/484Mi)
% 71.07/10.52  % (4121)Instruction limit reached!
% 71.07/10.52  % (4121)------------------------------
% 71.07/10.52  % (4121)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 71.07/10.52  % (4121)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 71.07/10.52  % (4121)Termination reason: Time limit
% 71.07/10.52  % (4121)Termination phase: Saturation
% 71.07/10.52  
% 71.07/10.52  % (4121)Memory used [KB]: 3304
% 71.07/10.52  % (4121)Time elapsed: 0.259 s
% 71.07/10.52  % (4121)Instructions burned: 484 (million)
% 71.59/10.60  % (3957)Running in auto input_syntax mode. Trying TPTP
% 71.59/10.60  % (4122)lrs+1011_9:64_slsqr=1,4:sil=2000:fde=none:nwc=5.0:newcnf=on:slsq=on:i=2129:awrs=converge:awrsf=965:ep=R:av=off_0 on theBenchmark for (2898ds/2129Mi)
% 71.59/10.61  % (4122)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 71.59/10.64  % (4120)Instruction limit reached!
% 71.59/10.64  % (4120)------------------------------
% 71.59/10.64  % (4120)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 71.59/10.64  % (4120)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 71.59/10.64  % (4120)Termination reason: Time limit
% 71.59/10.64  % (4120)Termination phase: Saturation
% 71.59/10.64  
% 71.59/10.64  % (4120)Memory used [KB]: 6278
% 71.59/10.64  % (4120)Time elapsed: 0.491 s
% 71.59/10.64  % (4120)Instructions burned: 861 (million)
% 72.28/10.72  % (3957)Running in auto input_syntax mode. Trying TPTP
% 72.28/10.72  % (4123)lrs-1011_4:7_sil=2000:tgt=full:bsd=on:spb=goal:nwc=5.0:updr=off:newcnf=on:i=928:kws=arity_squared:rawr=on:bsdmm=2_0 on theBenchmark for (2897ds/928Mi)
% 72.28/10.72  % (4123)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 75.74/11.23  % (4123)Instruction limit reached!
% 75.74/11.23  % (4123)------------------------------
% 75.74/11.23  % (4123)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 75.74/11.23  % (4123)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 75.74/11.23  % (4123)Termination reason: Time limit
% 75.74/11.23  % (4123)Termination phase: Saturation
% 75.74/11.23  
% 75.74/11.23  % (4123)Memory used [KB]: 4509
% 75.74/11.23  % (4123)Time elapsed: 0.514 s
% 75.74/11.23  % (4123)Instructions burned: 929 (million)
% 76.47/11.32  % (3957)Running in auto input_syntax mode. Trying TPTP
% 76.47/11.32  % (4124)dis+1002_1:1_sil=2000:tgt=full:spb=goal:avsq=on:i=545:avsqr=19,107:er=known:rawr=on:nwc=3.7:cond=fast:abs=on_0 on theBenchmark for (2891ds/545Mi)
% 77.61/11.57  % (4122)Instruction limit reached!
% 77.61/11.57  % (4122)------------------------------
% 77.61/11.57  % (4122)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 77.61/11.57  % (4122)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 77.61/11.57  % (4122)Termination reason: Time limit
% 77.61/11.57  % (4122)Termination phase: Saturation
% 77.61/11.57  
% 77.61/11.57  % (4122)Memory used [KB]: 127459
% 77.61/11.57  % (4122)Time elapsed: 0.964 s
% 77.61/11.57  % (4122)Instructions burned: 2129 (million)
% 78.75/11.61  % (4124)Instruction limit reached!
% 78.75/11.61  % (4124)------------------------------
% 78.75/11.61  % (4124)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 78.75/11.61  % (4124)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 78.75/11.61  % (4124)Termination reason: Time limit
% 78.75/11.61  % (4124)Termination phase: Saturation
% 78.75/11.61  
% 78.75/11.61  % (4124)Memory used [KB]: 3719
% 78.75/11.61  % (4124)Time elapsed: 0.297 s
% 78.75/11.61  % (4124)Instructions burned: 545 (million)
% 78.94/11.68  % (3957)Running in auto input_syntax mode. Trying TPTP
% 78.94/11.68  % (4125)lrs-1010_1:1_sil=4000:bsd=on:spb=goal_then_units:s2a=on:i=1465: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 theBenchmark for (2887ds/1465Mi)
% 78.94/11.68  % (4125)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 78.94/11.69  % (3957)Running in auto input_syntax mode. Trying TPTP
% 78.94/11.69  % (4126)lrs-1011_1:2_to=lpo:sil=8000:fde=unused:rp=on:st=5.0:s2a=on:i=556:ep=R:ss=axioms:flr=on:newcnf=on_0 on theBenchmark for (2887ds/556Mi)
% 78.94/11.69  % (4126)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 79.70/11.80  % (4109)Instruction limit reached!
% 79.70/11.80  % (4109)------------------------------
% 79.70/11.80  % (4109)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 79.70/11.80  % (4109)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 79.70/11.80  % (4109)Termination reason: Time limit
% 79.70/11.80  % (4109)Termination phase: Saturation
% 79.70/11.80  
% 79.70/11.80  % (4109)Memory used [KB]: 9557
% 79.70/11.80  % (4109)Time elapsed: 3.391 s
% 79.70/11.80  % (4109)Instructions burned: 6387 (million)
% 80.01/11.89  % (3957)Running in auto input_syntax mode. Trying TPTP
% 80.01/11.89  % (4127)dis+21_1:1_to=lpo:sil=4000:plsq=on:sos=on:spb=units:i=574:sd=2:ss=axioms:sgt=8_0 on theBenchmark for (2885ds/574Mi)
% 80.17/11.93  % (4126)Instruction limit reached!
% 80.17/11.93  % (4126)------------------------------
% 80.17/11.93  % (4126)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 80.17/11.93  % (4126)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 80.17/11.93  % (4126)Termination reason: Time limit
% 80.17/11.93  % (4126)Termination phase: Saturation
% 80.17/11.93  
% 80.17/11.93  % (4126)Memory used [KB]: 11098
% 80.17/11.93  % (4126)Time elapsed: 0.244 s
% 80.17/11.93  % (4126)Instructions burned: 556 (million)
% 80.63/12.01  % (3957)Running in auto input_syntax mode. Trying TPTP
% 80.63/12.01  % (4128)ott+1010_1_aac=none:bce=on:ep=RS:fsd=off:nm=4:nwc=2.0:nicw=on:sas=z3:sims=off:i=2020_0 on theBenchmark for (2884ds/2020Mi)
% 82.75/12.20  % (4127)Instruction limit reached!
% 82.75/12.20  % (4127)------------------------------
% 82.75/12.20  % (4127)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 82.75/12.20  % (4127)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 82.75/12.20  % (4127)Termination reason: Time limit
% 82.75/12.20  % (4127)Termination phase: Saturation
% 82.75/12.20  
% 82.75/12.20  % (4127)Memory used [KB]: 4078
% 82.75/12.20  % (4127)Time elapsed: 0.317 s
% 82.75/12.20  % (4127)Instructions burned: 575 (million)
% 83.14/12.29  % (3957)Running in auto input_syntax mode. Trying TPTP
% 83.14/12.29  % (4129)lrs-1002_51:127_bsr=unit_only:sil=16000:tgt=ground:acc=on:sac=on:avsq=on:st=5.0:i=1136:sd=2:avsqr=49633,1048576:ins=2:fsr=off:gsp=on:ss=axioms:rawr=on:awrs=converge:awrsf=220:bce=on:bd=off:fd=off:sfv=off_0 on theBenchmark for (2881ds/1136Mi)
% 83.14/12.29  % (4129)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 83.96/12.40  % (4125)Instruction limit reached!
% 83.96/12.40  % (4125)------------------------------
% 83.96/12.40  % (4125)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 83.96/12.40  % (4125)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 83.96/12.40  % (4125)Termination reason: Time limit
% 83.96/12.40  % (4125)Termination phase: Saturation
% 83.96/12.40  
% 83.96/12.40  % (4125)Memory used [KB]: 2554
% 83.96/12.40  % (4125)Time elapsed: 0.729 s
% 83.96/12.40  % (4125)Instructions burned: 1465 (million)
% 84.52/12.49  % (3957)Running in auto input_syntax mode. Trying TPTP
% 84.52/12.49  % (4130)dis-1011_2:3_slsqr=879,448:irw=on:sp=reverse_frequency:slsqc=2:slsq=on:cond=fast:i=622:s2at=4.0:bs=unit_only:sup=off:ss=axioms:sgt=15:rawr=on:lsd=5:sil=8000:nicw=on_0 on theBenchmark for (2879ds/622Mi)
% 84.52/12.51  % (4130)Refutation not found, incomplete strategy% (4130)------------------------------
% 84.52/12.51  % (4130)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 84.52/12.51  % (4130)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 84.52/12.51  % (4130)Termination reason: Refutation not found, incomplete strategy
% 84.52/12.51  
% 84.52/12.51  % (4130)Memory used [KB]: 1580
% 84.52/12.51  % (4130)Time elapsed: 0.023 s
% 84.52/12.51  % (4130)Instructions burned: 36 (million)
% 84.52/12.51  % (4130)------------------------------
% 84.52/12.51  % (4130)------------------------------
% 84.93/12.58  % (3957)Running in auto input_syntax mode. Trying TPTP
% 84.93/12.58  % (4131)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=636:av=off:fsr=off:rawr=on:ss=axioms:sd=3:sgt=16:st=3.0:rp=on:to=lpo_0 on theBenchmark for (2878ds/636Mi)
% 87.25/12.87  % (4131)Instruction limit reached!
% 87.25/12.87  % (4131)------------------------------
% 87.25/12.87  % (4131)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 87.25/12.87  % (4131)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 87.25/12.87  % (4131)Termination reason: Time limit
% 87.25/12.87  % (4131)Termination phase: Saturation
% 87.25/12.87  
% 87.25/12.87  % (4131)Memory used [KB]: 4341
% 87.25/12.87  % (4131)Time elapsed: 0.293 s
% 87.25/12.87  % (4131)Instructions burned: 637 (million)
% 87.25/12.90  % (4129)Instruction limit reached!
% 87.25/12.90  % (4129)------------------------------
% 87.25/12.90  % (4129)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 87.25/12.90  % (4129)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 87.25/12.90  % (4129)Termination reason: Time limit
% 87.25/12.90  % (4129)Termination phase: Saturation
% 87.25/12.90  
% 87.25/12.90  % (4129)Memory used [KB]: 7957
% 87.25/12.90  % (4129)Time elapsed: 0.618 s
% 87.25/12.90  % (4129)Instructions burned: 1136 (million)
% 87.90/12.95  % (3957)Running in auto input_syntax mode. Trying TPTP
% 87.90/12.95  % (4132)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=664:sd=3:afp=40000:awrs=decay:awrsf=1166:nm=6:afq=1.99252:uhcvi=on:ss=axioms:rawr=on:sp=const_max:add=off_0 on theBenchmark for (2874ds/664Mi)
% 87.90/12.95  % (4132)Refutation not found, incomplete strategy% (4132)------------------------------
% 87.90/12.95  % (4132)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 87.90/12.95  % (4132)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 87.90/12.95  % (4132)Termination reason: Refutation not found, incomplete strategy
% 87.90/12.95  
% 87.90/12.95  % (4132)Memory used [KB]: 1193
% 87.90/12.95  % (4132)Time elapsed: 0.007 s
% 87.90/12.95  % (4132)Instructions burned: 6 (million)
% 87.90/12.96  % (4132)------------------------------
% 87.90/12.96  % (4132)------------------------------
% 87.90/12.96  % (4128)Instruction limit reached!
% 87.90/12.96  % (4128)------------------------------
% 87.90/12.96  % (4128)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 87.90/12.96  % (4128)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 87.90/12.96  % (4128)Termination reason: Time limit
% 87.90/12.96  % (4128)Termination phase: Saturation
% 87.90/12.96  
% 87.90/12.96  % (4128)Memory used [KB]: 3890
% 87.90/12.96  % (4128)Time elapsed: 0.951 s
% 87.90/12.96  % (4128)Instructions burned: 2022 (million)
% 87.90/12.98  % (3957)Running in auto input_syntax mode. Trying TPTP
% 87.90/12.98  % (4133)dis-1011_1:12_sil=4000:fde=unused:sp=occurrence:lsd=20:nwc=5.0:s2agt=10:updr=off:cond=fast:s2a=on:i=667:ep=RS:nm=3:ins=1:av=off:rawr=on:s2at=3.0_0 on theBenchmark for (2874ds/667Mi)
% 88.33/13.02  % (3957)Running in auto input_syntax mode. Trying TPTP
% 88.33/13.02  % (4134)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=3665:kws=precedence:avsqr=2669309,1048576:awrs=converge:awrsf=975:bd=off:nm=16:ss=axioms:rawr=on:bsd=on:add=large_0 on theBenchmark for (2874ds/3665Mi)
% 88.33/13.04  % (3957)Running in auto input_syntax mode. Trying TPTP
% 88.33/13.04  % (4135)lrs-1011_19:210_drc=encompass:sil=16000:sp=weighted_frequency:spb=non_intro:nwc=7.1:cond=fast:st=1.5:s2a=on:i=720:s2at=3.0:add=off:sd=2:kws=precedence:afp=10:bd=off:ins=1:afq=2.810910500672621:ss=axioms:sac=on:plsq=on:plsql=on:plsqr=2,17:plsqc=3_0 on theBenchmark for (2873ds/720Mi)
% 89.22/13.30  % (4133)Instruction limit reached!
% 89.22/13.30  % (4133)------------------------------
% 89.22/13.30  % (4133)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 89.22/13.30  % (4133)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 89.22/13.30  % (4133)Termination reason: Time limit
% 89.22/13.30  % (4133)Termination phase: Saturation
% 89.22/13.30  
% 89.22/13.30  % (4133)Memory used [KB]: 3201
% 89.22/13.30  % (4133)Time elapsed: 0.320 s
% 89.22/13.30  % (4133)Instructions burned: 669 (million)
% 90.66/13.37  % (3957)Running in auto input_syntax mode. Trying TPTP
% 90.66/13.37  % (4136)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=802:afp=1000000:avsqr=2357819,1048576:bd=off:nm=0:afq=4.85051:uhcvi=on:rawr=on:avsql=on_0 on theBenchmark for (2870ds/802Mi)
% 90.66/13.37  % (4136)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 91.21/13.42  % (4135)Instruction limit reached!
% 91.21/13.42  % (4135)------------------------------
% 91.21/13.42  % (4135)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 91.21/13.42  % (4135)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 91.21/13.42  % (4135)Termination reason: Time limit
% 91.21/13.42  % (4135)Termination phase: Saturation
% 91.21/13.42  
% 91.21/13.42  % (4135)Memory used [KB]: 3204
% 91.21/13.42  % (4135)Time elapsed: 0.380 s
% 91.21/13.42  % (4135)Instructions burned: 720 (million)
% 91.21/13.50  % (3957)Running in auto input_syntax mode. Trying TPTP
% 91.21/13.50  % (4137)dis+1011_16:1_slsqr=5605329,524288:to=lpo:sil=4000:rp=on:slsqc=1:slsq=on:i=803:bd=off:fsr=off:lsd=50_0 on theBenchmark for (2869ds/803Mi)
% 92.76/13.79  % (4136)Instruction limit reached!
% 92.76/13.79  % (4136)------------------------------
% 92.76/13.79  % (4136)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 92.76/13.79  % (4136)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 92.76/13.79  % (4136)Termination reason: Time limit
% 92.76/13.79  % (4136)Termination phase: Saturation
% 92.76/13.79  
% 92.76/13.79  % (4136)Memory used [KB]: 5255
% 92.76/13.79  % (4136)Time elapsed: 0.427 s
% 92.76/13.79  % (4136)Instructions burned: 803 (million)
% 94.21/13.88  % (3957)Running in auto input_syntax mode. Trying TPTP
% 94.21/13.88  % (4138)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=861:sd=2:awrs=converge:awrsf=1188:bd=off:nm=2:ins=3:fsr=off:fsd=on:ss=axioms:sgt=15:rawr=on:fsdmm=1_0 on theBenchmark for (2865ds/861Mi)
% 94.21/13.91  % (4137)Instruction limit reached!
% 94.21/13.91  % (4137)------------------------------
% 94.21/13.91  % (4137)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 94.21/13.91  % (4137)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 94.21/13.91  % (4137)Termination reason: Time limit
% 94.21/13.91  % (4137)Termination phase: Saturation
% 94.21/13.91  
% 94.21/13.91  % (4137)Memory used [KB]: 4482
% 94.21/13.91  % (4137)Time elapsed: 0.406 s
% 94.21/13.91  % (4137)Instructions burned: 803 (million)
% 94.90/13.99  % (3957)Running in auto input_syntax mode. Trying TPTP
% 94.90/13.99  % (4139)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=901:aac=none:nm=32:ss=axioms:sims=off_0 on theBenchmark for (2864ds/901Mi)
% 97.25/14.37  % (4138)Instruction limit reached!
% 97.25/14.37  % (4138)------------------------------
% 97.25/14.37  % (4138)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 97.25/14.37  % (4138)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 97.25/14.37  % (4138)Termination reason: Time limit
% 97.25/14.37  % (4138)Termination phase: Saturation
% 97.25/14.37  
% 97.25/14.37  % (4138)Memory used [KB]: 6963
% 97.25/14.37  % (4138)Time elapsed: 0.495 s
% 97.25/14.37  % (4138)Instructions burned: 862 (million)
% 97.75/14.45  % (3957)Running in auto input_syntax mode. Trying TPTP
% 97.75/14.45  % (4140)dis+11_1:5_drc=encompass:sil=4000:sp=frequency:s2a=on:i=923:av=off:fsr=off:lcm=reverse:fde=none_0 on theBenchmark for (2859ds/923Mi)
% 97.75/14.45  % (4139)Instruction limit reached!
% 97.75/14.45  % (4139)------------------------------
% 97.75/14.45  % (4139)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 97.75/14.45  % (4139)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 97.75/14.45  % (4139)Termination reason: Time limit
% 97.75/14.45  % (4139)Termination phase: Saturation
% 97.75/14.45  
% 97.75/14.45  % (4139)Memory used [KB]: 5254
% 97.75/14.45  % (4139)Time elapsed: 0.468 s
% 97.75/14.45  % (4139)Instructions burned: 901 (million)
% 99.22/14.53  % (3957)Running in auto input_syntax mode. Trying TPTP
% 99.22/14.53  % (4141)lrs+1011_1:1_sil=2000:sos=on:erd=off:spb=units:st=3.0:i=929:kws=precedence:aac=none:nm=0:ss=axioms_0 on theBenchmark for (2859ds/929Mi)
% 101.84/14.94  % (4140)Instruction limit reached!
% 101.84/14.94  % (4140)------------------------------
% 101.84/14.94  % (4140)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 101.84/14.94  % (4140)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 101.84/14.94  % (4140)Termination reason: Time limit
% 101.84/14.94  % (4140)Termination phase: Saturation
% 101.84/14.94  
% 101.84/14.94  % (4140)Memory used [KB]: 5386
% 101.84/14.94  % (4140)Time elapsed: 0.490 s
% 101.84/14.94  % (4140)Instructions burned: 923 (million)
% 102.29/15.02  % (3957)Running in auto input_syntax mode. Trying TPTP
% 102.29/15.02  % (4142)lrs-1011_8:1_bsr=on:sil=4000:tgt=ground:sos=on:lsd=10:newcnf=on:i=948:bd=off:av=off:ss=axioms:rp=on_0 on theBenchmark for (2854ds/948Mi)
% 102.29/15.02  % (4142)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 102.29/15.03  % (4142)Refutation not found, incomplete strategy% (4142)------------------------------
% 102.29/15.03  % (4142)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 102.29/15.03  % (4142)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 102.29/15.03  % (4142)Termination reason: Refutation not found, incomplete strategy
% 102.29/15.03  
% 102.29/15.03  % (4142)Memory used [KB]: 1193
% 102.29/15.03  % (4142)Time elapsed: 0.007 s
% 102.29/15.03  % (4142)Instructions burned: 7 (million)
% 102.29/15.03  % (4142)------------------------------
% 102.29/15.03  % (4142)------------------------------
% 102.29/15.06  % (4141)Instruction limit reached!
% 102.29/15.06  % (4141)------------------------------
% 102.29/15.06  % (4141)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 102.29/15.06  % (4141)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 102.29/15.06  % (4141)Termination reason: Time limit
% 102.29/15.06  % (4141)Termination phase: Saturation
% 102.29/15.06  
% 102.29/15.06  % (4141)Memory used [KB]: 4058
% 102.29/15.06  % (4141)Time elapsed: 0.528 s
% 102.29/15.06  % (4141)Instructions burned: 929 (million)
% 103.21/15.11  % (3957)Running in auto input_syntax mode. Trying TPTP
% 103.21/15.11  % (4143)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=957:bs=unit_only:sd=2:bd=off:ss=axioms:rawr=on:anc=none:sac=on:slsq=on:bsr=on:lcm=reverse_0 on theBenchmark for (2853ds/957Mi)
% 103.46/15.14  % (3957)Running in auto input_syntax mode. Trying TPTP
% 103.46/15.14  % (4144)dis+1011_3:1_anc=all_dependent:bsr=unit_only:drc=encompass:sil=2000:nwc=10.0:alpa=false:sac=on:i=1032:kws=precedence:gsp=on:erd=off:bd=off:afp=50:afq=1.276_0 on theBenchmark for (2853ds/1032Mi)
% 103.46/15.15  % (4144)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 104.98/15.36  % (4134)Instruction limit reached!
% 104.98/15.36  % (4134)------------------------------
% 104.98/15.36  % (4134)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 104.98/15.36  % (4134)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 104.98/15.36  % (4134)Termination reason: Time limit
% 104.98/15.36  % (4134)Termination phase: Saturation
% 104.98/15.36  
% 104.98/15.36  % (4134)Memory used [KB]: 11419
% 104.98/15.36  % (4134)Time elapsed: 2.339 s
% 104.98/15.36  % (4134)Instructions burned: 3666 (million)
% 105.48/15.44  % (3957)Running in auto input_syntax mode. Trying TPTP
% 105.48/15.44  % (4145)lrs-1010_1:16_sfv=off:to=lpo:sil=2000:tgt=full:erd=off:rp=on:nwc=10.0:sac=on:newcnf=on:i=1039:flr=on:bd=off:updr=off_0 on theBenchmark for (2850ds/1039Mi)
% 105.48/15.44  % (4145)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 106.03/15.55  % (4143)Instruction limit reached!
% 106.03/15.55  % (4143)------------------------------
% 106.03/15.55  % (4143)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 106.03/15.55  % (4143)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 106.03/15.55  % (4143)Termination reason: Time limit
% 106.03/15.55  % (4143)Termination phase: Saturation
% 106.03/15.55  
% 106.03/15.55  % (4143)Memory used [KB]: 4352
% 106.03/15.55  % (4143)Time elapsed: 0.447 s
% 106.03/15.55  % (4143)Instructions burned: 957 (million)
% 106.36/15.64  % (3957)Running in auto input_syntax mode. Trying TPTP
% 106.36/15.64  % (4146)dis+1011_1:8_sil=8000:sos=on:bce=on:rp=on:i=1048:nm=6:av=off_0 on theBenchmark for (2848ds/1048Mi)
% 107.23/15.69  % (4144)Instruction limit reached!
% 107.23/15.69  % (4144)------------------------------
% 107.23/15.69  % (4144)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 107.23/15.69  % (4144)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 107.23/15.69  % (4144)Termination reason: Time limit
% 107.23/15.69  % (4144)Termination phase: Saturation
% 107.23/15.69  
% 107.23/15.69  % (4144)Memory used [KB]: 5635
% 107.23/15.69  % (4144)Time elapsed: 0.550 s
% 107.23/15.69  % (4144)Instructions burned: 1034 (million)
% 107.60/15.78  % (3957)Running in auto input_syntax mode. Trying TPTP
% 107.60/15.78  % (4147)lrs+1010_1:1_to=lpo:sil=2000:sos=on:fd=off:i=1089:bd=off_0 on theBenchmark for (2846ds/1089Mi)
% 107.60/15.79  % (4147)Refutation not found, incomplete strategy% (4147)------------------------------
% 107.60/15.79  % (4147)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 107.60/15.79  % (4147)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 107.60/15.79  % (4147)Termination reason: Refutation not found, incomplete strategy
% 107.60/15.79  
% 107.60/15.79  % (4147)Memory used [KB]: 1534
% 107.60/15.79  % (4147)Time elapsed: 0.014 s
% 107.60/15.79  % (4147)Instructions burned: 21 (million)
% 107.60/15.79  % (4147)------------------------------
% 107.60/15.79  % (4147)------------------------------
% 108.48/15.87  % (3957)Running in auto input_syntax mode. Trying TPTP
% 108.48/15.87  % (4148)lrs+1011_4:1_to=lpo:sil=16000:fde=none:plsq=on:plsqr=1,8:sp=occurrence:st=2.0:i=1096:sd=3:ss=axioms:er=known:av=off:awrs=converge:awrsf=500:fsr=off_0 on theBenchmark for (2845ds/1096Mi)
% 109.16/16.01  % (4145)Instruction limit reached!
% 109.16/16.01  % (4145)------------------------------
% 109.16/16.01  % (4145)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 109.16/16.01  % (4145)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 109.16/16.01  % (4145)Termination reason: Time limit
% 109.16/16.01  % (4145)Termination phase: Saturation
% 109.16/16.01  
% 109.16/16.01  % (4145)Memory used [KB]: 4561
% 109.16/16.01  % (4145)Time elapsed: 0.591 s
% 109.16/16.01  % (4145)Instructions burned: 1039 (million)
% 109.48/16.09  % (3957)Running in auto input_syntax mode. Trying TPTP
% 109.48/16.09  % (4149)lrs-1010_1:32_sfv=off:sil=2000:fde=unused:sp=weighted_frequency:flr=on:s2a=on:i=1119:s2at=7.0:bd=off:kws=precedence_0 on theBenchmark for (2843ds/1119Mi)
% 109.84/16.14  % (4146)Instruction limit reached!
% 109.84/16.14  % (4146)------------------------------
% 109.84/16.14  % (4146)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 109.84/16.14  % (4146)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 109.84/16.14  % (4146)Termination reason: Time limit
% 109.84/16.14  % (4146)Termination phase: Saturation
% 109.84/16.14  
% 109.84/16.14  % (4146)Memory used [KB]: 3423
% 109.84/16.14  % (4146)Time elapsed: 0.528 s
% 109.84/16.14  % (4146)Instructions burned: 1048 (million)
% 110.74/16.22  % (3957)Running in auto input_syntax mode. Trying TPTP
% 110.74/16.22  % (4150)lrs-1002_9:13_sil=4000:tgt=ground:etr=on:spb=non_intro:rp=on:newcnf=on:i=1173:add=large:afp=50:bd=off:ins=1:fsr=off:afq=4.13736:gsp=on:ss=axioms:sgt=16:rawr=on:flr=on:bce=on_0 on theBenchmark for (2842ds/1173Mi)
% 110.74/16.22  % (4150)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 110.74/16.23  % (4150)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 112.40/16.45  % (4148)Instruction limit reached!
% 112.40/16.45  % (4148)------------------------------
% 112.40/16.45  % (4148)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 112.40/16.45  % (4148)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 112.40/16.45  % (4148)Termination reason: Time limit
% 112.40/16.45  % (4148)Termination phase: Saturation
% 112.40/16.45  
% 112.40/16.45  % (4148)Memory used [KB]: 5556
% 112.40/16.45  % (4148)Time elapsed: 0.601 s
% 112.40/16.45  % (4148)Instructions burned: 1097 (million)
% 112.88/16.53  % (3957)Running in auto input_syntax mode. Trying TPTP
% 112.88/16.53  % (4151)dis+1011_1:16_sil=2000:urr=ec_only:br=off:i=1186:ss=axioms:st=2.0:fsr=off:drc=encompass:anc=none_0 on theBenchmark for (2839ds/1186Mi)
% 114.25/16.72  % (4149)Instruction limit reached!
% 114.25/16.72  % (4149)------------------------------
% 114.25/16.72  % (4149)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 114.25/16.72  % (4149)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 114.25/16.72  % (4149)Termination reason: Time limit
% 114.25/16.72  % (4149)Termination phase: Saturation
% 114.25/16.72  
% 114.25/16.72  % (4149)Memory used [KB]: 4629
% 114.25/16.72  % (4149)Time elapsed: 0.649 s
% 114.25/16.72  % (4149)Instructions burned: 1122 (million)
% 114.25/16.76  % (3957)Running in auto input_syntax mode. Trying TPTP
% 114.25/16.76  % (4152)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=1202:bd=off:rawr=on:uhcvi=on:avsq=on:avsql=on:alpa=false_0 on theBenchmark for (2836ds/1202Mi)
% 115.85/16.94  % (4150)Instruction limit reached!
% 115.85/16.94  % (4150)------------------------------
% 115.85/16.94  % (4150)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 115.85/16.94  % (4150)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 115.85/16.94  % (4150)Termination reason: Time limit
% 115.85/16.94  % (4150)Termination phase: Saturation
% 115.85/16.94  
% 115.85/16.94  % (4150)Memory used [KB]: 6662
% 115.85/16.94  % (4150)Time elapsed: 0.741 s
% 115.85/16.94  % (4150)Instructions burned: 1174 (million)
% 116.47/17.02  % (3957)Running in auto input_syntax mode. Trying TPTP
% 116.47/17.02  WARNING Broken Constraint: if inline_let(on) has been set then newcnf(off) is equal to on
% 116.47/17.02  % (4153)ott-1010_1915907:1048576_to=lpo:sil=2000:plsq=on:ile=on:plsqr=319573,262144:sp=reverse_arity:sos=on:nwc=6.38626:s2agt=10:avsq=on:s2a=on:i=1208:s2at=5.5:sd=1:afp=40000:avsqr=5709,524288:nm=9:ins=2:fsr=off:afq=1.49663:ss=included:rawr=on:acc=model:ccuc=small_ones:fs=off:spb=goal_0 on theBenchmark for (2834ds/1208Mi)
% 116.47/17.04  % (4153)Refutation not found, incomplete strategy% (4153)------------------------------
% 116.47/17.04  % (4153)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 116.47/17.04  % (4153)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 116.47/17.04  % (4153)Termination reason: Refutation not found, incomplete strategy
% 116.47/17.04  
% 116.47/17.04  % (4153)Memory used [KB]: 1621
% 116.47/17.04  % (4153)Time elapsed: 0.020 s
% 116.47/17.04  % (4153)Instructions burned: 33 (million)
% 116.47/17.04  % (4153)------------------------------
% 116.47/17.04  % (4153)------------------------------
% 117.07/17.12  % (3957)Running in auto input_syntax mode. Trying TPTP
% 117.07/17.12  % (4154)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=1212:ss=axioms:sgt=8_0 on theBenchmark for (2833ds/1212Mi)
% 117.07/17.16  % (4151)Instruction limit reached!
% 117.07/17.16  % (4151)------------------------------
% 117.07/17.16  % (4151)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 117.07/17.16  % (4151)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 117.07/17.16  % (4151)Termination reason: Time limit
% 117.07/17.16  % (4151)Termination phase: Saturation
% 117.07/17.16  
% 117.07/17.16  % (4151)Memory used [KB]: 5196
% 117.07/17.16  % (4151)Time elapsed: 0.647 s
% 117.07/17.16  % (4151)Instructions burned: 1187 (million)
% 117.74/17.24  % (3957)Running in auto input_syntax mode. Trying TPTP
% 117.74/17.24  % (4155)lrs+1010_1:1_sil=2000:flr=on:nicw=on:st=2.0:i=1258:sd=2:bd=off:fsr=off:ss=axioms_0 on theBenchmark for (2832ds/1258Mi)
% 117.74/17.30  % (4152)Instruction limit reached!
% 117.74/17.30  % (4152)------------------------------
% 117.74/17.30  % (4152)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 117.74/17.30  % (4152)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 117.74/17.30  % (4152)Termination reason: Time limit
% 117.74/17.30  % (4152)Termination phase: Saturation
% 117.74/17.30  
% 117.74/17.30  % (4152)Memory used [KB]: 7689
% 117.74/17.30  % (4152)Time elapsed: 0.550 s
% 117.74/17.30  % (4152)Instructions burned: 1202 (million)
% 118.72/17.38  % (3957)Running in auto input_syntax mode. Trying TPTP
% 118.72/17.38  % (4156)lrs-1011_1:1_sil=16000:plsq=on:plsqr=10230343,1048576:sos=on:lsd=20:sac=on:s2a=on:i=6152:bd=off:ss=axioms:rawr=on:bce=on_0 on theBenchmark for (2830ds/6152Mi)
% 118.72/17.39  % (4156)Refutation not found, incomplete strategy% (4156)------------------------------
% 118.72/17.39  % (4156)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 118.72/17.39  % (4156)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 118.72/17.39  % (4156)Termination reason: Refutation not found, incomplete strategy
% 118.72/17.39  
% 118.72/17.39  % (4156)Memory used [KB]: 1193
% 118.72/17.39  % (4156)Time elapsed: 0.030 s
% 118.72/17.39  % (4156)Instructions burned: 8 (million)
% 118.72/17.39  % (4156)------------------------------
% 118.72/17.39  % (4156)------------------------------
% 119.31/17.47  % (3957)Running in auto input_syntax mode. Trying TPTP
% 119.31/17.47  % (4157)dis+1010_9:61_anc=all:drc=off:sil=16000:tgt=full:urr=ec_only:s2a=on:i=4987: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 theBenchmark for (2829ds/4987Mi)
% 119.31/17.47  % (4157)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 121.10/17.77  % (4154)Instruction limit reached!
% 121.10/17.77  % (4154)------------------------------
% 121.10/17.77  % (4154)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 121.10/17.77  % (4154)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 121.10/17.77  % (4154)Termination reason: Time limit
% 121.10/17.77  % (4154)Termination phase: Saturation
% 121.10/17.77  
% 121.10/17.77  % (4154)Memory used [KB]: 4781
% 121.10/17.77  % (4154)Time elapsed: 0.674 s
% 121.10/17.77  % (4154)Instructions burned: 1213 (million)
% 121.60/17.85  % (3957)Running in auto input_syntax mode. Trying TPTP
% 121.60/17.85  % (4158)dis-1011_1:5_sil=2000:tgt=full:sims=off:gs=on:nwc=5.0:newcnf=on:cond=fast:i=1377:sd=2:uhcvi=on:ss=axioms:sgt=8:rawr=on:gsp=on_0 on theBenchmark for (2825ds/1377Mi)
% 121.60/17.86  % (4158)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 121.60/17.86  % (4158)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 122.05/17.91  % (4155)Instruction limit reached!
% 122.05/17.91  % (4155)------------------------------
% 122.05/17.91  % (4155)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 122.05/17.91  % (4155)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 122.05/17.91  % (4155)Termination reason: Time limit
% 122.05/17.91  % (4155)Termination phase: Saturation
% 122.05/17.91  
% 122.05/17.91  % (4155)Memory used [KB]: 4325
% 122.05/17.91  % (4155)Time elapsed: 0.694 s
% 122.05/17.91  % (4155)Instructions burned: 1259 (million)
% 122.47/17.99  % (3957)Running in auto input_syntax mode. Trying TPTP
% 122.47/17.99  % (4159)lrs+1011_2:3_slsqr=4,1:slsqc=1:slsq=on:i=1391: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 theBenchmark for (2824ds/1391Mi)
% 122.47/18.00  % (4159)Aborted by signal SIGSEGV on /export/starexec/sandbox/benchmark/theBenchmark.p
% 122.47/18.00  % (4159)------------------------------
% 122.47/18.00  % (4159)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 122.47/18.00  % (4159)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 122.47/18.00  % (4159)Termination reason: Unknown
% 122.47/18.00  % (4159)Termination phase: Saturation
% 122.47/18.00  
% 122.47/18.00  % (4159)Memory used [KB]: 1401
% 122.47/18.00  % (4159)Time elapsed: 0.014 s
% 122.47/18.00  % (4159)Instructions burned: 23 (million)
% 122.47/18.00  % (4159)------------------------------
% 122.47/18.00  % (4159)------------------------------
% 122.47/18.00  Version : Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 122.47/18.00  call stack: 0x416001 0x1cd76a0 0x1cd5fa4 0x41c856 0x4193c6 0xa45fc5 0xa4c1bf 0xa4cf76 0xa4d5a0 0x769598 0x7693f1 0x4f70af 0x7735d4 0x78a59c 0x715101 0x54d462 0x669b24 0x53ec63 0x53b01e 0x4e7fbe 0x54f63d 0x1ceab70 0x489180 0x41f883
% 122.47/18.00  (use '--traceback on' to get a human-readable stack trace)
% 123.62/18.09  % (3957)Running in auto input_syntax mode. Trying TPTP
% 123.62/18.09  % (4160)dis+1011_1:4_afp=10010:amm=off:anc=none:awrs=decay:awrsf=50:ep=RSTC:fde=unused:lma=on:nm=16:nwc=5.0:s2a=on:sp=frequency:urr=ec_only:si=on:rawr=on:rtra=on:i=1441_0 on theBenchmark for (2823ds/1441Mi)
% 127.71/18.62  % (4158)Instruction limit reached!
% 127.71/18.62  % (4158)------------------------------
% 127.71/18.62  % (4158)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 127.71/18.62  % (4158)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 127.71/18.62  % (4158)Termination reason: Time limit
% 127.71/18.62  % (4158)Termination phase: Saturation
% 127.71/18.62  
% 127.71/18.62  % (4158)Memory used [KB]: 6980
% 127.71/18.62  % (4158)Time elapsed: 0.757 s
% 127.71/18.62  % (4158)Instructions burned: 1378 (million)
% 127.91/18.70  % (3957)Running in auto input_syntax mode. Trying TPTP
% 127.91/18.70  % (4161)lrs-31_1:1_drc=off:sil=4000:tgt=full:fd=preordered:nwc=5.0:lwlo=on:i=1544:ins=5:sac=on:bd=off:lcm=predicate_0 on theBenchmark for (2817ds/1544Mi)
% 128.41/18.74  % (4160)Instruction limit reached!
% 128.41/18.74  % (4160)------------------------------
% 128.41/18.74  % (4160)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 128.41/18.74  % (4160)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 128.41/18.74  % (4160)Termination reason: Time limit
% 128.41/18.74  % (4160)Termination phase: Saturation
% 128.41/18.74  
% 128.41/18.74  % (4160)Memory used [KB]: 4775
% 128.41/18.74  % (4160)Time elapsed: 0.654 s
% 128.41/18.74  % (4160)Instructions burned: 1441 (million)
% 128.70/18.82  % (3957)Running in auto input_syntax mode. Trying TPTP
% 128.70/18.82  % (4162)lrs+1011_1:13_sil=2000:tgt=full:sims=off:sp=occurrence:abs=on:newcnf=on:i=1571:nm=4:ss=axioms:rawr=on:amm=off_0 on theBenchmark for (2816ds/1571Mi)
% 128.70/18.82  % (4162)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 132.91/19.44  % (4161)Instruction limit reached!
% 132.91/19.44  % (4161)------------------------------
% 132.91/19.44  % (4161)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 132.91/19.44  % (4161)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 132.91/19.44  % (4161)Termination reason: Time limit
% 132.91/19.44  % (4161)Termination phase: Saturation
% 132.91/19.44  
% 132.91/19.44  % (4161)Memory used [KB]: 3449
% 132.91/19.44  % (4161)Time elapsed: 0.740 s
% 132.91/19.44  % (4161)Instructions burned: 1544 (million)
% 133.78/19.52  % (3957)Running in auto input_syntax mode. Trying TPTP
% 133.78/19.52  % (4163)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=1576:kws=inv_frequency:awrs=decay:awrsf=833:nm=49:amm=sco:uhcvi=on:rawr=on:gs=on_0 on theBenchmark for (2809ds/1576Mi)
% 134.46/19.67  % (4162)Instruction limit reached!
% 134.46/19.67  % (4162)------------------------------
% 134.46/19.67  % (4162)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 134.46/19.67  % (4162)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 134.46/19.67  % (4162)Termination reason: Time limit
% 134.46/19.67  % (4162)Termination phase: Saturation
% 134.46/19.67  
% 134.46/19.67  % (4162)Memory used [KB]: 4611
% 134.46/19.67  % (4162)Time elapsed: 0.853 s
% 134.46/19.67  % (4162)Instructions burned: 1572 (million)
% 135.08/19.76  % (3957)Running in auto input_syntax mode. Trying TPTP
% 135.08/19.76  % (4164)dis+1_1:64_sil=16000:spb=goal_then_units:urr=on:sac=on:st=-1.0:i=15318:bd=off:ss=axioms:fsr=off_0 on theBenchmark for (2806ds/15318Mi)
% 137.01/20.01  % (4157)Instruction limit reached!
% 137.01/20.01  % (4157)------------------------------
% 137.01/20.01  % (4157)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 137.01/20.01  % (4157)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 137.01/20.01  % (4157)Termination reason: Time limit
% 137.01/20.01  % (4157)Termination phase: Saturation
% 137.01/20.01  
% 137.01/20.01  % (4157)Memory used [KB]: 40005
% 137.01/20.01  % (4157)Time elapsed: 2.547 s
% 137.01/20.01  % (4157)Instructions burned: 4988 (million)
% 137.46/20.09  % (3957)Running in auto input_syntax mode. Trying TPTP
% 137.46/20.09  % (4165)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=1714:aac=none:nm=16:ins=1:ss=axioms:bs=unit_only:drc=off_0 on theBenchmark for (2803ds/1714Mi)
% 137.46/20.09  % (4165)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 140.24/20.41  % (4163)Instruction limit reached!
% 140.24/20.41  % (4163)------------------------------
% 140.24/20.41  % (4163)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 140.24/20.41  % (4163)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 140.24/20.41  % (4163)Termination reason: Time limit
% 140.24/20.41  % (4163)Termination phase: Saturation
% 140.24/20.41  
% 140.24/20.41  % (4163)Memory used [KB]: 9260
% 140.24/20.41  % (4163)Time elapsed: 0.888 s
% 140.24/20.41  % (4163)Instructions burned: 1577 (million)
% 140.32/20.49  % (3957)Running in auto input_syntax mode. Trying TPTP
% 140.32/20.49  % (4166)lrs-1010_54669:524288_sp=const_frequency:sac=on:cond=fast:i=1773: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 theBenchmark for (2799ds/1773Mi)
% 143.14/20.86  % (4165)Instruction limit reached!
% 143.14/20.86  % (4165)------------------------------
% 143.14/20.86  % (4165)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 143.14/20.86  % (4165)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 143.14/20.86  % (4165)Termination reason: Time limit
% 143.14/20.86  % (4165)Termination phase: Saturation
% 143.14/20.86  
% 143.14/20.86  % (4165)Memory used [KB]: 7944
% 143.14/20.86  % (4165)Time elapsed: 0.773 s
% 143.14/20.86  % (4165)Instructions burned: 1714 (million)
% 143.69/20.94  % (3957)Running in auto input_syntax mode. Trying TPTP
% 143.69/20.94  % (4167)lrs-1002_1:1_sil=8000:urr=on:nwc=7.0:i=1782:nm=20:av=off:fsr=off:rp=on:bd=off_0 on theBenchmark for (2795ds/1782Mi)
% 147.35/21.46  % (4166)Instruction limit reached!
% 147.35/21.46  % (4166)------------------------------
% 147.35/21.46  % (4166)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 147.35/21.46  % (4166)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 147.35/21.46  % (4166)Termination reason: Time limit
% 147.35/21.46  % (4166)Termination phase: Saturation
% 147.35/21.46  
% 147.35/21.46  % (4166)Memory used [KB]: 6535
% 147.35/21.46  % (4166)Time elapsed: 0.980 s
% 147.35/21.46  % (4166)Instructions burned: 1774 (million)
% 147.99/21.55  % (3957)Running in auto input_syntax mode. Trying TPTP
% 147.99/21.55  % (4168)dis-1011_3:1_sil=32000:fde=none:sos=all:nwc=5.0:i=3557:ep=R:aac=none_0 on theBenchmark for (2789ds/3557Mi)
% 149.21/21.78  % (4167)Instruction limit reached!
% 149.21/21.78  % (4167)------------------------------
% 149.21/21.78  % (4167)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 149.21/21.78  % (4167)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 149.21/21.78  % (4167)Termination reason: Time limit
% 149.21/21.78  % (4167)Termination phase: Saturation
% 149.21/21.78  
% 149.21/21.78  % (4167)Memory used [KB]: 4889
% 149.21/21.78  % (4167)Time elapsed: 0.840 s
% 149.21/21.78  % (4167)Instructions burned: 1783 (million)
% 149.78/21.87  % (3957)Running in auto input_syntax mode. Trying TPTP
% 149.78/21.87  % (4169)dis+1011_1:1_aac=none:bs=unit_only:ep=RS:gsp=on:nwc=5.0:rnwc=on:s2a=on:s2at=3.0:slsq=on:slsqc=2:slsqr=1,8:si=on:rawr=on:rtra=on:i=2119_0 on theBenchmark for (2785ds/2119Mi)
% 149.78/21.88  % (4169)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 156.94/22.80  % (4168)Instruction limit reached!
% 156.94/22.80  % (4168)------------------------------
% 156.94/22.80  % (4168)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 156.94/22.80  % (4168)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 156.94/22.80  % (4168)Termination reason: Time limit
% 156.94/22.80  % (4168)Termination phase: Saturation
% 156.94/22.80  
% 156.94/22.80  % (4168)Memory used [KB]: 11106
% 156.94/22.80  % (4168)Time elapsed: 1.275 s
% 156.94/22.80  % (4168)Instructions burned: 3558 (million)
% 156.94/22.84  % (3957)Running in auto input_syntax mode. Trying TPTP
% 156.94/22.84  % (4170)dis+1010_111341:524288_bsr=on:drc=encompass:sil=64000:sp=reverse_frequency:spb=units:bce=on:newcnf=on:s2a=on:i=4238:s2at=3.0:bs=on:afp=300:bd=off:afq=1.999_0 on theBenchmark for (2775ds/4238Mi)
% 156.94/22.84  % (4170)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 157.58/22.91  % (4169)Instruction limit reached!
% 157.58/22.91  % (4169)------------------------------
% 157.58/22.91  % (4169)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 157.58/22.91  % (4169)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 157.58/22.91  % (4169)Termination reason: Time limit
% 157.58/22.91  % (4169)Termination phase: Saturation
% 157.58/22.91  
% 157.58/22.91  % (4169)Memory used [KB]: 5506
% 157.58/22.91  % (4169)Time elapsed: 1.063 s
% 157.58/22.91  % (4169)Instructions burned: 2119 (million)
% 157.83/22.99  % (3957)Running in auto input_syntax mode. Trying TPTP
% 157.83/22.99  % (4171)lrs+1010_2:5_anc=all_dependent:to=lpo:sil=32000:tgt=ground:spb=goal:abs=on:sac=on:i=2177:nm=16:amm=sco:fdi=10:avsq=on:avsqc=4_0 on theBenchmark for (2774ds/2177Mi)
% 157.83/23.00  % Exception at run slice level
% 157.83/23.00  User error: Immediate (shared) subterms of  term/literal product_Pair(X0,fFalse(X1,X2),X3,product_Pair(X1,X2,X4,X5)) have different types/not well-typed!
% 158.40/23.09  % (3957)Running in auto input_syntax mode. Trying TPTP
% 158.40/23.09  % (4172)lrs+1010_2:5_bsr=on:to=lpo:sil=64000:bsd=on:sp=frequency:sos=on:urr=ec_only:nwc=4.4:updr=off:newcnf=on:i=2797:ins=2:fsr=off:uhcvi=on:afr=on:rawr=on_0 on theBenchmark for (2773ds/2797Mi)
% 158.40/23.09  % (4172)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 158.68/23.11  % (4172)Refutation not found, incomplete strategy% (4172)------------------------------
% 158.68/23.11  % (4172)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 158.68/23.11  % (4172)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 158.68/23.11  % (4172)Termination reason: Refutation not found, incomplete strategy
% 158.68/23.11  
% 158.68/23.11  % (4172)Memory used [KB]: 1786
% 158.68/23.11  % (4172)Time elapsed: 0.048 s
% 158.68/23.11  % (4172)Instructions burned: 36 (million)
% 158.68/23.11  % (4172)------------------------------
% 158.68/23.11  % (4172)------------------------------
% 159.55/23.20  % (3957)Running in auto input_syntax mode. Trying TPTP
% 159.55/23.20  % (4173)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=5789:awrs=converge:awrsf=200:bd=off:ins=1:rawr=on:alpa=false:avsq=on:avsqr=1,16_0 on theBenchmark for (2772ds/5789Mi)
% 159.55/23.20  % (4173)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 170.08/24.68  % (4170)Instruction limit reached!
% 170.08/24.68  % (4170)------------------------------
% 170.08/24.68  % (4170)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 170.08/24.68  % (4170)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 170.08/24.68  % (4170)Termination reason: Time limit
% 170.08/24.68  % (4170)Termination phase: Saturation
% 170.08/24.68  
% 170.08/24.68  % (4170)Memory used [KB]: 15151
% 170.08/24.68  % (4170)Time elapsed: 1.869 s
% 170.08/24.68  % (4170)Instructions burned: 4239 (million)
% 170.41/24.77  % (3957)Running in auto input_syntax mode. Trying TPTP
% 170.41/24.77  % (4174)ott+1002_2:5_acc=on:bd=preordered:bsr=on:er=known:flr=on:fsd=off:fde=none:msp=off:nm=64:sos=on:sac=on:sp=reverse_frequency:i=12100_0 on theBenchmark for (2756ds/12100Mi)
% 170.41/24.79  % (4174)Refutation not found, incomplete strategy% (4174)------------------------------
% 170.41/24.79  % (4174)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 170.41/24.79  % (4174)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 170.41/24.79  % (4174)Termination reason: Refutation not found, incomplete strategy
% 170.41/24.79  
% 170.41/24.79  % (4174)Memory used [KB]: 1725
% 170.41/24.79  % (4174)Time elapsed: 0.020 s
% 170.41/24.79  % (4174)Instructions burned: 33 (million)
% 170.41/24.79  % (4174)------------------------------
% 170.41/24.79  % (4174)------------------------------
% 171.06/24.84  % (3957)Running in auto input_syntax mode. Trying TPTP
% 171.06/24.84  % (4175)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=3115:sd=1:avsqr=4,1:ss=axioms:sgt=20:alpa=true:sil=256000_0 on theBenchmark for (2755ds/3115Mi)
% 176.91/25.67  % (4175)Instruction limit reached!
% 176.91/25.67  % (4175)------------------------------
% 176.91/25.67  % (4175)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 176.91/25.67  % (4175)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 176.91/25.67  % (4175)Termination reason: Time limit
% 176.91/25.67  % (4175)Termination phase: Saturation
% 176.91/25.67  
% 176.91/25.67  % (4175)Memory used [KB]: 13176
% 176.91/25.67  % (4175)Time elapsed: 0.830 s
% 176.91/25.67  % (4175)Instructions burned: 3117 (million)
% 177.16/25.71  % (3957)Running in auto input_syntax mode. Trying TPTP
% 177.16/25.71  % (4176)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=3258:s2at=-1.0:aac=none:nm=16:rawr=on:sil=256000:acc=model_0 on theBenchmark for (2746ds/3258Mi)
% 182.38/26.44  % (4173)Instruction limit reached!
% 182.38/26.44  % (4173)------------------------------
% 182.38/26.44  % (4173)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 182.38/26.44  % (4173)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 182.38/26.44  % (4173)Termination reason: Time limit
% 182.38/26.44  % (4173)Termination phase: Saturation
% 182.38/26.44  
% 182.38/26.44  % (4173)Memory used [KB]: 19229
% 182.38/26.44  % (4173)Time elapsed: 3.271 s
% 182.38/26.44  % (4173)Instructions burned: 5789 (million)
% 182.68/26.53  % (3957)Running in auto input_syntax mode. Trying TPTP
% 182.68/26.53  % (4177)dis+1010_1:1_slsqr=11392477,1048576:sil=128000:tgt=full:sims=off:sp=occurrence:nwc=9.0:slsqc=1:slsq=on:i=3273:s2at=5.0:slsql=off:nm=14:uhcvi=on:rawr=on:sac=on:newcnf=on:afp=300:afq=2.16348848191352:plsq=on:plsqc=1:plsqr=17849919,524288:ss=axioms:st=7.0:plsql=on:amm=off:rp=on_0 on theBenchmark for (2739ds/3273Mi)
% 182.68/26.54  % (4177)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 183.36/26.60  % (4176)Instruction limit reached!
% 183.36/26.60  % (4176)------------------------------
% 183.36/26.60  % (4176)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 183.36/26.60  % (4176)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 183.36/26.60  % (4176)Termination reason: Time limit
% 183.36/26.60  % (4176)Termination phase: Saturation
% 183.36/26.60  
% 183.36/26.60  % (4176)Memory used [KB]: 12243
% 183.36/26.60  % (4176)Time elapsed: 0.890 s
% 183.36/26.60  % (4176)Instructions burned: 3260 (million)
% 183.71/26.64  % (3957)Running in auto input_syntax mode. Trying TPTP
% 183.71/26.64  % (4178)lrs+1011_1:1_to=lpo:drc=off:sil=16000:bsd=on:fs=off:lsd=5:nwc=2.0:avsq=on:i=4007: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 theBenchmark for (2737ds/4007Mi)
% 187.64/27.20  % (4164)Instruction limit reached!
% 187.64/27.20  % (4164)------------------------------
% 187.64/27.20  % (4164)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 187.64/27.20  % (4164)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 187.64/27.20  % (4164)Termination reason: Time limit
% 187.64/27.20  % (4164)Termination phase: Saturation
% 187.64/27.20  
% 187.64/27.20  % (4164)Memory used [KB]: 80182
% 187.64/27.20  % (4164)Time elapsed: 7.448 s
% 187.64/27.20  % (4164)Instructions burned: 15319 (million)
% 188.33/27.30  % (3957)Running in auto input_syntax mode. Trying TPTP
% 188.33/27.30  % (4179)lrs-1011_6:1_sos=all:s2a=on:i=4178:sd=2:ss=included:bd=off:sil=128000:fde=none:abs=on:amm=off:gsp=on:sp=const_min:cond=fast:avsq=on:avsqc=1:avsqr=11,2:nm=5:sfv=off:plsq=on:plsqr=199691,1048576_0 on theBenchmark for (2731ds/4178Mi)
% 188.33/27.31  % (4179)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 189.73/27.60  % (4178)Instruction limit reached!
% 189.73/27.60  % (4178)------------------------------
% 189.73/27.60  % (4178)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 189.73/27.60  % (4178)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 189.73/27.60  % (4178)Termination reason: Time limit
% 189.73/27.60  % (4178)Termination phase: Saturation
% 189.73/27.60  
% 189.73/27.60  % (4178)Memory used [KB]: 6058
% 189.73/27.60  % (4178)Time elapsed: 0.961 s
% 189.73/27.60  % (4178)Instructions burned: 4009 (million)
% 190.60/27.63  % (3957)Running in auto input_syntax mode. Trying TPTP
% 190.60/27.63  % (4180)dis-1010_1:1_slsqr=3,4:sil=64000:tgt=full:fde=unused:slsqc=1:slsq=on:i=4226:sd=1:ss=included:fsr=off:plsq=on:plsqc=1:plsqr=32,1_0 on theBenchmark for (2727ds/4226Mi)
% 194.08/28.13  % (4179)First to succeed.
% 194.08/28.13  % (4177)Instruction limit reached!
% 194.08/28.13  % (4177)------------------------------
% 194.08/28.13  % (4177)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 194.08/28.13  % (4177)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 194.08/28.13  % (4177)Termination reason: Time limit
% 194.08/28.13  % (4177)Termination phase: Saturation
% 194.08/28.13  
% 194.08/28.13  % (4177)Memory used [KB]: 7849
% 194.08/28.13  % (4177)Time elapsed: 1.605 s
% 194.08/28.13  % (4177)Instructions burned: 3273 (million)
% 194.08/28.13  % (4179)Solution written to "/export/starexec/sandbox/tmp/vampire-proof-3957"
% 194.19/28.13  % (3957)Running in auto input_syntax mode. Trying TPTP
% 194.19/28.13  % (4179)Refutation found. Thanks to Tanya!
% 194.19/28.13  % SZS status Theorem for theBenchmark
% 194.19/28.13  % SZS output start Proof for theBenchmark
% See solution above
% 194.19/28.13  % (4179)------------------------------
% 194.19/28.13  % (4179)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 194.19/28.13  % (4179)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 194.19/28.13  % (4179)Termination reason: Refutation
% 194.19/28.13  
% 194.19/28.13  % (4179)Memory used [KB]: 5166
% 194.19/28.13  % (4179)Time elapsed: 0.831 s
% 194.19/28.13  % (4179)Instructions burned: 1583 (million)
% 194.19/28.13  % (4179)------------------------------
% 194.19/28.13  % (4179)------------------------------
% 194.19/28.13  % (3957)Success in time 27.779 s
%------------------------------------------------------------------------------