TSTP Solution File: ARI761_1 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : ARI761_1 : TPTP v8.1.0. Released v7.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s

% Computer : n013.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Wed Aug 31 15:47:08 EDT 2022

% Result   : Unsatisfiable 2.67s 0.99s
% Output   : Refutation 2.67s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :  482
% Syntax   : Number of formulae    :  512 (  19 unt; 474 typ;   0 def)
%            Number of atoms       :  107 (  53 equ)
%            Maximal formula atoms :   12 (   2 avg)
%            Number of connectives :   99 (  30   ~;  20   |;  42   &)
%                                         (   3 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   6 avg)
%            Maximal term depth    :    6 (   2 avg)
%            Number arithmetic     :  108 (  53 atm;   0 fun;  24 num;  31 var)
%            Number of types       :    8 (   5 usr;   2 ari)
%            Number of type conns  : 1610 ( 444   >;1166   *;   0   +;   0  <<)
%            Number of predicates  :   43 (  39 usr;   1 prp; 0-4 aty)
%            Number of functors    :  432 ( 430 usr;  27 con; 0-9 aty)
%            Number of variables   :  123 (  97   !;  26   ?; 123   :)

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

tff(type_def_6,type,
    'Unit': $tType ).

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

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

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

tff(func_def_0,type,
    lsl: ( $int * $int ) > $int ).

tff(func_def_1,type,
    char_P_tag: c_unsorted ).

tff(func_def_2,type,
    pset_union: ( c_sorted * c_sorted ) > c_unsorted ).

tff(func_def_3,type,
    int_of_tag: c_sorted > $int ).

tff(func_def_4,type,
    bool_not: c_Boolean > c_Boolean ).

tff(func_def_5,type,
    int_min: ( $int * $int ) > $int ).

tff(func_def_6,type,
    c_Boolean_true: c_Boolean ).

tff(func_def_7,type,
    bitvector_of_char_P: c_sorted > c_unsorted ).

tff(func_def_8,type,
    base_block: c_sorted > c_unsorted ).

tff(func_def_9,type,
    downcast: ( c_sorted * c_sorted * c_sorted ) > c_unsorted ).

tff(func_def_10,type,
    int_P_of_bitvector: c_sorted > c_unsorted ).

tff(func_def_11,type,
    pset_empty: c_unsorted ).

tff(func_def_12,type,
    pset_range: ( c_sorted * $int * $int ) > c_unsorted ).

tff(func_def_13,type,
    tag_table: c_type > c_type ).

tff(func_def_14,type,
    int32_of_integer: $int > c_unsorted ).

tff(func_def_15,type,
    int_max: ( $int * $int ) > $int ).

tff(func_def_16,type,
    c_unit: c_type ).

tff(func_def_17,type,
    pset_deref: ( c_sorted * c_sorted ) > c_unsorted ).

tff(func_def_18,type,
    tag_id: c_type > c_type ).

tff(func_def_19,type,
    offset_max_bytes: ( c_sorted * c_sorted * $int ) > $int ).

tff(func_def_20,type,
    neq_int_bool: ( $int * $int ) > c_Boolean ).

tff(func_def_21,type,
    store_bytes: ( c_sorted * c_sorted * $int * $int * c_sorted ) > c_unsorted ).

tff(func_def_22,type,
    s2bool: c_sorted > c_Boolean ).

tff(func_def_23,type,
    subtag_bool: ( c_sorted * c_sorted ) > c_Boolean ).

tff(func_def_24,type,
    abs_real: $real > $real ).

tff(func_def_25,type,
    replace_bytes: ( c_sorted * $int * $int * c_sorted ) > c_unsorted ).

tff(func_def_26,type,
    neq_real_bool: ( $real * $real ) > c_Boolean ).

tff(func_def_27,type,
    abs_int: $int > $int ).

tff(func_def_28,type,
    c_Boolean_false: c_Boolean ).

tff(func_def_29,type,
    bool_or: ( c_Boolean * c_Boolean ) > c_Boolean ).

tff(func_def_30,type,
    eq_real_bool: ( $real * $real ) > c_Boolean ).

tff(func_def_31,type,
    lt_real_bool: ( $real * $real ) > c_Boolean ).

tff(func_def_32,type,
    block: c_type > c_type ).

tff(func_def_33,type,
    int32_of_bitvector: c_sorted > c_unsorted ).

tff(func_def_34,type,
    log: $real > $real ).

tff(func_def_35,type,
    bitvector_of_int32: c_sorted > c_unsorted ).

tff(func_def_36,type,
    bitvector_of_int_P: c_sorted > c_unsorted ).

tff(func_def_37,type,
    pset: c_type > c_type ).

tff(func_def_38,type,
    address: c_sorted > $int ).

tff(func_def_39,type,
    shift: ( c_sorted * $int ) > c_unsorted ).

tff(func_def_40,type,
    exp: $real > $real ).

tff(func_def_41,type,
    gt_int_bool: ( $int * $int ) > c_Boolean ).

tff(func_def_42,type,
    offset_min_bytes: ( c_sorted * c_sorted * $int ) > $int ).

tff(func_def_43,type,
    null: c_unsorted ).

tff(func_def_44,type,
    eq_pointer_bool: ( c_sorted * c_sorted ) > c_Boolean ).

tff(func_def_45,type,
    unit2u: 'Unit' > c_unsorted ).

tff(func_def_46,type,
    pset_range_left: ( c_sorted * $int ) > c_unsorted ).

tff(func_def_47,type,
    le_real_bool: ( $real * $real ) > c_Boolean ).

tff(func_def_48,type,
    void_P_of_bitvector: c_sorted > c_unsorted ).

tff(func_def_49,type,
    s2real: c_sorted > $real ).

tff(func_def_50,type,
    concat_bitvector: ( c_sorted * c_sorted ) > c_unsorted ).

tff(func_def_51,type,
    pset_range_right: ( c_sorted * $int ) > c_unsorted ).

tff(func_def_52,type,
    int2u: $int > c_unsorted ).

tff(func_def_53,type,
    int8_of_integer: $int > c_unsorted ).

tff(func_def_54,type,
    s2unit: c_sorted > 'Unit' ).

tff(func_def_55,type,
    s2int: c_sorted > $int ).

tff(func_def_56,type,
    void_P_of_pointer_address: c_sorted > c_unsorted ).

tff(func_def_57,type,
    c_real: c_type ).

tff(func_def_58,type,
    real_max: ( $real * $real ) > $real ).

tff(func_def_59,type,
    lt_int_bool: ( $int * $int ) > c_Boolean ).

tff(func_def_60,type,
    offset_max: ( c_sorted * c_sorted ) > $int ).

tff(func_def_61,type,
    smtlib__select: ( c_sorted * c_sorted ) > c_unsorted ).

tff(func_def_62,type,
    memory: ( c_type * c_type ) > c_type ).

tff(func_def_63,type,
    real2u: $real > c_unsorted ).

tff(func_def_64,type,
    int8: c_type ).

tff(func_def_65,type,
    int32: c_type ).

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

tff(func_def_67,type,
    gt_real_bool: ( $real * $real ) > c_Boolean ).

tff(func_def_68,type,
    c_sort: ( c_type * c_unsorted ) > c_sorted ).

tff(func_def_69,type,
    offset_min: ( c_sorted * c_sorted ) > $int ).

tff(func_def_70,type,
    typeof: ( c_sorted * c_sorted ) > c_unsorted ).

tff(func_def_71,type,
    bitvector_of_int8: c_sorted > c_unsorted ).

tff(func_def_72,type,
    void_P_tag: c_unsorted ).

tff(func_def_73,type,
    char_P_of_pointer_address: c_sorted > c_unsorted ).

tff(func_def_74,type,
    le_int_bool: ( $int * $int ) > c_Boolean ).

tff(func_def_75,type,
    bottom_tag: c_unsorted ).

tff(func_def_76,type,
    bitvector: c_type ).

tff(func_def_77,type,
    integer_of_int8: c_sorted > $int ).

tff(func_def_78,type,
    lsr: ( $int * $int ) > $int ).

tff(func_def_79,type,
    pset_all: c_sorted > c_unsorted ).

tff(func_def_80,type,
    pointer_address: c_sorted > c_unsorted ).

tff(func_def_81,type,
    extract_bytes: ( c_sorted * $int * $int ) > c_unsorted ).

tff(func_def_82,type,
    bool_and: ( c_Boolean * c_Boolean ) > c_Boolean ).

tff(func_def_83,type,
    smtlib__ite: ( c_Boolean * c_sorted * c_sorted ) > c_unsorted ).

tff(func_def_84,type,
    bool_xor: ( c_Boolean * c_Boolean ) > c_Boolean ).

tff(func_def_85,type,
    int_P: c_type ).

tff(func_def_86,type,
    ge_real_bool: ( $real * $real ) > c_Boolean ).

tff(func_def_87,type,
    eq_int_bool: ( $int * $int ) > c_Boolean ).

tff(func_def_88,type,
    int_P_tag: c_unsorted ).

tff(func_def_89,type,
    c_bool: c_type ).

tff(func_def_90,type,
    pset_singleton: c_sorted > c_unsorted ).

tff(func_def_91,type,
    bitvector_of_void_P: c_sorted > c_unsorted ).

tff(func_def_92,type,
    pointer: c_type > c_type ).

tff(func_def_93,type,
    select_bytes: ( c_sorted * c_sorted * $int * $int ) > c_unsorted ).

tff(func_def_94,type,
    int_P_of_pointer_address: c_sorted > c_unsorted ).

tff(func_def_95,type,
    bool2u: c_Boolean > c_unsorted ).

tff(func_def_96,type,
    void_P: c_type ).

tff(func_def_97,type,
    integer_of_int32: c_sorted > $int ).

tff(func_def_98,type,
    char_P_of_bitvector: c_sorted > c_unsorted ).

tff(func_def_99,type,
    asr: ( $int * $int ) > $int ).

tff(func_def_100,type,
    c_int: c_type ).

tff(func_def_101,type,
    neq_pointer_bool: ( c_sorted * c_sorted ) > c_Boolean ).

tff(func_def_102,type,
    int8_of_bitvector: c_sorted > c_unsorted ).

tff(func_def_103,type,
    alloc_table: c_type > c_type ).

tff(func_def_104,type,
    sub_pointer: ( c_sorted * c_sorted ) > $int ).

tff(func_def_105,type,
    char_P: c_type ).

tff(func_def_106,type,
    real_min: ( $real * $real ) > $real ).

tff(func_def_107,type,
    ge_int_bool: ( $int * $int ) > c_Boolean ).

tff(func_def_108,type,
    smtlib__store: ( c_sorted * c_sorted * c_sorted ) > c_unsorted ).

tff(func_def_122,type,
    sK0: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_123,type,
    sK1: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_type ).

tff(func_def_124,type,
    sK2: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_125,type,
    sK3: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_126,type,
    sK4: ( c_unsorted * $int * $int * $int * $int * c_type ) > c_type ).

tff(func_def_127,type,
    sK5: ( c_unsorted * $int * $int * $int * $int * c_type ) > c_sorted ).

