TSTP Solution File: ARI748_1 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : ARI748_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:04 EDT 2022

% Result   : Unsatisfiable 2.54s 0.90s
% Output   : Refutation 2.54s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :  500
% Syntax   : Number of formulae    :  573 (  39 unt; 472 typ;   0 def)
%            Number of atoms       :  205 ( 114 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :  170 (  66   ~;  51   |;  28   &)
%                                         (  23 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   3 avg)
%            Maximal term depth    :    5 (   1 avg)
%            Number arithmetic     :   18 (   0 atm;   0 fun;  18 num;   0 var)
%            Number of types       :    8 (   5 usr;   2 ari)
%            Number of type conns  : 1610 ( 444   >;1166   *;   0   +;   0  <<)
%            Number of predicates  :   58 (  56 usr;  18 prp; 0-4 aty)
%            Number of functors    :  429 ( 428 usr;  24 con; 0-9 aty)
%            Number of variables   :   86 (  62   !;  24   ?;  86   :)

% 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_124,type,
    sK0: ( c_type * c_unsorted ) > c_type ).

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

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

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

tff(func_def_128,type,
    sK4: c_type ).

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

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

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

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

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

tff(func_def_134,type,
    sK10: ( c_unsorted * $int * c_type * c_unsorted * $int ) > c_type ).

tff(func_def_135,type,
    sK11: ( c_unsorted * $int * c_type * c_unsorted * $int ) > c_sorted ).

tff(func_def_136,type,
    sK12: ( c_unsorted * $int * $int * $int * $int ) > c_sorted ).

tff(func_def_137,type,
    sK13: ( c_type * c_unsorted * $int * c_unsorted ) > c_type ).

tff(func_def_138,type,
    sK14: ( c_type * c_unsorted * $int * c_unsorted ) > c_sorted ).

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

tff(func_def_140,type,
    sK16: c_unsorted > c_sorted ).

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

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

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

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