tff(func_def_128,type,
    sK6: ( c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_129,type,
    sK7: ( c_unsorted * c_type * c_unsorted * $int ) > c_type ).

tff(func_def_130,type,
    sK8: ( c_unsorted * c_type * c_unsorted * $int ) > c_sorted ).

tff(func_def_131,type,
    sK9: ( c_unsorted * c_type * c_unsorted * $int ) > c_sorted ).

tff(func_def_132,type,
    sK10: ( $int * $int ) > $int ).

tff(func_def_133,type,
    sK11: ( $real * $real ) > $real ).

tff(func_def_134,type,
    sK12: ( $real * $real ) > $real ).

tff(func_def_135,type,
    sK13: c_unsorted > c_sorted ).

tff(func_def_136,type,
    sK14: ( $real * $real ) > $real ).

tff(func_def_137,type,
    sK15: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_138,type,
    sK16: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_139,type,
    sK17: ( c_type * c_unsorted * $int * $int * $int * c_unsorted * c_unsorted * $int * c_unsorted ) > c_type ).

tff(func_def_140,type,
    sK18: ( c_type * c_unsorted * $int * $int * $int * c_unsorted * c_unsorted * $int * c_unsorted ) > c_type ).

tff(func_def_141,type,
    sK19: ( c_type * c_unsorted * $int * $int * $int * c_unsorted * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_142,type,
    sK20: ( c_type * c_unsorted * $int * $int * $int * c_unsorted * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_143,type,
    sK21: ( c_type * c_unsorted * $int * $int * $int * c_unsorted * c_unsorted * $int * c_unsorted ) > c_type ).

tff(func_def_144,type,
    sK22: ( c_type * c_unsorted * $int * $int * $int * c_unsorted * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_145,type,
    sK23: c_unsorted > c_type ).

tff(func_def_146,type,
    sK24: c_unsorted > c_sorted ).

tff(func_def_147,type,
    sK25: ( c_unsorted * c_type ) > c_sorted ).

tff(func_def_148,type,
    sK26: ( c_unsorted * c_type * $int * c_unsorted ) > c_type ).

tff(func_def_149,type,
    sK27: ( c_unsorted * c_type * $int * c_unsorted ) > c_sorted ).

tff(func_def_150,type,
    sK28: ( c_unsorted * c_type * $int * c_unsorted ) > c_sorted ).

tff(func_def_151,type,
    sK29: c_type > c_type ).

tff(func_def_152,type,
    sK30: ( c_unsorted * c_type * c_unsorted ) > c_type ).

tff(func_def_153,type,
    sK31: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_154,type,
    sK32: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_155,type,
    sK33: ( $int * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_156,type,
    sK34: ( $int * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_157,type,
    sK35: ( $int * c_type * c_unsorted * c_unsorted ) > $int ).

tff(func_def_158,type,
    sK36: ( $int * c_type * c_unsorted * c_unsorted ) > $int ).

tff(func_def_159,type,
    sK37: ( c_unsorted * $int * $int * c_type ) > c_type ).

tff(func_def_160,type,
    sK38: ( c_unsorted * $int * $int * c_type ) > c_sorted ).

tff(func_def_161,type,
    sK39: c_unsorted > c_type ).

tff(func_def_162,type,
    sK40: c_unsorted > c_sorted ).

tff(func_def_163,type,
    sK41: ( $int * c_type * c_unsorted * $int ) > c_type ).

tff(func_def_164,type,
    sK42: ( $int * c_type * c_unsorted * $int ) > c_sorted ).

tff(func_def_165,type,
    sK43: ( $int * c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_166,type,
    sK44: ( $int * c_unsorted * c_type * c_unsorted ) > c_type ).

tff(func_def_167,type,
    sK45: ( $int * c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_168,type,
    sK46: ( c_unsorted * $int * c_type * $int * c_unsorted * $int ) > c_sorted ).

tff(func_def_169,type,
    sK47: ( c_unsorted * $int * c_type * $int * c_unsorted * $int ) > c_type ).

tff(func_def_170,type,
    sK48: ( c_unsorted * $int * c_type * $int * c_unsorted * $int ) > c_sorted ).

tff(func_def_171,type,
    sK49: ( $int * c_unsorted * c_unsorted * c_type ) > c_type ).

tff(func_def_172,type,
    sK50: ( $int * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_173,type,
    sK51: ( $int * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_174,type,
    sK52: ( $real * $real ) > $real ).

tff(func_def_175,type,
    sK53: ( c_type * c_unsorted ) > c_sorted ).

tff(func_def_176,type,
    sK54: ( $int * c_unsorted * c_unsorted * c_unsorted * $int * $int * $int ) > c_sorted ).

tff(func_def_177,type,
    sK55: ( $int * c_unsorted * c_unsorted * c_unsorted * $int * $int * $int ) > c_sorted ).

tff(func_def_178,type,
    sK56: ( $int * c_unsorted * c_unsorted * c_unsorted * $int * $int * $int ) > c_sorted ).

tff(func_def_179,type,
    sK57: ( c_unsorted * $int * $int * $int * c_unsorted * $int ) > c_sorted ).

tff(func_def_180,type,
    sK58: ( c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_181,type,
    sK59: ( c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_182,type,
    sK60: ( c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_183,type,
    sK61: ( c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_184,type,
    sK62: ( $int * c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_185,type,
    sK63: ( $int * c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_186,type,
    sK64: ( c_unsorted * c_type * c_unsorted ) > c_type ).

tff(func_def_187,type,
    sK65: ( c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_188,type,
    sK66: ( c_unsorted * c_type * c_unsorted ) > c_unsorted ).

tff(func_def_189,type,
    sK67: ( c_unsorted * $int * $int * $int * $int * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_190,type,
    sK68: ( c_unsorted * $int * $int * $int * $int * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_191,type,
    sK69: ( c_unsorted * $int * $int * $int * $int * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_192,type,
    sK70: ( $int * c_type * c_unsorted * $int * $int * c_unsorted * c_unsorted * $int * c_unsorted ) > c_type ).

tff(func_def_193,type,
    sK71: ( $int * c_type * c_unsorted * $int * $int * c_unsorted * c_unsorted * $int * c_unsorted ) > c_type ).

tff(func_def_194,type,
    sK72: ( $int * c_type * c_unsorted * $int * $int * c_unsorted * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_195,type,
    sK73: ( $int * c_type * c_unsorted * $int * $int * c_unsorted * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_196,type,
    sK74: ( $int * c_type * c_unsorted * $int * $int * c_unsorted * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_197,type,
    sK75: ( c_unsorted * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_198,type,
    sK76: ( c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_199,type,
    sK77: ( c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_200,type,
    sK78: ( c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_201,type,
    sK79: ( c_unsorted * c_type * $int * c_unsorted ) > c_type ).

tff(func_def_202,type,
    sK80: ( c_unsorted * c_type * $int * c_unsorted ) > c_sorted ).

tff(func_def_203,type,
    sK81: ( c_unsorted * c_type * $int * c_unsorted ) > c_sorted ).

tff(func_def_204,type,
    sK82: ( c_unsorted * $int * $int * c_unsorted ) > c_sorted ).

tff(func_def_205,type,
    sK83: ( c_unsorted * $int * $int * c_unsorted ) > c_sorted ).

tff(func_def_206,type,
    sK84: c_unsorted > c_type ).

tff(func_def_207,type,
    sK85: c_unsorted > c_sorted ).

tff(func_def_208,type,
    sK86: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_type ).

tff(func_def_209,type,
    sK87: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_210,type,
    sK88: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_211,type,
    sK89: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_212,type,
    sK90: ( c_unsorted * $int * c_type * c_unsorted * $int ) > c_type ).

tff(func_def_213,type,
    sK91: ( c_unsorted * $int * c_type * c_unsorted ) > $int ).

tff(func_def_214,type,
    sK92: ( $int * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_215,type,
    sK93: ( $int * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_216,type,
    sK94: ( $int * c_type * c_unsorted * c_unsorted ) > c_unsorted ).

tff(func_def_217,type,
    sK95: ( $int * c_type * c_unsorted * c_unsorted ) > $int ).

tff(func_def_218,type,
    sK96: ( $int * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_219,type,
    sK97: c_type ).

tff(func_def_220,type,
    sK98: ( $int * $int ) > $int ).

tff(func_def_221,type,
    sK99: c_type > c_type ).

tff(func_def_222,type,
    sK100: c_unsorted > c_type ).

tff(func_def_223,type,
    sK101: c_unsorted > c_sorted ).

tff(func_def_224,type,
    sK102: ( $int * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_225,type,
    sK103: ( $int * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_226,type,
    sK104: ( c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_227,type,
    sK105: ( c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_228,type,
    sK106: ( c_type * c_unsorted * c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_229,type,
    sK107: ( c_unsorted * c_unsorted * c_type ) > c_type ).

tff(func_def_230,type,
    sK108: ( c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_231,type,
    sK109: ( c_unsorted * c_unsorted * c_type ) > c_type ).

tff(func_def_232,type,
    sK110: ( c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_233,type,
    sK111: ( c_unsorted * $int * $int * $int * c_unsorted * c_unsorted * c_type * c_unsorted * $int ) > c_type ).

tff(func_def_234,type,
    sK112: ( c_unsorted * $int * $int * $int * c_unsorted * c_unsorted * c_type * c_unsorted * $int ) > c_sorted ).

tff(func_def_235,type,
    sK113: ( c_unsorted * $int * $int * $int * c_unsorted * c_unsorted * c_type * c_unsorted * $int ) > c_sorted ).

tff(func_def_236,type,
    sK114: ( c_unsorted * $int * $int * $int * c_unsorted * c_unsorted * c_type * c_unsorted * $int ) > c_sorted ).

tff(func_def_237,type,
    sK115: ( c_unsorted * $int * $int * $int * c_unsorted * c_unsorted * c_type * c_unsorted * $int ) > c_sorted ).

tff(func_def_238,type,
    sK116: ( $int * c_unsorted * c_unsorted * c_type ) > c_type ).

tff(func_def_239,type,
    sK117: ( $int * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_240,type,
    sK118: ( $int * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_241,type,
    sK119: c_type ).

tff(func_def_242,type,
    sK120: ( c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_243,type,
    sK121: ( c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_244,type,
    sK122: ( c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_245,type,
    sK123: ( c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_246,type,
    sK124: c_unsorted > c_sorted ).

tff(func_def_247,type,
    sK125: ( c_unsorted * $int * c_type * $int ) > c_type ).

tff(func_def_248,type,
    sK126: ( c_unsorted * $int * c_type * $int ) > c_sorted ).

tff(func_def_249,type,
    sK127: ( c_unsorted * c_unsorted * c_type * $int * $int ) > c_type ).

tff(func_def_250,type,
    sK128: ( c_unsorted * c_unsorted * c_type * $int * $int ) > c_unsorted ).

tff(func_def_251,type,
    sK129: ( c_unsorted * c_unsorted * c_type * $int * $int ) > $int ).

tff(func_def_252,type,
    sK130: ( c_unsorted * c_unsorted * c_type * $int * $int * c_unsorted * $int ) > c_type ).

tff(func_def_253,type,
    sK131: ( c_unsorted * c_unsorted * c_type * $int * $int * c_unsorted * $int ) > c_sorted ).

tff(func_def_254,type,
    sK132: ( c_unsorted * c_type ) > c_type ).

tff(func_def_255,type,
    sK133: ( $int * c_unsorted * $int * c_type ) > c_type ).

tff(func_def_256,type,
    sK134: ( $int * c_unsorted * $int * c_type ) > c_sorted ).

tff(func_def_257,type,
    sK135: ( c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_258,type,
    sK136: ( c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_259,type,
    sK137: ( c_unsorted * $int * c_unsorted * $int * c_unsorted * c_type * $int ) > c_type ).

tff(func_def_260,type,
    sK138: ( c_unsorted * $int * c_unsorted * $int * c_unsorted * c_type * $int ) > c_sorted ).

tff(func_def_261,type,
    sK139: ( c_unsorted * $int * c_unsorted * $int * c_unsorted * c_type * $int ) > c_type ).

tff(func_def_262,type,
    sK140: ( c_unsorted * $int * c_unsorted * $int * c_unsorted * c_type * $int ) > c_sorted ).

tff(func_def_263,type,
    sK141: ( c_unsorted * $int * c_unsorted * $int * c_unsorted * c_type * $int ) > c_sorted ).

tff(func_def_264,type,
    sK142: ( c_unsorted * $int * c_type * c_unsorted ) > c_type ).

tff(func_def_265,type,
    sK143: ( c_unsorted * $int * c_type * c_unsorted ) > c_sorted ).

tff(func_def_266,type,
    sK144: ( c_unsorted * $int * c_type * c_unsorted ) > c_sorted ).

tff(func_def_267,type,
    sK145: ( c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_268,type,
    sK146: ( c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_269,type,
    sK147: ( c_type * c_unsorted ) > c_sorted ).

tff(func_def_270,type,
    sK148: ( c_unsorted * c_unsorted * $int * $int ) > c_sorted ).

tff(func_def_271,type,
    sK149: ( c_unsorted * c_unsorted * $int * $int ) > c_sorted ).

tff(func_def_272,type,
    sK150: ( c_unsorted * $int * $int * c_unsorted ) > c_sorted ).

tff(func_def_273,type,
    sK151: ( c_unsorted * $int * $int * c_unsorted ) > c_sorted ).

tff(func_def_274,type,
    sK152: ( c_unsorted * c_unsorted * c_type ) > c_type ).

tff(func_def_275,type,
    sK153: ( c_unsorted * c_unsorted * c_type ) > c_type ).

tff(func_def_276,type,
    sK154: ( c_unsorted * c_unsorted * c_type ) > c_unsorted ).

tff(func_def_277,type,
    sK155: ( c_unsorted * c_unsorted * c_type ) > $int ).

tff(func_def_278,type,
    sK156: ( c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_279,type,
    sK157: ( $int * $int ) > $int ).

tff(func_def_280,type,
    sK158: c_unsorted > $int ).

tff(func_def_281,type,
    sK159: c_type > c_type ).

tff(func_def_282,type,
    sK160: c_unsorted > c_type ).

tff(func_def_283,type,
    sK161: c_unsorted > c_sorted ).

tff(func_def_284,type,
    sK162: ( c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_285,type,
    sK163: ( c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_286,type,
    sK164: ( c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_287,type,
    sK165: ( c_unsorted * c_type * c_unsorted * c_unsorted * c_unsorted * c_type ) > c_type ).

tff(func_def_288,type,
    sK166: ( c_unsorted * c_type * c_unsorted * c_unsorted * c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_289,type,
    sK167: ( c_unsorted * c_type * c_unsorted * c_unsorted * c_unsorted * c_type ) > c_unsorted ).

tff(func_def_290,type,
    sK168: ( c_unsorted * $int * c_unsorted * $int ) > c_sorted ).

tff(func_def_291,type,
    sK169: ( c_unsorted * $int * c_unsorted * $int ) > c_sorted ).

tff(func_def_292,type,
    sK170: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_293,type,
    sK171: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_294,type,
    sK172: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_295,type,
    sK173: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_296,type,
    sK174: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_297,type,
    sK175: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_298,type,
    sK176: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_299,type,
    sK177: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_300,type,
    sK178: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_301,type,
    sK179: ( c_unsorted * c_type * c_unsorted ) > c_type ).

tff(func_def_302,type,
    sK180: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_303,type,
    sK181: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_304,type,
    sK182: ( c_unsorted * c_unsorted * $int * c_type ) > c_sorted ).

tff(func_def_305,type,
    sK183: ( c_unsorted * c_unsorted * $int * c_type ) > c_sorted ).

tff(func_def_306,type,
    sK184: ( c_unsorted * c_unsorted * $int * c_type ) > $int ).

tff(func_def_307,type,
    sK185: ( c_unsorted * c_unsorted * $int * c_type ) > $int ).

tff(func_def_308,type,
    sK186: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_type ).

tff(func_def_309,type,
    sK187: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_310,type,
    sK188: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_311,type,
    sK189: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_312,type,
    sK190: ( c_type * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_313,type,
    sK191: ( c_type * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_314,type,
    sK192: ( c_type * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_315,type,
    sK193: ( c_type * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_316,type,
    sK194: ( c_type * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_317,type,
    sK195: ( c_type * c_unsorted ) > c_sorted ).

tff(func_def_318,type,
    sK196: ( c_type * c_unsorted ) > c_sorted ).

tff(func_def_319,type,
    sK197: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_type ).

tff(func_def_320,type,
    sK198: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_321,type,
    sK199: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_322,type,
    sK200: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_323,type,
    sK201: c_type > c_type ).

tff(func_def_324,type,
    sK202: ( c_type * c_unsorted * c_unsorted * $int ) > c_type ).

tff(func_def_325,type,
    sK203: ( c_type * c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_326,type,
    sK204: ( c_type * c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_327,type,
    sK205: ( $int * c_unsorted * $int * c_unsorted * $int * $int ) > c_sorted ).

tff(func_def_328,type,
    sK206: c_type ).

tff(func_def_329,type,
    sK207: ( c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_330,type,
    sK208: ( c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_331,type,
    sK209: ( $int * $int * c_unsorted * $int * $int ) > c_sorted ).

tff(func_def_332,type,
    sK210: ( c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_333,type,
    sK211: ( c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_334,type,
    sK212: c_unsorted > c_type ).

tff(func_def_335,type,
    sK213: c_unsorted > c_sorted ).

tff(func_def_336,type,
    sK214: ( c_unsorted * c_unsorted * $int * $int ) > c_sorted ).

tff(func_def_337,type,
    sK215: ( c_unsorted * c_unsorted * $int * $int ) > c_sorted ).

tff(func_def_338,type,
    sK216: c_unsorted > c_sorted ).

tff(func_def_339,type,
    sK217: ( c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_340,type,
    sK218: ( c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_341,type,
    sK219: ( c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_342,type,
    sK220: c_unsorted > c_sorted ).

tff(func_def_343,type,
    sK221: ( c_unsorted * $int * $int * c_unsorted ) > c_sorted ).

tff(func_def_344,type,
    sK222: ( c_unsorted * $int * $int * c_unsorted ) > c_sorted ).

tff(func_def_345,type,
    sK223: ( c_unsorted * $int * $int * c_unsorted ) > c_sorted ).

tff(func_def_346,type,
    sK224: ( c_unsorted * $int * $int * c_unsorted ) > c_sorted ).

tff(func_def_347,type,
    sK225: ( $int * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_348,type,
    sK226: ( $int * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_349,type,
    sK227: ( c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_350,type,
    sK228: ( c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_351,type,
    sK229: ( $int * c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_352,type,
    sK230: ( $int * c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_353,type,
    sK231: ( $int * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_354,type,
    sK232: ( $int * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_355,type,
    sK233: ( $int * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_356,type,
    sK234: ( $int * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_357,type,
    sK235: ( $int * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_358,type,
    sK236: ( c_type * c_unsorted ) > c_type ).

tff(func_def_359,type,
    sK237: ( c_type * c_unsorted ) > c_sorted ).

tff(func_def_360,type,
    sK238: ( $int * c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_361,type,
    sK239: ( $int * c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_362,type,
    sK240: ( c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_363,type,
    sK241: ( c_type * c_unsorted * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_364,type,
    sK242: ( c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_365,type,
    sK243: ( c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_366,type,
    sK244: ( $int * $int * c_unsorted * c_unsorted * c_type * $int * $int * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_367,type,
    sK245: ( $int * $int * c_unsorted * c_unsorted * c_type * $int * $int * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_368,type,
    sK246: ( $int * $int * c_unsorted * c_unsorted * c_type * $int * $int * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_369,type,
    sK247: ( $int * $int * c_unsorted * c_unsorted * c_type * $int * $int * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_370,type,
    sK248: ( $int * $int * c_unsorted * c_unsorted * c_type * $int * $int * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_371,type,
    sK249: ( c_unsorted * c_type * c_unsorted * c_type * c_unsorted ) > c_type ).

tff(func_def_372,type,
    sK250: ( c_unsorted * c_type * c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_373,type,
    sK251: ( c_unsorted * c_type * c_unsorted * c_type * c_unsorted ) > c_unsorted ).

tff(func_def_374,type,
    sK252: ( c_unsorted * $int * c_unsorted * $int * $int * $int * c_type ) > c_sorted ).

tff(func_def_375,type,
    sK253: ( c_unsorted * $int * c_unsorted * $int * $int * $int * c_type ) > c_sorted ).

tff(func_def_376,type,
    sK254: c_unsorted > $int ).

tff(func_def_377,type,
    sK255: ( $int * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_378,type,
    sK256: ( $int * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_379,type,
    sK257: c_unsorted > c_type ).

tff(func_def_380,type,
    sK258: c_unsorted > c_sorted ).

tff(func_def_381,type,
    sK259: ( c_unsorted * $int * c_type * c_unsorted ) > c_type ).

tff(func_def_382,type,
    sK260: ( c_unsorted * $int * c_type * c_unsorted ) > c_unsorted ).

tff(func_def_383,type,
    sK261: ( c_unsorted * $int * c_type * c_unsorted ) > $int ).

tff(func_def_384,type,
    sK262: ( c_unsorted * $int * c_type * c_unsorted ) > c_type ).

tff(func_def_385,type,
    sK263: ( c_unsorted * $int * c_type * c_unsorted ) > c_sorted ).

tff(func_def_386,type,
    sK264: ( c_unsorted * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_387,type,
    sK265: ( c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_388,type,
    sK266: ( c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_389,type,
    sK267: ( c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_390,type,
    sK268: c_unsorted > c_sorted ).

tff(func_def_391,type,
    sK269: c_unsorted > c_sorted ).

tff(func_def_392,type,
    sK270: ( c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_393,type,
    sK271: ( c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_394,type,
    sK272: ( c_unsorted * c_type * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_395,type,
    sK273: ( c_unsorted * c_type * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_396,type,
    sK274: ( c_unsorted * c_type * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_397,type,
    sK275: ( c_unsorted * c_type * c_unsorted * c_unsorted * c_type ) > c_unsorted ).

tff(func_def_398,type,
    sK276: ( c_unsorted * c_type * c_unsorted * c_unsorted * c_type ) > c_unsorted ).

tff(func_def_399,type,
    sK277: ( $int * $int ) > $int ).

tff(func_def_400,type,
    sK278: ( c_unsorted * c_unsorted * c_type * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_401,type,
    sK279: ( c_unsorted * c_unsorted * c_type * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_402,type,
    sK280: ( c_unsorted * c_unsorted * c_type * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_403,type,
    sK281: ( c_unsorted * c_unsorted * c_type * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_404,type,
    sK282: ( c_unsorted * c_unsorted * c_type * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_405,type,
    sK283: ( c_unsorted * c_unsorted * c_type * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_406,type,
    sK284: c_unsorted > c_type ).

tff(func_def_407,type,
    sK285: c_unsorted > c_sorted ).

tff(func_def_408,type,
    sK286: ( c_unsorted * c_unsorted * $int * c_type ) > c_type ).

tff(func_def_409,type,
    sK287: ( c_unsorted * c_unsorted * $int * c_type ) > c_sorted ).

tff(func_def_410,type,
    sK288: ( c_unsorted * c_unsorted * $int * c_type ) > c_sorted ).

tff(func_def_411,type,
    sK289: ( $int * c_unsorted * c_type * $int ) > c_type ).

tff(func_def_412,type,
    sK290: ( $int * c_unsorted * c_type * $int ) > c_sorted ).

tff(func_def_413,type,
    sK291: c_unsorted > c_sorted ).

tff(func_def_414,type,
    sK292: c_unsorted > c_type ).

tff(func_def_415,type,
    sK293: c_unsorted > c_sorted ).

tff(func_def_416,type,
    sK294: ( $int * c_unsorted * c_unsorted * $int * c_type ) > c_type ).

tff(func_def_417,type,
    sK295: ( $int * c_unsorted * c_unsorted * $int * c_type ) > $int ).

tff(func_def_418,type,
    sK296: ( $int * c_unsorted * c_unsorted * $int * c_type ) > c_type ).

tff(func_def_419,type,
    sK297: ( $int * c_unsorted * c_unsorted * $int * c_type ) > c_unsorted ).

tff(func_def_420,type,
    sK298: ( $int * c_unsorted * c_unsorted * $int * c_type ) > c_sorted ).

tff(func_def_421,type,
    sK299: ( c_unsorted * c_type * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_422,type,
    sK300: ( c_unsorted * c_type * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_423,type,
    sK301: ( c_unsorted * c_type * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_424,type,
    sK302: ( c_unsorted * c_type * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_425,type,
    sK303: ( c_unsorted * c_type * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_426,type,
    sK304: ( c_unsorted * $int * $int * c_unsorted ) > c_sorted ).

tff(func_def_427,type,
    sK305: ( c_unsorted * $int * $int * c_unsorted ) > c_sorted ).

tff(func_def_428,type,
    sK306: ( c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_429,type,
    sK307: ( c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_430,type,
    sK308: ( c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_431,type,
    sK309: ( c_unsorted * c_unsorted * c_type ) > c_type ).

tff(func_def_432,type,
    sK310: ( c_unsorted * c_unsorted * c_type ) > c_unsorted ).

tff(func_def_433,type,
    sK311: ( c_unsorted * c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_434,type,
    sK312: ( c_type * c_unsorted ) > c_type ).

tff(func_def_435,type,
    sK313: ( c_type * c_unsorted ) > c_sorted ).

tff(func_def_436,type,
    sK314: ( c_unsorted * c_type * c_unsorted ) > c_type ).

tff(func_def_437,type,
    sK315: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_438,type,
    sK316: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_448,type,
    '$inst318': $real ).

tff(func_def_449,type,
    '$inst319': $real ).

tff(func_def_452,type,
    '$inst320': $int ).

tff(func_def_453,type,
    '$inst321': $int ).

tff(pred_def_1,type,
    left_valid_struct_void_P: ( c_sorted * $int * c_sorted ) > $o ).

tff(pred_def_2,type,
    right_valid_struct_int_P: ( c_sorted * $int * c_sorted ) > $o ).

tff(pred_def_3,type,
    strict_valid_root_void_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_4,type,
    root_tag: c_sorted > $o ).

tff(pred_def_5,type,
    alloc_extends: ( c_sorted * c_sorted ) > $o ).

tff(pred_def_6,type,
    valid_root_void_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_7,type,
    valid_struct_char_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_8,type,
    valid_root_int_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_9,type,
    eq_int8: ( c_sorted * c_sorted ) > $o ).

tff(pred_def_10,type,
    same_block: ( c_sorted * c_sorted ) > $o ).

tff(pred_def_11,type,
    pset_included: ( c_sorted * c_sorted ) > $o ).

tff(pred_def_12,type,
    strict_valid_root_char_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_13,type,
    in_pset: ( c_sorted * c_sorted ) > $o ).

tff(pred_def_14,type,
    instanceof: ( c_sorted * c_sorted * c_sorted ) > $o ).

tff(pred_def_15,type,
    alloc_extends_except: ( c_sorted * c_sorted * c_sorted ) > $o ).

tff(pred_def_16,type,
    strict_valid_root_int_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_17,type,
    not_assigns: ( c_sorted * c_sorted * c_sorted * c_sorted ) > $o ).

tff(pred_def_18,type,
    valid_bitvector_struct_char_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_19,type,
    valid_bitvector_struct_int_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_20,type,
    parenttag: ( c_sorted * c_sorted ) > $o ).

tff(pred_def_21,type,
    valid_pset: ( c_sorted * c_sorted ) > $o ).

tff(pred_def_22,type,
    right_valid_struct_char_P: ( c_sorted * $int * c_sorted ) > $o ).

tff(pred_def_23,type,
    strict_valid_struct_char_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_24,type,
    valid_bitvector_struct_void_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_25,type,
    valid_struct_int_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_26,type,
    right_valid_struct_void_P: ( c_sorted * $int * c_sorted ) > $o ).

tff(pred_def_27,type,
    strict_valid_struct_int_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_28,type,
    valid: ( c_sorted * c_sorted ) > $o ).

tff(pred_def_29,type,
    full_separated: ( c_sorted * c_sorted ) > $o ).

tff(pred_def_30,type,
    strict_valid_struct_void_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_31,type,
    valid_root_char_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_32,type,
    fully_packed: ( c_sorted * c_sorted * c_sorted ) > $o ).

tff(pred_def_33,type,
    alloc_fresh: ( c_sorted * c_sorted * $int ) > $o ).

tff(pred_def_34,type,
    eq_int32: ( c_sorted * c_sorted ) > $o ).

tff(pred_def_35,type,
    subtag: ( c_sorted * c_sorted ) > $o ).

tff(pred_def_36,type,
    valid_struct_void_P: ( c_sorted * $int * $int * c_sorted ) > $o ).

tff(pred_def_37,type,
    left_valid_struct_int_P: ( c_sorted * $int * c_sorted ) > $o ).

tff(pred_def_38,type,
    pset_disjoint: ( c_sorted * c_sorted ) > $o ).

tff(pred_def_39,type,
    left_valid_struct_char_P: ( c_sorted * $int * c_sorted ) > $o ).

tff(f3927,plain,
    $false,
    inference(interpreted_simplification,[],[f3926]) ).

tff(f3926,plain,
    ~ $less(-1,0),
    inference(instantiation,[],[f3925]) ).

tff(f3925,plain,
    ! [X1: $int] : ~ $less(X1,0),
    inference(subsumption_resolution,[],[f3924,f1597]) ).

tff(f1597,plain,
    ! [X0: c_type,X1: c_unsorted] : ~ $less(address(c_sort(pointer(X0),X1)),0),
    inference(cnf_transformation,[],[f1004]) ).

tff(f1004,plain,
    ! [X0: c_type,X1: c_unsorted] : ~ $less(address(c_sort(pointer(X0),X1)),0),
    inference(rectify,[],[f328]) ).

tff(f328,plain,
    ! [X1: c_type,X0: c_unsorted] : ~ $less(address(c_sort(pointer(X1),X0)),0),
    inference(rectify,[],[f211]) ).

tff(f211,plain,
    ! [X99: c_unsorted,X98: c_type] : ~ $less(address(c_sort(pointer(X98),X99)),0),
    inference(theory_normalization,[],[f47]) ).

tff(f47,axiom,
    ! [X99: c_unsorted,X98: c_type] : $lesseq(0,address(c_sort(pointer(X98),X99))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_47) ).

tff(f3924,plain,
    ! [X0: c_type,X1: $int] :
      ( ~ $less(X1,0)
      | $less(address(c_sort(pointer(X0),shift(c_sort(pointer(X0),null),X1))),0) ),
    inference(superposition,[],[f3571,f1089]) ).

tff(f1089,plain,
    ! [X0: c_type] : ( 0 = address(c_sort(pointer(X0),null)) ),
    inference(cnf_transformation,[],[f375]) ).

tff(f375,plain,
    ! [X0: c_type] : ( 0 = address(c_sort(pointer(X0),null)) ),
    inference(rectify,[],[f46]) ).

tff(f46,axiom,
    ! [X97: c_type] : ( 0 = address(c_sort(pointer(X97),null)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_46) ).

tff(f3571,plain,
    ! [X2: $int,X0: c_type,X1: c_unsorted] :
      ( $less(address(c_sort(pointer(X0),shift(c_sort(pointer(X0),X1),X2))),address(c_sort(pointer(X0),X1)))
      | ~ $less(X2,0) ),
    inference(superposition,[],[f1805,f2010]) ).

tff(f2010,plain,
    ! [X0: c_type,X1: c_unsorted] : ( c_sort(pointer(X0),X1) = c_sort(pointer(X0),shift(c_sort(pointer(X0),X1),0)) ),
    inference(definition_unfolding,[],[f1645,f1779,f1646,f1779]) ).

tff(f1646,plain,
    ! [X0: c_type,X1: c_unsorted] : ( pointer(X0) = sK312(X0,X1) ),
    inference(cnf_transformation,[],[f1050]) ).

tff(f1050,plain,
    ! [X0: c_type,X1: c_unsorted] :
      ( ( pointer(X0) = sK312(X0,X1) )
      & ( sK313(X0,X1) = c_sort(sK312(X0,X1),shift(sK313(X0,X1),0)) )
      & ( sK313(X0,X1) = c_sort(sK312(X0,X1),X1) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK312,sK313])],[f1047,f1049,f1048]) ).

tff(f1048,plain,
    ! [X0: c_type,X1: c_unsorted] :
      ( ? [X2: c_type] :
          ( ( pointer(X0) = X2 )
          & ? [X3: c_sorted] :
              ( ( c_sort(X2,shift(X3,0)) = X3 )
              & ( c_sort(X2,X1) = X3 ) ) )
     => ( ( pointer(X0) = sK312(X0,X1) )
        & ? [X3: c_sorted] :
            ( ( c_sort(sK312(X0,X1),shift(X3,0)) = X3 )
            & ( c_sort(sK312(X0,X1),X1) = X3 ) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f1049,plain,
    ! [X0: c_type,X1: c_unsorted] :
      ( ? [X3: c_sorted] :
          ( ( c_sort(sK312(X0,X1),shift(X3,0)) = X3 )
          & ( c_sort(sK312(X0,X1),X1) = X3 ) )
     => ( ( sK313(X0,X1) = c_sort(sK312(X0,X1),shift(sK313(X0,X1),0)) )
        & ( sK313(X0,X1) = c_sort(sK312(X0,X1),X1) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f1047,plain,
    ! [X0: c_type,X1: c_unsorted] :
    ? [X2: c_type] :
      ( ( pointer(X0) = X2 )
      & ? [X3: c_sorted] :
          ( ( c_sort(X2,shift(X3,0)) = X3 )
          & ( c_sort(X2,X1) = X3 ) ) ),
    inference(rectify,[],[f310]) ).

tff(f310,plain,
    ! [X1: c_type,X0: c_unsorted] :
    ? [X2: c_type] :
      ( ( pointer(X1) = X2 )
      & ? [X3: c_sorted] :
          ( ( c_sort(X2,shift(X3,0)) = X3 )
          & ( c_sort(X2,X0) = X3 ) ) ),
    inference(rectify,[],[f50]) ).

tff(f50,axiom,
    ! [X113: c_unsorted,X112: c_type] :
    ? [X114: c_type] :
      ( ( pointer(X112) = X114 )
      & ? [X115: c_sorted] :
          ( ( c_sort(X114,X113) = X115 )
          & ( c_sort(X114,shift(X115,0)) = X115 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_50) ).

tff(f1779,plain,
    ! [X0: c_type,X1: c_unsorted] : ( c_sort(pointer(X0),X1) = sK313(X0,X1) ),
    inference(definition_unfolding,[],[f1644,f1646]) ).

tff(f1644,plain,
    ! [X0: c_type,X1: c_unsorted] : ( sK313(X0,X1) = c_sort(sK312(X0,X1),X1) ),
    inference(cnf_transformation,[],[f1050]) ).

tff(f1645,plain,
    ! [X0: c_type,X1: c_unsorted] : ( sK313(X0,X1) = c_sort(sK312(X0,X1),shift(sK313(X0,X1),0)) ),
    inference(cnf_transformation,[],[f1050]) ).

tff(f1805,plain,
    ! [X2: c_unsorted,X3: $int,X0: $int,X1: c_type] :
      ( $less(address(c_sort(pointer(X1),shift(c_sort(pointer(X1),X2),X0))),address(c_sort(pointer(X1),shift(c_sort(pointer(X1),X2),X3))))
      | ~ $less(X0,X3) ),
    inference(definition_unfolding,[],[f1143,f1140,f1675,f1140,f1675]) ).

tff(f1675,plain,
    ! [X2: c_unsorted,X3: $int,X0: $int,X1: c_type] : ( sK42(X0,X1,X2,X3) = c_sort(pointer(X1),X2) ),
    inference(definition_unfolding,[],[f1141,f1140]) ).

tff(f1141,plain,
    ! [X2: c_unsorted,X3: $int,X0: $int,X1: c_type] : ( c_sort(sK41(X0,X1,X2,X3),X2) = sK42(X0,X1,X2,X3) ),
    inference(cnf_transformation,[],[f573]) ).

tff(f573,plain,
    ! [X0: $int,X1: c_type,X2: c_unsorted,X3: $int] :
      ( ( ~ $less(X0,X3)
        | $less(address(c_sort(sK41(X0,X1,X2,X3),shift(sK42(X0,X1,X2,X3),X0))),address(c_sort(sK41(X0,X1,X2,X3),shift(sK42(X0,X1,X2,X3),X3)))) )
      & ( ~ $less(address(c_sort(sK41(X0,X1,X2,X3),shift(sK42(X0,X1,X2,X3),X0))),address(c_sort(sK41(X0,X1,X2,X3),shift(sK42(X0,X1,X2,X3),X3))))
        | $less(X0,X3) )
      & ( c_sort(sK41(X0,X1,X2,X3),X2) = sK42(X0,X1,X2,X3) )
      & ( sK41(X0,X1,X2,X3) = pointer(X1) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK41,sK42])],[f570,f572,f571]) ).

tff(f571,plain,
    ! [X0: $int,X1: c_type,X2: c_unsorted,X3: $int] :
      ( ? [X4: c_type] :
          ( ? [X5: c_sorted] :
              ( ( ~ $less(X0,X3)
                | $less(address(c_sort(X4,shift(X5,X0))),address(c_sort(X4,shift(X5,X3)))) )
              & ( ~ $less(address(c_sort(X4,shift(X5,X0))),address(c_sort(X4,shift(X5,X3))))
                | $less(X0,X3) )
              & ( c_sort(X4,X2) = X5 ) )
          & ( pointer(X1) = X4 ) )
     => ( ? [X5: c_sorted] :
            ( ( ~ $less(X0,X3)
              | $less(address(c_sort(sK41(X0,X1,X2,X3),shift(X5,X0))),address(c_sort(sK41(X0,X1,X2,X3),shift(X5,X3)))) )
            & ( ~ $less(address(c_sort(sK41(X0,X1,X2,X3),shift(X5,X0))),address(c_sort(sK41(X0,X1,X2,X3),shift(X5,X3))))
              | $less(X0,X3) )
            & ( c_sort(sK41(X0,X1,X2,X3),X2) = X5 ) )
        & ( sK41(X0,X1,X2,X3) = pointer(X1) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f572,plain,
    ! [X0: $int,X1: c_type,X2: c_unsorted,X3: $int] :
      ( ? [X5: c_sorted] :
          ( ( ~ $less(X0,X3)
            | $less(address(c_sort(sK41(X0,X1,X2,X3),shift(X5,X0))),address(c_sort(sK41(X0,X1,X2,X3),shift(X5,X3)))) )
          & ( ~ $less(address(c_sort(sK41(X0,X1,X2,X3),shift(X5,X0))),address(c_sort(sK41(X0,X1,X2,X3),shift(X5,X3))))
            | $less(X0,X3) )
          & ( c_sort(sK41(X0,X1,X2,X3),X2) = X5 ) )
     => ( ( ~ $less(X0,X3)
          | $less(address(c_sort(sK41(X0,X1,X2,X3),shift(sK42(X0,X1,X2,X3),X0))),address(c_sort(sK41(X0,X1,X2,X3),shift(sK42(X0,X1,X2,X3),X3)))) )
        & ( ~ $less(address(c_sort(sK41(X0,X1,X2,X3),shift(sK42(X0,X1,X2,X3),X0))),address(c_sort(sK41(X0,X1,X2,X3),shift(sK42(X0,X1,X2,X3),X3))))
          | $less(X0,X3) )
        & ( c_sort(sK41(X0,X1,X2,X3),X2) = sK42(X0,X1,X2,X3) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f570,plain,
    ! [X0: $int,X1: c_type,X2: c_unsorted,X3: $int] :
    ? [X4: c_type] :
      ( ? [X5: c_sorted] :
          ( ( ~ $less(X0,X3)
            | $less(address(c_sort(X4,shift(X5,X0))),address(c_sort(X4,shift(X5,X3)))) )
          & ( ~ $less(address(c_sort(X4,shift(X5,X0))),address(c_sort(X4,shift(X5,X3))))
            | $less(X0,X3) )
          & ( c_sort(X4,X2) = X5 ) )
      & ( pointer(X1) = X4 ) ),
    inference(rectify,[],[f569]) ).

tff(f569,plain,
    ! [X2: $int,X1: c_type,X3: c_unsorted,X0: $int] :
    ? [X4: c_type] :
      ( ? [X5: c_sorted] :
          ( ( ~ $less(X2,X0)
            | $less(address(c_sort(X4,shift(X5,X2))),address(c_sort(X4,shift(X5,X0)))) )
          & ( ~ $less(address(c_sort(X4,shift(X5,X2))),address(c_sort(X4,shift(X5,X0))))
            | $less(X2,X0) )
          & ( c_sort(X4,X3) = X5 ) )
      & ( pointer(X1) = X4 ) ),
    inference(flattening,[],[f568]) ).

tff(f568,plain,
    ! [X2: $int,X1: c_type,X3: c_unsorted,X0: $int] :
    ? [X4: c_type] :
      ( ? [X5: c_sorted] :
          ( ( ~ $less(X2,X0)
            | $less(address(c_sort(X4,shift(X5,X2))),address(c_sort(X4,shift(X5,X0)))) )
          & ( ~ $less(address(c_sort(X4,shift(X5,X2))),address(c_sort(X4,shift(X5,X0))))
            | $less(X2,X0) )
          & ( c_sort(X4,X3) = X5 ) )
      & ( pointer(X1) = X4 ) ),
    inference(nnf_transformation,[],[f407]) ).

tff(f407,plain,
    ! [X2: $int,X1: c_type,X3: c_unsorted,X0: $int] :
    ? [X4: c_type] :
      ( ? [X5: c_sorted] :
          ( ( ~ $less(X2,X0)
          <=> ~ $less(address(c_sort(X4,shift(X5,X2))),address(c_sort(X4,shift(X5,X0)))) )
          & ( c_sort(X4,X3) = X5 ) )
      & ( pointer(X1) = X4 ) ),
    inference(rectify,[],[f236]) ).

tff(f236,plain,
    ! [X108: $int,X106: c_type,X109: $int,X107: c_unsorted] :
    ? [X110: c_type] :
      ( ? [X111: c_sorted] :
          ( ( c_sort(X110,X107) = X111 )
          & ( ~ $less(address(c_sort(X110,shift(X111,X109))),address(c_sort(X110,shift(X111,X108))))
          <=> ~ $less(X109,X108) ) )
      & ( pointer(X106) = X110 ) ),
    inference(theory_normalization,[],[f49]) ).

tff(f49,axiom,
    ! [X108: $int,X106: c_type,X109: $int,X107: c_unsorted] :
    ? [X110: c_type] :
      ( ? [X111: c_sorted] :
          ( ( c_sort(X110,X107) = X111 )
          & ( $lesseq(address(c_sort(X110,shift(X111,X108))),address(c_sort(X110,shift(X111,X109))))
          <=> $lesseq(X108,X109) ) )
      & ( pointer(X106) = X110 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_49) ).

tff(f1140,plain,
    ! [X2: c_unsorted,X3: $int,X0: $int,X1: c_type] : ( sK41(X0,X1,X2,X3) = pointer(X1) ),
    inference(cnf_transformation,[],[f573]) ).

tff(f1143,plain,
    ! [X2: c_unsorted,X3: $int,X0: $int,X1: c_type] :
      ( ~ $less(X0,X3)
      | $less(address(c_sort(sK41(X0,X1,X2,X3),shift(sK42(X0,X1,X2,X3),X0))),address(c_sort(sK41(X0,X1,X2,X3),shift(sK42(X0,X1,X2,X3),X3)))) ),
    inference(cnf_transformation,[],[f573]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : ARI761=1 : TPTP v8.1.0. Released v7.0.0.
% 0.07/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.13/0.34  % Computer : n013.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Mon Aug 29 15:57:32 EDT 2022
% 0.13/0.34  % CPUTime    : 
% 0.19/0.43  % (4728)lrs+1010_1:1_aac=none:bce=on:nicw=on:nm=0:plsq=on:plsql=on:sac=on:sos=on:sp=frequency:spb=units:to=lpo:i=34:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/34Mi)
% 0.19/0.43  % (4727)dis+1010_1:4_aac=none:abs=on:atotf=0.5:avsq=on:avsqc=2:avsqr=215,247:awrs=converge:awrsf=128:bsd=on:erd=off:fde=none:gve=cautious:newcnf=on:nwc=5.0:rnwc=on:sac=on:sas=z3:sp=const_min:tgt=ground:thsq=on:thsqc=64:thsqr=1,4:i=59848:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59848Mi)
% 0.19/0.43  % (4730)ott+21_1:1_erd=off:s2a=on:sac=on:sd=1:sgt=64:sos=on:ss=included:st=3.0:to=lpo:urr=on:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.19/0.43  % (4731)ott+1011_1:2_br=off:bs=unit_only:bsr=unit_only:nwc=5.0:s2a=on:s2agt=32:urr=on:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/37Mi)
% 0.19/0.43  % (4732)lrs+10_1:32_s2a=on:s2agt=10:sgt=8:ss=axioms:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.19/0.43  % (4733)lrs+10_5:1_br=off:fde=none:nwc=3.0:sd=1:sgt=10:sos=on:ss=axioms:urr=on:i=32:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/32Mi)
% 0.19/0.43  % (4737)lrs+10_1:1_canc=force:tha=some:to=lpo:i=35:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/35Mi)
% 0.19/0.43  % (4730)Instruction limit reached!
% 0.19/0.43  % (4730)------------------------------
% 0.19/0.43  % (4730)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.43  % (4730)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.43  % (4730)Termination reason: Unknown
% 0.19/0.43  % (4730)Termination phase: shuffling
% 0.19/0.43  
% 0.19/0.43  % (4730)Memory used [KB]: 1535
% 0.19/0.43  % (4730)Time elapsed: 0.004 s
% 0.19/0.43  % (4730)Instructions burned: 2 (million)
% 0.19/0.43  % (4730)------------------------------
% 0.19/0.43  % (4730)------------------------------
% 0.19/0.43  % (4750)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.19/0.43  % (4751)lrs+1_1:10_av=off:drc=off:nwc=2.0:sp=reverse_frequency:thsq=on:thsqc=64:thsql=off:i=47:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/47Mi)
% 0.19/0.43  % (4755)dis+1011_1:1_bd=off:canc=force:ev=cautious:nwc=5.0:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.19/0.43  % (4754)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.19/0.44  % (4745)lrs+10_1:1_ss=axioms:st=5.0:tha=off:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.19/0.44  % (4752)lrs+1002_1:1_br=off:canc=force:drc=off:s2a=on:sos=on:sp=reverse_frequency:urr=on:i=42:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/42Mi)
% 0.19/0.44  % (4749)dis+2_1:1_av=off:bsr=on:erd=off:s2pl=on:sgt=16:sos=on:sp=frequency:ss=axioms:i=46:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/46Mi)
% 0.19/0.44  % (4742)dis+20_1:12_aac=none:acc=model:awrs=converge:fd=preordered:fsr=off:nicw=on:nwc=3.0:s2a=on:s2agt=16:spb=goal:to=lpo:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.19/0.44  % (4742)Instruction limit reached!
% 0.19/0.44  % (4742)------------------------------
% 0.19/0.44  % (4742)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.44  % (4742)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.44  % (4742)Termination reason: Unknown
% 0.19/0.44  % (4742)Termination phase: shuffling
% 0.19/0.44  
% 0.19/0.44  % (4742)Memory used [KB]: 1407
% 0.19/0.44  % (4742)Time elapsed: 0.003 s
% 0.19/0.44  % (4742)Instructions burned: 2 (million)
% 0.19/0.44  % (4742)------------------------------
% 0.19/0.44  % (4742)------------------------------
% 0.19/0.44  % (4729)dis+1011_1:64_drc=off:flr=on:nwc=2.0:sac=on:urr=ec_only:i=8:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/8Mi)
% 0.19/0.44  % (4743)lrs+10_1:1_ev=force:gve=cautious:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.19/0.44  % (4747)dis+1002_1:5_av=off:nwc=2.0:sos=all:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.19/0.44  % (4746)lrs+10_1:1_sd=10:sos=all:ss=axioms:st=5.0:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.19/0.44  % (4743)Instruction limit reached!
% 0.19/0.44  % (4743)------------------------------
% 0.19/0.44  % (4743)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.44  % (4746)Instruction limit reached!
% 0.19/0.44  % (4746)------------------------------
% 0.19/0.44  % (4746)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.44  % (4743)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.44  % (4743)Termination reason: Unknown
% 0.19/0.44  % (4746)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.44  % (4743)Termination phase: shuffling
% 0.19/0.44  % (4746)Termination reason: Unknown
% 0.19/0.44  
% 0.19/0.44  % (4746)Termination phase: shuffling
% 0.19/0.44  
% 0.19/0.44  % (4743)Memory used [KB]: 1407
% 0.19/0.44  % (4743)Time elapsed: 0.003 s
% 0.19/0.44  % (4746)Memory used [KB]: 1407
% 0.19/0.44  % (4743)Instructions burned: 2 (million)
% 0.19/0.44  % (4746)Time elapsed: 0.003 s
% 0.19/0.44  % (4743)------------------------------
% 0.19/0.44  % (4743)------------------------------
% 0.19/0.44  % (4746)Instructions burned: 2 (million)
% 0.19/0.44  % (4746)------------------------------
% 0.19/0.44  % (4746)------------------------------
% 0.19/0.44  % (4739)lrs+10_1:1_ep=R:gve=force:plsq=on:plsqr=32,1:uwa=one_side_interpreted:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.19/0.44  % (4753)lrs+1_3:1_ep=RSTC:sos=on:urr=on:i=43:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/43Mi)
% 0.19/0.44  % (4744)dis+21_1:1_aac=none:abs=on:er=known:fde=none:fsr=off:nwc=5.0:s2a=on:s2at=4.0:sp=const_frequency:to=lpo:urr=ec_only:i=49:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/49Mi)
% 0.19/0.44  % (4739)Instruction limit reached!
% 0.19/0.44  % (4739)------------------------------
% 0.19/0.44  % (4739)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.44  % (4739)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.44  % (4739)Termination reason: Unknown
% 0.19/0.44  % (4739)Termination phase: shuffling
% 0.19/0.44  
% 0.19/0.44  % (4739)Memory used [KB]: 1535
% 0.19/0.44  % (4739)Time elapsed: 0.007 s
% 0.19/0.44  % (4739)Instructions burned: 2 (million)
% 0.19/0.44  % (4739)------------------------------
% 0.19/0.44  % (4739)------------------------------
% 0.19/0.45  % (4741)lrs+22_1:1_amm=sco:fsr=off:gve=force:sos=on:uwa=all:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.19/0.45  % (4748)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.19/0.45  % (4757)lrs+10_1:1_ss=axioms:st=5.0:tha=off:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/15Mi)
% 0.19/0.45  % (4734)lrs+1010_1:1_bd=off:fd=off:fde=none:ins=3:sac=on:sos=on:spb=goal:to=lpo:i=36:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/36Mi)
% 0.19/0.45  % (4736)lrs+10_1:8_ep=R:erd=off:fs=off:fsr=off:gve=force:nwc=2.0:uwa=one_side_interpreted:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.19/0.45  % (4736)Instruction limit reached!
% 0.19/0.45  % (4736)------------------------------
% 0.19/0.45  % (4736)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.45  % (4736)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.45  % (4736)Termination reason: Unknown
% 0.19/0.45  % (4736)Termination phase: shuffling
% 0.19/0.45  
% 0.19/0.45  % (4736)Memory used [KB]: 1407
% 0.19/0.45  % (4736)Time elapsed: 0.003 s
% 0.19/0.45  % (4736)Instructions burned: 2 (million)
% 0.19/0.45  % (4736)------------------------------
% 0.19/0.45  % (4736)------------------------------
% 0.19/0.45  % (4756)dis+20_1:12_aac=none:acc=model:awrs=converge:fd=preordered:fsr=off:nicw=on:nwc=3.0:s2a=on:s2agt=16:spb=goal:to=lpo:i=41:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/41Mi)
% 0.19/0.45  % (4745)Refutation not found, incomplete strategy% (4745)------------------------------
% 0.19/0.45  % (4745)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.45  % (4735)lrs+1010_1:1_ep=RST:s2a=on:s2at=5.0:sos=all:i=26:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/26Mi)
% 0.19/0.45  % (4740)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.19/0.45  % (4729)Instruction limit reached!
% 0.19/0.45  % (4729)------------------------------
% 0.19/0.45  % (4729)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.45  % (4729)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.45  % (4729)Termination reason: Unknown
% 0.19/0.45  % (4729)Termination phase: Property scanning
% 0.19/0.45  
% 0.19/0.45  % (4729)Memory used [KB]: 1663
% 0.19/0.45  % (4729)Time elapsed: 0.009 s
% 0.19/0.45  % (4729)Instructions burned: 9 (million)
% 0.19/0.45  % (4729)------------------------------
% 0.19/0.45  % (4729)------------------------------
% 0.19/0.45  % (4745)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.45  % (4745)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.45  
% 0.19/0.45  % (4745)Memory used [KB]: 6140
% 0.19/0.45  % (4745)Time elapsed: 0.019 s
% 0.19/0.45  % (4745)Instructions burned: 10 (million)
% 0.19/0.45  % (4745)------------------------------
% 0.19/0.45  % (4745)------------------------------
% 0.19/0.46  % (4738)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=4:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/4Mi)
% 0.19/0.46  % (4758)lrs+1_1:1_aac=none:acc=on:add=large:bd=off:bs=unit_only:bsr=on:cond=on:nm=0:sac=on:sd=3:sos=on:ss=axioms:st=2.0:i=47:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/47Mi)
% 0.19/0.46  % (4732)Instruction limit reached!
% 0.19/0.46  % (4732)------------------------------
% 0.19/0.46  % (4732)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.46  % (4732)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.46  % (4732)Termination reason: Unknown
% 0.19/0.46  % (4732)Termination phase: SInE selection
% 0.19/0.46  
% 0.19/0.46  % (4732)Memory used [KB]: 1663
% 0.19/0.46  % (4732)Time elapsed: 0.013 s
% 0.19/0.46  % (4732)Instructions burned: 15 (million)
% 0.19/0.46  % (4732)------------------------------
% 0.19/0.46  % (4732)------------------------------
% 0.19/0.46  % (4759)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=25:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/25Mi)
% 0.19/0.46  % (4757)Refutation not found, incomplete strategy% (4757)------------------------------
% 0.19/0.46  % (4757)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.46  % (4757)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.46  % (4757)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.46  
% 0.19/0.46  % (4757)Memory used [KB]: 6396
% 0.19/0.46  % (4757)Time elapsed: 0.015 s
% 0.19/0.46  % (4757)Instructions burned: 10 (million)
% 0.19/0.46  % (4757)------------------------------
% 0.19/0.46  % (4757)------------------------------
% 0.19/0.47  % (4733)Refutation not found, incomplete strategy% (4733)------------------------------
% 0.19/0.47  % (4733)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.47  % (4733)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.47  % (4733)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.47  
% 0.19/0.47  % (4733)Memory used [KB]: 6524
% 0.19/0.47  % (4733)Time elapsed: 0.015 s
% 0.19/0.47  % (4733)Instructions burned: 16 (million)
% 0.19/0.47  % (4733)------------------------------
% 0.19/0.47  % (4733)------------------------------
% 0.19/0.47  % (4760)lrs+1010_1:1_aac=none:bce=on:nicw=on:nm=0:plsq=on:plsql=on:sac=on:sos=on:sp=frequency:spb=units:to=lpo:i=148:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/148Mi)
% 0.19/0.47  % (4762)ott+21_1:1_bd=off:bsr=unit_only:drc=off:fd=preordered:fsr=off:nwc=3.0:sac=on:to=lpo:urr=on:i=76:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/76Mi)
% 0.19/0.48  % (4764)lrs+10_1:1_thi=all:thigen=on:i=96:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/96Mi)
% 0.19/0.48  % (4738)Instruction limit reached!
% 0.19/0.48  % (4738)------------------------------
% 0.19/0.48  % (4738)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.48  % (4738)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.48  % (4738)Termination reason: Unknown
% 0.19/0.48  % (4738)Termination phase: Property scanning
% 0.19/0.48  
% 0.19/0.48  % (4738)Memory used [KB]: 1663
% 0.19/0.48  % (4738)Time elapsed: 0.005 s
% 0.19/0.48  % (4738)Instructions burned: 4 (million)
% 0.19/0.48  % (4738)------------------------------
% 0.19/0.48  % (4738)------------------------------
% 0.19/0.48  % (4749)Refutation not found, incomplete strategy% (4749)------------------------------
% 0.19/0.48  % (4749)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.48  % (4761)lrs+10_1:1_acc=model:br=off:ins=1:newcnf=on:nwc=5.0:s2a=on:sac=on:sp=frequency:to=lpo:urr=on:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/100Mi)
% 0.19/0.48  % (4763)lrs+22_1:1_amm=sco:fsr=off:gve=force:sos=on:uwa=all:i=58:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/58Mi)
% 0.19/0.48  % (4767)lrs+1011_4:1_abs=on:afp=20:amm=off:anc=all:bd=off:br=off:canc=force:s2a=on:sas=z3:slsq=on:urr=on:i=494:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/494Mi)
% 0.19/0.48  % (4755)Instruction limit reached!
% 0.19/0.48  % (4755)------------------------------
% 0.19/0.48  % (4755)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.48  % (4755)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.48  % (4755)Termination reason: Unknown
% 0.19/0.48  % (4755)Termination phase: Preprocessing 3
% 0.19/0.48  
% 0.19/0.48  % (4755)Memory used [KB]: 3454
% 0.19/0.48  % (4755)Time elapsed: 0.019 s
% 0.19/0.48  % (4755)Instructions burned: 21 (million)
% 0.19/0.48  % (4755)------------------------------
% 0.19/0.48  % (4755)------------------------------
% 0.19/0.49  % (4768)lrs+10_1:1_newcnf=on:sas=z3:tgt=ground:tha=off:i=223:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/223Mi)
% 0.19/0.49  % (4737)Instruction limit reached!
% 0.19/0.49  % (4737)------------------------------
% 0.19/0.49  % (4737)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.49  % (4737)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.49  % (4737)Termination reason: Unknown
% 0.19/0.49  % (4737)Termination phase: Preprocessing 3
% 0.19/0.49  
% 0.19/0.49  % (4737)Memory used [KB]: 4221
% 0.19/0.49  % (4737)Time elapsed: 0.035 s
% 0.19/0.49  % (4737)Instructions burned: 35 (million)
% 0.19/0.49  % (4737)------------------------------
% 0.19/0.49  % (4737)------------------------------
% 0.19/0.49  % (4765)lrs+10_1:3_add=large:afr=on:anc=all_dependent:avsq=on:avsqr=21,226:awrs=decay:awrsf=47:br=off:bsd=on:canc=cautious:cond=fast:fd=preordered:fsd=on:fsr=off:gs=on:gve=force:ins=1:lma=on:s2agt=4:s2at=1.9:sas=z3:slsq=on:slsqc=1:slsqr=13,121:sp=reverse_arity:tha=some:to=lpo:uace=off:uhcvi=on:updr=off:urr=ec_only:i=108:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/108Mi)
% 0.19/0.49  % (4747)Instruction limit reached!
% 0.19/0.49  % (4747)------------------------------
% 0.19/0.49  % (4747)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.49  % (4747)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.49  % (4747)Termination reason: Unknown
% 0.19/0.49  % (4747)Termination phase: Preprocessing 1
% 0.19/0.49  
% 0.19/0.49  % (4747)Memory used [KB]: 1918
% 0.19/0.49  % (4747)Time elapsed: 0.013 s
% 0.19/0.49  % (4747)Instructions burned: 15 (million)
% 0.19/0.49  % (4747)------------------------------
% 0.19/0.49  % (4747)------------------------------
% 0.19/0.49  % (4749)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.49  % (4749)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.49  
% 0.19/0.49  % (4749)Memory used [KB]: 1535
% 0.19/0.49  % (4749)Time elapsed: 0.016 s
% 0.19/0.49  % (4749)Instructions burned: 16 (million)
% 0.19/0.49  % (4749)------------------------------
% 0.19/0.49  % (4749)------------------------------
% 0.19/0.49  % (4748)Instruction limit reached!
% 0.19/0.49  % (4748)------------------------------
% 0.19/0.49  % (4748)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.49  % (4748)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.49  % (4748)Termination reason: Unknown
% 0.19/0.49  % (4748)Termination phase: Preprocessing 3
% 0.19/0.49  
% 0.19/0.49  % (4748)Memory used [KB]: 3837
% 0.19/0.49  % (4748)Time elapsed: 0.027 s
% 0.19/0.49  % (4748)Instructions burned: 21 (million)
% 0.19/0.49  % (4748)------------------------------
% 0.19/0.49  % (4748)------------------------------
% 0.19/0.50  % (4754)Instruction limit reached!
% 0.19/0.50  % (4754)------------------------------
% 0.19/0.50  % (4754)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.50  % (4754)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.50  % (4754)Termination reason: Unknown
% 0.19/0.50  % (4754)Termination phase: Preprocessing 3
% 0.19/0.50  
% 0.19/0.50  % (4754)Memory used [KB]: 3709
% 0.19/0.50  % (4754)Time elapsed: 0.020 s
% 0.19/0.50  % (4754)Instructions burned: 21 (million)
% 0.19/0.50  % (4754)------------------------------
% 0.19/0.50  % (4754)------------------------------
% 0.19/0.50  % (4766)lrs+10_1:1_plsq=on:plsqc=1:plsqr=32,1:tha=off:thi=overlap:i=463:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/463Mi)
% 0.19/0.50  % (4769)lrs+1002_1:1_av=off:br=off:fs=off:fsr=off:tha=off:urr=ec_only:i=343:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/343Mi)
% 0.19/0.50  % (4758)Refutation not found, incomplete strategy% (4758)------------------------------
% 0.19/0.50  % (4758)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.50  % (4758)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.50  % (4758)Termination reason: Refutation not found, incomplete strategy
% 0.19/0.50  
% 0.19/0.50  % (4758)Memory used [KB]: 6268
% 0.19/0.50  % (4758)Time elapsed: 0.014 s
% 0.19/0.50  % (4758)Instructions burned: 16 (million)
% 0.19/0.50  % (4758)------------------------------
% 0.19/0.50  % (4758)------------------------------
% 0.19/0.51  % (4734)Instruction limit reached!
% 0.19/0.51  % (4734)------------------------------
% 0.19/0.51  % (4734)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.51  % (4734)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.51  % (4734)Termination reason: Unknown
% 0.19/0.51  % (4734)Termination phase: Preprocessing 3
% 0.19/0.51  
% 0.19/0.51  % (4734)Memory used [KB]: 4221
% 0.19/0.51  % (4734)Time elapsed: 0.020 s
% 0.19/0.51  % (4734)Instructions burned: 36 (million)
% 0.19/0.51  % (4734)------------------------------
% 0.19/0.51  % (4734)------------------------------
% 0.19/0.51  % (4771)lrs+1010_5:1_aer=off:norm_ineq=on:sas=z3:sos=all:ss=axioms:tha=off:i=150:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/150Mi)
% 0.19/0.51  % (4770)lrs+1011_1:1_br=off:fs=off:fsr=off:tha=off:urr=ec_only:i=488:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/488Mi)
% 0.19/0.51  % (4740)Instruction limit reached!
% 0.19/0.51  % (4740)------------------------------
% 0.19/0.51  % (4740)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.51  % (4740)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.51  % (4740)Termination reason: Unknown
% 0.19/0.51  % (4740)Termination phase: Preprocessing 3
% 0.19/0.51  
% 0.19/0.51  % (4740)Memory used [KB]: 3709
% 0.19/0.51  % (4740)Time elapsed: 0.020 s
% 0.19/0.51  % (4740)Instructions burned: 21 (million)
% 0.19/0.51  % (4740)------------------------------
% 0.19/0.51  % (4740)------------------------------
% 0.19/0.51  % (4773)dis+10_1:1_bd=off:fde=unused:gsp=on:ins=1:norm_ineq=on:sas=z3:sos=all:tha=off:i=370:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/370Mi)
% 0.19/0.51  % (4750)Instruction limit reached!
% 0.19/0.51  % (4750)------------------------------
% 0.19/0.51  % (4750)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (4731)Instruction limit reached!
% 0.19/0.52  % (4731)------------------------------
% 0.19/0.52  % (4731)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (4731)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (4731)Termination reason: Unknown
% 0.19/0.52  % (4731)Termination phase: Preprocessing 3
% 0.19/0.52  
% 0.19/0.52  % (4731)Memory used [KB]: 4093
% 0.19/0.52  % (4731)Time elapsed: 0.032 s
% 0.19/0.52  % (4731)Instructions burned: 37 (million)
% 0.19/0.52  % (4731)------------------------------
% 0.19/0.52  % (4731)------------------------------
% 0.19/0.52  % (4774)lrs+1010_5:1_norm_ineq=on:sas=z3:sos=all:ss=axioms:tha=off:i=493:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/493Mi)
% 0.80/0.52  % (4753)Instruction limit reached!
% 0.80/0.52  % (4753)------------------------------
% 0.80/0.52  % (4753)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.80/0.52  % (4772)lrs+1011_1:1_br=off:fde=none:norm_ineq=on:nwc=10.0:sas=z3:slsq=on:slsqc=2:slsql=off:slsqr=1,4:sp=reverse_frequency:i=160:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/160Mi)
% 0.80/0.52  % (4759)Instruction limit reached!
% 0.80/0.52  % (4759)------------------------------
% 0.80/0.52  % (4759)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.80/0.52  % (4759)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.80/0.52  % (4759)Termination reason: Unknown
% 0.80/0.52  % (4759)Termination phase: Preprocessing 3
% 0.80/0.52  
% 0.80/0.52  % (4759)Memory used [KB]: 3837
% 0.80/0.52  % (4759)Time elapsed: 0.017 s
% 0.80/0.52  % (4759)Instructions burned: 26 (million)
% 0.80/0.52  % (4759)------------------------------
% 0.80/0.52  % (4759)------------------------------
% 0.80/0.52  % (4753)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.80/0.52  % (4753)Termination reason: Unknown
% 0.80/0.52  % (4753)Termination phase: Property scanning
% 0.80/0.52  
% 0.80/0.52  % (4753)Memory used [KB]: 4221
% 0.80/0.52  % (4753)Time elapsed: 0.027 s
% 0.80/0.52  % (4753)Instructions burned: 46 (million)
% 0.80/0.52  % (4753)------------------------------
% 0.80/0.52  % (4753)------------------------------
% 0.80/0.52  % (4750)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.80/0.52  % (4750)Termination reason: Unknown
% 0.80/0.52  % (4750)Termination phase: Function definition elimination
% 0.80/0.52  
% 0.80/0.52  % (4750)Memory used [KB]: 4221
% 0.80/0.52  % (4750)Time elapsed: 0.029 s
% 0.80/0.52  % (4776)lrs+10_1:1_amm=sco:norm_ineq=on:nwc=3.0:plsq=on:plsqc=2:plsqr=32,1:sas=z3:sp=const_min:tha=off:to=lpo:i=146:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/146Mi)
% 0.80/0.52  % (4750)Instructions burned: 50 (million)
% 0.80/0.52  % (4750)------------------------------
% 0.80/0.52  % (4750)------------------------------
% 0.80/0.53  % (4728)Instruction limit reached!
% 0.80/0.53  % (4728)------------------------------
% 0.80/0.53  % (4728)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.80/0.53  % (4728)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.80/0.53  % (4728)Termination reason: Unknown
% 0.80/0.53  % (4728)Termination phase: Preprocessing 3
% 0.80/0.53  
% 0.80/0.53  % (4728)Memory used [KB]: 4093
% 0.80/0.53  % (4728)Time elapsed: 0.029 s
% 0.80/0.53  % (4728)Instructions burned: 35 (million)
% 0.80/0.53  % (4728)------------------------------
% 0.80/0.53  % (4728)------------------------------
% 0.80/0.53  % (4775)dis+10_1:1_aac=none:abs=on:bce=on:bd=off:bsr=unit_only:drc=off:fd=preordered:fsd=on:gve=cautious:lcm=reverse:nm=16:plsq=on:plsqc=1:plsqr=232,15:sfv=off:slsq=on:slsql=off:slsqr=3,2:sos=on:sp=weighted_frequency:i=81:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/81Mi)
% 0.80/0.53  % (4779)lrs+1002_1:1_nm=0:sd=1:ss=axioms:urr=ec_only:i=330:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/330Mi)
% 0.80/0.53  % (4777)ott+21_1:1_erd=off:s2a=on:sac=on:sd=1:sgt=64:sos=on:ss=included:st=3.0:to=lpo:urr=on:i=211:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/211Mi)
% 0.80/0.53  % (4780)lrs+11_1:1_erd=off:fs=off:fsr=off:norm_ineq=on:nwc=10.0:s2a=on:s2at=3.0:sas=z3:tha=some:i=294:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/294Mi)
% 0.80/0.53  % (4778)dis+1010_1:1_s2a=on:sp=frequency:to=lpo:i=274:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/274Mi)
% 0.80/0.54  % (4781)lrs+30_1:64_flr=on:sp=frequency:to=lpo:i=213:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/213Mi)
% 0.94/0.54  % (4735)Instruction limit reached!
% 0.94/0.54  % (4735)------------------------------
% 0.94/0.54  % (4735)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.94/0.54  % (4735)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.94/0.54  % (4735)Termination reason: Unknown
% 0.94/0.54  % (4735)Termination phase: Preprocessing 3
% 0.94/0.54  
% 0.94/0.54  % (4735)Memory used [KB]: 3709
% 0.94/0.54  % (4735)Time elapsed: 0.023 s
% 0.94/0.54  % (4735)Instructions burned: 26 (million)
% 0.94/0.54  % (4735)------------------------------
% 0.94/0.54  % (4735)------------------------------
% 0.94/0.54  % (4752)Instruction limit reached!
% 0.94/0.54  % (4752)------------------------------
% 0.94/0.54  % (4752)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.94/0.54  % (4752)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.94/0.54  % (4752)Termination reason: Unknown
% 0.94/0.54  % (4752)Termination phase: Property scanning
% 0.94/0.54  
% 0.94/0.54  % (4752)Memory used [KB]: 4349
% 0.94/0.54  % (4752)Time elapsed: 0.030 s
% 0.94/0.54  % (4752)Instructions burned: 45 (million)
% 0.94/0.54  % (4752)------------------------------
% 0.94/0.54  % (4752)------------------------------
% 0.94/0.55  % (4756)Instruction limit reached!
% 0.94/0.55  % (4756)------------------------------
% 0.94/0.55  % (4756)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.94/0.55  % (4756)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.94/0.55  % (4756)Termination reason: Unknown
% 0.94/0.55  % (4756)Termination phase: Property scanning
% 0.94/0.55  
% 0.94/0.55  % (4756)Memory used [KB]: 4221
% 0.94/0.55  % (4756)Time elapsed: 0.032 s
% 0.94/0.55  % (4756)Instructions burned: 41 (million)
% 0.94/0.55  % (4756)------------------------------
% 0.94/0.55  % (4756)------------------------------
% 0.94/0.55  % (4782)dis+1002_1:1_aac=none:abs=on:nicw=on:sac=on:sas=z3:tgt=ground:tha=some:to=lpo:i=374:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/374Mi)
% 0.94/0.55  % (4783)ins+10_1:32_fd=off:fs=off:fsr=off:igrr=4/7:igwr=on:urr=ec_only:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/500Mi)
% 0.94/0.55  % (4751)Instruction limit reached!
% 0.94/0.55  % (4751)------------------------------
% 0.94/0.55  % (4751)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.94/0.55  % (4779)Refutation not found, incomplete strategy% (4779)------------------------------
% 0.94/0.55  % (4779)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.94/0.55  % (4779)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.94/0.55  % (4779)Termination reason: Refutation not found, incomplete strategy
% 0.94/0.55  
% 0.94/0.55  % (4779)Memory used [KB]: 6268
% 0.94/0.55  % (4779)Time elapsed: 0.018 s
% 0.94/0.55  % (4779)Instructions burned: 16 (million)
% 0.94/0.55  % (4779)------------------------------
% 0.94/0.55  % (4779)------------------------------
% 0.94/0.56  % (4744)Instruction limit reached!
% 0.94/0.56  % (4744)------------------------------
% 0.94/0.56  % (4744)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.94/0.56  % (4744)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.94/0.56  % (4744)Termination reason: Unknown
% 0.94/0.56  % (4744)Termination phase: Property scanning
% 0.94/0.56  
% 0.94/0.56  % (4744)Memory used [KB]: 4349
% 0.94/0.56  % (4744)Time elapsed: 0.033 s
% 0.94/0.56  % (4744)Instructions burned: 49 (million)
% 0.94/0.56  % (4744)------------------------------
% 0.94/0.56  % (4744)------------------------------
% 0.94/0.56  % (4741)Instruction limit reached!
% 0.94/0.56  % (4741)------------------------------
% 0.94/0.56  % (4741)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.94/0.56  % (4741)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.94/0.56  % (4741)Termination reason: Unknown
% 0.94/0.56  % (4741)Termination phase: Function definition elimination
% 0.94/0.56  
% 0.94/0.56  % (4741)Memory used [KB]: 4477
% 0.94/0.56  % (4741)Time elapsed: 0.040 s
% 0.94/0.56  % (4741)Instructions burned: 51 (million)
% 0.94/0.56  % (4741)------------------------------
% 0.94/0.56  % (4741)------------------------------
% 0.94/0.56  % (4784)lrs+1011_1:1_br=off:fs=off:fsr=off:tha=off:urr=ec_only:i=488:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/488Mi)
% 0.94/0.57  % (4751)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.94/0.57  % (4751)Termination reason: Unknown
% 0.94/0.57  % (4751)Termination phase: Property scanning
% 0.94/0.57  
% 0.94/0.57  % (4751)Memory used [KB]: 4221
% 0.94/0.57  % (4751)Time elapsed: 0.038 s
% 0.94/0.57  % (4751)Instructions burned: 47 (million)
% 0.94/0.57  % (4751)------------------------------
% 0.94/0.57  % (4751)------------------------------
% 0.94/0.57  % (4785)lrs+10_1:1_abs=on:ev=cautious:nwc=10.0:s2a=on:sas=z3:tha=off:thi=all:thigen=on:i=230:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/230Mi)
% 0.94/0.57  % (4788)lrs+10_1:1_av=off:fde=none:lwlo=on:nwc=10.0:i=256:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/256Mi)
% 0.94/0.58  % (4763)Instruction limit reached!
% 0.94/0.58  % (4763)------------------------------
% 0.94/0.58  % (4763)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.94/0.58  % (4787)dis+31_1:1_lcm=reverse:norm_ineq=on:nwc=10.0:sas=z3:tha=off:urr=on:i=382:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/382Mi)
% 0.94/0.58  % (4789)dis+10_1:1_sgt=16:sos=on:spb=goal:ss=axioms:i=1006:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/1006Mi)
% 0.94/0.58  % (4786)lrs+1010_1:1_bsr=unit_only:cond=on:flr=on:newcnf=on:nwc=10.0:sas=z3:to=lpo:i=360:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/360Mi)
% 0.94/0.59  % (4763)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.94/0.59  % (4763)Termination reason: Unknown
% 0.94/0.59  % (4763)Termination phase: Property scanning
% 0.94/0.59  
% 0.94/0.59  % (4763)Memory used [KB]: 4733
% 0.94/0.59  % (4763)Time elapsed: 0.037 s
% 0.94/0.59  % (4763)Instructions burned: 58 (million)
% 0.94/0.59  % (4763)------------------------------
% 0.94/0.59  % (4763)------------------------------
% 0.94/0.59  % (4771)Refutation not found, incomplete strategy% (4771)------------------------------
% 0.94/0.59  % (4771)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.94/0.59  % (4789)Refutation not found, incomplete strategy% (4789)------------------------------
% 0.94/0.59  % (4789)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.94/0.59  % (4789)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.94/0.59  % (4789)Termination reason: Refutation not found, incomplete strategy
% 0.94/0.59  
% 0.94/0.59  % (4789)Memory used [KB]: 6396
% 0.94/0.59  % (4789)Time elapsed: 0.008 s
% 0.94/0.59  % (4789)Instructions burned: 15 (million)
% 0.94/0.59  % (4789)------------------------------
% 0.94/0.59  % (4789)------------------------------
% 0.94/0.60  % (4771)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.94/0.60  % (4771)Termination reason: Refutation not found, incomplete strategy
% 0.94/0.60  
% 0.94/0.60  % (4771)Memory used [KB]: 1791
% 0.94/0.60  % (4771)Time elapsed: 0.040 s
% 0.94/0.60  % (4771)Instructions burned: 56 (million)
% 0.94/0.60  % (4771)------------------------------
% 0.94/0.60  % (4771)------------------------------
% 0.94/0.61  % (4790)dis+1004_1:3_av=off:bs=on:plsq=on:i=3721:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/3721Mi)
% 0.94/0.61  % (4792)ott+1011_1:1_anc=all:avsq=on:avsqc=1:bsr=unit_only:drc=off:erd=off:fs=off:fsr=off:nwc=3.0:s2a=on:s2at=1.5:sac=on:urr=on:i=1705:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/1705Mi)
% 0.94/0.62  % (4762)Instruction limit reached!
% 0.94/0.62  % (4762)------------------------------
% 0.94/0.62  % (4762)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.94/0.62  % (4762)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.94/0.62  % (4762)Termination reason: Unknown
% 0.94/0.62  % (4762)Termination phase: Saturation
% 0.94/0.62  
% 0.94/0.62  % (4762)Memory used [KB]: 9466
% 0.94/0.62  % (4762)Time elapsed: 0.047 s
% 0.94/0.62  % (4762)Instructions burned: 77 (million)
% 0.94/0.62  % (4762)------------------------------
% 0.94/0.62  % (4762)------------------------------
% 0.94/0.62  % (4791)ott+10_1:1_bd=preordered:drc=off:fd=preordered:nwc=5.0:sp=reverse_frequency:i=501:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/501Mi)
% 0.94/0.62  % (4774)Refutation not found, incomplete strategy% (4774)------------------------------
% 0.94/0.62  % (4774)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.94/0.62  % (4774)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.94/0.62  % (4774)Termination reason: Refutation not found, incomplete strategy
% 0.94/0.62  
% 0.94/0.62  % (4774)Memory used [KB]: 2046
% 0.94/0.62  % (4774)Time elapsed: 0.033 s
% 0.94/0.62  % (4774)Instructions burned: 55 (million)
% 0.94/0.62  % (4774)------------------------------
% 0.94/0.62  % (4774)------------------------------
% 0.94/0.62  % (4760)Refutation not found, incomplete strategy% (4760)------------------------------
% 0.94/0.62  % (4760)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.94/0.62  % (4760)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.94/0.62  % (4760)Termination reason: Refutation not found, incomplete strategy
% 0.94/0.62  
% 0.94/0.62  % (4760)Memory used [KB]: 9850
% 0.94/0.62  % (4760)Time elapsed: 0.052 s
% 0.94/0.62  % (4760)Instructions burned: 84 (million)
% 0.94/0.62  % (4760)------------------------------
% 0.94/0.62  % (4760)------------------------------
% 1.45/0.64  % (4795)dis+1011_1:1_av=off:fsr=off:nm=6:plsq=on:s2a=on:s2at=3.0:slsq=on:slsqc=0:slsqr=1,8:sp=frequency:to=lpo:i=330:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/330Mi)
% 1.45/0.64  % (4793)lrs+10_1:1_av=off:sd=10:sos=all:ss=axioms:st=4.0:i=2416:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/2416Mi)
% 1.45/0.64  % (4794)dis+10_1:64_s2a=on:s2agt=16:slsq=on:slsqc=1:slsqr=1,1:i=1683:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/1683Mi)
% 1.45/0.65  % (4793)Refutation not found, incomplete strategy% (4793)------------------------------
% 1.45/0.65  % (4793)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.45/0.65  % (4765)Instruction limit reached!
% 1.45/0.65  % (4765)------------------------------
% 1.45/0.65  % (4765)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.45/0.66  % (4775)Instruction limit reached!
% 1.45/0.66  % (4775)------------------------------
% 1.45/0.66  % (4775)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.45/0.66  % (4775)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.45/0.66  % (4775)Termination reason: Unknown
% 1.45/0.66  % (4775)Termination phase: Saturation
% 1.45/0.66  
% 1.45/0.66  % (4775)Memory used [KB]: 5245
% 1.45/0.66  % (4775)Time elapsed: 0.042 s
% 1.45/0.66  % (4775)Instructions burned: 82 (million)
% 1.45/0.66  % (4775)------------------------------
% 1.45/0.66  % (4775)------------------------------
% 1.45/0.66  % (4764)Instruction limit reached!
% 1.45/0.66  % (4764)------------------------------
% 1.45/0.66  % (4764)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.45/0.66  % (4765)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.45/0.66  % (4765)Termination reason: Unknown
% 1.45/0.66  % (4765)Termination phase: Saturation
% 1.45/0.66  
% 1.45/0.66  % (4765)Memory used [KB]: 9210
% 1.45/0.66  % (4765)Time elapsed: 0.056 s
% 1.45/0.66  % (4765)Instructions burned: 108 (million)
% 1.45/0.66  % (4765)------------------------------
% 1.45/0.66  % (4765)------------------------------
% 1.45/0.66  % (4761)Instruction limit reached!
% 1.45/0.66  % (4761)------------------------------
% 1.45/0.66  % (4761)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.45/0.66  % (4793)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.45/0.66  % (4793)Termination reason: Refutation not found, incomplete strategy
% 1.45/0.66  
% 1.45/0.66  % (4793)Memory used [KB]: 1663
% 1.45/0.66  % (4793)Time elapsed: 0.008 s
% 1.45/0.66  % (4793)Instructions burned: 15 (million)
% 1.45/0.66  % (4793)------------------------------
% 1.45/0.66  % (4793)------------------------------
% 1.45/0.67  % (4796)lrs+10_1:1_afp=1:sac=on:sas=z3:tha=off:i=113:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/113Mi)
% 1.45/0.67  % (4777)Refutation not found, incomplete strategy% (4777)------------------------------
% 1.45/0.67  % (4777)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.45/0.67  % (4777)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.45/0.67  % (4777)Termination reason: Refutation not found, incomplete strategy
% 1.45/0.67  
% 1.45/0.67  % (4777)Memory used [KB]: 9978
% 1.45/0.67  % (4777)Time elapsed: 0.043 s
% 1.45/0.67  % (4777)Instructions burned: 85 (million)
% 1.45/0.67  % (4777)------------------------------
% 1.45/0.67  % (4777)------------------------------
% 1.45/0.68  % (4798)ott+10_6715:511922_awrs=decay:awrsf=1:bd=preordered:bs=on:drc=off:fd=preordered:nwc=5.0:sp=frequency:spb=goal_then_units:uwa=interpreted_only:i=3528:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/3528Mi)
% 1.45/0.68  % (4764)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.45/0.68  % (4764)Termination reason: Unknown
% 1.45/0.68  % (4764)Termination phase: Saturation
% 1.45/0.68  
% 1.45/0.68  % (4764)Memory used [KB]: 4733
% 1.45/0.68  % (4764)Time elapsed: 0.057 s
% 1.45/0.68  % (4764)Instructions burned: 100 (million)
% 1.45/0.68  % (4764)------------------------------
% 1.45/0.68  % (4764)------------------------------
% 1.45/0.68  % (4799)lrs+1011_1:6_aac=none:afr=on:bce=on:bsr=unit_only:canc=cautious:cond=fast:fde=unused:newcnf=on:nwc=3.0:s2a=on:s2agt=40:sas=z3:sfv=off:sp=weighted_frequency:spb=units:tha=off:to=lpo:i=2304:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/2304Mi)
% 1.45/0.68  % (4797)lrs+10_1:1_ep=RS:fsr=off:sos=all:i=3217:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/3217Mi)
% 1.45/0.69  % (4761)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.45/0.69  % (4761)Termination reason: Unknown
% 1.45/0.69  % (4761)Termination phase: Saturation
% 1.45/0.69  
% 1.45/0.69  % (4761)Memory used [KB]: 9466
% 1.45/0.69  % (4761)Time elapsed: 0.213 s
% 1.45/0.69  % (4761)Instructions burned: 102 (million)
% 1.45/0.69  % (4761)------------------------------
% 1.45/0.69  % (4761)------------------------------
% 1.73/0.70  % (4800)dis+1011_1:1_abs=on:bd=off:flr=on:nm=0:s2at=3.0:sas=z3:sfv=off:slsq=on:slsqc=2:slsqr=46,31:sp=const_frequency:tgt=ground:tha=some:thi=overlap:thitd=on:thsq=on:thsqc=32:thsqd=32:thsqr=7,4:i=3780:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/3780Mi)
% 1.73/0.71  % (4801)lrs+10_1:32_newcnf=on:sas=z3:tgt=ground:tha=off:i=238:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/238Mi)
% 1.73/0.74  % (4773)Refutation not found, incomplete strategy% (4773)------------------------------
% 1.73/0.74  % (4773)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.73/0.74  % (4773)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.73/0.74  % (4773)Termination reason: Refutation not found, incomplete strategy
% 1.73/0.74  
% 1.73/0.74  % (4773)Memory used [KB]: 5628
% 1.73/0.74  % (4773)Time elapsed: 0.070 s
% 1.73/0.74  % (4773)Instructions burned: 123 (million)
% 1.73/0.74  % (4773)------------------------------
% 1.73/0.74  % (4773)------------------------------
% 1.73/0.75  % (4802)dis+1002_1:1_aac=none:abs=on:nicw=on:sac=on:sas=z3:tgt=ground:tha=some:to=lpo:i=656:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/656Mi)
% 1.73/0.75  % (4776)Instruction limit reached!
% 1.73/0.75  % (4776)------------------------------
% 1.73/0.75  % (4776)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.73/0.75  % (4776)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.73/0.75  % (4776)Termination reason: Unknown
% 1.73/0.75  % (4776)Termination phase: Saturation
% 1.73/0.75  
% 1.73/0.75  % (4776)Memory used [KB]: 4989
% 1.73/0.75  % (4776)Time elapsed: 0.066 s
% 1.73/0.75  % (4776)Instructions burned: 146 (million)
% 1.73/0.75  % (4776)------------------------------
% 1.73/0.75  % (4776)------------------------------
% 1.94/0.77  % (4803)dis+1010_1:4_aac=none:abs=on:atotf=0.5:avsq=on:avsqc=2:avsqr=215,247:awrs=converge:awrsf=128:bsd=on:erd=off:fde=none:gve=cautious:newcnf=on:nwc=5.0:rnwc=on:sac=on:sas=z3:sp=const_min:tgt=ground:thsq=on:thsqc=64:thsqr=1,4:i=485:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/485Mi)
% 1.94/0.77  % (4772)Instruction limit reached!
% 1.94/0.77  % (4772)------------------------------
% 1.94/0.77  % (4772)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.94/0.77  % (4772)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.94/0.77  % (4772)Termination reason: Unknown
% 1.94/0.77  % (4772)Termination phase: Saturation
% 1.94/0.77  
% 1.94/0.77  % (4772)Memory used [KB]: 4989
% 1.94/0.77  % (4772)Time elapsed: 0.074 s
% 1.94/0.77  % (4772)Instructions burned: 161 (million)
% 1.94/0.77  % (4772)------------------------------
% 1.94/0.77  % (4772)------------------------------
% 1.94/0.78  % (4797)Refutation not found, incomplete strategy% (4797)------------------------------
% 1.94/0.78  % (4797)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.94/0.78  % (4797)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.94/0.78  % (4797)Termination reason: Refutation not found, incomplete strategy
% 1.94/0.78  
% 1.94/0.78  % (4797)Memory used [KB]: 9466
% 1.94/0.78  % (4797)Time elapsed: 0.035 s
% 1.94/0.78  % (4797)Instructions burned: 78 (million)
% 1.94/0.78  % (4797)------------------------------
% 1.94/0.78  % (4797)------------------------------
% 1.94/0.80  % (4805)lrs+1011_4:1_abs=on:afp=20:amm=off:anc=all:bd=off:br=off:canc=force:s2a=on:sas=z3:slsq=on:urr=on:i=980:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/980Mi)
% 1.94/0.80  % (4804)lrs+1010_1:1_aac=none:abs=on:bd=off:fd=off:nm=0:sas=z3:sims=off:tha=off:to=lpo:i=1302:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/1302Mi)
% 2.04/0.81  % (4796)Instruction limit reached!
% 2.04/0.81  % (4796)------------------------------
% 2.04/0.81  % (4796)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.04/0.81  % (4796)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.04/0.81  % (4796)Termination reason: Unknown
% 2.04/0.81  % (4796)Termination phase: Saturation
% 2.04/0.81  
% 2.04/0.81  % (4796)Memory used [KB]: 4989
% 2.04/0.81  % (4796)Time elapsed: 0.060 s
% 2.04/0.81  % (4796)Instructions burned: 114 (million)
% 2.04/0.81  % (4796)------------------------------
% 2.04/0.81  % (4796)------------------------------
% 2.04/0.83  % (4806)ins+10_1:32_fd=off:fs=off:fsr=off:igrr=4/7:igwr=on:urr=ec_only:i=591:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/591Mi)
% 2.16/0.87  % (4768)Instruction limit reached!
% 2.16/0.87  % (4768)------------------------------
% 2.16/0.87  % (4768)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.16/0.87  % (4768)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.16/0.87  % (4768)Termination reason: Unknown
% 2.16/0.87  % (4768)Termination phase: Saturation
% 2.16/0.87  
% 2.16/0.87  % (4768)Memory used [KB]: 4989
% 2.16/0.87  % (4768)Time elapsed: 0.387 s
% 2.16/0.87  % (4768)Instructions burned: 223 (million)
% 2.16/0.87  % (4768)------------------------------
% 2.16/0.87  % (4768)------------------------------
% 2.16/0.88  % (4781)Instruction limit reached!
% 2.16/0.88  % (4781)------------------------------
% 2.16/0.88  % (4781)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.16/0.88  % (4781)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.16/0.88  % (4781)Termination reason: Unknown
% 2.16/0.88  % (4781)Termination phase: Saturation
% 2.16/0.88  
% 2.16/0.88  % (4781)Memory used [KB]: 10746
% 2.16/0.88  % (4781)Time elapsed: 0.377 s
% 2.16/0.88  % (4781)Instructions burned: 214 (million)
% 2.16/0.88  % (4781)------------------------------
% 2.16/0.88  % (4781)------------------------------
% 2.16/0.90  % (4822)lrs+1011_1:1_br=off:fs=off:fsr=off:tha=off:urr=ec_only:i=638:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/638Mi)
% 2.16/0.93  % (4834)dis+1010_137062:920759_aac=none:abs=on:amm=sco:anc=none:asg=cautious:atotf=0.5:avsq=on:avsqc=2:avsqr=383,440:bce=on:bsd=on:erd=off:fde=unused:gs=on:gve=cautious:newcnf=on:nwc=3.3:sac=on:sas=z3:sfv=off:skr=on:spb=goal:tgt=ground:thsq=on:thsqc=128:thsql=off:uwa=all:i=947:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/947Mi)
% 2.37/0.93  % (4785)Instruction limit reached!
% 2.37/0.93  % (4785)------------------------------
% 2.37/0.93  % (4785)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.37/0.93  % (4785)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.37/0.93  % (4785)Termination reason: Unknown
% 2.37/0.93  % (4785)Termination phase: Saturation
% 2.37/0.93  
% 2.37/0.93  % (4785)Memory used [KB]: 5373
% 2.37/0.93  % (4785)Time elapsed: 0.354 s
% 2.37/0.93  % (4785)Instructions burned: 231 (million)
% 2.37/0.93  % (4785)------------------------------
% 2.37/0.93  % (4785)------------------------------
% 2.37/0.95  % (4849)lrs+10_1:1024_drc=off:fde=none:gve=force:nm=4:norm_ineq=on:sas=z3:sos=all:sp=const_min:spb=non_intro:to=lpo:uwa=one_side_constant:i=691:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/691Mi)
% 2.37/0.96  % (4780)Instruction limit reached!
% 2.37/0.96  % (4780)------------------------------
% 2.37/0.96  % (4780)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.37/0.96  % (4780)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.37/0.96  % (4780)Termination reason: Unknown
% 2.37/0.96  % (4780)Termination phase: Saturation
% 2.37/0.96  
% 2.37/0.96  % (4780)Memory used [KB]: 5500
% 2.37/0.96  % (4780)Time elapsed: 0.450 s
% 2.37/0.96  % (4780)Instructions burned: 294 (million)
% 2.37/0.96  % (4780)------------------------------
% 2.37/0.96  % (4780)------------------------------
% 2.37/0.97  % (4859)lrs+10_1:128_asg=cautious:drc=off:fde=none:gve=force:norm_ineq=on:sas=z3:sos=all:sp=reverse_arity:spb=intro:ss=axioms:to=lpo:uwa=one_side_constant:i=370:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/370Mi)
% 2.67/0.99  % (4778)Instruction limit reached!
% 2.67/0.99  % (4778)------------------------------
% 2.67/0.99  % (4778)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.67/0.99  % (4778)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.67/0.99  % (4778)Termination reason: Unknown
% 2.67/0.99  % (4778)Termination phase: Saturation
% 2.67/0.99  
% 2.67/0.99  % (4778)Memory used [KB]: 11257
% 2.67/0.99  % (4778)Time elapsed: 0.470 s
% 2.67/0.99  % (4778)Instructions burned: 275 (million)
% 2.67/0.99  % (4778)------------------------------
% 2.67/0.99  % (4778)------------------------------
% 2.67/0.99  % (4766)First to succeed.
% 2.67/0.99  % (4766)Refutation found. Thanks to Tanya!
% 2.67/0.99  % SZS status Unsatisfiable for theBenchmark
% 2.67/0.99  % SZS output start Proof for theBenchmark
% See solution above
% 2.67/1.00  % (4766)------------------------------
% 2.67/1.00  % (4766)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.67/1.00  % (4766)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.67/1.00  % (4766)Termination reason: Refutation
% 2.67/1.00  
% 2.67/1.00  % (4766)Memory used [KB]: 11001
% 2.67/1.00  % (4766)Time elapsed: 0.515 s
% 2.67/1.00  % (4766)Instructions burned: 316 (million)
% 2.67/1.00  % (4766)------------------------------
% 2.67/1.00  % (4766)------------------------------
% 2.67/1.00  % (4726)Success in time 0.633 s
%------------------------------------------------------------------------------