tff(func_def_145,type,
    sK21: ( $int * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_146,type,
    sK22: c_type > c_type ).

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

tff(func_def_148,type,
    sK24: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

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

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

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

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

tff(func_def_153,type,
    sK29: ( $int * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_154,type,
    sK30: ( $int * c_unsorted * c_unsorted ) > c_sorted ).

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

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

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

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

tff(func_def_159,type,
    sK35: ( $int * $int * c_unsorted * $int * $int * c_unsorted * c_unsorted ) > c_sorted ).

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

tff(func_def_161,type,
    sK37: ( $int * c_unsorted * $int * c_unsorted ) > c_sorted ).

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

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

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

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

tff(func_def_166,type,
    sK42: ( c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_167,type,
    sK43: ( c_unsorted * c_unsorted ) > c_sorted ).

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

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

tff(func_def_170,type,
    sK46: ( c_type * c_unsorted ) > c_type ).

tff(func_def_171,type,
    sK47: ( c_type * c_unsorted ) > c_sorted ).

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

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

tff(func_def_174,type,
    sK50: ( c_unsorted * c_unsorted ) > c_sorted ).

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

tff(func_def_176,type,
    sK52: ( c_unsorted * $int * c_unsorted * $int * c_unsorted * c_type * $int * $int * c_unsorted ) > c_type ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tff(func_def_191,type,
    sK67: ( c_unsorted * c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_192,type,
    sK68: ( c_unsorted * c_type * c_unsorted ) > c_type ).

tff(func_def_193,type,
    sK69: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_194,type,
    sK70: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_195,type,
    sK71: ( c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_196,type,
    sK72: ( c_unsorted * c_unsorted * c_type ) > c_sorted ).

tff(func_def_197,type,
    sK73: ( $real * $real ) > $real ).

tff(func_def_198,type,
    sK74: c_unsorted > c_sorted ).

tff(func_def_199,type,
    sK75: ( $real * $real ) > $real ).

tff(func_def_200,type,
    sK76: ( c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_201,type,
    sK77: ( c_unsorted * $int * c_unsorted ) > c_sorted ).

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

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

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

tff(func_def_205,type,
    sK81: c_type ).

tff(func_def_206,type,
    sK82: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

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

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

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

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

tff(func_def_211,type,
    sK87: ( c_type * c_unsorted * $int * c_unsorted ) > c_type ).

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

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

tff(func_def_214,type,
    sK90: ( c_type * c_unsorted * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_215,type,
    sK91: ( c_type * c_unsorted * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_216,type,
    sK92: ( c_type * c_unsorted * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_217,type,
    sK93: ( c_type * c_unsorted * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_218,type,
    sK94: ( c_type * c_unsorted * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_219,type,
    sK95: ( c_type * c_unsorted * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_220,type,
    sK96: ( c_type * c_unsorted ) > c_sorted ).

tff(func_def_221,type,
    sK97: ( c_unsorted * $int * c_unsorted * c_type ) > c_type ).

tff(func_def_222,type,
    sK98: ( c_unsorted * $int * c_unsorted * c_type ) > c_sorted ).

tff(func_def_223,type,
    sK99: ( c_unsorted * $int * c_unsorted * c_type ) > c_sorted ).

tff(func_def_224,type,
    sK100: ( $int * $int ) > $int ).

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

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

tff(func_def_227,type,
    sK103: c_type > c_type ).

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

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

tff(func_def_230,type,
    sK106: ( $int * $int * c_unsorted * c_unsorted * c_unsorted * $int * c_type ) > c_type ).

tff(func_def_231,type,
    sK107: ( $int * $int * c_unsorted * c_unsorted * c_unsorted * $int * c_type ) > c_type ).

tff(func_def_232,type,
    sK108: ( $int * $int * c_unsorted * c_unsorted * c_unsorted * $int * c_type ) > c_sorted ).

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

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

tff(func_def_235,type,
    sK111: c_unsorted > $int ).

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

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

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

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

tff(func_def_240,type,
    sK116: ( c_unsorted * c_type * c_unsorted ) > c_type ).

tff(func_def_241,type,
    sK117: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_242,type,
    sK118: ( c_unsorted * c_type * c_unsorted ) > c_type ).

tff(func_def_243,type,
    sK119: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_244,type,
    sK120: ( c_unsorted * c_type * c_unsorted ) > c_type ).

tff(func_def_245,type,
    sK121: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_246,type,
    sK122: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_247,type,
    sK123: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_248,type,
    sK124: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_249,type,
    sK125: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_250,type,
    sK126: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_251,type,
    sK127: ( c_unsorted * c_type * c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_252,type,
    sK128: c_unsorted > c_type ).

tff(func_def_253,type,
    sK129: c_unsorted > c_sorted ).

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

tff(func_def_255,type,
    sK131: ( c_unsorted * c_unsorted * c_type ) > c_type ).

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

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

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

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

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

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

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

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

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

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

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

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

tff(func_def_268,type,
    sK144: ( $real * $real ) > $real ).

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

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

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

tff(func_def_272,type,
    sK148: ( c_type * c_unsorted * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_273,type,
    sK149: ( c_type * c_unsorted * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

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

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

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

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

tff(func_def_278,type,
    sK154: ( c_unsorted * c_unsorted * $int * $int ) > c_sorted ).

tff(func_def_279,type,
    sK155: ( c_unsorted * c_unsorted * $int * $int ) > c_sorted ).

tff(func_def_280,type,
    sK156: ( c_unsorted * $int * $int * c_unsorted ) > c_sorted ).

tff(func_def_281,type,
    sK157: ( c_unsorted * $int * $int * c_unsorted ) > c_sorted ).

tff(func_def_282,type,
    sK158: ( c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_283,type,
    sK159: ( c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_284,type,
    sK160: ( $int * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_285,type,
    sK161: ( $int * c_type * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_286,type,
    sK162: ( $int * c_type * c_unsorted * c_unsorted ) > c_sorted ).

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

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

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

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

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

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

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

tff(func_def_294,type,
    sK170: c_unsorted > c_type ).

tff(func_def_295,type,
    sK171: c_unsorted > c_sorted ).

tff(func_def_296,type,
    sK172: ( $int * c_unsorted * $int * c_unsorted * $int * $int ) > c_sorted ).

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

tff(func_def_298,type,
    sK174: ( $int * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_299,type,
    sK175: ( $int * c_unsorted * $int * c_unsorted ) > c_sorted ).

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

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

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

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

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

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

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

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

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

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

tff(func_def_310,type,
    sK186: ( c_unsorted * c_unsorted * $int * $int * c_type * $int * c_unsorted ) > c_sorted ).

tff(func_def_311,type,
    sK187: ( c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_312,type,
    sK188: ( c_unsorted * c_unsorted * $int ) > c_sorted ).

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

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

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

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

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

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

tff(func_def_319,type,
    sK195: ( c_type * c_unsorted * c_unsorted * $int ) > c_type ).

tff(func_def_320,type,
    sK196: ( c_type * c_unsorted * c_unsorted * $int ) > $int ).

tff(func_def_321,type,
    sK197: ( c_type * c_unsorted * c_unsorted * $int ) > c_type ).

tff(func_def_322,type,
    sK198: ( c_type * c_unsorted * c_unsorted * $int ) > c_unsorted ).

tff(func_def_323,type,
    sK199: ( c_type * c_unsorted * c_unsorted * $int ) > c_sorted ).

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

tff(func_def_325,type,
    sK201: ( c_unsorted * c_type * c_unsorted ) > c_unsorted ).

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

tff(func_def_327,type,
    sK203: ( c_unsorted * c_type * c_unsorted ) > c_type ).

tff(func_def_328,type,
    sK204: ( c_unsorted * c_type * c_unsorted ) > c_sorted ).

tff(func_def_329,type,
    sK205: ( c_unsorted * c_type * c_unsorted * $int ) > c_type ).

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

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

tff(func_def_332,type,
    sK208: ( $int * c_unsorted * c_type * c_unsorted ) > $int ).

tff(func_def_333,type,
    sK209: ( $int * c_unsorted * c_type * c_unsorted * $int ) > c_type ).

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

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

tff(func_def_336,type,
    sK212: ( c_unsorted * c_type * $int * c_unsorted ) > $int ).

tff(func_def_337,type,
    sK213: ( c_unsorted * c_type * $int * c_unsorted ) > $int ).

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

tff(func_def_339,type,
    sK215: c_unsorted > c_sorted ).

tff(func_def_340,type,
    sK216: ( $int * $int * c_unsorted * $int * c_type * $int * c_unsorted ) > c_sorted ).

tff(func_def_341,type,
    sK217: ( $int * $int * c_unsorted * $int * c_type * $int * c_unsorted ) > c_sorted ).

tff(func_def_342,type,
    sK218: ( c_type * c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_343,type,
    sK219: ( c_type * c_unsorted * $int * c_unsorted ) > c_type ).

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

tff(func_def_345,type,
    sK221: c_type > c_type ).

tff(func_def_346,type,
    sK222: ( c_type * c_unsorted * $int * c_unsorted ) > c_type ).

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

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

tff(func_def_349,type,
    sK225: ( c_type * $int * c_unsorted * $int ) > c_type ).

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

tff(func_def_351,type,
    sK227: ( $int * c_unsorted * c_unsorted * $int * c_unsorted * $int * $int * c_unsorted * c_type ) > c_type ).

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

tff(func_def_353,type,
    sK229: ( $int * c_unsorted * c_unsorted * $int * c_unsorted * $int * $int * c_unsorted * c_type ) > c_type ).

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

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

tff(func_def_356,type,
    sK232: ( c_unsorted * c_type ) > c_sorted ).

tff(func_def_357,type,
    sK233: ( c_unsorted * c_type ) > c_sorted ).

tff(func_def_358,type,
    sK234: c_unsorted > c_type ).

tff(func_def_359,type,
    sK235: c_unsorted > c_sorted ).

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

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

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

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

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

tff(func_def_365,type,
    sK241: ( $int * $int ) > $int ).

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

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

tff(func_def_368,type,
    sK244: ( c_type * c_unsorted * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_369,type,
    sK245: ( c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_370,type,
    sK246: ( c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

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

tff(func_def_372,type,
    sK248: c_unsorted > $int ).

tff(func_def_373,type,
    sK249: ( c_unsorted * c_type * c_unsorted * $int ) > c_sorted ).

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

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

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

tff(func_def_377,type,
    sK253: ( c_type * c_unsorted * c_unsorted * c_type * c_unsorted ) > c_unsorted ).

tff(func_def_378,type,
    sK254: ( c_type * c_unsorted * c_unsorted * c_type * c_unsorted ) > c_unsorted ).

tff(func_def_379,type,
    sK255: ( c_type * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_380,type,
    sK256: ( c_type * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_381,type,
    sK257: ( c_type * c_unsorted * c_unsorted * c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_382,type,
    sK258: ( $int * $int ) > $int ).

tff(func_def_383,type,
    sK259: ( c_type * c_unsorted * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_384,type,
    sK260: ( c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_385,type,
    sK261: ( c_type * c_unsorted * c_unsorted * c_unsorted ) > c_sorted ).

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

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

tff(func_def_388,type,
    sK264: ( c_type * $int * $int * c_unsorted ) > c_sorted ).

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

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

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

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

tff(func_def_393,type,
    sK269: ( $int * c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_394,type,
    sK270: ( $int * c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_395,type,
    sK271: c_unsorted > c_sorted ).

tff(func_def_396,type,
    sK272: c_unsorted ).

tff(func_def_397,type,
    sK273: c_unsorted ).

tff(func_def_398,type,
    sK274: c_unsorted > c_type ).

tff(func_def_399,type,
    sK275: c_unsorted > c_sorted ).

tff(func_def_400,type,
    sK276: ( c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_401,type,
    sK277: ( c_unsorted * c_unsorted * $int ) > c_sorted ).

tff(func_def_402,type,
    sK278: c_unsorted > c_type ).

tff(func_def_403,type,
    sK279: c_unsorted > c_sorted ).

tff(func_def_404,type,
    sK280: c_unsorted > c_type ).

tff(func_def_405,type,
    sK281: c_unsorted > c_sorted ).

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

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

tff(func_def_408,type,
    sK284: ( $int * c_unsorted * c_unsorted * $int * $int * $int ) > c_sorted ).

tff(func_def_409,type,
    sK285: c_unsorted > c_type ).

tff(func_def_410,type,
    sK286: c_unsorted > c_sorted ).

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

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

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

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

tff(func_def_415,type,
    sK291: ( c_unsorted * $int * $int * c_type * c_unsorted * c_unsorted * $int * $int * c_unsorted ) > c_sorted ).

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

tff(func_def_417,type,
    sK293: ( $real * $real ) > $real ).

tff(func_def_418,type,
    sK294: ( c_type * c_unsorted ) > c_sorted ).

tff(func_def_419,type,
    sK295: ( c_unsorted * c_type * c_unsorted * c_unsorted ) > c_type ).

tff(func_def_420,type,
    sK296: ( c_unsorted * c_type * c_unsorted * c_unsorted ) > c_sorted ).

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

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

tff(func_def_423,type,
    sK299: c_type ).

tff(func_def_424,type,
    sK300: c_unsorted > c_type ).

tff(func_def_425,type,
    sK301: c_unsorted > c_sorted ).

tff(func_def_426,type,
    sK302: c_unsorted > c_sorted ).

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

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

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

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

tff(func_def_431,type,
    sK307: ( $int * c_type * $int * c_unsorted ) > c_type ).

tff(func_def_432,type,
    sK308: ( $int * c_type * $int * c_unsorted ) > c_sorted ).

tff(func_def_433,type,
    sK309: ( $int * $int * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_434,type,
    sK310: ( $int * $int * c_unsorted * c_unsorted ) > c_sorted ).

tff(func_def_435,type,
    sK311: c_unsorted > c_type ).

tff(func_def_436,type,
    sK312: c_unsorted > c_sorted ).

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

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

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

tff(func_def_440,type,
    sK316: c_type > c_type ).

tff(func_def_441,type,
    sK317: ( c_unsorted * $int * c_unsorted ) > c_sorted ).

tff(func_def_442,type,
    sK318: ( c_unsorted * $int * c_unsorted ) > c_sorted ).

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(f1844,plain,
    $false,
    inference(avatar_smt_refutation,[],[f1581,f1586,f1600,f1618,f1677,f1682,f1708,f1713,f1729,f1749,f1758,f1764,f1807,f1818,f1824,f1830,f1836,f1843]) ).

tff(f1843,plain,
    ( spl319_17
    | ~ spl319_5
    | ~ spl319_14 ),
    inference(avatar_split_clause,[],[f1837,f1815,f1674,f1840]) ).

tff(f1840,plain,
    ( spl319_17
  <=> ( 1 = int_of_tag(c_sort(sK299,int_P_tag)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_17])]) ).

tff(f1674,plain,
    ( spl319_5
  <=> ( 1 = int_of_tag(c_sort(tag_id(int_P),int_P_tag)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_5])]) ).

tff(f1815,plain,
    ( spl319_14
  <=> ( tag_id(int_P) = sK299 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_14])]) ).

tff(f1837,plain,
    ( ( 1 = int_of_tag(c_sort(sK299,int_P_tag)) )
    | ~ spl319_5
    | ~ spl319_14 ),
    inference(backward_demodulation,[],[f1676,f1817]) ).

tff(f1817,plain,
    ( ( tag_id(int_P) = sK299 )
    | ~ spl319_14 ),
    inference(avatar_component_clause,[],[f1815]) ).

tff(f1676,plain,
    ( ( 1 = int_of_tag(c_sort(tag_id(int_P),int_P_tag)) )
    | ~ spl319_5 ),
    inference(avatar_component_clause,[],[f1674]) ).

tff(f1836,plain,
    ( spl319_16
    | ~ spl319_4
    | ~ spl319_12 ),
    inference(avatar_split_clause,[],[f1831,f1761,f1615,f1833]) ).

tff(f1833,plain,
    ( spl319_16
  <=> ( 1 = int_of_tag(c_sort(sK4,void_P_tag)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_16])]) ).

tff(f1615,plain,
    ( spl319_4
  <=> ( 1 = int_of_tag(c_sort(tag_id(void_P),void_P_tag)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_4])]) ).

tff(f1761,plain,
    ( spl319_12
  <=> ( tag_id(void_P) = sK4 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_12])]) ).

tff(f1831,plain,
    ( ( 1 = int_of_tag(c_sort(sK4,void_P_tag)) )
    | ~ spl319_4
    | ~ spl319_12 ),
    inference(forward_demodulation,[],[f1617,f1763]) ).

tff(f1763,plain,
    ( ( tag_id(void_P) = sK4 )
    | ~ spl319_12 ),
    inference(avatar_component_clause,[],[f1761]) ).

tff(f1617,plain,
    ( ( 1 = int_of_tag(c_sort(tag_id(void_P),void_P_tag)) )
    | ~ spl319_4 ),
    inference(avatar_component_clause,[],[f1615]) ).

tff(f1830,plain,
    ( spl319_15
    | ~ spl319_6
    | ~ spl319_8 ),
    inference(avatar_split_clause,[],[f1825,f1710,f1679,f1827]) ).

tff(f1827,plain,
    ( spl319_15
  <=> ( 1 = int_of_tag(c_sort(sK81,char_P_tag)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_15])]) ).

tff(f1679,plain,
    ( spl319_6
  <=> ( 1 = int_of_tag(c_sort(tag_id(char_P),char_P_tag)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_6])]) ).

tff(f1710,plain,
    ( spl319_8
  <=> ( tag_id(char_P) = sK81 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_8])]) ).

tff(f1825,plain,
    ( ( 1 = int_of_tag(c_sort(sK81,char_P_tag)) )
    | ~ spl319_6
    | ~ spl319_8 ),
    inference(forward_demodulation,[],[f1681,f1712]) ).

tff(f1712,plain,
    ( ( tag_id(char_P) = sK81 )
    | ~ spl319_8 ),
    inference(avatar_component_clause,[],[f1710]) ).

tff(f1681,plain,
    ( ( 1 = int_of_tag(c_sort(tag_id(char_P),char_P_tag)) )
    | ~ spl319_6 ),
    inference(avatar_component_clause,[],[f1679]) ).

tff(f1824,plain,
    ( spl319_2
    | ~ spl319_9 ),
    inference(avatar_contradiction_clause,[],[f1823]) ).

tff(f1823,plain,
    ( $false
    | spl319_2
    | ~ spl319_9 ),
    inference(trivial_inequality_removal,[],[f1822]) ).

tff(f1822,plain,
    ( ( c_sort(block(int_P),base_block(c_sort(pointer(int_P),sK272))) != c_sort(block(int_P),base_block(c_sort(pointer(int_P),sK272))) )
    | spl319_2
    | ~ spl319_9 ),
    inference(forward_literal_rewriting,[],[f1821,f1345]) ).

tff(f1345,plain,
    ! [X2: c_unsorted,X0: c_unsorted,X1: c_type] :
      ( ( c_sort(block(X1),base_block(c_sort(pointer(X1),X0))) != c_sort(block(X1),base_block(c_sort(pointer(X1),X2))) )
      | same_block(c_sort(pointer(X1),X0),c_sort(pointer(X1),X2)) ),
    inference(definition_unfolding,[],[f758,f762,f1169,f762,f1170,f1169,f1170]) ).

tff(f1170,plain,
    ! [X2: c_unsorted,X0: c_unsorted,X1: c_type] : ( c_sort(pointer(X1),X2) = sK119(X0,X1,X2) ),
    inference(definition_unfolding,[],[f760,f763]) ).

tff(f763,plain,
    ! [X2: c_unsorted,X0: c_unsorted,X1: c_type] : ( pointer(X1) = sK116(X0,X1,X2) ),
    inference(cnf_transformation,[],[f295]) ).

tff(f295,plain,
    ! [X0: c_unsorted,X2: c_unsorted,X1: c_type] :
    ? [X3: c_type] :
      ( ( pointer(X1) = X3 )
      & ? [X5: c_sorted,X4: c_type,X6: c_sorted] :
          ( ( block(X1) = X4 )
          & ( c_sort(X3,X0) = X5 )
          & ( c_sort(X3,X2) = X6 )
          & ( same_block(X5,X6)
          <=> ( c_sort(X4,base_block(X6)) = c_sort(X4,base_block(X5)) ) ) ) ),
    inference(rectify,[],[f44]) ).

tff(f44,axiom,
    ! [X85: c_unsorted,X84: c_type,X86: c_unsorted] :
    ? [X87: c_type] :
      ( ( pointer(X84) = X87 )
      & ? [X90: c_type,X88: c_sorted,X89: c_sorted] :
          ( ( block(X84) = X90 )
          & ( c_sort(X87,X85) = X88 )
          & ( same_block(X88,X89)
          <=> ( c_sort(X90,base_block(X88)) = c_sort(X90,base_block(X89)) ) )
          & ( c_sort(X87,X86) = X89 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_44) ).

tff(f760,plain,
    ! [X2: c_unsorted,X0: c_unsorted,X1: c_type] : ( sK119(X0,X1,X2) = c_sort(sK116(X0,X1,X2),X2) ),
    inference(cnf_transformation,[],[f295]) ).

tff(f1169,plain,
    ! [X2: c_unsorted,X0: c_unsorted,X1: c_type] : ( c_sort(pointer(X1),X0) = sK117(X0,X1,X2) ),
    inference(definition_unfolding,[],[f761,f763]) ).

tff(f761,plain,
    ! [X2: c_unsorted,X0: c_unsorted,X1: c_type] : ( sK117(X0,X1,X2) = c_sort(sK116(X0,X1,X2),X0) ),
    inference(cnf_transformation,[],[f295]) ).

tff(f762,plain,
    ! [X2: c_unsorted,X0: c_unsorted,X1: c_type] : ( block(X1) = sK118(X0,X1,X2) ),
    inference(cnf_transformation,[],[f295]) ).

tff(f758,plain,
    ! [X2: c_unsorted,X0: c_unsorted,X1: c_type] :
      ( ( c_sort(sK118(X0,X1,X2),base_block(sK117(X0,X1,X2))) != c_sort(sK118(X0,X1,X2),base_block(sK119(X0,X1,X2))) )
      | same_block(sK117(X0,X1,X2),sK119(X0,X1,X2)) ),
    inference(cnf_transformation,[],[f295]) ).

tff(f1821,plain,
    ( ~ same_block(c_sort(pointer(int_P),sK272),c_sort(pointer(int_P),sK272))
    | spl319_2
    | ~ spl319_9 ),
    inference(forward_demodulation,[],[f1585,f1728]) ).

tff(f1728,plain,
    ( ( c_sort(pointer(int_P),sK273) = c_sort(pointer(int_P),sK272) )
    | ~ spl319_9 ),
    inference(avatar_component_clause,[],[f1726]) ).

tff(f1726,plain,
    ( spl319_9
  <=> ( c_sort(pointer(int_P),sK273) = c_sort(pointer(int_P),sK272) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_9])]) ).

tff(f1585,plain,
    ( ~ same_block(c_sort(pointer(int_P),sK272),c_sort(pointer(int_P),sK273))
    | spl319_2 ),
    inference(avatar_component_clause,[],[f1583]) ).

tff(f1583,plain,
    ( spl319_2
  <=> same_block(c_sort(pointer(int_P),sK272),c_sort(pointer(int_P),sK273)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_2])]) ).

tff(f1818,plain,
    spl319_14,
    inference(avatar_split_clause,[],[f1086,f1815]) ).

tff(f1086,plain,
    tag_id(int_P) = sK299,
    inference(cnf_transformation,[],[f433]) ).

tff(f433,plain,
    ? [X0: c_type] :
      ( parenttag(c_sort(X0,int_P_tag),c_sort(X0,bottom_tag))
      & ( tag_id(int_P) = X0 ) ),
    inference(rectify,[],[f153]) ).

tff(f153,axiom,
    ? [X725: c_type] :
      ( ( tag_id(int_P) = X725 )
      & parenttag(c_sort(X725,int_P_tag),c_sort(X725,bottom_tag)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_153) ).

tff(f1807,plain,
    ~ spl319_13,
    inference(avatar_split_clause,[],[f707,f1804]) ).

tff(f1804,plain,
    ( spl319_13
  <=> ( c_Boolean_true = c_Boolean_false ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_13])]) ).

tff(f707,plain,
    c_Boolean_true != c_Boolean_false,
    inference(cnf_transformation,[],[f2]) ).

tff(f2,axiom,
    c_Boolean_true != c_Boolean_false,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_2) ).

tff(f1764,plain,
    spl319_12,
    inference(avatar_split_clause,[],[f538,f1761]) ).

tff(f538,plain,
    tag_id(void_P) = sK4,
    inference(cnf_transformation,[],[f396]) ).

tff(f396,plain,
    ? [X0: c_type] :
      ( parenttag(c_sort(X0,void_P_tag),c_sort(X0,bottom_tag))
      & ( tag_id(void_P) = X0 ) ),
    inference(rectify,[],[f182]) ).

tff(f182,axiom,
    ? [X863: c_type] :
      ( ( tag_id(void_P) = X863 )
      & parenttag(c_sort(X863,void_P_tag),c_sort(X863,bottom_tag)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_182) ).

tff(f1758,plain,
    spl319_11,
    inference(avatar_split_clause,[],[f539,f1755]) ).

tff(f1755,plain,
    ( spl319_11
  <=> parenttag(c_sort(sK4,void_P_tag),c_sort(sK4,bottom_tag)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_11])]) ).

tff(f539,plain,
    parenttag(c_sort(sK4,void_P_tag),c_sort(sK4,bottom_tag)),
    inference(cnf_transformation,[],[f396]) ).

tff(f1749,plain,
    spl319_10,
    inference(avatar_split_clause,[],[f693,f1746]) ).

tff(f1746,plain,
    ( spl319_10
  <=> parenttag(c_sort(sK81,char_P_tag),c_sort(sK81,bottom_tag)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_10])]) ).

tff(f693,plain,
    parenttag(c_sort(sK81,char_P_tag),c_sort(sK81,bottom_tag)),
    inference(cnf_transformation,[],[f363]) ).

tff(f363,plain,
    ? [X0: c_type] :
      ( parenttag(c_sort(X0,char_P_tag),c_sort(X0,bottom_tag))
      & ( tag_id(char_P) = X0 ) ),
    inference(rectify,[],[f140]) ).

tff(f140,axiom,
    ? [X698: c_type] :
      ( parenttag(c_sort(X698,char_P_tag),c_sort(X698,bottom_tag))
      & ( tag_id(char_P) = X698 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_140) ).

tff(f1729,plain,
    spl319_9,
    inference(avatar_split_clause,[],[f1563,f1726]) ).

tff(f1563,plain,
    c_sort(pointer(int_P),sK273) = c_sort(pointer(int_P),sK272),
    inference(equality_resolution,[],[f1562]) ).

tff(f1562,plain,
    ! [X2: c_type] :
      ( ( c_sort(X2,sK272) = c_sort(X2,sK273) )
      | ( pointer(int_P) != X2 ) ),
    inference(equality_resolution,[],[f1561]) ).

tff(f1561,plain,
    ! [X2: c_type,X3: c_sorted] :
      ( ( c_sort(X2,sK273) = X3 )
      | ( c_sort(X2,sK272) != X3 )
      | ( pointer(int_P) != X2 ) ),
    inference(equality_resolution,[],[f1032]) ).

tff(f1032,plain,
    ! [X2: c_type,X3: c_sorted,X4: c_sorted] :
      ( ( c_sort(X2,sK273) != X4 )
      | ( X3 = X4 )
      | ( c_sort(X2,sK272) != X3 )
      | ( pointer(int_P) != X2 ) ),
    inference(cnf_transformation,[],[f481]) ).

tff(f481,plain,
    ? [X1: c_unsorted,X0: c_unsorted] :
    ! [X2: c_type] :
      ( ( pointer(int_P) != X2 )
      | ! [X3: c_sorted,X4: c_sorted] :
          ( ( c_sort(X2,X1) != X3 )
          | ( ~ same_block(X3,X4)
            & ( c_Boolean_true = c_Boolean_true )
            & ( X3 = X4 ) )
          | ( c_sort(X2,X0) != X4 ) ) ),
    inference(flattening,[],[f480]) ).

tff(f480,plain,
    ? [X0: c_unsorted,X1: c_unsorted] :
    ! [X2: c_type] :
      ( ( pointer(int_P) != X2 )
      | ! [X4: c_sorted,X3: c_sorted] :
          ( ( c_sort(X2,X0) != X4 )
          | ( ( X3 = X4 )
            & ( c_Boolean_true = c_Boolean_true )
            & ~ same_block(X3,X4) )
          | ( c_sort(X2,X1) != X3 ) ) ),
    inference(ennf_transformation,[],[f391]) ).

tff(f391,plain,
    ~ ! [X0: c_unsorted,X1: c_unsorted] :
      ? [X2: c_type] :
        ( ( pointer(int_P) = X2 )
        & ? [X4: c_sorted,X3: c_sorted] :
            ( ( c_sort(X2,X0) = X4 )
            & ( ( ( c_Boolean_true = c_Boolean_true )
                & ~ same_block(X3,X4) )
             => ( X3 != X4 ) )
            & ( c_sort(X2,X1) = X3 ) ) ),
    inference(rectify,[],[f184]) ).

tff(f184,axiom,
    ~ ! [X867: c_unsorted,X866: c_unsorted] :
      ? [X868: c_type] :
        ( ( pointer(int_P) = X868 )
        & ? [X869: c_sorted,X870: c_sorted] :
            ( ( c_sort(X868,X866) = X869 )
            & ( ( ( c_Boolean_true = c_Boolean_true )
                & ~ same_block(X869,X870) )
             => ( X869 != X870 ) )
            & ( c_sort(X868,X867) = X870 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_184) ).

tff(f1713,plain,
    spl319_8,
    inference(avatar_split_clause,[],[f692,f1710]) ).

tff(f692,plain,
    tag_id(char_P) = sK81,
    inference(cnf_transformation,[],[f363]) ).

tff(f1708,plain,
    spl319_7,
    inference(avatar_split_clause,[],[f1567,f1705]) ).

tff(f1705,plain,
    ( spl319_7
  <=> ( c_Boolean_true = bool_not(c_Boolean_false) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_7])]) ).

tff(f1567,plain,
    c_Boolean_true = bool_not(c_Boolean_false),
    inference(equality_resolution,[],[f1066]) ).

tff(f1066,plain,
    ! [X0: c_Boolean] :
      ( ( c_Boolean_true = bool_not(X0) )
      | ( c_Boolean_false != X0 ) ),
    inference(cnf_transformation,[],[f374]) ).

tff(f374,plain,
    ! [X0: c_Boolean] :
      ( ( c_Boolean_false = X0 )
    <=> ( c_Boolean_true = bool_not(X0) ) ),
    inference(rectify,[],[f15]) ).

tff(f15,axiom,
    ! [X17: c_Boolean] :
      ( ( c_Boolean_false = X17 )
    <=> ( c_Boolean_true = bool_not(X17) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_15) ).

tff(f1682,plain,
    spl319_6,
    inference(avatar_split_clause,[],[f851,f1679]) ).

tff(f851,plain,
    1 = int_of_tag(c_sort(tag_id(char_P),char_P_tag)),
    inference(cnf_transformation,[],[f137]) ).

tff(f137,axiom,
    1 = int_of_tag(c_sort(tag_id(char_P),char_P_tag)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_137) ).

tff(f1677,plain,
    spl319_5,
    inference(avatar_split_clause,[],[f1029,f1674]) ).

tff(f1029,plain,
    1 = int_of_tag(c_sort(tag_id(int_P),int_P_tag)),
    inference(cnf_transformation,[],[f150]) ).

tff(f150,axiom,
    1 = int_of_tag(c_sort(tag_id(int_P),int_P_tag)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_150) ).

tff(f1618,plain,
    spl319_4,
    inference(avatar_split_clause,[],[f1093,f1615]) ).

tff(f1093,plain,
    1 = int_of_tag(c_sort(tag_id(void_P),void_P_tag)),
    inference(cnf_transformation,[],[f179]) ).

tff(f179,axiom,
    1 = int_of_tag(c_sort(tag_id(void_P),void_P_tag)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_179) ).

tff(f1600,plain,
    spl319_3,
    inference(avatar_split_clause,[],[f1087,f1597]) ).

tff(f1597,plain,
    ( spl319_3
  <=> parenttag(c_sort(sK299,int_P_tag),c_sort(sK299,bottom_tag)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_3])]) ).

tff(f1087,plain,
    parenttag(c_sort(sK299,int_P_tag),c_sort(sK299,bottom_tag)),
    inference(cnf_transformation,[],[f433]) ).

tff(f1586,plain,
    ~ spl319_2,
    inference(avatar_split_clause,[],[f1557,f1583]) ).

tff(f1557,plain,
    ~ same_block(c_sort(pointer(int_P),sK272),c_sort(pointer(int_P),sK273)),
    inference(equality_resolution,[],[f1556]) ).

tff(f1556,plain,
    ! [X2: c_type] :
      ( ~ same_block(c_sort(X2,sK272),c_sort(X2,sK273))
      | ( pointer(int_P) != X2 ) ),
    inference(equality_resolution,[],[f1555]) ).

tff(f1555,plain,
    ! [X2: c_type,X3: c_sorted] :
      ( ~ same_block(X3,c_sort(X2,sK273))
      | ( c_sort(X2,sK272) != X3 )
      | ( pointer(int_P) != X2 ) ),
    inference(equality_resolution,[],[f1034]) ).

tff(f1034,plain,
    ! [X2: c_type,X3: c_sorted,X4: c_sorted] :
      ( ( c_sort(X2,sK273) != X4 )
      | ~ same_block(X3,X4)
      | ( c_sort(X2,sK272) != X3 )
      | ( pointer(int_P) != X2 ) ),
    inference(cnf_transformation,[],[f481]) ).

tff(f1581,plain,
    spl319_1,
    inference(avatar_split_clause,[],[f1487,f1578]) ).

tff(f1578,plain,
    ( spl319_1
  <=> ( c_Boolean_true = bool_and(c_Boolean_true,c_Boolean_true) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl319_1])]) ).

tff(f1487,plain,
    c_Boolean_true = bool_and(c_Boolean_true,c_Boolean_true),
    inference(equality_resolution,[],[f1486]) ).

tff(f1486,plain,
    ! [X0: c_Boolean] :
      ( ( c_Boolean_true != X0 )
      | ( c_Boolean_true = bool_and(X0,c_Boolean_true) ) ),
    inference(equality_resolution,[],[f545]) ).

tff(f545,plain,
    ! [X0: c_Boolean,X1: c_Boolean] :
      ( ( c_Boolean_true != X1 )
      | ( c_Boolean_true != X0 )
      | ( c_Boolean_true = bool_and(X0,X1) ) ),
    inference(cnf_transformation,[],[f343]) ).

tff(f343,plain,
    ! [X0: c_Boolean,X1: c_Boolean] :
      ( ( c_Boolean_true = bool_and(X0,X1) )
    <=> ( ( c_Boolean_true = X0 )
        & ( c_Boolean_true = X1 ) ) ),
    inference(rectify,[],[f12]) ).

tff(f12,axiom,
    ! [X11: c_Boolean,X12: c_Boolean] :
      ( ( c_Boolean_true = bool_and(X11,X12) )
    <=> ( ( c_Boolean_true = X12 )
        & ( c_Boolean_true = X11 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',formula_12) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem    : ARI748=1 : TPTP v8.1.0. Released v7.0.0.
% 0.04/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.12/0.35  % Computer : n013.cluster.edu
% 0.12/0.35  % Model    : x86_64 x86_64
% 0.12/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.35  % Memory   : 8042.1875MB
% 0.12/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.35  % CPULimit   : 300
% 0.12/0.35  % WCLimit    : 300
% 0.12/0.35  % DateTime   : Mon Aug 29 19:02:31 EDT 2022
% 0.12/0.35  % CPUTime    : 
% 0.20/0.43  % (13895)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.20/0.43  % (13888)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.20/0.43  % (13887)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.20/0.43  % (13889)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.20/0.43  % (13895)Instruction limit reached!
% 0.20/0.43  % (13895)------------------------------
% 0.20/0.43  % (13895)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.43  % (13886)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.20/0.43  % (13895)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.43  % (13895)Termination reason: Unknown
% 0.20/0.43  % (13895)Termination phase: shuffling
% 0.20/0.43  
% 0.20/0.43  % (13895)Memory used [KB]: 1535
% 0.20/0.43  % (13895)Time elapsed: 0.003 s
% 0.20/0.43  % (13895)Instructions burned: 2 (million)
% 0.20/0.43  % (13895)------------------------------
% 0.20/0.43  % (13895)------------------------------
% 0.20/0.43  % (13889)Instruction limit reached!
% 0.20/0.43  % (13889)------------------------------
% 0.20/0.43  % (13889)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.43  % (13889)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.43  % (13889)Termination reason: Unknown
% 0.20/0.43  % (13889)Termination phase: shuffling
% 0.20/0.43  
% 0.20/0.43  % (13889)Memory used [KB]: 1535
% 0.20/0.43  % (13889)Time elapsed: 0.003 s
% 0.20/0.43  % (13889)Instructions burned: 2 (million)
% 0.20/0.43  % (13889)------------------------------
% 0.20/0.43  % (13889)------------------------------
% 0.20/0.43  % (13897)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.20/0.43  % (13898)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.20/0.43  % (13898)Instruction limit reached!
% 0.20/0.43  % (13898)------------------------------
% 0.20/0.43  % (13898)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.43  % (13898)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.43  % (13898)Termination reason: Unknown
% 0.20/0.43  % (13898)Termination phase: shuffling
% 0.20/0.43  
% 0.20/0.43  % (13898)Memory used [KB]: 1535
% 0.20/0.43  % (13898)Time elapsed: 0.003 s
% 0.20/0.43  % (13898)Instructions burned: 2 (million)
% 0.20/0.43  % (13898)------------------------------
% 0.20/0.43  % (13898)------------------------------
% 0.20/0.44  % (13888)Instruction limit reached!
% 0.20/0.44  % (13888)------------------------------
% 0.20/0.44  % (13888)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.44  % (13888)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.44  % (13888)Termination reason: Unknown
% 0.20/0.44  % (13888)Termination phase: Property scanning
% 0.20/0.44  
% 0.20/0.44  % (13888)Memory used [KB]: 1663
% 0.20/0.44  % (13888)Time elapsed: 0.007 s
% 0.20/0.44  % (13888)Instructions burned: 8 (million)
% 0.20/0.44  % (13888)------------------------------
% 0.20/0.44  % (13888)------------------------------
% 0.20/0.44  % (13900)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.20/0.44  % (13913)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.20/0.44  % (13891)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.20/0.44  % (13890)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.20/0.44  % (13909)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.20/0.44  % (13907)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.20/0.44  % (13908)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.20/0.44  % (13901)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.20/0.44  % (13912)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.20/0.44  % (13901)Instruction limit reached!
% 0.20/0.44  % (13901)------------------------------
% 0.20/0.44  % (13901)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.44  % (13901)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.44  % (13901)Termination reason: Unknown
% 0.20/0.44  % (13901)Termination phase: shuffling
% 0.20/0.44  
% 0.20/0.44  % (13901)Memory used [KB]: 1535
% 0.20/0.44  % (13901)Time elapsed: 0.004 s
% 0.20/0.44  % (13901)Instructions burned: 2 (million)
% 0.20/0.44  % (13901)------------------------------
% 0.20/0.44  % (13901)------------------------------
% 0.20/0.44  % (13897)Instruction limit reached!
% 0.20/0.44  % (13897)------------------------------
% 0.20/0.44  % (13897)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.44  % (13897)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.44  % (13897)Termination reason: Unknown
% 0.20/0.44  % (13897)Termination phase: Property scanning
% 0.20/0.44  
% 0.20/0.44  % (13897)Memory used [KB]: 1663
% 0.20/0.44  % (13897)Time elapsed: 0.006 s
% 0.20/0.44  % (13897)Instructions burned: 4 (million)
% 0.20/0.44  % (13897)------------------------------
% 0.20/0.44  % (13897)------------------------------
% 0.20/0.44  % (13905)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.20/0.44  % (13905)Instruction limit reached!
% 0.20/0.44  % (13905)------------------------------
% 0.20/0.44  % (13905)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.44  % (13905)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.44  % (13905)Termination reason: Unknown
% 0.20/0.44  % (13905)Termination phase: shuffling
% 0.20/0.44  
% 0.20/0.44  % (13905)Memory used [KB]: 1535
% 0.20/0.44  % (13905)Time elapsed: 0.003 s
% 0.20/0.44  % (13905)Instructions burned: 2 (million)
% 0.20/0.44  % (13905)------------------------------
% 0.20/0.44  % (13905)------------------------------
% 0.20/0.44  % (13911)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.20/0.44  % (13910)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.20/0.45  % (13914)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.20/0.45  % (13899)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 0.20/0.45  % (13904)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.20/0.45  % (13896)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.20/0.45  % (13892)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.20/0.45  % (13903)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.20/0.45  % (13902)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.20/0.45  % (13902)Instruction limit reached!
% 0.20/0.45  % (13902)------------------------------
% 0.20/0.45  % (13902)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.45  % (13902)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.45  % (13902)Termination reason: Unknown
% 0.20/0.45  % (13902)Termination phase: shuffling
% 0.20/0.45  
% 0.20/0.45  % (13902)Memory used [KB]: 1535
% 0.20/0.45  % (13902)Time elapsed: 0.003 s
% 0.20/0.45  % (13902)Instructions burned: 2 (million)
% 0.20/0.45  % (13902)------------------------------
% 0.20/0.45  % (13902)------------------------------
% 0.20/0.45  % (13906)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.20/0.45  % (13894)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.20/0.45  % (13917)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.20/0.46  % (13916)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.20/0.46  % (13918)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.20/0.46  % (13920)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 (2999ds/100Mi)
% 0.20/0.46  % (13893)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.20/0.46  % (13919)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 (2999ds/148Mi)
% 0.20/0.46  % (13915)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.20/0.46  % (13891)Instruction limit reached!
% 0.20/0.46  % (13891)------------------------------
% 0.20/0.46  % (13891)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.46  % (13891)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.46  % (13891)Termination reason: Unknown
% 0.20/0.46  % (13891)Termination phase: SInE selection
% 0.20/0.46  
% 0.20/0.46  % (13891)Memory used [KB]: 1535
% 0.20/0.46  % (13891)Time elapsed: 0.012 s
% 0.20/0.46  % (13891)Instructions burned: 15 (million)
% 0.20/0.46  % (13891)------------------------------
% 0.20/0.46  % (13891)------------------------------
% 0.20/0.47  % (13921)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 (2999ds/76Mi)
% 0.20/0.47  % (13922)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 (2999ds/58Mi)
% 0.20/0.47  % (13908)Refutation not found, incomplete strategy% (13908)------------------------------
% 0.20/0.47  % (13908)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.47  % (13908)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.47  % (13908)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.47  
% 0.20/0.47  % (13908)Memory used [KB]: 1663
% 0.20/0.47  % (13908)Time elapsed: 0.013 s
% 0.20/0.47  % (13908)Instructions burned: 17 (million)
% 0.20/0.47  % (13908)------------------------------
% 0.20/0.47  % (13908)------------------------------
% 0.20/0.48  % (13923)lrs+10_1:1_thi=all:thigen=on:i=96:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/96Mi)
% 0.20/0.48  % (13904)Refutation not found, incomplete strategy% (13904)------------------------------
% 0.20/0.48  % (13904)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.48  % (13904)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.48  % (13904)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.48  
% 0.20/0.48  % (13904)Memory used [KB]: 6396
% 0.20/0.48  % (13904)Time elapsed: 0.010 s
% 0.20/0.48  % (13904)Instructions burned: 10 (million)
% 0.20/0.48  % (13904)------------------------------
% 0.20/0.48  % (13904)------------------------------
% 0.20/0.48  % (13892)Refutation not found, incomplete strategy% (13892)------------------------------
% 0.20/0.48  % (13892)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.48  % (13892)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.48  % (13892)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.48  
% 0.20/0.48  % (13892)Memory used [KB]: 6140
% 0.20/0.48  % (13892)Time elapsed: 0.011 s
% 0.20/0.48  % (13892)Instructions burned: 15 (million)
% 0.20/0.48  % (13892)------------------------------
% 0.20/0.48  % (13892)------------------------------
% 0.20/0.48  % (13916)Refutation not found, incomplete strategy% (13916)------------------------------
% 0.20/0.48  % (13916)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.48  % (13916)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.48  % (13916)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.48  
% 0.20/0.48  % (13916)Memory used [KB]: 6268
% 0.20/0.48  % (13916)Time elapsed: 0.008 s
% 0.20/0.48  % (13916)Instructions burned: 9 (million)
% 0.20/0.48  % (13916)------------------------------
% 0.20/0.48  % (13916)------------------------------
% 0.20/0.48  % (13906)Instruction limit reached!
% 0.20/0.48  % (13906)------------------------------
% 0.20/0.48  % (13906)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.48  % (13906)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.48  % (13906)Termination reason: Unknown
% 0.20/0.48  % (13906)Termination phase: Preprocessing 1
% 0.20/0.48  
% 0.20/0.48  % (13906)Memory used [KB]: 1791
% 0.20/0.48  % (13906)Time elapsed: 0.012 s
% 0.20/0.48  % (13906)Instructions burned: 15 (million)
% 0.20/0.48  % (13906)------------------------------
% 0.20/0.48  % (13906)------------------------------
% 0.20/0.48  % (13909)Instruction limit reached!
% 0.20/0.48  % (13909)------------------------------
% 0.20/0.48  % (13909)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.48  % (13909)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.48  % (13909)Termination reason: Unknown
% 0.20/0.48  % (13909)Termination phase: Function definition elimination
% 0.20/0.48  
% 0.20/0.48  % (13909)Memory used [KB]: 4349
% 0.20/0.48  % (13909)Time elapsed: 0.048 s
% 0.20/0.48  % (13909)Instructions burned: 50 (million)
% 0.20/0.48  % (13909)------------------------------
% 0.20/0.48  % (13909)------------------------------
% 0.20/0.49  % (13924)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.20/0.49  % (13913)Instruction limit reached!
% 0.20/0.49  % (13913)------------------------------
% 0.20/0.49  % (13913)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.49  % (13913)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.49  % (13913)Termination reason: Unknown
% 0.20/0.49  % (13913)Termination phase: Preprocessing 3
% 0.20/0.49  
% 0.20/0.49  % (13913)Memory used [KB]: 3837
% 0.20/0.49  % (13913)Time elapsed: 0.019 s
% 0.20/0.49  % (13913)Instructions burned: 21 (million)
% 0.20/0.49  % (13913)------------------------------
% 0.20/0.49  % (13913)------------------------------
% 0.20/0.49  % (13925)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.20/0.50  % (13907)Instruction limit reached!
% 0.20/0.50  % (13907)------------------------------
% 0.20/0.50  % (13907)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.50  % (13907)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.50  % (13907)Termination reason: Unknown
% 0.20/0.50  % (13907)Termination phase: Preprocessing 3
% 0.20/0.50  
% 0.20/0.50  % (13907)Memory used [KB]: 3837
% 0.20/0.50  % (13907)Time elapsed: 0.019 s
% 0.20/0.50  % (13907)Instructions burned: 21 (million)
% 0.20/0.50  % (13907)------------------------------
% 0.20/0.50  % (13907)------------------------------
% 0.20/0.50  % (13914)Instruction limit reached!
% 0.20/0.50  % (13914)------------------------------
% 0.20/0.50  % (13914)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.50  % (13914)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.50  % (13914)Termination reason: Unknown
% 0.20/0.50  % (13914)Termination phase: shuffling
% 0.20/0.50  
% 0.20/0.50  % (13914)Memory used [KB]: 3454
% 0.20/0.50  % (13914)Time elapsed: 0.018 s
% 0.20/0.50  % (13914)Instructions burned: 21 (million)
% 0.20/0.50  % (13914)------------------------------
% 0.20/0.50  % (13914)------------------------------
% 0.20/0.50  % (13927)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.20/0.50  % (13899)Instruction limit reached!
% 0.20/0.50  % (13899)------------------------------
% 0.20/0.50  % (13899)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.50  % (13899)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.50  % (13899)Termination reason: Unknown
% 0.20/0.50  % (13899)Termination phase: Preprocessing 3
% 0.20/0.50  
% 0.20/0.50  % (13899)Memory used [KB]: 3709
% 0.20/0.50  % (13899)Time elapsed: 0.019 s
% 0.20/0.50  % (13899)Instructions burned: 22 (million)
% 0.20/0.50  % (13899)------------------------------
% 0.20/0.50  % (13899)------------------------------
% 0.20/0.50  % (13900)Instruction limit reached!
% 0.20/0.50  % (13900)------------------------------
% 0.20/0.50  % (13900)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.50  % (13900)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.50  % (13900)Termination reason: Unknown
% 0.20/0.50  % (13900)Termination phase: Function definition elimination
% 0.20/0.50  
% 0.20/0.50  % (13900)Memory used [KB]: 4349
% 0.20/0.50  % (13900)Time elapsed: 0.028 s
% 0.20/0.50  % (13900)Instructions burned: 50 (million)
% 0.20/0.50  % (13900)------------------------------
% 0.20/0.50  % (13900)------------------------------
% 0.20/0.51  % (13926)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.20/0.51  % (13928)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.20/0.51  % (13917)Refutation not found, incomplete strategy% (13917)------------------------------
% 0.20/0.51  % (13917)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.51  % (13917)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.51  % (13917)Termination reason: Refutation not found, incomplete strategy
% 0.20/0.51  
% 0.20/0.51  % (13917)Memory used [KB]: 6524
% 0.20/0.51  % (13917)Time elapsed: 0.015 s
% 0.20/0.51  % (13917)Instructions burned: 16 (million)
% 0.20/0.51  % (13917)------------------------------
% 0.20/0.51  % (13917)------------------------------
% 0.20/0.51  % (13887)Instruction limit reached!
% 0.20/0.51  % (13887)------------------------------
% 0.20/0.51  % (13887)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.51  % (13887)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.51  % (13887)Termination reason: Unknown
% 0.20/0.51  % (13887)Termination phase: Preprocessing 3
% 0.20/0.51  
% 0.20/0.51  % (13887)Memory used [KB]: 4093
% 0.20/0.51  % (13887)Time elapsed: 0.028 s
% 0.20/0.51  % (13887)Instructions burned: 34 (million)
% 0.20/0.51  % (13887)------------------------------
% 0.20/0.51  % (13887)------------------------------
% 0.20/0.51  % (13930)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.20/0.51  % (13929)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.20/0.52  % (13932)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.20/0.52  % (13931)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.20/0.53  % (13933)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.20/0.53  % (13934)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.20/0.53  % (13894)Instruction limit reached!
% 0.20/0.53  % (13894)------------------------------
% 0.20/0.53  % (13894)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.53  % (13894)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.53  % (13894)Termination reason: Unknown
% 0.20/0.53  % (13894)Termination phase: Preprocessing 3
% 0.20/0.53  
% 0.20/0.53  % (13894)Memory used [KB]: 3709
% 0.20/0.53  % (13894)Time elapsed: 0.023 s
% 0.20/0.53  % (13894)Instructions burned: 26 (million)
% 0.20/0.53  % (13894)------------------------------
% 0.20/0.53  % (13894)------------------------------
% 0.20/0.53  % (13936)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.20/0.53  % (13935)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.20/0.54  % (13918)Instruction limit reached!
% 0.20/0.54  % (13918)------------------------------
% 0.20/0.54  % (13918)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.54  % (13918)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.54  % (13918)Termination reason: Unknown
% 0.20/0.54  % (13918)Termination phase: Preprocessing 3
% 0.20/0.54  
% 0.20/0.54  % (13918)Memory used [KB]: 3965
% 0.20/0.54  % (13918)Time elapsed: 0.023 s
% 0.20/0.54  % (13918)Instructions burned: 26 (million)
% 0.20/0.54  % (13918)------------------------------
% 0.20/0.54  % (13918)------------------------------
% 0.20/0.54  % (13890)Instruction limit reached!
% 0.20/0.54  % (13890)------------------------------
% 0.20/0.54  % (13890)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.54  % (13890)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.54  % (13890)Termination reason: Unknown
% 0.20/0.54  % (13890)Termination phase: Preprocessing 3
% 0.20/0.54  
% 0.20/0.54  % (13890)Memory used [KB]: 4093
% 0.20/0.54  % (13890)Time elapsed: 0.032 s
% 0.20/0.54  % (13890)Instructions burned: 37 (million)
% 0.20/0.54  % (13890)------------------------------
% 0.20/0.54  % (13890)------------------------------
% 0.20/0.55  % (13937)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.20/0.55  % (13896)Instruction limit reached!
% 0.20/0.55  % (13896)------------------------------
% 0.20/0.55  % (13896)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.55  % (13896)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.55  % (13896)Termination reason: Unknown
% 0.20/0.55  % (13896)Termination phase: Preprocessing 3
% 0.20/0.55  
% 0.20/0.55  % (13896)Memory used [KB]: 4093
% 0.20/0.55  % (13896)Time elapsed: 0.029 s
% 0.20/0.55  % (13896)Instructions burned: 35 (million)
% 0.20/0.55  % (13896)------------------------------
% 0.20/0.55  % (13896)------------------------------
% 0.20/0.56  % (13938)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.20/0.56  % (13912)Instruction limit reached!
% 0.20/0.56  % (13912)------------------------------
% 0.20/0.56  % (13912)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (13912)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (13912)Termination reason: Unknown
% 0.20/0.56  % (13912)Termination phase: Property scanning
% 0.20/0.56  
% 0.20/0.56  % (13912)Memory used [KB]: 4221
% 0.20/0.56  % (13912)Time elapsed: 0.032 s
% 0.20/0.56  % (13912)Instructions burned: 43 (million)
% 0.20/0.56  % (13912)------------------------------
% 0.20/0.56  % (13912)------------------------------
% 0.20/0.56  % (13939)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.20/0.56  % (13903)Instruction limit reached!
% 0.20/0.56  % (13903)------------------------------
% 0.20/0.56  % (13903)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (13903)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (13903)Termination reason: Unknown
% 0.20/0.56  % (13903)Termination phase: Property scanning
% 0.20/0.56  
% 0.20/0.56  % (13903)Memory used [KB]: 4221
% 0.20/0.56  % (13903)Time elapsed: 0.033 s
% 0.20/0.56  % (13903)Instructions burned: 49 (million)
% 0.20/0.56  % (13903)------------------------------
% 0.20/0.56  % (13903)------------------------------
% 0.20/0.56  % (13940)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.20/0.56  % (13911)Instruction limit reached!
% 0.20/0.56  % (13911)------------------------------
% 0.20/0.56  % (13911)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.56  % (13911)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.56  % (13911)Termination reason: Unknown
% 0.20/0.56  % (13911)Termination phase: Property scanning
% 0.20/0.56  
% 0.20/0.56  % (13911)Memory used [KB]: 4221
% 0.20/0.56  % (13911)Time elapsed: 0.031 s
% 0.20/0.56  % (13911)Instructions burned: 42 (million)
% 0.20/0.56  % (13911)------------------------------
% 0.20/0.56  % (13911)------------------------------
% 0.20/0.57  % (13915)Instruction limit reached!
% 0.20/0.57  % (13915)------------------------------
% 0.20/0.57  % (13915)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.20/0.57  % (13915)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.20/0.57  % (13915)Termination reason: Unknown
% 0.20/0.57  % (13915)Termination phase: Property scanning
% 0.20/0.57  
% 0.20/0.57  % (13915)Memory used [KB]: 4221
% 0.20/0.57  % (13915)Time elapsed: 0.032 s
% 0.20/0.57  % (13915)Instructions burned: 43 (million)
% 0.20/0.57  % (13915)------------------------------
% 0.20/0.57  % (13915)------------------------------
% 0.20/0.57  % (13942)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 (2997ds/500Mi)
% 1.03/0.57  % (13910)Instruction limit reached!
% 1.03/0.57  % (13910)------------------------------
% 1.03/0.57  % (13910)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.03/0.57  % (13910)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.03/0.57  % (13910)Termination reason: Unknown
% 1.03/0.57  % (13910)Termination phase: Property scanning
% 1.03/0.57  
% 1.03/0.57  % (13910)Memory used [KB]: 4349
% 1.03/0.57  % (13910)Time elapsed: 0.036 s
% 1.03/0.57  % (13910)Instructions burned: 48 (million)
% 1.03/0.57  % (13910)------------------------------
% 1.03/0.57  % (13910)------------------------------
% 1.03/0.57  % (13893)Instruction limit reached!
% 1.03/0.57  % (13893)------------------------------
% 1.03/0.57  % (13893)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.03/0.57  % (13941)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 (2997ds/374Mi)
% 1.03/0.57  % (13893)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.03/0.57  % (13893)Termination reason: Unknown
% 1.03/0.57  % (13893)Termination phase: Preprocessing 3
% 1.03/0.57  
% 1.03/0.57  % (13893)Memory used [KB]: 4093
% 1.03/0.57  % (13893)Time elapsed: 0.034 s
% 1.03/0.57  % (13893)Instructions burned: 37 (million)
% 1.03/0.57  % (13893)------------------------------
% 1.03/0.57  % (13893)------------------------------
% 1.03/0.57  % (13920)Instruction limit reached!
% 1.03/0.57  % (13920)------------------------------
% 1.03/0.57  % (13920)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.03/0.58  % (13938)Refutation not found, incomplete strategy% (13938)------------------------------
% 1.03/0.58  % (13938)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.03/0.58  % (13938)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.03/0.58  % (13938)Termination reason: Refutation not found, incomplete strategy
% 1.03/0.58  
% 1.03/0.58  % (13938)Memory used [KB]: 6140
% 1.03/0.58  % (13938)Time elapsed: 0.008 s
% 1.03/0.58  % (13938)Instructions burned: 15 (million)
% 1.03/0.58  % (13938)------------------------------
% 1.03/0.58  % (13938)------------------------------
% 1.03/0.58  % (13920)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.03/0.58  % (13920)Termination reason: Unknown
% 1.03/0.58  % (13920)Termination phase: Saturation
% 1.03/0.58  
% 1.03/0.58  % (13920)Memory used [KB]: 9722
% 1.03/0.58  % (13920)Time elapsed: 0.144 s
% 1.03/0.58  % (13920)Instructions burned: 100 (million)
% 1.03/0.58  % (13920)------------------------------
% 1.03/0.58  % (13920)------------------------------
% 1.03/0.58  % (13943)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 (2997ds/488Mi)
% 1.03/0.58  % (13944)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)
% 1.03/0.59  % (13946)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)
% 1.28/0.59  % (13945)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)
% 1.28/0.59  % (13947)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)
% 1.28/0.59  % (13922)Instruction limit reached!
% 1.28/0.59  % (13922)------------------------------
% 1.28/0.59  % (13922)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.28/0.59  % (13922)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.28/0.59  % (13922)Termination reason: Unknown
% 1.28/0.59  % (13922)Termination phase: Property scanning
% 1.28/0.59  
% 1.28/0.59  % (13922)Memory used [KB]: 4733
% 1.28/0.59  % (13922)Time elapsed: 0.038 s
% 1.28/0.59  % (13922)Instructions burned: 59 (million)
% 1.28/0.59  % (13922)------------------------------
% 1.28/0.59  % (13922)------------------------------
% 1.28/0.59  % (13948)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)
% 1.28/0.61  % (13949)dis+1004_1:3_av=off:bs=on:plsq=on:i=3721:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/3721Mi)
% 1.28/0.61  % (13930)Refutation not found, incomplete strategy% (13930)------------------------------
% 1.28/0.61  % (13930)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.28/0.61  % (13930)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.28/0.61  % (13930)Termination reason: Refutation not found, incomplete strategy
% 1.28/0.61  
% 1.28/0.61  % (13930)Memory used [KB]: 1918
% 1.28/0.61  % (13930)Time elapsed: 0.033 s
% 1.28/0.61  % (13930)Instructions burned: 55 (million)
% 1.28/0.61  % (13930)------------------------------
% 1.28/0.61  % (13930)------------------------------
% 1.28/0.61  % (13950)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)
% 1.28/0.62  % (13919)Refutation not found, incomplete strategy% (13919)------------------------------
% 1.28/0.62  % (13919)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.28/0.62  % (13919)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.28/0.62  % (13919)Termination reason: Refutation not found, incomplete strategy
% 1.28/0.62  
% 1.28/0.62  % (13919)Memory used [KB]: 9978
% 1.28/0.62  % (13919)Time elapsed: 0.048 s
% 1.28/0.62  % (13919)Instructions burned: 85 (million)
% 1.28/0.62  % (13919)------------------------------
% 1.28/0.62  % (13919)------------------------------
% 1.28/0.62  % (13921)Instruction limit reached!
% 1.28/0.62  % (13921)------------------------------
% 1.28/0.62  % (13921)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.28/0.62  % (13921)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.28/0.62  % (13921)Termination reason: Unknown
% 1.28/0.62  % (13921)Termination phase: Saturation
% 1.28/0.62  
% 1.28/0.62  % (13921)Memory used [KB]: 9466
% 1.28/0.62  % (13921)Time elapsed: 0.047 s
% 1.28/0.62  % (13921)Instructions burned: 77 (million)
% 1.28/0.62  % (13921)------------------------------
% 1.28/0.62  % (13921)------------------------------
% 1.28/0.62  % (13948)Refutation not found, incomplete strategy% (13948)------------------------------
% 1.28/0.62  % (13948)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.28/0.62  % (13948)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.28/0.62  % (13948)Termination reason: Refutation not found, incomplete strategy
% 1.28/0.62  
% 1.28/0.62  % (13948)Memory used [KB]: 6268
% 1.28/0.62  % (13948)Time elapsed: 0.008 s
% 1.28/0.62  % (13948)Instructions burned: 16 (million)
% 1.28/0.62  % (13948)------------------------------
% 1.28/0.62  % (13948)------------------------------
% 1.28/0.63  % (13933)Refutation not found, incomplete strategy% (13933)------------------------------
% 1.28/0.63  % (13933)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.28/0.63  % (13933)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.28/0.63  % (13933)Termination reason: Refutation not found, incomplete strategy
% 1.28/0.63  
% 1.28/0.63  % (13933)Memory used [KB]: 1663
% 1.28/0.63  % (13933)Time elapsed: 0.032 s
% 1.28/0.63  % (13933)Instructions burned: 56 (million)
% 1.28/0.63  % (13933)------------------------------
% 1.28/0.63  % (13933)------------------------------
% 1.28/0.64  % (13953)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.28/0.64  % (13952)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.28/0.64  % (13954)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.28/0.64  % (13951)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)
% 1.65/0.65  % (13955)lrs+10_1:1_afp=1:sac=on:sas=z3:tha=off:i=113:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/113Mi)
% 1.65/0.66  % (13923)Instruction limit reached!
% 1.65/0.66  % (13923)------------------------------
% 1.65/0.66  % (13923)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.65/0.66  % (13923)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.65/0.66  % (13923)Termination reason: Unknown
% 1.65/0.66  % (13923)Termination phase: Saturation
% 1.65/0.66  
% 1.65/0.66  % (13923)Memory used [KB]: 4733
% 1.65/0.66  % (13923)Time elapsed: 0.054 s
% 1.65/0.66  % (13923)Instructions burned: 98 (million)
% 1.65/0.66  % (13923)------------------------------
% 1.65/0.66  % (13923)------------------------------
% 1.69/0.66  % (13934)Instruction limit reached!
% 1.69/0.66  % (13934)------------------------------
% 1.69/0.66  % (13934)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.69/0.66  % (13934)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.69/0.66  % (13934)Termination reason: Unknown
% 1.69/0.66  % (13934)Termination phase: Saturation
% 1.69/0.66  
% 1.69/0.66  % (13934)Memory used [KB]: 5117
% 1.69/0.66  % (13934)Time elapsed: 0.040 s
% 1.69/0.66  % (13934)Instructions burned: 81 (million)
% 1.69/0.66  % (13934)------------------------------
% 1.69/0.66  % (13934)------------------------------
% 1.69/0.66  % (13952)Refutation not found, incomplete strategy% (13952)------------------------------
% 1.69/0.66  % (13952)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.69/0.66  % (13952)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.69/0.66  % (13952)Termination reason: Refutation not found, incomplete strategy
% 1.69/0.66  
% 1.69/0.66  % (13952)Memory used [KB]: 1918
% 1.69/0.66  % (13952)Time elapsed: 0.008 s
% 1.69/0.66  % (13952)Instructions burned: 15 (million)
% 1.69/0.66  % (13952)------------------------------
% 1.69/0.66  % (13952)------------------------------
% 1.69/0.67  % (13936)Refutation not found, incomplete strategy% (13936)------------------------------
% 1.69/0.67  % (13936)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.69/0.67  % (13936)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.69/0.67  % (13936)Termination reason: Refutation not found, incomplete strategy
% 1.69/0.67  
% 1.69/0.67  % (13936)Memory used [KB]: 9978
% 1.69/0.67  % (13936)Time elapsed: 0.042 s
% 1.69/0.67  % (13936)Instructions burned: 87 (million)
% 1.69/0.67  % (13936)------------------------------
% 1.69/0.67  % (13936)------------------------------
% 1.69/0.68  % (13924)Instruction limit reached!
% 1.69/0.68  % (13924)------------------------------
% 1.69/0.68  % (13924)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.69/0.68  % (13924)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.69/0.68  % (13924)Termination reason: Unknown
% 1.69/0.68  % (13924)Termination phase: Saturation
% 1.69/0.68  
% 1.69/0.68  % (13924)Memory used [KB]: 9338
% 1.69/0.68  % (13924)Time elapsed: 0.057 s
% 1.69/0.68  % (13924)Instructions burned: 110 (million)
% 1.69/0.68  % (13924)------------------------------
% 1.69/0.68  % (13924)------------------------------
% 1.69/0.68  % (13956)lrs+10_1:1_ep=RS:fsr=off:sos=all:i=3217:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/3217Mi)
% 1.69/0.68  % (13957)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.69/0.69  % (13958)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.69/0.69  % (13959)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.69/0.70  % (13960)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.88/0.73  % (13932)Refutation not found, incomplete strategy% (13932)------------------------------
% 1.88/0.73  % (13932)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.88/0.73  % (13932)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.88/0.73  % (13932)Termination reason: Refutation not found, incomplete strategy
% 1.88/0.73  
% 1.88/0.73  % (13932)Memory used [KB]: 5628
% 1.88/0.73  % (13932)Time elapsed: 0.065 s
% 1.88/0.73  % (13932)Instructions burned: 125 (million)
% 1.88/0.73  % (13932)------------------------------
% 1.88/0.73  % (13932)------------------------------
% 1.98/0.74  % (13935)Instruction limit reached!
% 1.98/0.74  % (13935)------------------------------
% 1.98/0.74  % (13935)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.98/0.74  % (13935)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.98/0.74  % (13935)Termination reason: Unknown
% 1.98/0.74  % (13935)Termination phase: Saturation
% 1.98/0.74  
% 1.98/0.74  % (13935)Memory used [KB]: 5117
% 1.98/0.74  % (13935)Time elapsed: 0.066 s
% 1.98/0.74  % (13935)Instructions burned: 147 (million)
% 1.98/0.74  % (13935)------------------------------
% 1.98/0.74  % (13935)------------------------------
% 1.98/0.76  % (13927)Refutation not found, non-redundant clauses discarded% (13927)------------------------------
% 1.98/0.76  % (13927)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.98/0.76  % (13927)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.98/0.76  % (13927)Termination reason: Refutation not found, non-redundant clauses discarded
% 1.98/0.76  
% 1.98/0.76  % (13927)Memory used [KB]: 5117
% 1.98/0.76  % (13927)Time elapsed: 0.280 s
% 1.98/0.76  % (13927)Instructions burned: 216 (million)
% 1.98/0.76  % (13927)------------------------------
% 1.98/0.76  % (13927)------------------------------
% 1.98/0.76  % (13961)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.98/0.77  % (13931)Instruction limit reached!
% 1.98/0.77  % (13931)------------------------------
% 1.98/0.77  % (13931)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.98/0.77  % (13931)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.98/0.77  % (13931)Termination reason: Unknown
% 1.98/0.77  % (13931)Termination phase: Saturation
% 1.98/0.77  
% 1.98/0.77  % (13931)Memory used [KB]: 5117
% 1.98/0.77  % (13931)Time elapsed: 0.071 s
% 1.98/0.77  % (13931)Instructions burned: 161 (million)
% 1.98/0.77  % (13931)------------------------------
% 1.98/0.77  % (13931)------------------------------
% 1.98/0.77  % (13962)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.98/0.78  % (13963)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)
% 1.98/0.79  % (13964)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.98/0.79  % (13956)Refutation not found, incomplete strategy% (13956)------------------------------
% 1.98/0.79  % (13956)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.98/0.79  % (13956)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.98/0.79  % (13956)Termination reason: Refutation not found, incomplete strategy
% 1.98/0.79  
% 1.98/0.79  % (13956)Memory used [KB]: 9594
% 1.98/0.79  % (13956)Time elapsed: 0.035 s
% 1.98/0.79  % (13956)Instructions burned: 80 (million)
% 1.98/0.79  % (13956)------------------------------
% 1.98/0.79  % (13956)------------------------------
% 1.98/0.81  % (13965)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)
% 1.98/0.82  % (13955)Instruction limit reached!
% 1.98/0.82  % (13955)------------------------------
% 1.98/0.82  % (13955)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.98/0.82  % (13955)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.98/0.82  % (13955)Termination reason: Unknown
% 1.98/0.82  % (13955)Termination phase: Saturation
% 1.98/0.82  
% 1.98/0.82  % (13955)Memory used [KB]: 4989
% 1.98/0.82  % (13955)Time elapsed: 0.051 s
% 1.98/0.82  % (13955)Instructions burned: 113 (million)
% 1.98/0.82  % (13955)------------------------------
% 1.98/0.82  % (13955)------------------------------
% 2.29/0.84  % (13944)Instruction limit reached!
% 2.29/0.84  % (13944)------------------------------
% 2.29/0.84  % (13944)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.29/0.84  % (13944)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.29/0.84  % (13944)Termination reason: Unknown
% 2.29/0.84  % (13944)Termination phase: Saturation
% 2.29/0.84  
% 2.29/0.84  % (13944)Memory used [KB]: 5500
% 2.29/0.84  % (13944)Time elapsed: 0.281 s
% 2.29/0.84  % (13944)Instructions burned: 230 (million)
% 2.29/0.84  % (13944)------------------------------
% 2.29/0.84  % (13944)------------------------------
% 2.29/0.84  % (13966)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 (2995ds/638Mi)
% 2.29/0.86  % (13967)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 (2995ds/947Mi)
% 2.54/0.89  % (13945)First to succeed.
% 2.54/0.90  % (13945)Refutation found. Thanks to Tanya!
% 2.54/0.90  % SZS status Unsatisfiable for theBenchmark
% 2.54/0.90  % SZS output start Proof for theBenchmark
% See solution above
% 2.54/0.90  % (13945)------------------------------
% 2.54/0.90  % (13945)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.54/0.90  % (13945)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.54/0.90  % (13945)Termination reason: Refutation
% 2.54/0.90  
% 2.54/0.90  % (13945)Memory used [KB]: 5117
% 2.54/0.90  % (13945)Time elapsed: 0.090 s
% 2.54/0.90  % (13945)Instructions burned: 202 (million)
% 2.54/0.90  % (13945)------------------------------
% 2.54/0.90  % (13945)------------------------------
% 2.54/0.90  % (13885)Success in time 0.53 s
%------------------------------------------------------------------------------