TSTP Solution File: SWW651_2 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : SWW651_2 : TPTP v8.1.0. Released v6.1.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 : n016.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 19:09:18 EDT 2022

% Result   : Theorem 25.94s 3.95s
% Output   : Refutation 25.94s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   45
%            Number of leaves      :  324
% Syntax   : Number of formulae    : 1149 ( 170 unt;  81 typ;   0 def)
%            Number of atoms       : 2982 ( 628 equ)
%            Maximal formula atoms :   27 (   2 avg)
%            Number of connectives : 3596 (1682   ~;1607   |;  68   &)
%                                         ( 188 <=>;  51  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   19 (   4 avg)
%            Maximal term depth    :    9 (   2 avg)
%            Number arithmetic     : 2175 ( 484 atm; 600 fun; 852 num; 239 var)
%            Number of types       :   10 (   8 usr;   1 ari)
%            Number of type conns  :   75 (  40   >;  35   *;   0   +;   0  <<)
%            Number of predicates  :  191 ( 187 usr; 186 prp; 0-3 aty)
%            Number of functors    :   85 (  71 usr;  43 con; 0-6 aty)
%            Number of variables   :  465 ( 462   !;   3   ?; 465   :)

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

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

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

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

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

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

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

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

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

tff(func_def_1,type,
    int: ty ).

tff(func_def_2,type,
    real: ty ).

tff(func_def_3,type,
    bool: ty ).

tff(func_def_4,type,
    true1: bool1 ).

tff(func_def_5,type,
    false1: bool1 ).

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

tff(func_def_7,type,
    tuple0: ty ).

tff(func_def_8,type,
    tuple03: tuple02 ).

tff(func_def_9,type,
    qtmark: ty ).

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

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

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

tff(func_def_13,type,
    match_list: ( ty * ty * uni * uni * uni ) > uni ).

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

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

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

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

tff(func_def_22,type,
    expr: ty ).

tff(func_def_23,type,
    cte1: $int > expr1 ).

tff(func_def_24,type,
    plus1: ( expr1 * expr1 ) > expr1 ).

tff(func_def_25,type,
    minus1: ( expr1 * expr1 ) > expr1 ).

tff(func_def_26,type,
    mult1: ( expr1 * expr1 ) > expr1 ).

tff(func_def_27,type,
    match_expr1: ( ty * expr1 * uni * uni * uni * uni ) > uni ).

tff(func_def_28,type,
    cte_proj_11: expr1 > $int ).

tff(func_def_29,type,
    plus_proj_11: expr1 > expr1 ).

tff(func_def_30,type,
    plus_proj_21: expr1 > expr1 ).

tff(func_def_31,type,
    minus_proj_11: expr1 > expr1 ).

tff(func_def_32,type,
    minus_proj_21: expr1 > expr1 ).

tff(func_def_33,type,
    mult_proj_11: expr1 > expr1 ).

tff(func_def_34,type,
    mult_proj_21: expr1 > expr1 ).

tff(func_def_35,type,
    eval_expr1: expr1 > $int ).

tff(func_def_37,type,
    asm: ty ).

tff(func_def_38,type,
    push1: $int > asm1 ).

tff(func_def_39,type,
    add1: asm1 ).

tff(func_def_40,type,
    sub1: asm1 ).

tff(func_def_41,type,
    mul1: asm1 ).

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

tff(func_def_43,type,
    push_proj_11: asm1 > $int ).

tff(func_def_44,type,
    compute1: ( list_int * list_asm ) > list_int ).

tff(func_def_45,type,
    t2tb1: list_int > uni ).

tff(func_def_46,type,
    tb2t1: uni > list_int ).

tff(func_def_47,type,
    t2tb: list_asm > uni ).

tff(func_def_48,type,
    tb2t: uni > list_asm ).

tff(func_def_49,type,
    t2tb2: asm1 > uni ).

tff(func_def_50,type,
    tb2t2: uni > asm1 ).

tff(func_def_51,type,
    t2tb3: $int > uni ).

tff(func_def_52,type,
    tb2t3: uni > $int ).

tff(func_def_53,type,
    compile1: expr1 > list_asm ).

tff(func_def_55,type,
    sK0: $int ).

tff(func_def_56,type,
    sK1: list_asm ).

tff(func_def_57,type,
    sK2: list_int ).

tff(func_def_58,type,
    sK3: ( ty * uni * uni ) > uni ).

tff(func_def_59,type,
    sK4: ( ty * uni * uni ) > uni ).

tff(func_def_60,type,
    sF5: expr1 ).

tff(func_def_61,type,
    sF6: $int ).

tff(func_def_62,type,
    sF7: uni ).

tff(func_def_63,type,
    sF8: uni ).

tff(func_def_64,type,
    sF9: uni ).

tff(func_def_65,type,
    sF10: list_int ).

tff(func_def_66,type,
    sF11: list_int ).

tff(func_def_67,type,
    sF12: list_asm ).

tff(func_def_68,type,
    sF13: uni ).

tff(func_def_69,type,
    sF14: uni ).

tff(func_def_70,type,
    sF15: uni ).

tff(func_def_71,type,
    sF16: list_asm ).

tff(func_def_72,type,
    sF17: list_int ).

tff(func_def_73,type,
    sF18: asm1 ).

tff(func_def_74,type,
    sF19: uni ).

tff(func_def_75,type,
    sF20: uni ).

tff(func_def_76,type,
    sF21: list_asm ).

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

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

tff(f11438,plain,
    $false,
    inference(avatar_smt_refutation,[],[f320,f324,f329,f333,f338,f342,f353,f357,f361,f365,f369,f373,f377,f381,f385,f389,f393,f398,f403,f410,f414,f418,f426,f436,f440,f445,f456,f463,f468,f473,f480,f485,f495,f501,f509,f513,f520,f526,f530,f534,f548,f552,f557,f593,f600,f651,f664,f1611,f1616,f1709,f1726,f1730,f1736,f1745,f1750,f1766,f1770,f1779,f1784,f1788,f1870,f1910,f1922,f1927,f1933,f1945,f1951,f1955,f1975,f1981,f1985,f2018,f2026,f2030,f2040,f2093,f2097,f2098,f2113,f2117,f2121,f2125,f2157,f2161,f2165,f2169,f2173,f2177,f2216,f2220,f2224,f2228,f2232,f2265,f2269,f2312,f2316,f2320,f2324,f2325,f2327,f2349,f2353,f2421,f2428,f2451,f2461,f2465,f2475,f2480,f2490,f2522,f2607,f2614,f2624,f2625,f2673,f2685,f2703,f2707,f2720,f2735,f2739,f2740,f2752,f2756,f2760,f2764,f2768,f2769,f2792,f2796,f2800,f2804,f2805,f2844,f2845,f3141,f3267,f3274,f3349,f3353,f3424,f3460,f3492,f3518,f3527,f3572,f3666,f3715,f3725,f3726,f3729,f3744,f3759,f3763,f3769,f3773,f3781,f3782,f3786,f4007,f4008,f4114,f4140,f4151,f4188,f4189,f4313,f4373,f4374,f4423,f4476,f4530,f4534,f4540,f4577,f4585,f4641,f4665,f4674,f4729,f4730,f4848,f4849,f5183,f5264,f5442,f5535,f5550,f5573,f5674,f5719,f5728,f5733,f5759,f6170,f6391,f6433,f6738,f7014,f7018,f7019,f7041,f7042,f7046,f7343,f7344,f7345,f7346,f7578,f7770,f7874,f7899,f10687,f10689,f11437]) ).

tff(f11437,plain,
    ( spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(avatar_contradiction_clause,[],[f11436]) ).

tff(f11436,plain,
    ( $false
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(subsumption_resolution,[],[f11435,f319]) ).

tff(f319,plain,
    ( ( sF17 != sF11 )
    | spl22_1 ),
    inference(avatar_component_clause,[],[f318]) ).

tff(f318,plain,
    ( spl22_1
  <=> ( sF17 = sF11 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_1])]) ).

tff(f11435,plain,
    ( ( sF17 = sF11 )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f11434,f529]) ).

tff(f529,plain,
    ( ( compute1(sF10,sK1) = sF11 )
    | ~ spl22_39 ),
    inference(avatar_component_clause,[],[f528]) ).

tff(f528,plain,
    ( spl22_39
  <=> ( compute1(sF10,sK1) = sF11 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_39])]) ).

tff(f11434,plain,
    ( ( compute1(sF10,sK1) = sF17 )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f11433,f533]) ).

tff(f533,plain,
    ( ( sF17 = compute1(sK2,sF16) )
    | ~ spl22_40 ),
    inference(avatar_component_clause,[],[f532]) ).

tff(f532,plain,
    ( spl22_40
  <=> ( sF17 = compute1(sK2,sF16) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_40])]) ).

tff(f11433,plain,
    ( ( compute1(sF10,sK1) = compute1(sK2,sF16) )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f11432,f384]) ).

tff(f384,plain,
    ( ( sF16 = tb2t(sF15) )
    | ~ spl22_15 ),
    inference(avatar_component_clause,[],[f383]) ).

tff(f383,plain,
    ( spl22_15
  <=> ( sF16 = tb2t(sF15) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_15])]) ).

tff(f11432,plain,
    ( ( compute1(sF10,sK1) = compute1(sK2,tb2t(sF15)) )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f11426,f556]) ).

tff(f556,plain,
    ( ( sF15 = cons(asm,sF19,sF14) )
    | ~ spl22_43 ),
    inference(avatar_component_clause,[],[f555]) ).

tff(f555,plain,
    ( spl22_43
  <=> ( sF15 = cons(asm,sF19,sF14) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_43])]) ).

tff(f11426,plain,
    ( ( compute1(sF10,sK1) = compute1(sK2,tb2t(cons(asm,sF19,sF14))) )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(superposition,[],[f11018,f380]) ).

tff(f380,plain,
    ( ( sF14 = t2tb(sK1) )
    | ~ spl22_14 ),
    inference(avatar_component_clause,[],[f379]) ).

tff(f379,plain,
    ( spl22_14
  <=> ( sF14 = t2tb(sK1) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_14])]) ).

tff(f11018,plain,
    ( ! [X0: list_asm] : ( compute1(sF10,X0) = compute1(sK2,tb2t(cons(asm,sF19,t2tb(X0)))) )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f11017,f368]) ).

tff(f368,plain,
    ( ( sF10 = tb2t1(sF9) )
    | ~ spl22_11 ),
    inference(avatar_component_clause,[],[f367]) ).

tff(f367,plain,
    ( spl22_11
  <=> ( sF10 = tb2t1(sF9) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_11])]) ).

tff(f11017,plain,
    ( ! [X0: list_asm] : ( compute1(tb2t1(sF9),X0) = compute1(sK2,tb2t(cons(asm,sF19,t2tb(X0)))) )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f11016,f494]) ).

tff(f494,plain,
    ( ( sK2 = tb2t1(sF8) )
    | ~ spl22_33 ),
    inference(avatar_component_clause,[],[f493]) ).

tff(f493,plain,
    ( spl22_33
  <=> ( sK2 = tb2t1(sF8) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_33])]) ).

tff(f11016,plain,
    ( ! [X0: list_asm] : ( compute1(tb2t1(sF9),X0) = compute1(tb2t1(sF8),tb2t(cons(asm,sF19,t2tb(X0)))) )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f10972,f547]) ).

tff(f547,plain,
    ( ( cons(int,sF7,sF8) = sF9 )
    | ~ spl22_41 ),
    inference(avatar_component_clause,[],[f546]) ).

tff(f546,plain,
    ( spl22_41
  <=> ( cons(int,sF7,sF8) = sF9 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_41])]) ).

tff(f10972,plain,
    ( ! [X0: list_asm] : ( compute1(tb2t1(sF8),tb2t(cons(asm,sF19,t2tb(X0)))) = compute1(tb2t1(cons(int,sF7,sF8)),X0) )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(backward_demodulation,[],[f5099,f10918]) ).

tff(f10918,plain,
    ( ( nil(int) = sF8 )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(subsumption_resolution,[],[f10917,f319]) ).

tff(f10917,plain,
    ( ( sF17 = sF11 )
    | ( nil(int) = sF8 )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f10916,f529]) ).

tff(f10916,plain,
    ( ( nil(int) = sF8 )
    | ( compute1(sF10,sK1) = sF17 )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f10915,f533]) ).

tff(f10915,plain,
    ( ( nil(int) = sF8 )
    | ( compute1(sF10,sK1) = compute1(sK2,sF16) )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f10914,f494]) ).

tff(f10914,plain,
    ( ( compute1(sF10,sK1) = compute1(tb2t1(sF8),sF16) )
    | ( nil(int) = sF8 )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f10913,f368]) ).

tff(f10913,plain,
    ( ( compute1(tb2t1(sF8),sF16) = compute1(tb2t1(sF9),sK1) )
    | ( nil(int) = sF8 )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f10896,f547]) ).

tff(f10896,plain,
    ( ( nil(int) = sF8 )
    | ( compute1(tb2t1(sF8),sF16) = compute1(tb2t1(cons(int,sF7,sF8)),sK1) )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(superposition,[],[f7436,f10883]) ).

tff(f10883,plain,
    ( ( cons(int,cons_proj_1(int,sF8),nil(int)) = sF8 )
    | ( nil(int) = sF8 )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(duplicate_literal_removal,[],[f10881]) ).

tff(f10881,plain,
    ( ( cons(int,cons_proj_1(int,sF8),nil(int)) = sF8 )
    | ( nil(int) = sF8 )
    | ( nil(int) = sF8 )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(superposition,[],[f240,f10873]) ).

tff(f10873,plain,
    ( ( nil(int) = cons_proj_2(int,sF8) )
    | ( nil(int) = sF8 )
    | spl22_1
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(subsumption_resolution,[],[f10872,f319]) ).

tff(f10872,plain,
    ( ( nil(int) = sF8 )
    | ( sF17 = sF11 )
    | ( nil(int) = cons_proj_2(int,sF8) )
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_39
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f10871,f529]) ).

tff(f10871,plain,
    ( ( compute1(sF10,sK1) = sF17 )
    | ( nil(int) = sF8 )
    | ( nil(int) = cons_proj_2(int,sF8) )
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_40
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f10870,f533]) ).

tff(f10870,plain,
    ( ( nil(int) = cons_proj_2(int,sF8) )
    | ( nil(int) = sF8 )
    | ( compute1(sF10,sK1) = compute1(sK2,sF16) )
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_33
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f10869,f494]) ).

tff(f10869,plain,
    ( ( nil(int) = cons_proj_2(int,sF8) )
    | ( nil(int) = sF8 )
    | ( compute1(sF10,sK1) = compute1(tb2t1(sF8),sF16) )
    | ~ spl22_9
    | ~ spl22_11
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f10865,f368]) ).

tff(f10865,plain,
    ( ( nil(int) = sF8 )
    | ( nil(int) = cons_proj_2(int,sF8) )
    | ( compute1(tb2t1(sF8),sF16) = compute1(tb2t1(sF9),sK1) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_41
    | ~ spl22_43 ),
    inference(superposition,[],[f10858,f547]) ).

tff(f10858,plain,
    ( ! [X0: uni] :
        ( ( compute1(tb2t1(cons(int,sF7,X0)),sK1) = compute1(tb2t1(X0),sF16) )
        | ( nil(int) = cons_proj_2(int,X0) )
        | ( nil(int) = X0 ) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_43 ),
    inference(superposition,[],[f10856,f240]) ).

tff(f10856,plain,
    ( ! [X2: uni,X1: uni] :
        ( ( compute1(tb2t1(cons(int,sF7,cons(int,X2,X1))),sK1) = compute1(tb2t1(cons(int,X2,X1)),sF16) )
        | ( nil(int) = X1 ) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_43 ),
    inference(superposition,[],[f10816,f240]) ).

tff(f10816,plain,
    ( ! [X2: uni,X3: uni,X4: uni] : ( compute1(tb2t1(cons(int,sF7,cons(int,X3,cons(int,X4,X2)))),sK1) = compute1(tb2t1(cons(int,X3,cons(int,X4,X2))),sF16) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_43 ),
    inference(superposition,[],[f10794,f224]) ).

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

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

tff(f66,axiom,
    ! [X21: uni] : ( t2tb1(tb2t1(X21)) = X21 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeR1) ).

tff(f10794,plain,
    ( ! [X2: uni,X3: uni,X4: list_int] : ( compute1(tb2t1(cons(int,X3,cons(int,X2,t2tb1(X4)))),sF16) = compute1(tb2t1(cons(int,sF7,cons(int,X3,cons(int,X2,t2tb1(X4))))),sK1) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_43 ),
    inference(superposition,[],[f10494,f200]) ).

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

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

tff(f75,axiom,
    ! [X21: uni] : ( t2tb3(tb2t3(X21)) = X21 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeR3) ).

tff(f10494,plain,
    ( ! [X2: uni,X3: $int,X4: list_int] : ( compute1(tb2t1(cons(int,sF7,cons(int,X2,cons(int,t2tb3(X3),t2tb1(X4))))),sK1) = compute1(tb2t1(cons(int,X2,cons(int,t2tb3(X3),t2tb1(X4)))),sF16) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_43 ),
    inference(superposition,[],[f9895,f200]) ).

tff(f9895,plain,
    ( ! [X6: list_int,X4: $int,X5: $int] : ( compute1(tb2t1(cons(int,t2tb3(X4),cons(int,t2tb3(X5),t2tb1(X6)))),sF16) = compute1(tb2t1(cons(int,sF7,cons(int,t2tb3(X4),cons(int,t2tb3(X5),t2tb1(X6))))),sK1) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f9894,f384]) ).

tff(f9894,plain,
    ( ! [X6: list_int,X4: $int,X5: $int] : ( compute1(tb2t1(cons(int,t2tb3(X4),cons(int,t2tb3(X5),t2tb1(X6)))),tb2t(sF15)) = compute1(tb2t1(cons(int,sF7,cons(int,t2tb3(X4),cons(int,t2tb3(X5),t2tb1(X6))))),sK1) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f9886,f556]) ).

tff(f9886,plain,
    ( ! [X6: list_int,X4: $int,X5: $int] : ( compute1(tb2t1(cons(int,t2tb3(X4),cons(int,t2tb3(X5),t2tb1(X6)))),tb2t(cons(asm,sF19,sF14))) = compute1(tb2t1(cons(int,sF7,cons(int,t2tb3(X4),cons(int,t2tb3(X5),t2tb1(X6))))),sK1) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(superposition,[],[f9525,f380]) ).

tff(f9525,plain,
    ( ! [X2: list_int,X3: list_asm,X0: $int,X1: $int] : ( compute1(tb2t1(cons(int,sF7,cons(int,t2tb3(X0),cons(int,t2tb3(X1),t2tb1(X2))))),X3) = compute1(tb2t1(cons(int,t2tb3(X0),cons(int,t2tb3(X1),t2tb1(X2)))),tb2t(cons(asm,sF19,t2tb(X3)))) )
    | ~ spl22_9
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(forward_demodulation,[],[f9524,f392]) ).

tff(f392,plain,
    ( ( t2tb2(sF18) = sF19 )
    | ~ spl22_17 ),
    inference(avatar_component_clause,[],[f391]) ).

tff(f391,plain,
    ( spl22_17
  <=> ( t2tb2(sF18) = sF19 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_17])]) ).

tff(f9524,plain,
    ( ! [X2: list_int,X3: list_asm,X0: $int,X1: $int] : ( compute1(tb2t1(cons(int,sF7,cons(int,t2tb3(X0),cons(int,t2tb3(X1),t2tb1(X2))))),X3) = compute1(tb2t1(cons(int,t2tb3(X0),cons(int,t2tb3(X1),t2tb1(X2)))),tb2t(cons(asm,t2tb2(sF18),t2tb(X3)))) )
    | ~ spl22_9
    | ~ spl22_26 ),
    inference(forward_demodulation,[],[f9513,f360]) ).

tff(f360,plain,
    ( ( sF7 = t2tb3(sF6) )
    | ~ spl22_9 ),
    inference(avatar_component_clause,[],[f359]) ).

tff(f359,plain,
    ( spl22_9
  <=> ( sF7 = t2tb3(sF6) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_9])]) ).

tff(f9513,plain,
    ( ! [X2: list_int,X3: list_asm,X0: $int,X1: $int] : ( compute1(tb2t1(cons(int,t2tb3(X0),cons(int,t2tb3(X1),t2tb1(X2)))),tb2t(cons(asm,t2tb2(sF18),t2tb(X3)))) = compute1(tb2t1(cons(int,t2tb3(sF6),cons(int,t2tb3(X0),cons(int,t2tb3(X1),t2tb1(X2))))),X3) )
    | ~ spl22_26 ),
    inference(superposition,[],[f9402,f444]) ).

tff(f444,plain,
    ( ( push1(sF6) = sF18 )
    | ~ spl22_26 ),
    inference(avatar_component_clause,[],[f443]) ).

tff(f443,plain,
    ( spl22_26
  <=> ( push1(sF6) = sF18 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_26])]) ).

tff(f9402,plain,
    ! [X2: list_asm,X8: list_int,X9: $int,X7: $int,X4: $int] : ( compute1(tb2t1(cons(int,t2tb3(X9),cons(int,t2tb3(X4),cons(int,t2tb3(X7),t2tb1(X8))))),X2) = compute1(tb2t1(cons(int,t2tb3(X4),cons(int,t2tb3(X7),t2tb1(X8)))),tb2t(cons(asm,t2tb2(push1(X9)),t2tb(X2)))) ),
    inference(forward_demodulation,[],[f9395,f224]) ).

tff(f9395,plain,
    ! [X2: list_asm,X8: list_int,X9: $int,X7: $int,X4: $int] : ( compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(tb2t1(cons(int,t2tb3(X7),t2tb1(X8)))))),tb2t(cons(asm,t2tb2(push1(X9)),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X9),cons(int,t2tb3(X4),t2tb1(tb2t1(cons(int,t2tb3(X7),t2tb1(X8))))))),X2) ),
    inference(gaussian_variable_elimination,[],[f9394]) ).

tff(f9394,plain,
    ! [X2: list_asm,X1: asm1,X8: list_int,X9: $int,X7: $int,X4: $int] :
      ( ( compute1(tb2t1(cons(int,t2tb3(X9),cons(int,t2tb3(X4),t2tb1(tb2t1(cons(int,t2tb3(X7),t2tb1(X8))))))),X2) = compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(tb2t1(cons(int,t2tb3(X7),t2tb1(X8)))))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) )
      | ( push1(X9) != X1 ) ),
    inference(gaussian_variable_elimination,[],[f204]) ).

tff(f204,plain,
    ! [X2: list_asm,X1: asm1,X8: list_int,X9: $int,X7: $int,X4: $int,X5: list_int] :
      ( ( tb2t1(cons(int,t2tb3(X7),t2tb1(X8))) != X5 )
      | ( compute1(tb2t1(cons(int,t2tb3(X9),cons(int,t2tb3(X4),t2tb1(X5)))),X2) = compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) )
      | ( push1(X9) != X1 ) ),
    inference(cnf_transformation,[],[f182]) ).

tff(f182,plain,
    ! [X0: list_int] :
      ( ( compute1(X0,tb2t(nil(asm))) = X0 )
      & ! [X2: list_asm,X1: asm1] :
          ( ! [X5: list_int,X4: $int] :
              ( ( ( tb2t1(nil(int)) != X5 )
                | ( ( ( mul1 != X1 )
                    | ( tb2t1(cons(int,t2tb3(X4),t2tb1(X5))) = compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
                  & ( ( add1 != X1 )
                    | ( tb2t1(cons(int,t2tb3(X4),t2tb1(X5))) = compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
                  & ! [X6: $int] :
                      ( ( compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X6),cons(int,t2tb3(X4),t2tb1(X5)))),X2) )
                      | ( push1(X6) != X1 ) )
                  & ( ( tb2t1(cons(int,t2tb3(X4),t2tb1(X5))) = compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) )
                    | ( sub1 != X1 ) ) ) )
              & ! [X8: list_int,X7: $int] :
                  ( ( ( ( mul1 != X1 )
                      | ( compute1(tb2t1(cons(int,t2tb3($product(X7,X4)),t2tb1(X8))),X2) = compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
                    & ( ( add1 != X1 )
                      | ( compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3($sum(X7,X4)),t2tb1(X8))),X2) ) )
                    & ! [X9: $int] :
                        ( ( push1(X9) != X1 )
                        | ( compute1(tb2t1(cons(int,t2tb3(X9),cons(int,t2tb3(X4),t2tb1(X5)))),X2) = compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
                    & ( ( compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3($sum(X7,$uminus(X4))),t2tb1(X8))),X2) )
                      | ( sub1 != X1 ) ) )
                  | ( tb2t1(cons(int,t2tb3(X7),t2tb1(X8))) != X5 ) ) )
          & ( ( add1 != X1 )
            | ( tb2t1(nil(int)) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
          & ( ( mul1 != X1 )
            | ( tb2t1(nil(int)) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
          & ! [X3: $int] :
              ( ( compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X3),nil(int))),X2) )
              | ( push1(X3) != X1 ) )
          & ( ( sub1 != X1 )
            | ( tb2t1(nil(int)) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) ) ) ),
    inference(ennf_transformation,[],[f141]) ).

tff(f141,plain,
    ! [X0: list_int] :
      ( ! [X2: list_asm,X1: asm1] :
          ( ( ( add1 = X1 )
           => ( tb2t1(nil(int)) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
          & ( ( sub1 = X1 )
           => ( tb2t1(nil(int)) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
          & ( ( mul1 = X1 )
           => ( tb2t1(nil(int)) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
          & ! [X5: list_int,X4: $int] :
              ( ( ( tb2t1(nil(int)) = X5 )
               => ( ! [X6: $int] :
                      ( ( push1(X6) = X1 )
                     => ( compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X6),cons(int,t2tb3(X4),t2tb1(X5)))),X2) ) )
                  & ( ( add1 = X1 )
                   => ( tb2t1(cons(int,t2tb3(X4),t2tb1(X5))) = compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
                  & ( ( sub1 = X1 )
                   => ( tb2t1(cons(int,t2tb3(X4),t2tb1(X5))) = compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
                  & ( ( mul1 = X1 )
                   => ( tb2t1(cons(int,t2tb3(X4),t2tb1(X5))) = compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) ) ) )
              & ! [X7: $int,X8: list_int] :
                  ( ( tb2t1(cons(int,t2tb3(X7),t2tb1(X8))) = X5 )
                 => ( ! [X9: $int] :
                        ( ( push1(X9) = X1 )
                       => ( compute1(tb2t1(cons(int,t2tb3(X9),cons(int,t2tb3(X4),t2tb1(X5)))),X2) = compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
                    & ( ( add1 = X1 )
                     => ( compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3($sum(X7,X4)),t2tb1(X8))),X2) ) )
                    & ( ( mul1 = X1 )
                     => ( compute1(tb2t1(cons(int,t2tb3($product(X7,X4)),t2tb1(X8))),X2) = compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
                    & ( ( sub1 = X1 )
                     => ( compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3($sum(X7,$uminus(X4))),t2tb1(X8))),X2) ) ) ) ) )
          & ! [X3: $int] :
              ( ( push1(X3) = X1 )
             => ( compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X3),nil(int))),X2) ) ) )
      & ( compute1(X0,tb2t(nil(asm))) = X0 ) ),
    inference(rectify,[],[f82]) ).

tff(f82,plain,
    ! [X22: list_int] :
      ( ! [X1: asm1,X2: list_asm] :
          ( ! [X3: $int] :
              ( ( push1(X3) = X1 )
             => ( compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X3),nil(int))),X2) ) )
          & ! [X3: $int,X16: list_int] :
              ( ( ( tb2t1(nil(int)) = X16 )
               => ( ( ( mul1 = X1 )
                   => ( tb2t1(cons(int,t2tb3(X3),t2tb1(X16))) = compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
                  & ! [X17: $int] :
                      ( ( push1(X17) = X1 )
                     => ( compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X17),cons(int,t2tb3(X3),t2tb1(X16)))),X2) ) )
                  & ( ( add1 = X1 )
                   => ( tb2t1(cons(int,t2tb3(X3),t2tb1(X16))) = compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
                  & ( ( sub1 = X1 )
                   => ( tb2t1(cons(int,t2tb3(X3),t2tb1(X16))) = compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) ) ) )
              & ! [X17: $int,X23: list_int] :
                  ( ( tb2t1(cons(int,t2tb3(X17),t2tb1(X23))) = X16 )
                 => ( ( ( mul1 = X1 )
                     => ( compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3($product(X17,X3)),t2tb1(X23))),X2) ) )
                    & ( ( add1 = X1 )
                     => ( compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3($sum(X17,X3)),t2tb1(X23))),X2) ) )
                    & ( ( sub1 = X1 )
                     => ( compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3($sum(X17,$uminus(X3))),t2tb1(X23))),X2) ) )
                    & ! [X24: $int] :
                        ( ( push1(X24) = X1 )
                       => ( compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X24),cons(int,t2tb3(X3),t2tb1(X16)))),X2) ) ) ) ) )
          & ( ( mul1 = X1 )
           => ( tb2t1(nil(int)) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
          & ( ( add1 = X1 )
           => ( tb2t1(nil(int)) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
          & ( ( sub1 = X1 )
           => ( tb2t1(nil(int)) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) ) )
      & ( compute1(X22,tb2t(nil(asm))) = X22 ) ),
    inference(theory_normalization,[],[f76]) ).

tff(f76,axiom,
    ! [X22: list_int] :
      ( ! [X1: asm1,X2: list_asm] :
          ( ! [X3: $int] :
              ( ( push1(X3) = X1 )
             => ( compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X3),nil(int))),X2) ) )
          & ! [X3: $int,X16: list_int] :
              ( ( ( tb2t1(nil(int)) = X16 )
               => ( ( ( mul1 = X1 )
                   => ( tb2t1(cons(int,t2tb3(X3),t2tb1(X16))) = compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
                  & ! [X17: $int] :
                      ( ( push1(X17) = X1 )
                     => ( compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X17),cons(int,t2tb3(X3),t2tb1(X16)))),X2) ) )
                  & ( ( add1 = X1 )
                   => ( tb2t1(cons(int,t2tb3(X3),t2tb1(X16))) = compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
                  & ( ( sub1 = X1 )
                   => ( tb2t1(cons(int,t2tb3(X3),t2tb1(X16))) = compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) ) ) )
              & ! [X17: $int,X23: list_int] :
                  ( ( tb2t1(cons(int,t2tb3(X17),t2tb1(X23))) = X16 )
                 => ( ( ( mul1 = X1 )
                     => ( compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3($product(X17,X3)),t2tb1(X23))),X2) ) )
                    & ( ( add1 = X1 )
                     => ( compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3($sum(X17,X3)),t2tb1(X23))),X2) ) )
                    & ( ( sub1 = X1 )
                     => ( compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3($difference(X17,X3)),t2tb1(X23))),X2) ) )
                    & ! [X24: $int] :
                        ( ( push1(X24) = X1 )
                       => ( compute1(tb2t1(cons(int,t2tb3(X3),t2tb1(X16))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X24),cons(int,t2tb3(X3),t2tb1(X16)))),X2) ) ) ) ) )
          & ( ( mul1 = X1 )
           => ( tb2t1(nil(int)) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
          & ( ( add1 = X1 )
           => ( tb2t1(nil(int)) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) )
          & ( ( sub1 = X1 )
           => ( tb2t1(nil(int)) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) ) ) )
      & ( compute1(X22,tb2t(nil(asm))) = X22 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compute_def) ).

tff(f240,plain,
    ! [X0: uni,X1: ty] :
      ( ( cons(X1,cons_proj_1(X1,X0),cons_proj_2(X1,X0)) = X0 )
      | ( nil(X1) = X0 ) ),
    inference(cnf_transformation,[],[f130]) ).

tff(f130,plain,
    ! [X1: ty,X0: uni] :
      ( ( cons(X1,cons_proj_1(X1,X0),cons_proj_2(X1,X0)) = X0 )
      | ( nil(X1) = X0 ) ),
    inference(rectify,[],[f18]) ).

tff(f18,axiom,
    ! [X6: uni,X0: ty] :
      ( ( cons(X0,cons_proj_1(X0,X6),cons_proj_2(X0,X6)) = X6 )
      | ( nil(X0) = X6 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',list_inversion) ).

tff(f7436,plain,
    ( ! [X0: uni] : ( compute1(tb2t1(cons(int,X0,nil(int))),sF16) = compute1(tb2t1(cons(int,sF7,cons(int,X0,nil(int)))),sK1) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_43 ),
    inference(superposition,[],[f7434,f200]) ).

tff(f7434,plain,
    ( ! [X2: $int] : ( compute1(tb2t1(cons(int,sF7,cons(int,t2tb3(X2),nil(int)))),sK1) = compute1(tb2t1(cons(int,t2tb3(X2),nil(int))),sF16) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f7433,f384]) ).

tff(f7433,plain,
    ( ! [X2: $int] : ( compute1(tb2t1(cons(int,t2tb3(X2),nil(int))),tb2t(sF15)) = compute1(tb2t1(cons(int,sF7,cons(int,t2tb3(X2),nil(int)))),sK1) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f7426,f556]) ).

tff(f7426,plain,
    ( ! [X2: $int] : ( compute1(tb2t1(cons(int,sF7,cons(int,t2tb3(X2),nil(int)))),sK1) = compute1(tb2t1(cons(int,t2tb3(X2),nil(int))),tb2t(cons(asm,sF19,sF14))) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(superposition,[],[f7148,f380]) ).

tff(f7148,plain,
    ( ! [X0: $int,X1: list_asm] : ( compute1(tb2t1(cons(int,t2tb3(X0),nil(int))),tb2t(cons(asm,sF19,t2tb(X1)))) = compute1(tb2t1(cons(int,sF7,cons(int,t2tb3(X0),nil(int)))),X1) )
    | ~ spl22_9
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(forward_demodulation,[],[f7147,f360]) ).

tff(f7147,plain,
    ( ! [X0: $int,X1: list_asm] : ( compute1(tb2t1(cons(int,t2tb3(X0),nil(int))),tb2t(cons(asm,sF19,t2tb(X1)))) = compute1(tb2t1(cons(int,t2tb3(sF6),cons(int,t2tb3(X0),nil(int)))),X1) )
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(forward_demodulation,[],[f7137,f392]) ).

tff(f7137,plain,
    ( ! [X0: $int,X1: list_asm] : ( compute1(tb2t1(cons(int,t2tb3(sF6),cons(int,t2tb3(X0),nil(int)))),X1) = compute1(tb2t1(cons(int,t2tb3(X0),nil(int))),tb2t(cons(asm,t2tb2(sF18),t2tb(X1)))) )
    | ~ spl22_26 ),
    inference(superposition,[],[f7123,f444]) ).

tff(f7123,plain,
    ! [X2: list_asm,X6: $int,X4: $int] : ( compute1(tb2t1(cons(int,t2tb3(X6),cons(int,t2tb3(X4),nil(int)))),X2) = compute1(tb2t1(cons(int,t2tb3(X4),nil(int))),tb2t(cons(asm,t2tb2(push1(X6)),t2tb(X2)))) ),
    inference(forward_demodulation,[],[f7120,f224]) ).

tff(f7120,plain,
    ! [X2: list_asm,X6: $int,X4: $int] : ( compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(tb2t1(nil(int))))),tb2t(cons(asm,t2tb2(push1(X6)),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X6),cons(int,t2tb3(X4),t2tb1(tb2t1(nil(int)))))),X2) ),
    inference(gaussian_variable_elimination,[],[f7119]) ).

tff(f7119,plain,
    ! [X2: list_asm,X1: asm1,X6: $int,X4: $int] :
      ( ( compute1(tb2t1(cons(int,t2tb3(X6),cons(int,t2tb3(X4),t2tb1(tb2t1(nil(int)))))),X2) = compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(tb2t1(nil(int))))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) )
      | ( push1(X6) != X1 ) ),
    inference(gaussian_variable_elimination,[],[f205]) ).

tff(f205,plain,
    ! [X2: list_asm,X1: asm1,X6: $int,X4: $int,X5: list_int] :
      ( ( tb2t1(nil(int)) != X5 )
      | ( compute1(tb2t1(cons(int,t2tb3(X4),t2tb1(X5))),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X6),cons(int,t2tb3(X4),t2tb1(X5)))),X2) )
      | ( push1(X6) != X1 ) ),
    inference(cnf_transformation,[],[f182]) ).

tff(f5099,plain,
    ( ! [X0: list_asm] : ( compute1(tb2t1(cons(int,sF7,nil(int))),X0) = compute1(tb2t1(nil(int)),tb2t(cons(asm,sF19,t2tb(X0)))) )
    | ~ spl22_9
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(forward_demodulation,[],[f5098,f360]) ).

tff(f5098,plain,
    ( ! [X0: list_asm] : ( compute1(tb2t1(nil(int)),tb2t(cons(asm,sF19,t2tb(X0)))) = compute1(tb2t1(cons(int,t2tb3(sF6),nil(int))),X0) )
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(forward_demodulation,[],[f5090,f392]) ).

tff(f5090,plain,
    ( ! [X0: list_asm] : ( compute1(tb2t1(cons(int,t2tb3(sF6),nil(int))),X0) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(sF18),t2tb(X0)))) )
    | ~ spl22_26 ),
    inference(superposition,[],[f5081,f444]) ).

tff(f5081,plain,
    ! [X2: list_asm,X3: $int] : ( compute1(tb2t1(cons(int,t2tb3(X3),nil(int))),X2) = compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(push1(X3)),t2tb(X2)))) ),
    inference(gaussian_variable_elimination,[],[f212]) ).

tff(f212,plain,
    ! [X2: list_asm,X3: $int,X1: asm1] :
      ( ( push1(X3) != X1 )
      | ( compute1(tb2t1(nil(int)),tb2t(cons(asm,t2tb2(X1),t2tb(X2)))) = compute1(tb2t1(cons(int,t2tb3(X3),nil(int))),X2) ) ),
    inference(cnf_transformation,[],[f182]) ).

tff(f10689,plain,
    ( ~ spl22_114
    | spl22_142 ),
    inference(avatar_contradiction_clause,[],[f10688]) ).

tff(f10688,plain,
    ( $false
    | ~ spl22_114
    | spl22_142 ),
    inference(subsumption_resolution,[],[f10562,f3711]) ).

tff(f3711,plain,
    ( ( 0 != length1(asm,sF14) )
    | spl22_142 ),
    inference(avatar_component_clause,[],[f3710]) ).

tff(f3710,plain,
    ( spl22_142
  <=> ( 0 = length1(asm,sF14) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_142])]) ).

tff(f10562,plain,
    ( ( 0 = length1(asm,sF14) )
    | ~ spl22_114 ),
    inference(superposition,[],[f86,f10372]) ).

tff(f10372,plain,
    ( ! [X2: $int] : ( $sum(length1(asm,sF14),X2) = X2 )
    | ~ spl22_114 ),
    inference(arithmetic_subterm_generalization,[],[f2679]) ).

tff(f2679,plain,
    ( ! [X2: $int] : ( $sum(1,$sum(length1(asm,sF14),X2)) = $sum(1,X2) )
    | ~ spl22_114 ),
    inference(superposition,[],[f85,f2672]) ).

tff(f2672,plain,
    ( ( 1 = $sum(1,length1(asm,sF14)) )
    | ~ spl22_114 ),
    inference(avatar_component_clause,[],[f2671]) ).

tff(f2671,plain,
    ( spl22_114
  <=> ( 1 = $sum(1,length1(asm,sF14)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_114])]) ).

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

tff(f86,plain,
    ! [X0: $int] : ( $sum(X0,0) = X0 ),
    introduced(theory_axiom_142,[]) ).

tff(f10687,plain,
    ( ~ spl22_114
    | spl22_142 ),
    inference(avatar_contradiction_clause,[],[f10686]) ).

tff(f10686,plain,
    ( $false
    | ~ spl22_114
    | spl22_142 ),
    inference(subsumption_resolution,[],[f10533,f3711]) ).

tff(f10533,plain,
    ( ( 0 = length1(asm,sF14) )
    | ~ spl22_114 ),
    inference(superposition,[],[f10372,f86]) ).

tff(f7899,plain,
    ( spl22_185
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(avatar_split_clause,[],[f7895,f2605,f2517,f1734,f1707,f7897]) ).

tff(f7897,plain,
    ( spl22_185
  <=> $less($sum(-1,length1(asm,sF14)),2) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_185])]) ).

tff(f1707,plain,
    ( spl22_50
  <=> ( $sum(1,length1(asm,sF14)) = length1(asm,sF15) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_50])]) ).

tff(f1734,plain,
    ( spl22_53
  <=> $less(length1(asm,sF14),length1(asm,sF15)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_53])]) ).

tff(f2517,plain,
    ( spl22_109
  <=> ( 1 = length1(asm,sF15) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_109])]) ).

tff(f2605,plain,
    ( spl22_111
  <=> $less(length1(asm,sF14),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_111])]) ).

tff(f7895,plain,
    ( $less($sum(-1,length1(asm,sF14)),2)
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(forward_demodulation,[],[f7894,f84]) ).

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

tff(f7894,plain,
    ( $less($sum(length1(asm,sF14),-1),2)
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(evaluation,[],[f7885]) ).

tff(f7885,plain,
    ( $less($sum(length1(asm,sF14),$uminus(1)),2)
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(gaussian_variable_elimination,[],[f7650]) ).

tff(f7650,plain,
    ( ! [X1: $int] :
        ( ( length1(asm,sF14) != $sum(1,X1) )
        | $less(X1,2) )
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(constrained_resolution,[],[f7636,f2606]) ).

tff(f2606,plain,
    ( $less(length1(asm,sF14),1)
    | ~ spl22_111 ),
    inference(avatar_component_clause,[],[f2605]) ).

tff(f7636,plain,
    ( ! [X34: $int] :
        ( ~ $less($sum(1,X34),1)
        | $less(X34,2) )
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109 ),
    inference(resolution,[],[f7591,f632]) ).

tff(f632,plain,
    ! [X4: $int,X5: $int] :
      ( $less(X5,$sum(1,X4))
      | $less(X4,X5) ),
    inference(superposition,[],[f93,f84]) ).

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

tff(f7591,plain,
    ( ! [X17: $int] :
        ( ~ $less(2,X17)
        | ~ $less(X17,1) )
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109 ),
    inference(evaluation,[],[f7579]) ).

tff(f7579,plain,
    ( ! [X17: $int] :
        ( ~ $less($sum(1,$uminus(-1)),X17)
        | ~ $less(X17,1) )
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109 ),
    inference(gaussian_variable_elimination,[],[f7223]) ).

tff(f7223,plain,
    ( ! [X16: $int,X17: $int] :
        ( ( 1 != $sum(X16,-1) )
        | ~ $less(X17,1)
        | ~ $less(X16,X17) )
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109 ),
    inference(constrained_resolution,[],[f6892,f89]) ).

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

tff(f6892,plain,
    ( ! [X4: $int,X5: $int] :
        ( $less($sum(X4,-1),1)
        | ~ $less(X4,X5)
        | ~ $less(X5,1) )
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109 ),
    inference(resolution,[],[f6227,f92]) ).

tff(f92,plain,
    ! [X2: $int,X0: $int,X1: $int] :
      ( $less($sum(X0,X2),$sum(X1,X2))
      | ~ $less(X0,X1) ),
    introduced(theory_axiom_150,[]) ).

tff(f6227,plain,
    ( ! [X2: $int,X3: $int] :
        ( ~ $less(X3,$sum(X2,-1))
        | $less(X3,1)
        | ~ $less(X2,1) )
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109 ),
    inference(resolution,[],[f6153,f90]) ).

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

tff(f6153,plain,
    ( ! [X0: $int] :
        ( $less($sum(X0,-1),1)
        | ~ $less(X0,1) )
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109 ),
    inference(superposition,[],[f6085,f84]) ).

tff(f6085,plain,
    ( ! [X2: $int] :
        ( $less($sum(-1,X2),1)
        | ~ $less(X2,1) )
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109 ),
    inference(resolution,[],[f3697,f2527]) ).

tff(f2527,plain,
    ( ! [X0: $int] :
        ( ~ $less(X0,length1(asm,sF14))
        | $less(X0,1) )
    | ~ spl22_53
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1741,f2518]) ).

tff(f2518,plain,
    ( ( 1 = length1(asm,sF15) )
    | ~ spl22_109 ),
    inference(avatar_component_clause,[],[f2517]) ).

tff(f1741,plain,
    ( ! [X0: $int] :
        ( ~ $less(X0,length1(asm,sF14))
        | $less(X0,length1(asm,sF15)) )
    | ~ spl22_53 ),
    inference(resolution,[],[f1735,f90]) ).

tff(f1735,plain,
    ( $less(length1(asm,sF14),length1(asm,sF15))
    | ~ spl22_53 ),
    inference(avatar_component_clause,[],[f1734]) ).

tff(f3697,plain,
    ( ! [X2: $int] :
        ( $less($sum(-1,X2),length1(asm,sF14))
        | ~ $less(X2,1) )
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(evaluation,[],[f3695]) ).

tff(f3695,plain,
    ( ! [X2: $int] :
        ( ~ $less(X2,1)
        | $less($sum($uminus(1),X2),length1(asm,sF14)) )
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(superposition,[],[f2859,f1335]) ).

tff(f1335,plain,
    ! [X2: $int,X3: $int] : ( $sum(X2,$sum($uminus(X2),X3)) = X3 ),
    inference(forward_demodulation,[],[f1302,f562]) ).

tff(f562,plain,
    ! [X0: $int] : ( $sum(0,X0) = X0 ),
    inference(superposition,[],[f84,f86]) ).

tff(f1302,plain,
    ! [X2: $int,X3: $int] : ( $sum(0,X3) = $sum(X2,$sum($uminus(X2),X3)) ),
    inference(superposition,[],[f85,f88]) ).

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

tff(f2859,plain,
    ( ! [X2: $int] :
        ( ~ $less($sum(1,X2),1)
        | $less(X2,length1(asm,sF14)) )
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(resolution,[],[f2524,f632]) ).

tff(f2524,plain,
    ( ! [X0: $int] :
        ( ~ $less(length1(asm,sF14),X0)
        | ~ $less(X0,1) )
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1712,f2518]) ).

tff(f1712,plain,
    ( ! [X0: $int] :
        ( ~ $less(length1(asm,sF14),X0)
        | ~ $less(X0,length1(asm,sF15)) )
    | ~ spl22_50 ),
    inference(superposition,[],[f640,f1708]) ).

tff(f1708,plain,
    ( ( $sum(1,length1(asm,sF14)) = length1(asm,sF15) )
    | ~ spl22_50 ),
    inference(avatar_component_clause,[],[f1707]) ).

tff(f640,plain,
    ! [X4: $int,X5: $int] :
      ( ~ $less(X5,$sum(1,X4))
      | ~ $less(X4,X5) ),
    inference(superposition,[],[f101,f84]) ).

tff(f101,plain,
    ! [X0: $int,X1: $int] :
      ( ~ $less(X1,$sum(X0,1))
      | ~ $less(X0,X1) ),
    introduced(theory_axiom_166,[]) ).

tff(f7874,plain,
    ( spl22_184
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(avatar_split_clause,[],[f7858,f3272,f2517,f1734,f1707,f7872]) ).

tff(f7872,plain,
    ( spl22_184
  <=> $less($uminus(length1(asm,sF14)),2) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_184])]) ).

tff(f3272,plain,
    ( spl22_133
  <=> $less($uminus(length1(asm,sF14)),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_133])]) ).

tff(f7858,plain,
    ( $less($uminus(length1(asm,sF14)),2)
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(subsumption_resolution,[],[f7838,f1100]) ).

tff(f1100,plain,
    ! [X3: ty,X4: uni] : ( 2 != $uminus(length1(X3,X4)) ),
    inference(trivial_inequality_removal,[],[f1094]) ).

tff(f1094,plain,
    ! [X3: ty,X4: uni] :
      ( ( 2 != $uminus(length1(X3,X4)) )
      | ( 0 != 0 ) ),
    inference(constrained_superposition,[],[f808,f535]) ).

tff(f535,plain,
    ! [X0: $int] : ( 0 = $sum($uminus(X0),X0) ),
    inference(superposition,[],[f88,f94]) ).

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

tff(f808,plain,
    ! [X3: ty,X4: uni] : ( 0 != $sum(2,length1(X3,X4)) ),
    inference(constrained_resolution,[],[f786,f233]) ).

tff(f233,plain,
    ! [X0: uni,X1: ty] : ~ $less(length1(X1,X0),0),
    inference(cnf_transformation,[],[f104]) ).

tff(f104,plain,
    ! [X0: uni,X1: ty] : ~ $less(length1(X1,X0),0),
    inference(rectify,[],[f80]) ).

tff(f80,plain,
    ! [X14: uni,X0: ty] : ~ $less(length1(X0,X14),0),
    inference(theory_normalization,[],[f25]) ).

tff(f25,axiom,
    ! [X14: uni,X0: ty] : $lesseq(0,length1(X0,X14)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',length_nonnegative) ).

tff(f786,plain,
    ! [X1: $int] : $less(X1,$sum(2,X1)),
    inference(evaluation,[],[f775]) ).

tff(f775,plain,
    ! [X1: $int] : $less(X1,$sum($sum(X1,1),1)),
    inference(resolution,[],[f762,f93]) ).

tff(f762,plain,
    ! [X3: $int] : ~ $less($sum(X3,1),X3),
    inference(resolution,[],[f720,f89]) ).

tff(f720,plain,
    ! [X3: $int,X4: $int] :
      ( $less(X3,$sum(X4,1))
      | ~ $less(X3,X4) ),
    inference(resolution,[],[f90,f628]) ).

tff(f628,plain,
    ! [X0: $int] : $less(X0,$sum(X0,1)),
    inference(resolution,[],[f93,f89]) ).

tff(f7838,plain,
    ( ( 2 = $uminus(length1(asm,sF14)) )
    | $less($uminus(length1(asm,sF14)),2)
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(resolution,[],[f7592,f3273]) ).

tff(f3273,plain,
    ( $less($uminus(length1(asm,sF14)),1)
    | ~ spl22_133 ),
    inference(avatar_component_clause,[],[f3272]) ).

tff(f7592,plain,
    ( ! [X0: $int] :
        ( ~ $less(X0,1)
        | ( 2 = X0 )
        | $less(X0,2) )
    | ~ spl22_50
    | ~ spl22_53
    | ~ spl22_109 ),
    inference(resolution,[],[f7591,f91]) ).

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

tff(f7770,plain,
    ( ~ spl22_183
    | ~ spl22_111
    | spl22_169 ),
    inference(avatar_split_clause,[],[f5697,f5533,f2605,f7768]) ).

tff(f7768,plain,
    ( spl22_183
  <=> ( $sum(3,$uminus(length1(asm,sF14))) = length1(asm,sF14) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_183])]) ).

tff(f5533,plain,
    ( spl22_169
  <=> $less($sum(3,$uminus(length1(asm,sF14))),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_169])]) ).

tff(f5697,plain,
    ( ( $sum(3,$uminus(length1(asm,sF14))) != length1(asm,sF14) )
    | ~ spl22_111
    | spl22_169 ),
    inference(constrained_resolution,[],[f5534,f2606]) ).

tff(f5534,plain,
    ( ~ $less($sum(3,$uminus(length1(asm,sF14))),1)
    | spl22_169 ),
    inference(avatar_component_clause,[],[f5533]) ).

tff(f7578,plain,
    ( ~ spl22_182
    | ~ spl22_111
    | spl22_168 ),
    inference(avatar_split_clause,[],[f5552,f5440,f2605,f7576]) ).

tff(f7576,plain,
    ( spl22_182
  <=> ( length1(asm,sF14) = $sum(2,$uminus(length1(asm,sF14))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_182])]) ).

tff(f5440,plain,
    ( spl22_168
  <=> $less($sum(2,$uminus(length1(asm,sF14))),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_168])]) ).

tff(f5552,plain,
    ( ( length1(asm,sF14) != $sum(2,$uminus(length1(asm,sF14))) )
    | ~ spl22_111
    | spl22_168 ),
    inference(constrained_resolution,[],[f5441,f2606]) ).

tff(f5441,plain,
    ( ~ $less($sum(2,$uminus(length1(asm,sF14))),1)
    | spl22_168 ),
    inference(avatar_component_clause,[],[f5440]) ).

tff(f7346,plain,
    ( spl22_181
    | ~ spl22_81
    | ~ spl22_109
    | ~ spl22_111
    | spl22_142 ),
    inference(avatar_split_clause,[],[f7329,f3710,f2605,f2517,f2123,f7341]) ).

tff(f7341,plain,
    ( spl22_181
  <=> $less(length1(asm,sF14),3) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_181])]) ).

tff(f2123,plain,
    ( spl22_81
  <=> $less(0,$sum(2,length1(asm,sF15))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_81])]) ).

tff(f7329,plain,
    ( $less(length1(asm,sF14),3)
    | ~ spl22_81
    | ~ spl22_109
    | ~ spl22_111
    | spl22_142 ),
    inference(subsumption_resolution,[],[f7278,f3711]) ).

tff(f7278,plain,
    ( $less(length1(asm,sF14),3)
    | ( 0 = length1(asm,sF14) )
    | ~ spl22_81
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(resolution,[],[f7237,f2606]) ).

tff(f7237,plain,
    ( ! [X1: $int] :
        ( ~ $less(X1,1)
        | ( 0 = X1 )
        | $less(X1,3) )
    | ~ spl22_81
    | ~ spl22_109 ),
    inference(resolution,[],[f7208,f643]) ).

tff(f643,plain,
    ! [X9: $int] :
      ( ~ $less(0,X9)
      | ~ $less(X9,1) ),
    inference(superposition,[],[f101,f562]) ).

tff(f7208,plain,
    ( ! [X0: $int] :
        ( $less(0,X0)
        | ( 0 = X0 )
        | $less(X0,3) )
    | ~ spl22_81
    | ~ spl22_109 ),
    inference(resolution,[],[f7125,f91]) ).

tff(f7125,plain,
    ( ! [X0: $int] :
        ( ~ $less(X0,0)
        | $less(X0,3) )
    | ~ spl22_81
    | ~ spl22_109 ),
    inference(evaluation,[],[f7124]) ).

tff(f7124,plain,
    ( ! [X0: $int] :
        ( $less(X0,$sum(2,1))
        | ~ $less(X0,0) )
    | ~ spl22_81
    | ~ spl22_109 ),
    inference(forward_demodulation,[],[f2153,f2518]) ).

tff(f2153,plain,
    ( ! [X0: $int] :
        ( $less(X0,$sum(2,length1(asm,sF15)))
        | ~ $less(X0,0) )
    | ~ spl22_81 ),
    inference(resolution,[],[f2124,f90]) ).

tff(f2124,plain,
    ( $less(0,$sum(2,length1(asm,sF15)))
    | ~ spl22_81 ),
    inference(avatar_component_clause,[],[f2123]) ).

tff(f7345,plain,
    ( spl22_181
    | ~ spl22_50
    | ~ spl22_81
    | ~ spl22_109
    | spl22_142 ),
    inference(avatar_split_clause,[],[f7328,f3710,f2517,f2123,f1707,f7341]) ).

tff(f7328,plain,
    ( $less(length1(asm,sF14),3)
    | ~ spl22_50
    | ~ spl22_81
    | ~ spl22_109
    | spl22_142 ),
    inference(subsumption_resolution,[],[f7327,f3711]) ).

tff(f7327,plain,
    ( $less(length1(asm,sF14),3)
    | ( 0 = length1(asm,sF14) )
    | ~ spl22_50
    | ~ spl22_81
    | ~ spl22_109 ),
    inference(evaluation,[],[f7312]) ).

tff(f7312,plain,
    ( $less(1,1)
    | $less(length1(asm,sF14),3)
    | ( 0 = length1(asm,sF14) )
    | ~ spl22_50
    | ~ spl22_81
    | ~ spl22_109 ),
    inference(resolution,[],[f7237,f2525]) ).

tff(f2525,plain,
    ( ! [X1: $int] :
        ( $less(length1(asm,sF14),X1)
        | $less(X1,1) )
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1713,f2518]) ).

tff(f1713,plain,
    ( ! [X1: $int] :
        ( $less(length1(asm,sF14),X1)
        | $less(X1,length1(asm,sF15)) )
    | ~ spl22_50 ),
    inference(superposition,[],[f632,f1708]) ).

tff(f7344,plain,
    ( spl22_181
    | ~ spl22_50
    | ~ spl22_81
    | ~ spl22_109
    | spl22_142 ),
    inference(avatar_split_clause,[],[f7277,f3710,f2517,f2123,f1707,f7341]) ).

tff(f7277,plain,
    ( $less(length1(asm,sF14),3)
    | ~ spl22_50
    | ~ spl22_81
    | ~ spl22_109
    | spl22_142 ),
    inference(subsumption_resolution,[],[f7273,f3711]) ).

tff(f7273,plain,
    ( $less(length1(asm,sF14),3)
    | ( 0 = length1(asm,sF14) )
    | ~ spl22_50
    | ~ spl22_81
    | ~ spl22_109 ),
    inference(evaluation,[],[f7245]) ).

tff(f7245,plain,
    ( ( 0 = length1(asm,sF14) )
    | $less($sum(1,0),1)
    | $less(length1(asm,sF14),3)
    | ~ spl22_50
    | ~ spl22_81
    | ~ spl22_109 ),
    inference(resolution,[],[f7208,f2884]) ).

tff(f2884,plain,
    ( ! [X5: $int] :
        ( ~ $less(X5,length1(asm,sF14))
        | $less($sum(1,X5),1) )
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(resolution,[],[f2525,f640]) ).

tff(f7343,plain,
    ( spl22_181
    | ~ spl22_50
    | ~ spl22_81
    | ~ spl22_109
    | spl22_142 ),
    inference(avatar_split_clause,[],[f7276,f3710,f2517,f2123,f1707,f7341]) ).

tff(f7276,plain,
    ( $less(length1(asm,sF14),3)
    | ~ spl22_50
    | ~ spl22_81
    | ~ spl22_109
    | spl22_142 ),
    inference(subsumption_resolution,[],[f7275,f3711]) ).

tff(f7275,plain,
    ( ( 0 = length1(asm,sF14) )
    | $less(length1(asm,sF14),3)
    | ~ spl22_50
    | ~ spl22_81
    | ~ spl22_109 ),
    inference(evaluation,[],[f7246]) ).

tff(f7246,plain,
    ( $less(length1(asm,sF14),3)
    | ( 0 = length1(asm,sF14) )
    | $less($sum(0,1),1)
    | ~ spl22_50
    | ~ spl22_81
    | ~ spl22_109 ),
    inference(resolution,[],[f7208,f2883]) ).

tff(f2883,plain,
    ( ! [X4: $int] :
        ( ~ $less(X4,length1(asm,sF14))
        | $less($sum(X4,1),1) )
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(resolution,[],[f2525,f101]) ).

tff(f7046,plain,
    ( ~ spl22_180
    | ~ spl22_178 ),
    inference(avatar_split_clause,[],[f7025,f7016,f7044]) ).

tff(f7044,plain,
    ( spl22_180
  <=> $less(2,length1(asm,sF14)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_180])]) ).

tff(f7016,plain,
    ( spl22_178
  <=> $less(length1(asm,sF14),2) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_178])]) ).

tff(f7025,plain,
    ( ~ $less(2,length1(asm,sF14))
    | ~ spl22_178 ),
    inference(resolution,[],[f7017,f760]) ).

tff(f760,plain,
    ! [X0: $int,X1: $int] :
      ( ~ $less(X1,X0)
      | ~ $less(X0,X1) ),
    inference(resolution,[],[f720,f101]) ).

tff(f7017,plain,
    ( $less(length1(asm,sF14),2)
    | ~ spl22_178 ),
    inference(avatar_component_clause,[],[f7016]) ).

tff(f7042,plain,
    ( spl22_179
    | ~ spl22_9
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(avatar_split_clause,[],[f6538,f443,f391,f359,f7039]) ).

tff(f7039,plain,
    ( spl22_179
  <=> ( tb2t1(cons(int,sF7,nil(int))) = compute1(tb2t1(nil(int)),tb2t(cons(asm,sF19,nil(asm)))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_179])]) ).

tff(f6538,plain,
    ( ( tb2t1(cons(int,sF7,nil(int))) = compute1(tb2t1(nil(int)),tb2t(cons(asm,sF19,nil(asm)))) )
    | ~ spl22_9
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(superposition,[],[f216,f5720]) ).

tff(f5720,plain,
    ( ! [X0: uni] : ( compute1(tb2t1(cons(int,sF7,nil(int))),tb2t(X0)) = compute1(tb2t1(nil(int)),tb2t(cons(asm,sF19,X0))) )
    | ~ spl22_9
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(superposition,[],[f5099,f238]) ).

tff(f238,plain,
    ! [X0: uni] : ( t2tb(tb2t(X0)) = X0 ),
    inference(cnf_transformation,[],[f149]) ).

tff(f149,plain,
    ! [X0: uni] : ( t2tb(tb2t(X0)) = X0 ),
    inference(rectify,[],[f69]) ).

tff(f69,axiom,
    ! [X21: uni] : ( t2tb(tb2t(X21)) = X21 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeR) ).

tff(f216,plain,
    ! [X0: list_int] : ( compute1(X0,tb2t(nil(asm))) = X0 ),
    inference(cnf_transformation,[],[f182]) ).

tff(f7041,plain,
    ( spl22_179
    | ~ spl22_9
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(avatar_split_clause,[],[f6536,f443,f391,f359,f7039]) ).

tff(f6536,plain,
    ( ( tb2t1(cons(int,sF7,nil(int))) = compute1(tb2t1(nil(int)),tb2t(cons(asm,sF19,nil(asm)))) )
    | ~ spl22_9
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(superposition,[],[f5720,f216]) ).

tff(f7019,plain,
    ( spl22_178
    | ~ spl22_50
    | ~ spl22_80
    | ~ spl22_109
    | spl22_142 ),
    inference(avatar_split_clause,[],[f6963,f3710,f2517,f2119,f1707,f7016]) ).

tff(f2119,plain,
    ( spl22_80
  <=> $less(0,$sum(1,length1(asm,sF15))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_80])]) ).

tff(f6963,plain,
    ( $less(length1(asm,sF14),2)
    | ~ spl22_50
    | ~ spl22_80
    | ~ spl22_109
    | spl22_142 ),
    inference(subsumption_resolution,[],[f6959,f3711]) ).

tff(f6959,plain,
    ( ( 0 = length1(asm,sF14) )
    | $less(length1(asm,sF14),2)
    | ~ spl22_50
    | ~ spl22_80
    | ~ spl22_109 ),
    inference(evaluation,[],[f6933]) ).

tff(f6933,plain,
    ( ( 0 = length1(asm,sF14) )
    | $less($sum(1,0),1)
    | $less(length1(asm,sF14),2)
    | ~ spl22_50
    | ~ spl22_80
    | ~ spl22_109 ),
    inference(resolution,[],[f6866,f2884]) ).

tff(f6866,plain,
    ( ! [X0: $int] :
        ( $less(0,X0)
        | $less(X0,2)
        | ( 0 = X0 ) )
    | ~ spl22_80
    | ~ spl22_109 ),
    inference(resolution,[],[f6851,f91]) ).

tff(f6851,plain,
    ( ! [X0: $int] :
        ( ~ $less(X0,0)
        | $less(X0,2) )
    | ~ spl22_80
    | ~ spl22_109 ),
    inference(evaluation,[],[f6850]) ).

tff(f6850,plain,
    ( ! [X0: $int] :
        ( $less(X0,$sum(1,1))
        | ~ $less(X0,0) )
    | ~ spl22_80
    | ~ spl22_109 ),
    inference(forward_demodulation,[],[f2144,f2518]) ).

tff(f2144,plain,
    ( ! [X0: $int] :
        ( ~ $less(X0,0)
        | $less(X0,$sum(1,length1(asm,sF15))) )
    | ~ spl22_80 ),
    inference(resolution,[],[f2120,f90]) ).

tff(f2120,plain,
    ( $less(0,$sum(1,length1(asm,sF15)))
    | ~ spl22_80 ),
    inference(avatar_component_clause,[],[f2119]) ).

tff(f7018,plain,
    ( spl22_178
    | ~ spl22_50
    | ~ spl22_80
    | ~ spl22_109
    | spl22_142 ),
    inference(avatar_split_clause,[],[f6962,f3710,f2517,f2119,f1707,f7016]) ).

tff(f6962,plain,
    ( $less(length1(asm,sF14),2)
    | ~ spl22_50
    | ~ spl22_80
    | ~ spl22_109
    | spl22_142 ),
    inference(subsumption_resolution,[],[f6960,f3711]) ).

tff(f6960,plain,
    ( $less(length1(asm,sF14),2)
    | ( 0 = length1(asm,sF14) )
    | ~ spl22_50
    | ~ spl22_80
    | ~ spl22_109 ),
    inference(evaluation,[],[f6934]) ).

tff(f6934,plain,
    ( $less($sum(0,1),1)
    | ( 0 = length1(asm,sF14) )
    | $less(length1(asm,sF14),2)
    | ~ spl22_50
    | ~ spl22_80
    | ~ spl22_109 ),
    inference(resolution,[],[f6866,f2883]) ).

tff(f7014,plain,
    ( spl22_174
    | ~ spl22_9
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_35
    | ~ spl22_43 ),
    inference(avatar_split_clause,[],[f6540,f555,f507,f443,f391,f383,f359,f6168]) ).

tff(f6168,plain,
    ( spl22_174
  <=> ( compute1(tb2t1(nil(int)),sF16) = compute1(tb2t1(cons(int,sF7,nil(int))),sK1) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_174])]) ).

tff(f507,plain,
    ( spl22_35
  <=> ( tb2t(sF14) = sK1 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_35])]) ).

tff(f6540,plain,
    ( ( compute1(tb2t1(nil(int)),sF16) = compute1(tb2t1(cons(int,sF7,nil(int))),sK1) )
    | ~ spl22_9
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_35
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f6539,f384]) ).

tff(f6539,plain,
    ( ( compute1(tb2t1(nil(int)),tb2t(sF15)) = compute1(tb2t1(cons(int,sF7,nil(int))),sK1) )
    | ~ spl22_9
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_35
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f6533,f556]) ).

tff(f6533,plain,
    ( ( compute1(tb2t1(cons(int,sF7,nil(int))),sK1) = compute1(tb2t1(nil(int)),tb2t(cons(asm,sF19,sF14))) )
    | ~ spl22_9
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_35 ),
    inference(superposition,[],[f5720,f508]) ).

tff(f508,plain,
    ( ( tb2t(sF14) = sK1 )
    | ~ spl22_35 ),
    inference(avatar_component_clause,[],[f507]) ).

tff(f6738,plain,
    ( ~ spl22_177
    | ~ spl22_144 ),
    inference(avatar_split_clause,[],[f6349,f3742,f6736]) ).

tff(f6736,plain,
    ( spl22_177
  <=> ( length1(asm,sF14) = $sum(-1,$uminus(length1(asm,sF14))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_177])]) ).

tff(f3742,plain,
    ( spl22_144
  <=> $less($sum(-1,$uminus(length1(asm,sF14))),length1(asm,sF14)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_144])]) ).

tff(f6349,plain,
    ( ( length1(asm,sF14) != $sum(-1,$uminus(length1(asm,sF14))) )
    | ~ spl22_144 ),
    inference(constrained_resolution,[],[f3743,f89]) ).

tff(f3743,plain,
    ( $less($sum(-1,$uminus(length1(asm,sF14))),length1(asm,sF14))
    | ~ spl22_144 ),
    inference(avatar_component_clause,[],[f3742]) ).

tff(f6433,plain,
    ( spl22_176
    | ~ spl22_9
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_29 ),
    inference(avatar_split_clause,[],[f5723,f466,f443,f391,f359,f6431]) ).

tff(f6431,plain,
    ( spl22_176
  <=> ( compute1(tb2t1(nil(int)),tb2t(cons(asm,sF19,sF15))) = compute1(tb2t1(cons(int,sF7,nil(int))),sF16) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_176])]) ).

tff(f466,plain,
    ( spl22_29
  <=> ( sF15 = t2tb(sF16) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_29])]) ).

tff(f5723,plain,
    ( ( compute1(tb2t1(nil(int)),tb2t(cons(asm,sF19,sF15))) = compute1(tb2t1(cons(int,sF7,nil(int))),sF16) )
    | ~ spl22_9
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_29 ),
    inference(superposition,[],[f5099,f467]) ).

tff(f467,plain,
    ( ( sF15 = t2tb(sF16) )
    | ~ spl22_29 ),
    inference(avatar_component_clause,[],[f466]) ).

tff(f6391,plain,
    ( spl22_175
    | ~ spl22_9
    | ~ spl22_13
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(avatar_split_clause,[],[f5722,f443,f391,f375,f359,f6389]) ).

tff(f6389,plain,
    ( spl22_175
  <=> ( compute1(tb2t1(cons(int,sF7,nil(int))),sF12) = compute1(tb2t1(nil(int)),tb2t(cons(asm,sF19,sF13))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_175])]) ).

tff(f375,plain,
    ( spl22_13
  <=> ( sF13 = t2tb(sF12) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_13])]) ).

tff(f5722,plain,
    ( ( compute1(tb2t1(cons(int,sF7,nil(int))),sF12) = compute1(tb2t1(nil(int)),tb2t(cons(asm,sF19,sF13))) )
    | ~ spl22_9
    | ~ spl22_13
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(superposition,[],[f5099,f376]) ).

tff(f376,plain,
    ( ( sF13 = t2tb(sF12) )
    | ~ spl22_13 ),
    inference(avatar_component_clause,[],[f375]) ).

tff(f6170,plain,
    ( spl22_174
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_43 ),
    inference(avatar_split_clause,[],[f5727,f555,f443,f391,f383,f379,f359,f6168]) ).

tff(f5727,plain,
    ( ( compute1(tb2t1(nil(int)),sF16) = compute1(tb2t1(cons(int,sF7,nil(int))),sK1) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_15
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f5726,f384]) ).

tff(f5726,plain,
    ( ( compute1(tb2t1(nil(int)),tb2t(sF15)) = compute1(tb2t1(cons(int,sF7,nil(int))),sK1) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_17
    | ~ spl22_26
    | ~ spl22_43 ),
    inference(forward_demodulation,[],[f5721,f556]) ).

tff(f5721,plain,
    ( ( compute1(tb2t1(cons(int,sF7,nil(int))),sK1) = compute1(tb2t1(nil(int)),tb2t(cons(asm,sF19,sF14))) )
    | ~ spl22_9
    | ~ spl22_14
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(superposition,[],[f5099,f380]) ).

tff(f5759,plain,
    ( ~ spl22_173
    | spl22_172 ),
    inference(avatar_split_clause,[],[f5754,f5731,f5757]) ).

tff(f5757,plain,
    ( spl22_173
  <=> ( 4 = length1(asm,sF14) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_173])]) ).

tff(f5731,plain,
    ( spl22_172
  <=> $less($sum(4,$uminus(length1(asm,sF14))),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_172])]) ).

tff(f5754,plain,
    ( ( 4 != length1(asm,sF14) )
    | spl22_172 ),
    inference(evaluation,[],[f5753]) ).

tff(f5753,plain,
    ( ~ $less(0,1)
    | ( 4 != length1(asm,sF14) )
    | spl22_172 ),
    inference(constrained_superposition,[],[f5732,f88]) ).

tff(f5732,plain,
    ( ~ $less($sum(4,$uminus(length1(asm,sF14))),1)
    | spl22_172 ),
    inference(avatar_component_clause,[],[f5731]) ).

tff(f5733,plain,
    ( ~ spl22_172
    | ~ spl22_167 ),
    inference(avatar_split_clause,[],[f5416,f5262,f5731]) ).

tff(f5262,plain,
    ( spl22_167
  <=> ( 1 = $sum(1,$uminus(length1(asm,sF14))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_167])]) ).

tff(f5416,plain,
    ( ~ $less($sum(4,$uminus(length1(asm,sF14))),1)
    | ~ spl22_167 ),
    inference(resolution,[],[f5269,f884]) ).

tff(f884,plain,
    ! [X0: $int] : $less(X0,$sum(4,X0)),
    inference(evaluation,[],[f872]) ).

tff(f872,plain,
    ! [X0: $int] : $less(X0,$sum(3,$sum(1,X0))),
    inference(resolution,[],[f830,f632]) ).

tff(f830,plain,
    ! [X0: $int] : ~ $less($sum(3,X0),X0),
    inference(evaluation,[],[f816]) ).

tff(f816,plain,
    ! [X0: $int] : ~ $less($sum(2,$sum(X0,1)),X0),
    inference(resolution,[],[f788,f720]) ).

tff(f788,plain,
    ! [X0: $int] : ~ $less($sum(2,X0),X0),
    inference(evaluation,[],[f774]) ).

tff(f774,plain,
    ! [X0: $int] : ~ $less($sum($sum(X0,1),1),X0),
    inference(resolution,[],[f762,f720]) ).

tff(f5269,plain,
    ( ! [X5: $int] :
        ( ~ $less($uminus(length1(asm,sF14)),X5)
        | ~ $less(X5,1) )
    | ~ spl22_167 ),
    inference(superposition,[],[f640,f5263]) ).

tff(f5263,plain,
    ( ( 1 = $sum(1,$uminus(length1(asm,sF14))) )
    | ~ spl22_167 ),
    inference(avatar_component_clause,[],[f5262]) ).

tff(f5728,plain,
    ( ~ spl22_171
    | spl22_169 ),
    inference(avatar_split_clause,[],[f5714,f5533,f5717]) ).

tff(f5717,plain,
    ( spl22_171
  <=> ( length1(asm,sF14) = 3 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_171])]) ).

tff(f5714,plain,
    ( ( length1(asm,sF14) != 3 )
    | spl22_169 ),
    inference(evaluation,[],[f5713]) ).

tff(f5713,plain,
    ( ~ $less(0,1)
    | ( length1(asm,sF14) != 3 )
    | spl22_169 ),
    inference(constrained_superposition,[],[f5534,f88]) ).

tff(f5719,plain,
    ( ~ spl22_171
    | ~ spl22_114
    | ~ spl22_133
    | spl22_169 ),
    inference(avatar_split_clause,[],[f5715,f5533,f3272,f2671,f5717]) ).

tff(f5715,plain,
    ( ( length1(asm,sF14) != 3 )
    | ~ spl22_114
    | ~ spl22_133
    | spl22_169 ),
    inference(subsumption_resolution,[],[f5701,f3273]) ).

tff(f5701,plain,
    ( ~ $less($uminus(length1(asm,sF14)),1)
    | ( length1(asm,sF14) != 3 )
    | ~ spl22_114
    | spl22_169 ),
    inference(constrained_resolution,[],[f5534,f3219]) ).

tff(f3219,plain,
    ( ! [X0: $int] :
        ( $less($sum(length1(asm,sF14),X0),1)
        | ~ $less(X0,1) )
    | ~ spl22_114 ),
    inference(superposition,[],[f2680,f84]) ).

tff(f2680,plain,
    ( ! [X3: $int] :
        ( $less($sum(X3,length1(asm,sF14)),1)
        | ~ $less(X3,1) )
    | ~ spl22_114 ),
    inference(superposition,[],[f92,f2672]) ).

tff(f5674,plain,
    ( ~ spl22_170
    | spl22_168 ),
    inference(avatar_split_clause,[],[f5568,f5440,f5571]) ).

tff(f5571,plain,
    ( spl22_170
  <=> ( 2 = length1(asm,sF14) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_170])]) ).

tff(f5568,plain,
    ( ( 2 != length1(asm,sF14) )
    | spl22_168 ),
    inference(evaluation,[],[f5567]) ).

tff(f5567,plain,
    ( ~ $less(0,1)
    | ( 2 != length1(asm,sF14) )
    | spl22_168 ),
    inference(constrained_superposition,[],[f5441,f88]) ).

tff(f5573,plain,
    ( ~ spl22_170
    | ~ spl22_114
    | ~ spl22_133
    | spl22_168 ),
    inference(avatar_split_clause,[],[f5569,f5440,f3272,f2671,f5571]) ).

tff(f5569,plain,
    ( ( 2 != length1(asm,sF14) )
    | ~ spl22_114
    | ~ spl22_133
    | spl22_168 ),
    inference(subsumption_resolution,[],[f5556,f3273]) ).

tff(f5556,plain,
    ( ( 2 != length1(asm,sF14) )
    | ~ $less($uminus(length1(asm,sF14)),1)
    | ~ spl22_114
    | spl22_168 ),
    inference(constrained_resolution,[],[f5441,f3219]) ).

tff(f5550,plain,
    ( ~ spl22_168
    | ~ spl22_167 ),
    inference(avatar_split_clause,[],[f5435,f5262,f5440]) ).

tff(f5435,plain,
    ( ~ $less($sum(2,$uminus(length1(asm,sF14))),1)
    | ~ spl22_167 ),
    inference(forward_demodulation,[],[f5423,f84]) ).

tff(f5423,plain,
    ( ~ $less($sum($uminus(length1(asm,sF14)),2),1)
    | ~ spl22_167 ),
    inference(resolution,[],[f5269,f814]) ).

tff(f814,plain,
    ! [X2: $int] : $less(X2,$sum(X2,2)),
    inference(superposition,[],[f786,f84]) ).

tff(f5535,plain,
    ( ~ spl22_169
    | ~ spl22_167 ),
    inference(avatar_split_clause,[],[f5415,f5262,f5533]) ).

tff(f5415,plain,
    ( ~ $less($sum(3,$uminus(length1(asm,sF14))),1)
    | ~ spl22_167 ),
    inference(resolution,[],[f5269,f828]) ).

tff(f828,plain,
    ! [X1: $int] : $less(X1,$sum(3,X1)),
    inference(evaluation,[],[f817]) ).

tff(f817,plain,
    ! [X1: $int] : $less(X1,$sum(2,$sum(X1,1))),
    inference(resolution,[],[f788,f93]) ).

tff(f5442,plain,
    ( ~ spl22_168
    | ~ spl22_167 ),
    inference(avatar_split_clause,[],[f5414,f5262,f5440]) ).

tff(f5414,plain,
    ( ~ $less($sum(2,$uminus(length1(asm,sF14))),1)
    | ~ spl22_167 ),
    inference(resolution,[],[f5269,f786]) ).

tff(f5264,plain,
    ( spl22_167
    | spl22_155
    | spl22_166 ),
    inference(avatar_split_clause,[],[f5191,f5181,f4474,f5262]) ).

tff(f4474,plain,
    ( spl22_155
  <=> $less($sum(1,$uminus(length1(asm,sF14))),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_155])]) ).

tff(f5181,plain,
    ( spl22_166
  <=> $less(1,$sum(1,$uminus(length1(asm,sF14)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_166])]) ).

tff(f5191,plain,
    ( ( 1 = $sum(1,$uminus(length1(asm,sF14))) )
    | spl22_155
    | spl22_166 ),
    inference(subsumption_resolution,[],[f5187,f4475]) ).

tff(f4475,plain,
    ( ~ $less($sum(1,$uminus(length1(asm,sF14))),1)
    | spl22_155 ),
    inference(avatar_component_clause,[],[f4474]) ).

tff(f5187,plain,
    ( ( 1 = $sum(1,$uminus(length1(asm,sF14))) )
    | $less($sum(1,$uminus(length1(asm,sF14))),1)
    | spl22_166 ),
    inference(resolution,[],[f5182,f91]) ).

tff(f5182,plain,
    ( ~ $less(1,$sum(1,$uminus(length1(asm,sF14))))
    | spl22_166 ),
    inference(avatar_component_clause,[],[f5181]) ).

tff(f5183,plain,
    ( ~ spl22_166
    | ~ spl22_114 ),
    inference(avatar_split_clause,[],[f5155,f2671,f5181]) ).

tff(f5155,plain,
    ( ~ $less(1,$sum(1,$uminus(length1(asm,sF14))))
    | ~ spl22_114 ),
    inference(gaussian_variable_elimination,[],[f3249]) ).

tff(f3249,plain,
    ( ! [X5: $int] :
        ( ( 1 != $sum(X5,length1(asm,sF14)) )
        | ~ $less(1,X5) )
    | ~ spl22_114 ),
    inference(constrained_resolution,[],[f2681,f89]) ).

tff(f2681,plain,
    ( ! [X4: $int] :
        ( $less(1,$sum(X4,length1(asm,sF14)))
        | ~ $less(1,X4) )
    | ~ spl22_114 ),
    inference(superposition,[],[f92,f2672]) ).

tff(f4849,plain,
    ( ~ spl22_165
    | spl22_163 ),
    inference(avatar_split_clause,[],[f4724,f4672,f4846]) ).

tff(f4846,plain,
    ( spl22_165
  <=> ( length1(asm,sF14) = $sum(-4,length1(asm,sF14)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_165])]) ).

tff(f4672,plain,
    ( spl22_163
  <=> ( length1(asm,sF14) = $sum(length1(asm,sF14),-4) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_163])]) ).

tff(f4724,plain,
    ( ( length1(asm,sF14) != $sum(-4,length1(asm,sF14)) )
    | spl22_163 ),
    inference(superposition,[],[f4673,f84]) ).

tff(f4673,plain,
    ( ( length1(asm,sF14) != $sum(length1(asm,sF14),-4) )
    | spl22_163 ),
    inference(avatar_component_clause,[],[f4672]) ).

tff(f4848,plain,
    ( ~ spl22_165
    | spl22_163 ),
    inference(avatar_split_clause,[],[f4723,f4672,f4846]) ).

tff(f4723,plain,
    ( ( length1(asm,sF14) != $sum(-4,length1(asm,sF14)) )
    | spl22_163 ),
    inference(superposition,[],[f4673,f84]) ).

tff(f4730,plain,
    ( ~ spl22_164
    | spl22_154 ),
    inference(avatar_split_clause,[],[f4669,f4421,f4727]) ).

tff(f4727,plain,
    ( spl22_164
  <=> ( length1(asm,sF14) = $sum(-3,length1(asm,sF14)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_164])]) ).

tff(f4421,plain,
    ( spl22_154
  <=> ( length1(asm,sF14) = $sum(length1(asm,sF14),-3) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_154])]) ).

tff(f4669,plain,
    ( ( length1(asm,sF14) != $sum(-3,length1(asm,sF14)) )
    | spl22_154 ),
    inference(superposition,[],[f4422,f84]) ).

tff(f4422,plain,
    ( ( length1(asm,sF14) != $sum(length1(asm,sF14),-3) )
    | spl22_154 ),
    inference(avatar_component_clause,[],[f4421]) ).

tff(f4729,plain,
    ( ~ spl22_164
    | spl22_154 ),
    inference(avatar_split_clause,[],[f4668,f4421,f4727]) ).

tff(f4668,plain,
    ( ( length1(asm,sF14) != $sum(-3,length1(asm,sF14)) )
    | spl22_154 ),
    inference(superposition,[],[f4422,f84]) ).

tff(f4674,plain,
    ( ~ spl22_163
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(avatar_split_clause,[],[f4237,f2605,f2517,f1707,f4672]) ).

tff(f4237,plain,
    ( ( length1(asm,sF14) != $sum(length1(asm,sF14),-4) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(evaluation,[],[f4201]) ).

tff(f4201,plain,
    ( ( $sum(length1(asm,sF14),$uminus($sum(3,1))) != length1(asm,sF14) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(constrained_resolution,[],[f4192,f828]) ).

tff(f4192,plain,
    ( ! [X9: $int] : ~ $less(length1(asm,sF14),$sum(X9,$sum(length1(asm,sF14),$uminus($sum(X9,1)))))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(forward_demodulation,[],[f4190,f84]) ).

tff(f4190,plain,
    ( ! [X9: $int] : ~ $less(length1(asm,sF14),$sum($sum(length1(asm,sF14),$uminus($sum(X9,1))),X9))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(gaussian_variable_elimination,[],[f4096]) ).

tff(f4096,plain,
    ( ! [X8: $int,X9: $int] :
        ( ( $sum(X8,$sum(X9,1)) != length1(asm,sF14) )
        | ~ $less(length1(asm,sF14),$sum(X8,X9)) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(superposition,[],[f4053,f85]) ).

tff(f4053,plain,
    ( ! [X1: $int] :
        ( ( $sum(X1,1) != length1(asm,sF14) )
        | ~ $less(length1(asm,sF14),X1) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(constrained_resolution,[],[f2860,f2606]) ).

tff(f2860,plain,
    ( ! [X3: $int] :
        ( ~ $less($sum(X3,1),1)
        | ~ $less(length1(asm,sF14),X3) )
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(resolution,[],[f2524,f720]) ).

tff(f4665,plain,
    ( ~ spl22_162
    | ~ spl22_161 ),
    inference(avatar_split_clause,[],[f4642,f4639,f4663]) ).

tff(f4663,plain,
    ( spl22_162
  <=> $less($uminus(length1(asm,sF14)),0) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_162])]) ).

tff(f4639,plain,
    ( spl22_161
  <=> $less(-1,$uminus(length1(asm,sF14))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_161])]) ).

tff(f4642,plain,
    ( ~ $less($uminus(length1(asm,sF14)),0)
    | ~ spl22_161 ),
    inference(resolution,[],[f4640,f644]) ).

tff(f644,plain,
    ! [X8: $int] :
      ( ~ $less(-1,X8)
      | ~ $less(X8,0) ),
    inference(evaluation,[],[f642]) ).

tff(f642,plain,
    ! [X8: $int] :
      ( ~ $less(X8,0)
      | ~ $less($uminus(1),X8) ),
    inference(superposition,[],[f101,f535]) ).

tff(f4640,plain,
    ( $less(-1,$uminus(length1(asm,sF14)))
    | ~ spl22_161 ),
    inference(avatar_component_clause,[],[f4639]) ).

tff(f4641,plain,
    ( spl22_161
    | spl22_156
    | spl22_157 ),
    inference(avatar_split_clause,[],[f4619,f4532,f4528,f4639]) ).

tff(f4528,plain,
    ( spl22_156
  <=> $less($uminus(length1(asm,sF14)),-1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_156])]) ).

tff(f4532,plain,
    ( spl22_157
  <=> ( $uminus(length1(asm,sF14)) = -1 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_157])]) ).

tff(f4619,plain,
    ( $less(-1,$uminus(length1(asm,sF14)))
    | spl22_156
    | spl22_157 ),
    inference(subsumption_resolution,[],[f4617,f4533]) ).

tff(f4533,plain,
    ( ( $uminus(length1(asm,sF14)) != -1 )
    | spl22_157 ),
    inference(avatar_component_clause,[],[f4532]) ).

tff(f4617,plain,
    ( $less(-1,$uminus(length1(asm,sF14)))
    | ( $uminus(length1(asm,sF14)) = -1 )
    | spl22_156 ),
    inference(resolution,[],[f4529,f91]) ).

tff(f4529,plain,
    ( ~ $less($uminus(length1(asm,sF14)),-1)
    | spl22_156 ),
    inference(avatar_component_clause,[],[f4528]) ).

tff(f4585,plain,
    ( ~ spl22_160
    | spl22_155 ),
    inference(avatar_split_clause,[],[f4519,f4474,f4583]) ).

tff(f4583,plain,
    ( spl22_160
  <=> ( -3 = $uminus(length1(asm,sF14)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_160])]) ).

tff(f4519,plain,
    ( ( -3 != $uminus(length1(asm,sF14)) )
    | spl22_155 ),
    inference(constrained_resolution,[],[f4475,f1536]) ).

tff(f1536,plain,
    ! [X0: $int] : $less($sum(X0,-3),X0),
    inference(superposition,[],[f1377,f84]) ).

tff(f1377,plain,
    ! [X41: $int] : $less($sum(-3,X41),X41),
    inference(evaluation,[],[f1367]) ).

tff(f1367,plain,
    ! [X41: $int] : $less($sum($uminus(3),X41),X41),
    inference(superposition,[],[f828,f1335]) ).

tff(f4577,plain,
    ( ~ spl22_159
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_146
    | spl22_155 ),
    inference(avatar_split_clause,[],[f4556,f4474,f3771,f2517,f1707,f4575]) ).

tff(f4575,plain,
    ( spl22_159
  <=> $less($uminus(length1(asm,sF14)),-2) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_159])]) ).

tff(f3771,plain,
    ( spl22_146
  <=> $less(-2,length1(asm,sF14)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_146])]) ).

tff(f4556,plain,
    ( ~ $less($uminus(length1(asm,sF14)),-2)
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_146
    | spl22_155 ),
    inference(resolution,[],[f4378,f4475]) ).

tff(f4378,plain,
    ( ! [X2: $int] :
        ( $less($sum(1,X2),1)
        | ~ $less(X2,-2) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_146 ),
    inference(resolution,[],[f2884,f3777]) ).

tff(f3777,plain,
    ( ! [X0: $int] :
        ( $less(X0,length1(asm,sF14))
        | ~ $less(X0,-2) )
    | ~ spl22_146 ),
    inference(resolution,[],[f3772,f90]) ).

tff(f3772,plain,
    ( $less(-2,length1(asm,sF14))
    | ~ spl22_146 ),
    inference(avatar_component_clause,[],[f3771]) ).

tff(f4540,plain,
    ( ~ spl22_158
    | spl22_155 ),
    inference(avatar_split_clause,[],[f4520,f4474,f4538]) ).

tff(f4538,plain,
    ( spl22_158
  <=> ( $uminus(length1(asm,sF14)) = -2 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_158])]) ).

tff(f4520,plain,
    ( ( $uminus(length1(asm,sF14)) != -2 )
    | spl22_155 ),
    inference(constrained_resolution,[],[f4475,f1479]) ).

tff(f1479,plain,
    ! [X0: $int] : $less($sum(X0,-2),X0),
    inference(superposition,[],[f1394,f84]) ).

tff(f1394,plain,
    ! [X36: $int] : $less($sum(-2,X36),X36),
    inference(evaluation,[],[f1364]) ).

tff(f1364,plain,
    ! [X36: $int] : $less($sum($uminus(2),X36),X36),
    inference(superposition,[],[f786,f1335]) ).

tff(f4534,plain,
    ( ~ spl22_157
    | spl22_155 ),
    inference(avatar_split_clause,[],[f4521,f4474,f4532]) ).

tff(f4521,plain,
    ( ( $uminus(length1(asm,sF14)) != -1 )
    | spl22_155 ),
    inference(constrained_resolution,[],[f4475,f1407]) ).

tff(f1407,plain,
    ! [X0: $int] : $less($sum(X0,-1),X0),
    inference(superposition,[],[f1379,f84]) ).

tff(f1379,plain,
    ! [X22: $int] : $less($sum(-1,X22),X22),
    inference(evaluation,[],[f1358]) ).

tff(f1358,plain,
    ! [X22: $int] : $less($sum($uminus(1),X22),X22),
    inference(superposition,[],[f657,f1335]) ).

tff(f657,plain,
    ! [X2: $int] : $less(X2,$sum(1,X2)),
    inference(superposition,[],[f628,f84]) ).

tff(f4530,plain,
    ( ~ spl22_156
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_143
    | spl22_155 ),
    inference(avatar_split_clause,[],[f4518,f4474,f3713,f2517,f1707,f4528]) ).

tff(f3713,plain,
    ( spl22_143
  <=> $less(-1,length1(asm,sF14)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_143])]) ).

tff(f4518,plain,
    ( ~ $less($uminus(length1(asm,sF14)),-1)
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_143
    | spl22_155 ),
    inference(resolution,[],[f4475,f4379]) ).

tff(f4379,plain,
    ( ! [X3: $int] :
        ( $less($sum(1,X3),1)
        | ~ $less(X3,-1) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_143 ),
    inference(resolution,[],[f2884,f3758]) ).

tff(f3758,plain,
    ( ! [X0: $int] :
        ( $less(X0,length1(asm,sF14))
        | ~ $less(X0,-1) )
    | ~ spl22_143 ),
    inference(resolution,[],[f3714,f90]) ).

tff(f3714,plain,
    ( $less(-1,length1(asm,sF14))
    | ~ spl22_143 ),
    inference(avatar_component_clause,[],[f3713]) ).

tff(f4476,plain,
    ( ~ spl22_155
    | ~ spl22_114 ),
    inference(avatar_split_clause,[],[f4405,f2671,f4474]) ).

tff(f4405,plain,
    ( ~ $less($sum(1,$uminus(length1(asm,sF14))),1)
    | ~ spl22_114 ),
    inference(gaussian_variable_elimination,[],[f3216]) ).

tff(f3216,plain,
    ( ! [X0: $int] :
        ( ( 1 != $sum(X0,length1(asm,sF14)) )
        | ~ $less(X0,1) )
    | ~ spl22_114 ),
    inference(constrained_resolution,[],[f2680,f89]) ).

tff(f4423,plain,
    ( ~ spl22_154
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(avatar_split_clause,[],[f4236,f2605,f2517,f1707,f4421]) ).

tff(f4236,plain,
    ( ( length1(asm,sF14) != $sum(length1(asm,sF14),-3) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(evaluation,[],[f4200]) ).

tff(f4200,plain,
    ( ( $sum(length1(asm,sF14),$uminus($sum(2,1))) != length1(asm,sF14) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(constrained_resolution,[],[f4192,f786]) ).

tff(f4374,plain,
    ( ~ spl22_153
    | spl22_152 ),
    inference(avatar_split_clause,[],[f4338,f4311,f4371]) ).

tff(f4371,plain,
    ( spl22_153
  <=> ( $sum(-2,length1(asm,sF14)) = length1(asm,sF14) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_153])]) ).

tff(f4311,plain,
    ( spl22_152
  <=> ( length1(asm,sF14) = $sum(length1(asm,sF14),-2) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_152])]) ).

tff(f4338,plain,
    ( ( $sum(-2,length1(asm,sF14)) != length1(asm,sF14) )
    | spl22_152 ),
    inference(superposition,[],[f4312,f84]) ).

tff(f4312,plain,
    ( ( length1(asm,sF14) != $sum(length1(asm,sF14),-2) )
    | spl22_152 ),
    inference(avatar_component_clause,[],[f4311]) ).

tff(f4373,plain,
    ( ~ spl22_153
    | spl22_152 ),
    inference(avatar_split_clause,[],[f4337,f4311,f4371]) ).

tff(f4337,plain,
    ( ( $sum(-2,length1(asm,sF14)) != length1(asm,sF14) )
    | spl22_152 ),
    inference(superposition,[],[f4312,f84]) ).

tff(f4313,plain,
    ( ~ spl22_152
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(avatar_split_clause,[],[f4234,f2605,f2517,f1707,f4311]) ).

tff(f4234,plain,
    ( ( length1(asm,sF14) != $sum(length1(asm,sF14),-2) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(evaluation,[],[f4199]) ).

tff(f4199,plain,
    ( ( length1(asm,sF14) != $sum(length1(asm,sF14),$uminus($sum(1,1))) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(constrained_resolution,[],[f4192,f657]) ).

tff(f4189,plain,
    ( ~ spl22_151
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(avatar_split_clause,[],[f4187,f3272,f2517,f1707,f4138]) ).

tff(f4138,plain,
    ( spl22_151
  <=> $less(length1(asm,sF14),$sum(-1,$uminus(length1(asm,sF14)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_151])]) ).

tff(f4187,plain,
    ( ~ $less(length1(asm,sF14),$sum(-1,$uminus(length1(asm,sF14))))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(equality_resolution,[],[f4149]) ).

tff(f4149,plain,
    ( ! [X2: $int] :
        ( ( $uminus(length1(asm,sF14)) != X2 )
        | ~ $less(length1(asm,sF14),$sum(-1,X2)) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(evaluation,[],[f4145]) ).

tff(f4145,plain,
    ( ! [X2: $int] :
        ( ( $uminus(length1(asm,sF14)) != X2 )
        | ~ $less(length1(asm,sF14),$sum($uminus(1),X2)) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(superposition,[],[f4130,f1335]) ).

tff(f4130,plain,
    ( ! [X0: $int] :
        ( ( $sum(1,X0) != $uminus(length1(asm,sF14)) )
        | ~ $less(length1(asm,sF14),X0) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(superposition,[],[f4052,f84]) ).

tff(f4052,plain,
    ( ! [X0: $int] :
        ( ( $uminus(length1(asm,sF14)) != $sum(X0,1) )
        | ~ $less(length1(asm,sF14),X0) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(constrained_resolution,[],[f2860,f3273]) ).

tff(f4188,plain,
    ( ~ spl22_151
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(avatar_split_clause,[],[f4185,f3272,f2517,f1707,f4138]) ).

tff(f4185,plain,
    ( ~ $less(length1(asm,sF14),$sum(-1,$uminus(length1(asm,sF14))))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(gaussian_variable_elimination,[],[f4149]) ).

tff(f4151,plain,
    ( ~ spl22_151
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(avatar_split_clause,[],[f4150,f3272,f2517,f1707,f4138]) ).

tff(f4150,plain,
    ( ~ $less(length1(asm,sF14),$sum(-1,$uminus(length1(asm,sF14))))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(forward_demodulation,[],[f4148,f84]) ).

tff(f4148,plain,
    ( ~ $less(length1(asm,sF14),$sum($uminus(length1(asm,sF14)),-1))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(evaluation,[],[f4141]) ).

tff(f4141,plain,
    ( ~ $less(length1(asm,sF14),$sum($uminus(length1(asm,sF14)),$uminus(1)))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(gaussian_variable_elimination,[],[f4130]) ).

tff(f4140,plain,
    ( ~ spl22_151
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(avatar_split_clause,[],[f4136,f3272,f2517,f1707,f4138]) ).

tff(f4136,plain,
    ( ~ $less(length1(asm,sF14),$sum(-1,$uminus(length1(asm,sF14))))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(forward_demodulation,[],[f4135,f84]) ).

tff(f4135,plain,
    ( ~ $less(length1(asm,sF14),$sum($uminus(length1(asm,sF14)),-1))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(evaluation,[],[f4128]) ).

tff(f4128,plain,
    ( ~ $less(length1(asm,sF14),$sum($uminus(length1(asm,sF14)),$uminus(1)))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(gaussian_variable_elimination,[],[f4052]) ).

tff(f4114,plain,
    ( spl22_150
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f4082,f2517,f1707,f4112]) ).

tff(f4112,plain,
    ( spl22_150
  <=> $less(-4,length1(asm,sF14)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_150])]) ).

tff(f4082,plain,
    ( $less(-4,length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(resolution,[],[f2861,f1389]) ).

tff(f1389,plain,
    ! [X46: $int] : $less($sum(-4,X46),X46),
    inference(evaluation,[],[f1370]) ).

tff(f1370,plain,
    ! [X46: $int] : $less($sum($uminus(4),X46),X46),
    inference(superposition,[],[f884,f1335]) ).

tff(f2861,plain,
    ( ! [X4: $int] :
        ( ~ $less($sum(X4,1),1)
        | $less(X4,length1(asm,sF14)) )
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(resolution,[],[f2524,f93]) ).

tff(f4008,plain,
    ( ~ spl22_149
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111
    | ~ spl22_147 ),
    inference(avatar_split_clause,[],[f4003,f3779,f2605,f2517,f1707,f4005]) ).

tff(f4005,plain,
    ( spl22_149
  <=> $less(length1(asm,sF14),-3) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_149])]) ).

tff(f3779,plain,
    ( spl22_147
  <=> $less(-3,length1(asm,sF14)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_147])]) ).

tff(f4003,plain,
    ( ~ $less(length1(asm,sF14),-3)
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111
    | ~ spl22_147 ),
    inference(subsumption_resolution,[],[f3979,f2606]) ).

tff(f3979,plain,
    ( ~ $less(length1(asm,sF14),-3)
    | ~ $less(length1(asm,sF14),1)
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_147 ),
    inference(resolution,[],[f3790,f2524]) ).

tff(f3790,plain,
    ( ! [X0: $int] :
        ( $less(X0,length1(asm,sF14))
        | ~ $less(X0,-3) )
    | ~ spl22_147 ),
    inference(resolution,[],[f3780,f90]) ).

tff(f3780,plain,
    ( $less(-3,length1(asm,sF14))
    | ~ spl22_147 ),
    inference(avatar_component_clause,[],[f3779]) ).

tff(f4007,plain,
    ( ~ spl22_149
    | ~ spl22_147 ),
    inference(avatar_split_clause,[],[f3973,f3779,f4005]) ).

tff(f3973,plain,
    ( ~ $less(length1(asm,sF14),-3)
    | ~ spl22_147 ),
    inference(resolution,[],[f3790,f89]) ).

tff(f3786,plain,
    ( ~ spl22_148
    | ~ spl22_146 ),
    inference(avatar_split_clause,[],[f3776,f3771,f3784]) ).

tff(f3784,plain,
    ( spl22_148
  <=> $less(length1(asm,sF14),-2) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_148])]) ).

tff(f3776,plain,
    ( ~ $less(length1(asm,sF14),-2)
    | ~ spl22_146 ),
    inference(resolution,[],[f3772,f760]) ).

tff(f3782,plain,
    ( spl22_144
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(avatar_split_clause,[],[f3768,f3272,f2517,f1707,f3742]) ).

tff(f3768,plain,
    ( $less($sum(-1,$uminus(length1(asm,sF14))),length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(equality_resolution,[],[f3738]) ).

tff(f3738,plain,
    ( ! [X2: $int] :
        ( ( $uminus(length1(asm,sF14)) != X2 )
        | $less($sum(-1,X2),length1(asm,sF14)) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(evaluation,[],[f3735]) ).

tff(f3735,plain,
    ( ! [X2: $int] :
        ( ( $uminus(length1(asm,sF14)) != X2 )
        | $less($sum($uminus(1),X2),length1(asm,sF14)) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(superposition,[],[f3677,f1335]) ).

tff(f3677,plain,
    ( ! [X0: $int] :
        ( ( $sum(1,X0) != $uminus(length1(asm,sF14)) )
        | $less(X0,length1(asm,sF14)) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(constrained_resolution,[],[f2859,f3273]) ).

tff(f3781,plain,
    ( spl22_147
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f3689,f2517,f1707,f3779]) ).

tff(f3689,plain,
    ( $less(-3,length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(resolution,[],[f2859,f1536]) ).

tff(f3773,plain,
    ( spl22_146
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f3688,f2517,f1707,f3771]) ).

tff(f3688,plain,
    ( $less(-2,length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(resolution,[],[f2859,f1479]) ).

tff(f3769,plain,
    ( spl22_144
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(avatar_split_clause,[],[f3766,f3272,f2517,f1707,f3742]) ).

tff(f3766,plain,
    ( $less($sum(-1,$uminus(length1(asm,sF14))),length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(gaussian_variable_elimination,[],[f3738]) ).

tff(f3763,plain,
    ( ~ spl22_145
    | ~ spl22_143 ),
    inference(avatar_split_clause,[],[f3757,f3713,f3761]) ).

tff(f3761,plain,
    ( spl22_145
  <=> $less(length1(asm,sF14),-1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_145])]) ).

tff(f3757,plain,
    ( ~ $less(length1(asm,sF14),-1)
    | ~ spl22_143 ),
    inference(resolution,[],[f3714,f760]) ).

tff(f3759,plain,
    ( spl22_144
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(avatar_split_clause,[],[f3753,f3272,f2517,f1707,f3742]) ).

tff(f3753,plain,
    ( $less($sum(-1,$uminus(length1(asm,sF14))),length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(forward_demodulation,[],[f3752,f84]) ).

tff(f3752,plain,
    ( $less($sum($uminus(length1(asm,sF14)),-1),length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(evaluation,[],[f3745]) ).

tff(f3745,plain,
    ( $less($sum($uminus(length1(asm,sF14)),$uminus(1)),length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(gaussian_variable_elimination,[],[f3733]) ).

tff(f3733,plain,
    ( ! [X0: $int] :
        ( ( $uminus(length1(asm,sF14)) != $sum(X0,1) )
        | $less(X0,length1(asm,sF14)) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(superposition,[],[f3677,f84]) ).

tff(f3744,plain,
    ( spl22_144
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(avatar_split_clause,[],[f3740,f3272,f2517,f1707,f3742]) ).

tff(f3740,plain,
    ( $less($sum(-1,$uminus(length1(asm,sF14))),length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(forward_demodulation,[],[f3739,f84]) ).

tff(f3739,plain,
    ( $less($sum($uminus(length1(asm,sF14)),-1),length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(evaluation,[],[f3731]) ).

tff(f3731,plain,
    ( $less($sum($uminus(length1(asm,sF14)),$uminus(1)),length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_133 ),
    inference(gaussian_variable_elimination,[],[f3677]) ).

tff(f3729,plain,
    ( spl22_143
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f3687,f2517,f1707,f3713]) ).

tff(f3687,plain,
    ( $less(-1,length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(resolution,[],[f2859,f1407]) ).

tff(f3726,plain,
    ( ~ spl22_142
    | spl22_143
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(avatar_split_clause,[],[f3723,f2605,f2517,f1707,f3713,f3710]) ).

tff(f3723,plain,
    ( $less(-1,length1(asm,sF14))
    | ( 0 != length1(asm,sF14) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(evaluation,[],[f3721]) ).

tff(f3721,plain,
    ( ( 0 != length1(asm,sF14) )
    | $less($uminus(1),length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(superposition,[],[f3701,f535]) ).

tff(f3701,plain,
    ( ! [X0: $int] :
        ( ( length1(asm,sF14) != $sum(X0,1) )
        | $less(X0,length1(asm,sF14)) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(superposition,[],[f3678,f84]) ).

tff(f3678,plain,
    ( ! [X1: $int] :
        ( ( length1(asm,sF14) != $sum(1,X1) )
        | $less(X1,length1(asm,sF14)) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(constrained_resolution,[],[f2859,f2606]) ).

tff(f3725,plain,
    ( spl22_143
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f3698,f2517,f1707,f3713]) ).

tff(f3698,plain,
    ( $less(-1,length1(asm,sF14))
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(evaluation,[],[f3696]) ).

tff(f3696,plain,
    ( $less($uminus(1),length1(asm,sF14))
    | ~ $less(0,1)
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(superposition,[],[f2859,f88]) ).

tff(f3715,plain,
    ( ~ spl22_142
    | spl22_143
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(avatar_split_clause,[],[f3707,f2605,f2517,f1707,f3713,f3710]) ).

tff(f3707,plain,
    ( $less(-1,length1(asm,sF14))
    | ( 0 != length1(asm,sF14) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(evaluation,[],[f3704]) ).

tff(f3704,plain,
    ( $less($uminus(1),length1(asm,sF14))
    | ( 0 != length1(asm,sF14) )
    | ~ spl22_50
    | ~ spl22_109
    | ~ spl22_111 ),
    inference(superposition,[],[f3678,f88]) ).

tff(f3666,plain,
    ( ~ spl22_141
    | ~ spl22_136 ),
    inference(avatar_split_clause,[],[f3622,f3458,f3664]) ).

tff(f3664,plain,
    ( spl22_141
  <=> ( 1 = $sum(-3,$uminus(length1(asm,sF14))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_141])]) ).

tff(f3458,plain,
    ( spl22_136
  <=> $less($sum(-3,$uminus(length1(asm,sF14))),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_136])]) ).

tff(f3622,plain,
    ( ( 1 != $sum(-3,$uminus(length1(asm,sF14))) )
    | ~ spl22_136 ),
    inference(constrained_resolution,[],[f3459,f89]) ).

tff(f3459,plain,
    ( $less($sum(-3,$uminus(length1(asm,sF14))),1)
    | ~ spl22_136 ),
    inference(avatar_component_clause,[],[f3458]) ).

tff(f3572,plain,
    ( ~ spl22_140
    | ~ spl22_135 ),
    inference(avatar_split_clause,[],[f3453,f3351,f3570]) ).

tff(f3570,plain,
    ( spl22_140
  <=> $less(1,$sum(-2,$uminus(length1(asm,sF14)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_140])]) ).

tff(f3351,plain,
    ( spl22_135
  <=> $less($sum(-2,$uminus(length1(asm,sF14))),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_135])]) ).

tff(f3453,plain,
    ( ~ $less(1,$sum(-2,$uminus(length1(asm,sF14))))
    | ~ spl22_135 ),
    inference(resolution,[],[f3352,f760]) ).

tff(f3352,plain,
    ( $less($sum(-2,$uminus(length1(asm,sF14))),1)
    | ~ spl22_135 ),
    inference(avatar_component_clause,[],[f3351]) ).

tff(f3527,plain,
    ( ~ spl22_139
    | ~ spl22_135 ),
    inference(avatar_split_clause,[],[f3452,f3351,f3525]) ).

tff(f3525,plain,
    ( spl22_139
  <=> ( 1 = $sum(-2,$uminus(length1(asm,sF14))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_139])]) ).

tff(f3452,plain,
    ( ( 1 != $sum(-2,$uminus(length1(asm,sF14))) )
    | ~ spl22_135 ),
    inference(constrained_resolution,[],[f3352,f89]) ).

tff(f3518,plain,
    ( ~ spl22_138
    | ~ spl22_134 ),
    inference(avatar_split_clause,[],[f3448,f3347,f3516]) ).

tff(f3516,plain,
    ( spl22_138
  <=> $less(1,$sum(-1,$uminus(length1(asm,sF14)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_138])]) ).

tff(f3347,plain,
    ( spl22_134
  <=> $less($sum(-1,$uminus(length1(asm,sF14))),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_134])]) ).

tff(f3448,plain,
    ( ~ $less(1,$sum(-1,$uminus(length1(asm,sF14))))
    | ~ spl22_134 ),
    inference(resolution,[],[f3348,f760]) ).

tff(f3348,plain,
    ( $less($sum(-1,$uminus(length1(asm,sF14))),1)
    | ~ spl22_134 ),
    inference(avatar_component_clause,[],[f3347]) ).

tff(f3492,plain,
    ( ~ spl22_137
    | ~ spl22_134 ),
    inference(avatar_split_clause,[],[f3447,f3347,f3490]) ).

tff(f3490,plain,
    ( spl22_137
  <=> ( 1 = $sum(-1,$uminus(length1(asm,sF14))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_137])]) ).

tff(f3447,plain,
    ( ( 1 != $sum(-1,$uminus(length1(asm,sF14))) )
    | ~ spl22_134 ),
    inference(constrained_resolution,[],[f3348,f89]) ).

tff(f3460,plain,
    ( spl22_136
    | ~ spl22_133 ),
    inference(avatar_split_clause,[],[f3337,f3272,f3458]) ).

tff(f3337,plain,
    ( $less($sum(-3,$uminus(length1(asm,sF14))),1)
    | ~ spl22_133 ),
    inference(resolution,[],[f3315,f1377]) ).

tff(f3315,plain,
    ( ! [X0: $int] :
        ( ~ $less(X0,$uminus(length1(asm,sF14)))
        | $less(X0,1) )
    | ~ spl22_133 ),
    inference(resolution,[],[f3273,f90]) ).

tff(f3424,plain,
    ( spl22_134
    | ~ spl22_133 ),
    inference(avatar_split_clause,[],[f3345,f3272,f3347]) ).

tff(f3345,plain,
    ( $less($sum(-1,$uminus(length1(asm,sF14))),1)
    | ~ spl22_133 ),
    inference(forward_demodulation,[],[f3332,f84]) ).

tff(f3332,plain,
    ( $less($sum($uminus(length1(asm,sF14)),-1),1)
    | ~ spl22_133 ),
    inference(resolution,[],[f3315,f1407]) ).

tff(f3353,plain,
    ( spl22_135
    | ~ spl22_133 ),
    inference(avatar_split_clause,[],[f3336,f3272,f3351]) ).

tff(f3336,plain,
    ( $less($sum(-2,$uminus(length1(asm,sF14))),1)
    | ~ spl22_133 ),
    inference(resolution,[],[f3315,f1394]) ).

tff(f3349,plain,
    ( spl22_134
    | ~ spl22_133 ),
    inference(avatar_split_clause,[],[f3335,f3272,f3347]) ).

tff(f3335,plain,
    ( $less($sum(-1,$uminus(length1(asm,sF14))),1)
    | ~ spl22_133 ),
    inference(resolution,[],[f3315,f1379]) ).

tff(f3274,plain,
    ( spl22_133
    | spl22_132 ),
    inference(avatar_split_clause,[],[f3270,f3265,f3272]) ).

tff(f3265,plain,
    ( spl22_132
  <=> $less(1,$uminus(length1(asm,sF14))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_132])]) ).

tff(f3270,plain,
    ( $less($uminus(length1(asm,sF14)),1)
    | spl22_132 ),
    inference(subsumption_resolution,[],[f3268,f703]) ).

tff(f703,plain,
    ! [X6: uni,X5: ty] : ( 1 != $uminus(length1(X5,X6)) ),
    inference(trivial_inequality_removal,[],[f696]) ).

tff(f696,plain,
    ! [X6: uni,X5: ty] :
      ( ( 1 != $uminus(length1(X5,X6)) )
      | ( 0 != 0 ) ),
    inference(constrained_superposition,[],[f654,f88]) ).

tff(f654,plain,
    ! [X2: uni,X1: ty] : ( 0 != $sum(length1(X1,X2),1) ),
    inference(constrained_resolution,[],[f628,f233]) ).

tff(f3268,plain,
    ( $less($uminus(length1(asm,sF14)),1)
    | ( 1 = $uminus(length1(asm,sF14)) )
    | spl22_132 ),
    inference(resolution,[],[f3266,f91]) ).

tff(f3266,plain,
    ( ~ $less(1,$uminus(length1(asm,sF14)))
    | spl22_132 ),
    inference(avatar_component_clause,[],[f3265]) ).

tff(f3267,plain,
    ( ~ spl22_132
    | ~ spl22_114 ),
    inference(avatar_split_clause,[],[f3263,f2671,f3265]) ).

tff(f3263,plain,
    ( ~ $less(1,$uminus(length1(asm,sF14)))
    | ~ spl22_114 ),
    inference(evaluation,[],[f3262]) ).

tff(f3262,plain,
    ( ~ $less(1,$uminus(length1(asm,sF14)))
    | $less(1,0)
    | ~ spl22_114 ),
    inference(superposition,[],[f2681,f535]) ).

tff(f3141,plain,
    ( spl22_131
    | ~ spl22_23
    | ~ spl22_43 ),
    inference(avatar_split_clause,[],[f3135,f555,f424,f3139]) ).

tff(f3139,plain,
    ( spl22_131
  <=> mem(asm,sF19,sF15) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_131])]) ).

tff(f424,plain,
    ( spl22_23
  <=> sort1(asm,sF19) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_23])]) ).

tff(f3135,plain,
    ( mem(asm,sF19,sF15)
    | ~ spl22_23
    | ~ spl22_43 ),
    inference(subsumption_resolution,[],[f3132,f425]) ).

tff(f425,plain,
    ( sort1(asm,sF19)
    | ~ spl22_23 ),
    inference(avatar_component_clause,[],[f424]) ).

tff(f3132,plain,
    ( mem(asm,sF19,sF15)
    | ~ sort1(asm,sF19)
    | ~ spl22_43 ),
    inference(superposition,[],[f2995,f556]) ).

tff(f2995,plain,
    ! [X2: uni,X3: uni,X1: ty] :
      ( mem(X1,X3,cons(X1,X3,X2))
      | ~ sort1(X1,X3) ),
    inference(duplicate_literal_removal,[],[f2992]) ).

tff(f2992,plain,
    ! [X2: uni,X3: uni,X1: ty] :
      ( mem(X1,X3,cons(X1,X3,X2))
      | ~ sort1(X1,X3)
      | ~ sort1(X1,X3) ),
    inference(gaussian_variable_elimination,[],[f245]) ).

tff(f245,plain,
    ! [X2: uni,X3: uni,X0: uni,X1: ty] :
      ( ( X0 != X3 )
      | ~ sort1(X1,X3)
      | ~ sort1(X1,X0)
      | mem(X1,X0,cons(X1,X3,X2)) ),
    inference(cnf_transformation,[],[f174]) ).

tff(f174,plain,
    ! [X1: ty,X0: uni] :
      ( ~ sort1(X1,X0)
      | ( ~ mem(X1,X0,nil(X1))
        & ! [X3: uni,X2: uni] :
            ( ( mem(X1,X0,cons(X1,X3,X2))
            <=> ( mem(X1,X0,X2)
                | ( X0 = X3 ) ) )
            | ~ sort1(X1,X3) ) ) ),
    inference(ennf_transformation,[],[f123]) ).

tff(f123,plain,
    ! [X0: uni,X1: ty] :
      ( sort1(X1,X0)
     => ( ~ mem(X1,X0,nil(X1))
        & ! [X2: uni,X3: uni] :
            ( sort1(X1,X3)
           => ( mem(X1,X0,cons(X1,X3,X2))
            <=> ( mem(X1,X0,X2)
                | ( X0 = X3 ) ) ) ) ) ),
    inference(rectify,[],[f28]) ).

tff(f28,axiom,
    ! [X1: uni,X0: ty] :
      ( sort1(X0,X1)
     => ( ~ mem(X0,X1,nil(X0))
        & ! [X3: uni,X2: uni] :
            ( sort1(X0,X2)
           => ( mem(X0,X1,cons(X0,X2,X3))
            <=> ( mem(X0,X1,X3)
                | ( X1 = X2 ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mem_def) ).

tff(f2845,plain,
    ( ~ spl22_130
    | ~ spl22_128 ),
    inference(avatar_split_clause,[],[f2836,f2798,f2842]) ).

tff(f2842,plain,
    ( spl22_130
  <=> ( 1 = $sum(-4,length1(asm,sF14)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_130])]) ).

tff(f2798,plain,
    ( spl22_128
  <=> $less($sum(-4,length1(asm,sF14)),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_128])]) ).

tff(f2836,plain,
    ( ( 1 != $sum(-4,length1(asm,sF14)) )
    | ~ spl22_128 ),
    inference(constrained_resolution,[],[f2799,f89]) ).

tff(f2799,plain,
    ( $less($sum(-4,length1(asm,sF14)),1)
    | ~ spl22_128 ),
    inference(avatar_component_clause,[],[f2798]) ).

tff(f2844,plain,
    ( ~ spl22_130
    | spl22_108
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2568,f2517,f2488,f2842]) ).

tff(f2488,plain,
    ( spl22_108
  <=> ( $sum(-4,length1(asm,sF14)) = length1(asm,sF15) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_108])]) ).

tff(f2568,plain,
    ( ( 1 != $sum(-4,length1(asm,sF14)) )
    | spl22_108
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f2489,f2518]) ).

tff(f2489,plain,
    ( ( $sum(-4,length1(asm,sF14)) != length1(asm,sF15) )
    | spl22_108 ),
    inference(avatar_component_clause,[],[f2488]) ).

tff(f2805,plain,
    ( ~ spl22_129
    | ~ spl22_124 ),
    inference(avatar_split_clause,[],[f2785,f2762,f2802]) ).

tff(f2802,plain,
    ( spl22_129
  <=> $less(1,$sum(-3,length1(asm,sF14))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_129])]) ).

tff(f2762,plain,
    ( spl22_124
  <=> $less($sum(-3,length1(asm,sF14)),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_124])]) ).

tff(f2785,plain,
    ( ~ $less(1,$sum(-3,length1(asm,sF14)))
    | ~ spl22_124 ),
    inference(resolution,[],[f2763,f760]) ).

tff(f2763,plain,
    ( $less($sum(-3,length1(asm,sF14)),1)
    | ~ spl22_124 ),
    inference(avatar_component_clause,[],[f2762]) ).

tff(f2804,plain,
    ( ~ spl22_129
    | spl22_107
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2567,f2517,f2478,f2802]) ).

tff(f2478,plain,
    ( spl22_107
  <=> $less(length1(asm,sF15),$sum(-3,length1(asm,sF14))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_107])]) ).

tff(f2567,plain,
    ( ~ $less(1,$sum(-3,length1(asm,sF14)))
    | spl22_107
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f2479,f2518]) ).

tff(f2479,plain,
    ( ~ $less(length1(asm,sF15),$sum(-3,length1(asm,sF14)))
    | spl22_107 ),
    inference(avatar_component_clause,[],[f2478]) ).

tff(f2800,plain,
    ( spl22_128
    | ~ spl22_106
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2566,f2517,f2473,f2798]) ).

tff(f2473,plain,
    ( spl22_106
  <=> $less($sum(-4,length1(asm,sF14)),length1(asm,sF15)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_106])]) ).

tff(f2566,plain,
    ( $less($sum(-4,length1(asm,sF14)),1)
    | ~ spl22_106
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f2474,f2518]) ).

tff(f2474,plain,
    ( $less($sum(-4,length1(asm,sF14)),length1(asm,sF15))
    | ~ spl22_106 ),
    inference(avatar_component_clause,[],[f2473]) ).

tff(f2796,plain,
    ( ~ spl22_127
    | spl22_70
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2538,f2517,f1979,f2794]) ).

tff(f2794,plain,
    ( spl22_127
  <=> $less($sum(5,length1(asm,sF14)),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_127])]) ).

tff(f1979,plain,
    ( spl22_70
  <=> $less($sum(5,length1(asm,sF14)),length1(asm,sF15)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_70])]) ).

tff(f2538,plain,
    ( ~ $less($sum(5,length1(asm,sF14)),1)
    | spl22_70
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1980,f2518]) ).

tff(f1980,plain,
    ( ~ $less($sum(5,length1(asm,sF14)),length1(asm,sF15))
    | spl22_70 ),
    inference(avatar_component_clause,[],[f1979]) ).

tff(f2792,plain,
    ( ~ spl22_126
    | spl22_61
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2534,f2517,f1868,f2790]) ).

tff(f2790,plain,
    ( spl22_126
  <=> ( 1 = $sum(length1(asm,sF14),-3) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_126])]) ).

tff(f1868,plain,
    ( spl22_61
  <=> ( $sum(length1(asm,sF14),-3) = length1(asm,sF15) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_61])]) ).

tff(f2534,plain,
    ( ( 1 != $sum(length1(asm,sF14),-3) )
    | spl22_61
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1869,f2518]) ).

tff(f1869,plain,
    ( ( $sum(length1(asm,sF14),-3) != length1(asm,sF15) )
    | spl22_61 ),
    inference(avatar_component_clause,[],[f1868]) ).

tff(f2769,plain,
    ( ~ spl22_125
    | ~ spl22_119 ),
    inference(avatar_split_clause,[],[f2745,f2733,f2766]) ).

tff(f2766,plain,
    ( spl22_125
  <=> $less(1,$sum(-2,length1(asm,sF14))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_125])]) ).

tff(f2733,plain,
    ( spl22_119
  <=> $less($sum(-2,length1(asm,sF14)),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_119])]) ).

tff(f2745,plain,
    ( ~ $less(1,$sum(-2,length1(asm,sF14)))
    | ~ spl22_119 ),
    inference(resolution,[],[f2734,f760]) ).

tff(f2734,plain,
    ( $less($sum(-2,length1(asm,sF14)),1)
    | ~ spl22_119 ),
    inference(avatar_component_clause,[],[f2733]) ).

tff(f2768,plain,
    ( ~ spl22_125
    | spl22_105
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2565,f2517,f2463,f2766]) ).

tff(f2463,plain,
    ( spl22_105
  <=> $less(length1(asm,sF15),$sum(-2,length1(asm,sF14))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_105])]) ).

tff(f2565,plain,
    ( ~ $less(1,$sum(-2,length1(asm,sF14)))
    | spl22_105
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f2464,f2518]) ).

tff(f2464,plain,
    ( ~ $less(length1(asm,sF15),$sum(-2,length1(asm,sF14)))
    | spl22_105 ),
    inference(avatar_component_clause,[],[f2463]) ).

tff(f2764,plain,
    ( spl22_124
    | ~ spl22_104
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2564,f2517,f2459,f2762]) ).

tff(f2459,plain,
    ( spl22_104
  <=> $less($sum(-3,length1(asm,sF14)),length1(asm,sF15)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_104])]) ).

tff(f2564,plain,
    ( $less($sum(-3,length1(asm,sF14)),1)
    | ~ spl22_104
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f2460,f2518]) ).

tff(f2460,plain,
    ( $less($sum(-3,length1(asm,sF14)),length1(asm,sF15))
    | ~ spl22_104 ),
    inference(avatar_component_clause,[],[f2459]) ).

tff(f2760,plain,
    ( ~ spl22_123
    | spl22_67
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2537,f2517,f1949,f2758]) ).

tff(f2758,plain,
    ( spl22_123
  <=> $less($sum(4,length1(asm,sF14)),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_123])]) ).

tff(f1949,plain,
    ( spl22_67
  <=> $less($sum(4,length1(asm,sF14)),length1(asm,sF15)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_67])]) ).

tff(f2537,plain,
    ( ~ $less($sum(4,length1(asm,sF14)),1)
    | spl22_67
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1950,f2518]) ).

tff(f1950,plain,
    ( ~ $less($sum(4,length1(asm,sF14)),length1(asm,sF15))
    | spl22_67 ),
    inference(avatar_component_clause,[],[f1949]) ).

tff(f2756,plain,
    ( ~ spl22_122
    | spl22_60
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2533,f2517,f1786,f2754]) ).

tff(f2754,plain,
    ( spl22_122
  <=> ( 1 = $sum(-3,length1(asm,sF14)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_122])]) ).

tff(f1786,plain,
    ( spl22_60
  <=> ( $sum(-3,length1(asm,sF14)) = length1(asm,sF15) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_60])]) ).

tff(f2533,plain,
    ( ( 1 != $sum(-3,length1(asm,sF14)) )
    | spl22_60
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1787,f2518]) ).

tff(f1787,plain,
    ( ( $sum(-3,length1(asm,sF14)) != length1(asm,sF15) )
    | spl22_60 ),
    inference(avatar_component_clause,[],[f1786]) ).

tff(f2752,plain,
    ( ~ spl22_121
    | spl22_59
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2532,f2517,f1782,f2750]) ).

tff(f2750,plain,
    ( spl22_121
  <=> ( 1 = $sum(length1(asm,sF14),-2) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_121])]) ).

tff(f1782,plain,
    ( spl22_59
  <=> ( $sum(length1(asm,sF14),-2) = length1(asm,sF15) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_59])]) ).

tff(f2532,plain,
    ( ( 1 != $sum(length1(asm,sF14),-2) )
    | spl22_59
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1783,f2518]) ).

tff(f1783,plain,
    ( ( $sum(length1(asm,sF14),-2) != length1(asm,sF15) )
    | spl22_59 ),
    inference(avatar_component_clause,[],[f1782]) ).

tff(f2740,plain,
    ( ~ spl22_120
    | ~ spl22_117 ),
    inference(avatar_split_clause,[],[f2715,f2705,f2737]) ).

tff(f2737,plain,
    ( spl22_120
  <=> $less(1,$sum(-1,length1(asm,sF14))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_120])]) ).

tff(f2705,plain,
    ( spl22_117
  <=> $less($sum(-1,length1(asm,sF14)),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_117])]) ).

tff(f2715,plain,
    ( ~ $less(1,$sum(-1,length1(asm,sF14)))
    | ~ spl22_117 ),
    inference(resolution,[],[f2706,f760]) ).

tff(f2706,plain,
    ( $less($sum(-1,length1(asm,sF14)),1)
    | ~ spl22_117 ),
    inference(avatar_component_clause,[],[f2705]) ).

tff(f2739,plain,
    ( ~ spl22_120
    | spl22_103
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2563,f2517,f2449,f2737]) ).

tff(f2449,plain,
    ( spl22_103
  <=> $less(length1(asm,sF15),$sum(-1,length1(asm,sF14))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_103])]) ).

tff(f2563,plain,
    ( ~ $less(1,$sum(-1,length1(asm,sF14)))
    | spl22_103
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f2450,f2518]) ).

tff(f2450,plain,
    ( ~ $less(length1(asm,sF15),$sum(-1,length1(asm,sF14)))
    | spl22_103 ),
    inference(avatar_component_clause,[],[f2449]) ).

tff(f2735,plain,
    ( spl22_119
    | ~ spl22_102
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2562,f2517,f2426,f2733]) ).

tff(f2426,plain,
    ( spl22_102
  <=> $less($sum(-2,length1(asm,sF14)),length1(asm,sF15)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_102])]) ).

tff(f2562,plain,
    ( $less($sum(-2,length1(asm,sF14)),1)
    | ~ spl22_102
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f2427,f2518]) ).

tff(f2427,plain,
    ( $less($sum(-2,length1(asm,sF14)),length1(asm,sF15))
    | ~ spl22_102 ),
    inference(avatar_component_clause,[],[f2426]) ).

tff(f2720,plain,
    ( ~ spl22_118
    | spl22_58
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2531,f2517,f1777,f2718]) ).

tff(f2718,plain,
    ( spl22_118
  <=> ( 1 = $sum(-2,length1(asm,sF14)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_118])]) ).

tff(f1777,plain,
    ( spl22_58
  <=> ( $sum(-2,length1(asm,sF14)) = length1(asm,sF15) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_58])]) ).

tff(f2531,plain,
    ( ( 1 != $sum(-2,length1(asm,sF14)) )
    | spl22_58
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1778,f2518]) ).

tff(f1778,plain,
    ( ( $sum(-2,length1(asm,sF14)) != length1(asm,sF15) )
    | spl22_58 ),
    inference(avatar_component_clause,[],[f1777]) ).

tff(f2707,plain,
    ( spl22_117
    | ~ spl22_101
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2561,f2517,f2419,f2705]) ).

tff(f2419,plain,
    ( spl22_101
  <=> $less($sum(-1,length1(asm,sF14)),length1(asm,sF15)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_101])]) ).

tff(f2561,plain,
    ( $less($sum(-1,length1(asm,sF14)),1)
    | ~ spl22_101
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f2420,f2518]) ).

tff(f2420,plain,
    ( $less($sum(-1,length1(asm,sF14)),length1(asm,sF15))
    | ~ spl22_101 ),
    inference(avatar_component_clause,[],[f2419]) ).

tff(f2703,plain,
    ( ~ spl22_116
    | spl22_57
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2530,f2517,f1768,f2701]) ).

tff(f2701,plain,
    ( spl22_116
  <=> ( 1 = $sum(-1,length1(asm,sF14)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_116])]) ).

tff(f1768,plain,
    ( spl22_57
  <=> ( $sum(-1,length1(asm,sF14)) = length1(asm,sF15) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_57])]) ).

tff(f2530,plain,
    ( ( 1 != $sum(-1,length1(asm,sF14)) )
    | spl22_57
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1769,f2518]) ).

tff(f1769,plain,
    ( ( $sum(-1,length1(asm,sF14)) != length1(asm,sF15) )
    | spl22_57 ),
    inference(avatar_component_clause,[],[f1768]) ).

tff(f2685,plain,
    ( ~ spl22_115
    | spl22_56
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2529,f2517,f1764,f2683]) ).

tff(f2683,plain,
    ( spl22_115
  <=> ( 1 = $sum(length1(asm,sF14),-1) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_115])]) ).

tff(f1764,plain,
    ( spl22_56
  <=> ( $sum(length1(asm,sF14),-1) = length1(asm,sF15) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_56])]) ).

tff(f2529,plain,
    ( ( 1 != $sum(length1(asm,sF14),-1) )
    | spl22_56
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1765,f2518]) ).

tff(f1765,plain,
    ( ( $sum(length1(asm,sF14),-1) != length1(asm,sF15) )
    | spl22_56 ),
    inference(avatar_component_clause,[],[f1764]) ).

tff(f2673,plain,
    ( spl22_114
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2523,f2517,f1707,f2671]) ).

tff(f2523,plain,
    ( ( 1 = $sum(1,length1(asm,sF14)) )
    | ~ spl22_50
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1708,f2518]) ).

tff(f2625,plain,
    ( ~ spl22_112
    | ~ spl22_111 ),
    inference(avatar_split_clause,[],[f2609,f2605,f2612]) ).

tff(f2612,plain,
    ( spl22_112
  <=> $less(1,length1(asm,sF14)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_112])]) ).

tff(f2609,plain,
    ( ~ $less(1,length1(asm,sF14))
    | ~ spl22_111 ),
    inference(resolution,[],[f2606,f760]) ).

tff(f2624,plain,
    ( ~ spl22_113
    | ~ spl22_111 ),
    inference(avatar_split_clause,[],[f2608,f2605,f2622]) ).

tff(f2622,plain,
    ( spl22_113
  <=> ( 1 = length1(asm,sF14) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_113])]) ).

tff(f2608,plain,
    ( ( 1 != length1(asm,sF14) )
    | ~ spl22_111 ),
    inference(constrained_resolution,[],[f2606,f89]) ).

tff(f2614,plain,
    ( ~ spl22_112
    | spl22_55
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2528,f2517,f1748,f2612]) ).

tff(f1748,plain,
    ( spl22_55
  <=> $less(length1(asm,sF15),length1(asm,sF14)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_55])]) ).

tff(f2528,plain,
    ( ~ $less(1,length1(asm,sF14))
    | spl22_55
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1749,f2518]) ).

tff(f1749,plain,
    ( ~ $less(length1(asm,sF15),length1(asm,sF14))
    | spl22_55 ),
    inference(avatar_component_clause,[],[f1748]) ).

tff(f2607,plain,
    ( spl22_111
    | ~ spl22_53
    | ~ spl22_109 ),
    inference(avatar_split_clause,[],[f2526,f2517,f1734,f2605]) ).

tff(f2526,plain,
    ( $less(length1(asm,sF14),1)
    | ~ spl22_53
    | ~ spl22_109 ),
    inference(backward_demodulation,[],[f1735,f2518]) ).

tff(f2522,plain,
    ( spl22_109
    | spl22_110
    | spl22_74 ),
    inference(avatar_split_clause,[],[f2036,f2028,f2520,f2517]) ).

tff(f2520,plain,
    ( spl22_110
  <=> $less(1,length1(asm,sF15)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_110])]) ).

tff(f2028,plain,
    ( spl22_74
  <=> $less(length1(asm,sF15),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_74])]) ).

tff(f2036,plain,
    ( $less(1,length1(asm,sF15))
    | ( 1 = length1(asm,sF15) )
    | spl22_74 ),
    inference(resolution,[],[f2029,f91]) ).

tff(f2029,plain,
    ( ~ $less(length1(asm,sF15),1)
    | spl22_74 ),
    inference(avatar_component_clause,[],[f2028]) ).

tff(f2490,plain,
    ( ~ spl22_108
    | ~ spl22_106 ),
    inference(avatar_split_clause,[],[f2481,f2473,f2488]) ).

tff(f2481,plain,
    ( ( $sum(-4,length1(asm,sF14)) != length1(asm,sF15) )
    | ~ spl22_106 ),
    inference(constrained_resolution,[],[f2474,f89]) ).

tff(f2480,plain,
    ( ~ spl22_107
    | ~ spl22_104 ),
    inference(avatar_split_clause,[],[f2467,f2459,f2478]) ).

tff(f2467,plain,
    ( ~ $less(length1(asm,sF15),$sum(-3,length1(asm,sF14)))
    | ~ spl22_104 ),
    inference(resolution,[],[f2460,f760]) ).

tff(f2475,plain,
    ( spl22_106
    | ~ spl22_50 ),
    inference(avatar_split_clause,[],[f2009,f1707,f2473]) ).

tff(f2009,plain,
    ( $less($sum(-4,length1(asm,sF14)),length1(asm,sF15))
    | ~ spl22_50 ),
    inference(resolution,[],[f1713,f1391]) ).

tff(f1391,plain,
    ! [X45: $int] : ~ $less(X45,$sum(-4,X45)),
    inference(evaluation,[],[f1369]) ).

tff(f1369,plain,
    ! [X45: $int] : ~ $less(X45,$sum($uminus(4),X45)),
    inference(superposition,[],[f885,f1335]) ).

tff(f885,plain,
    ! [X1: $int] : ~ $less($sum(4,X1),X1),
    inference(evaluation,[],[f873]) ).

tff(f873,plain,
    ! [X1: $int] : ~ $less($sum(3,$sum(X1,1)),X1),
    inference(resolution,[],[f830,f720]) ).

tff(f2465,plain,
    ( ~ spl22_105
    | ~ spl22_102 ),
    inference(avatar_split_clause,[],[f2453,f2426,f2463]) ).

tff(f2453,plain,
    ( ~ $less(length1(asm,sF15),$sum(-2,length1(asm,sF14)))
    | ~ spl22_102 ),
    inference(resolution,[],[f2427,f760]) ).

tff(f2461,plain,
    ( spl22_104
    | ~ spl22_50 ),
    inference(avatar_split_clause,[],[f2008,f1707,f2459]) ).

tff(f2008,plain,
    ( $less($sum(-3,length1(asm,sF14)),length1(asm,sF15))
    | ~ spl22_50 ),
    inference(resolution,[],[f1713,f1386]) ).

tff(f1386,plain,
    ! [X40: $int] : ~ $less(X40,$sum(-3,X40)),
    inference(evaluation,[],[f1366]) ).

tff(f1366,plain,
    ! [X40: $int] : ~ $less(X40,$sum($uminus(3),X40)),
    inference(superposition,[],[f830,f1335]) ).

tff(f2451,plain,
    ( ~ spl22_103
    | ~ spl22_101 ),
    inference(avatar_split_clause,[],[f2423,f2419,f2449]) ).

tff(f2423,plain,
    ( ~ $less(length1(asm,sF15),$sum(-1,length1(asm,sF14)))
    | ~ spl22_101 ),
    inference(resolution,[],[f2420,f760]) ).

tff(f2428,plain,
    ( spl22_102
    | ~ spl22_50 ),
    inference(avatar_split_clause,[],[f2007,f1707,f2426]) ).

tff(f2007,plain,
    ( $less($sum(-2,length1(asm,sF14)),length1(asm,sF15))
    | ~ spl22_50 ),
    inference(resolution,[],[f1713,f1399]) ).

tff(f1399,plain,
    ! [X35: $int] : ~ $less(X35,$sum(-2,X35)),
    inference(evaluation,[],[f1363]) ).

tff(f1363,plain,
    ! [X35: $int] : ~ $less(X35,$sum($uminus(2),X35)),
    inference(superposition,[],[f788,f1335]) ).

tff(f2421,plain,
    ( spl22_101
    | ~ spl22_50 ),
    inference(avatar_split_clause,[],[f2006,f1707,f2419]) ).

tff(f2006,plain,
    ( $less($sum(-1,length1(asm,sF14)),length1(asm,sF15))
    | ~ spl22_50 ),
    inference(resolution,[],[f1713,f1401]) ).

tff(f1401,plain,
    ! [X0: $int] : ~ $less(X0,$sum(-1,X0)),
    inference(resolution,[],[f1379,f760]) ).

tff(f2353,plain,
    ( spl22_100
    | spl22_63
    | spl22_95 ),
    inference(avatar_split_clause,[],[f2332,f2310,f1920,f2351]) ).

tff(f2351,plain,
    ( spl22_100
  <=> $less(-1,$sum(2,length1(asm,sF14))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_100])]) ).

tff(f1920,plain,
    ( spl22_63
  <=> ( $sum(2,length1(asm,sF14)) = -1 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_63])]) ).

tff(f2310,plain,
    ( spl22_95
  <=> $less($sum(2,length1(asm,sF14)),-1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_95])]) ).

tff(f2332,plain,
    ( $less(-1,$sum(2,length1(asm,sF14)))
    | spl22_63
    | spl22_95 ),
    inference(subsumption_resolution,[],[f2331,f1921]) ).

tff(f1921,plain,
    ( ( $sum(2,length1(asm,sF14)) != -1 )
    | spl22_63 ),
    inference(avatar_component_clause,[],[f1920]) ).

tff(f2331,plain,
    ( ( $sum(2,length1(asm,sF14)) = -1 )
    | $less(-1,$sum(2,length1(asm,sF14)))
    | spl22_95 ),
    inference(resolution,[],[f2311,f91]) ).

tff(f2311,plain,
    ( ~ $less($sum(2,length1(asm,sF14)),-1)
    | spl22_95 ),
    inference(avatar_component_clause,[],[f2310]) ).

tff(f2349,plain,
    ( ~ spl22_99
    | spl22_64
    | ~ spl22_73 ),
    inference(avatar_split_clause,[],[f2290,f2024,f1925,f2347]) ).

tff(f2347,plain,
    ( spl22_99
  <=> $less($sum(3,length1(asm,sF14)),-1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_99])]) ).

tff(f1925,plain,
    ( spl22_64
  <=> $less($sum(3,length1(asm,sF14)),length1(asm,sF15)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_64])]) ).

tff(f2024,plain,
    ( spl22_73
  <=> $less(-1,length1(asm,sF15)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_73])]) ).

tff(f2290,plain,
    ( ~ $less($sum(3,length1(asm,sF14)),-1)
    | spl22_64
    | ~ spl22_73 ),
    inference(resolution,[],[f2034,f1926]) ).

tff(f1926,plain,
    ( ~ $less($sum(3,length1(asm,sF14)),length1(asm,sF15))
    | spl22_64 ),
    inference(avatar_component_clause,[],[f1925]) ).

tff(f2034,plain,
    ( ! [X0: $int] :
        ( $less(X0,length1(asm,sF15))
        | ~ $less(X0,-1) )
    | ~ spl22_73 ),
    inference(resolution,[],[f2025,f90]) ).

tff(f2025,plain,
    ( $less(-1,length1(asm,sF15))
    | ~ spl22_73 ),
    inference(avatar_component_clause,[],[f2024]) ).

tff(f2327,plain,
    ( ~ spl22_96
    | ~ spl22_73 ),
    inference(avatar_split_clause,[],[f2307,f2024,f2314]) ).

tff(f2314,plain,
    ( spl22_96
  <=> $less($sum(1,length1(asm,sF15)),-1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_96])]) ).

tff(f2307,plain,
    ( ~ $less($sum(1,length1(asm,sF15)),-1)
    | ~ spl22_73 ),
    inference(forward_demodulation,[],[f2293,f84]) ).

tff(f2293,plain,
    ( ~ $less($sum(length1(asm,sF15),1),-1)
    | ~ spl22_73 ),
    inference(resolution,[],[f2034,f762]) ).

tff(f2325,plain,
    ( ~ spl22_97
    | ~ spl22_73 ),
    inference(avatar_split_clause,[],[f2304,f2024,f2318]) ).

tff(f2318,plain,
    ( spl22_97
  <=> $less($sum(2,length1(asm,sF15)),-1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_97])]) ).

tff(f2304,plain,
    ( ~ $less($sum(2,length1(asm,sF15)),-1)
    | ~ spl22_73 ),
    inference(forward_demodulation,[],[f2294,f84]) ).

tff(f2294,plain,
    ( ~ $less($sum(length1(asm,sF15),2),-1)
    | ~ spl22_73 ),
    inference(resolution,[],[f2034,f826]) ).

tff(f826,plain,
    ! [X2: $int] : ~ $less($sum(X2,2),X2),
    inference(superposition,[],[f788,f84]) ).

tff(f2324,plain,
    ( ~ spl22_98
    | ~ spl22_73 ),
    inference(avatar_split_clause,[],[f2300,f2024,f2322]) ).

tff(f2322,plain,
    ( spl22_98
  <=> $less($sum(3,length1(asm,sF15)),-1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_98])]) ).

tff(f2300,plain,
    ( ~ $less($sum(3,length1(asm,sF15)),-1)
    | ~ spl22_73 ),
    inference(resolution,[],[f2034,f830]) ).

tff(f2320,plain,
    ( ~ spl22_97
    | ~ spl22_73 ),
    inference(avatar_split_clause,[],[f2299,f2024,f2318]) ).

tff(f2299,plain,
    ( ~ $less($sum(2,length1(asm,sF15)),-1)
    | ~ spl22_73 ),
    inference(resolution,[],[f2034,f788]) ).

tff(f2316,plain,
    ( ~ spl22_96
    | ~ spl22_73 ),
    inference(avatar_split_clause,[],[f2298,f2024,f2314]) ).

tff(f2298,plain,
    ( ~ $less($sum(1,length1(asm,sF15)),-1)
    | ~ spl22_73 ),
    inference(resolution,[],[f2034,f782]) ).

tff(f782,plain,
    ! [X2: $int] : ~ $less($sum(1,X2),X2),
    inference(superposition,[],[f762,f84]) ).

tff(f2312,plain,
    ( ~ spl22_95
    | spl22_62
    | ~ spl22_73 ),
    inference(avatar_split_clause,[],[f2289,f2024,f1908,f2310]) ).

tff(f1908,plain,
    ( spl22_62
  <=> $less($sum(2,length1(asm,sF14)),length1(asm,sF15)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_62])]) ).

tff(f2289,plain,
    ( ~ $less($sum(2,length1(asm,sF14)),-1)
    | spl22_62
    | ~ spl22_73 ),
    inference(resolution,[],[f2034,f1909]) ).

tff(f1909,plain,
    ( ~ $less($sum(2,length1(asm,sF14)),length1(asm,sF15))
    | spl22_62 ),
    inference(avatar_component_clause,[],[f1908]) ).

tff(f2269,plain,
    ( ~ spl22_94
    | ~ spl22_89 ),
    inference(avatar_split_clause,[],[f2238,f2218,f2267]) ).

tff(f2267,plain,
    ( spl22_94
  <=> $less($sum(3,length1(asm,sF14)),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_94])]) ).

tff(f2218,plain,
    ( spl22_89
  <=> $less(0,$sum(3,length1(asm,sF14))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_89])]) ).

tff(f2238,plain,
    ( ~ $less($sum(3,length1(asm,sF14)),1)
    | ~ spl22_89 ),
    inference(resolution,[],[f2219,f643]) ).

tff(f2219,plain,
    ( $less(0,$sum(3,length1(asm,sF14)))
    | ~ spl22_89 ),
    inference(avatar_component_clause,[],[f2218]) ).

tff(f2265,plain,
    ( spl22_93
    | spl22_88 ),
    inference(avatar_split_clause,[],[f2237,f2214,f2263]) ).

tff(f2263,plain,
    ( spl22_93
  <=> $less(0,$sum(4,length1(asm,sF14))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_93])]) ).

tff(f2214,plain,
    ( spl22_88
  <=> $less($sum(4,length1(asm,sF14)),0) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_88])]) ).

tff(f2237,plain,
    ( $less(0,$sum(4,length1(asm,sF14)))
    | spl22_88 ),
    inference(subsumption_resolution,[],[f2236,f918]) ).

tff(f918,plain,
    ! [X3: ty,X4: uni] : ( 0 != $sum(4,length1(X3,X4)) ),
    inference(constrained_resolution,[],[f884,f233]) ).

tff(f2236,plain,
    ( ( 0 = $sum(4,length1(asm,sF14)) )
    | $less(0,$sum(4,length1(asm,sF14)))
    | spl22_88 ),
    inference(resolution,[],[f2215,f91]) ).

tff(f2215,plain,
    ( ~ $less($sum(4,length1(asm,sF14)),0)
    | spl22_88 ),
    inference(avatar_component_clause,[],[f2214]) ).

tff(f2232,plain,
    ( ~ spl22_92
    | ~ spl22_85 ),
    inference(avatar_split_clause,[],[f2196,f2167,f2230]) ).

tff(f2230,plain,
    ( spl22_92
  <=> $less($sum(3,length1(asm,sF15)),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_92])]) ).

tff(f2167,plain,
    ( spl22_85
  <=> $less(0,$sum(3,length1(asm,sF15))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_85])]) ).

tff(f2196,plain,
    ( ~ $less($sum(3,length1(asm,sF15)),1)
    | ~ spl22_85 ),
    inference(resolution,[],[f2168,f643]) ).

tff(f2168,plain,
    ( $less(0,$sum(3,length1(asm,sF15)))
    | ~ spl22_85 ),
    inference(avatar_component_clause,[],[f2167]) ).

tff(f2228,plain,
    ( ~ spl22_91
    | ~ spl22_84 ),
    inference(avatar_split_clause,[],[f2188,f2163,f2226]) ).

tff(f2226,plain,
    ( spl22_91
  <=> $less($sum(2,length1(asm,sF14)),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_91])]) ).

tff(f2163,plain,
    ( spl22_84
  <=> $less(0,$sum(2,length1(asm,sF14))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_84])]) ).

tff(f2188,plain,
    ( ~ $less($sum(2,length1(asm,sF14)),1)
    | ~ spl22_84 ),
    inference(resolution,[],[f2164,f643]) ).

tff(f2164,plain,
    ( $less(0,$sum(2,length1(asm,sF14)))
    | ~ spl22_84 ),
    inference(avatar_component_clause,[],[f2163]) ).

tff(f2224,plain,
    ( spl22_90
    | spl22_83 ),
    inference(avatar_split_clause,[],[f2187,f2159,f2222]) ).

tff(f2222,plain,
    ( spl22_90
  <=> $less(0,$sum(4,length1(asm,sF15))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_90])]) ).

tff(f2159,plain,
    ( spl22_83
  <=> $less($sum(4,length1(asm,sF15)),0) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_83])]) ).

tff(f2187,plain,
    ( $less(0,$sum(4,length1(asm,sF15)))
    | spl22_83 ),
    inference(subsumption_resolution,[],[f2186,f918]) ).

tff(f2186,plain,
    ( ( 0 = $sum(4,length1(asm,sF15)) )
    | $less(0,$sum(4,length1(asm,sF15)))
    | spl22_83 ),
    inference(resolution,[],[f2160,f91]) ).

tff(f2160,plain,
    ( ~ $less($sum(4,length1(asm,sF15)),0)
    | spl22_83 ),
    inference(avatar_component_clause,[],[f2159]) ).

tff(f2220,plain,
    ( spl22_89
    | spl22_82 ),
    inference(avatar_split_clause,[],[f2182,f2155,f2218]) ).

tff(f2155,plain,
    ( spl22_82
  <=> $less($sum(3,length1(asm,sF14)),0) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_82])]) ).

tff(f2182,plain,
    ( $less(0,$sum(3,length1(asm,sF14)))
    | spl22_82 ),
    inference(subsumption_resolution,[],[f2181,f864]) ).

tff(f864,plain,
    ! [X3: ty,X4: uni] : ( 0 != $sum(3,length1(X3,X4)) ),
    inference(constrained_resolution,[],[f828,f233]) ).

tff(f2181,plain,
    ( $less(0,$sum(3,length1(asm,sF14)))
    | ( 0 = $sum(3,length1(asm,sF14)) )
    | spl22_82 ),
    inference(resolution,[],[f2156,f91]) ).

tff(f2156,plain,
    ( ~ $less($sum(3,length1(asm,sF14)),0)
    | spl22_82 ),
    inference(avatar_component_clause,[],[f2155]) ).

tff(f2216,plain,
    ( ~ spl22_88
    | spl22_67
    | ~ spl22_72 ),
    inference(avatar_split_clause,[],[f2052,f2016,f1949,f2214]) ).

tff(f2016,plain,
    ( spl22_72
  <=> $less(0,length1(asm,sF15)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_72])]) ).

tff(f2052,plain,
    ( ~ $less($sum(4,length1(asm,sF14)),0)
    | spl22_67
    | ~ spl22_72 ),
    inference(resolution,[],[f2022,f1950]) ).

tff(f2022,plain,
    ( ! [X0: $int] :
        ( $less(X0,length1(asm,sF15))
        | ~ $less(X0,0) )
    | ~ spl22_72 ),
    inference(resolution,[],[f2017,f90]) ).

tff(f2017,plain,
    ( $less(0,length1(asm,sF15))
    | ~ spl22_72 ),
    inference(avatar_component_clause,[],[f2016]) ).

tff(f2177,plain,
    ( ~ spl22_87
    | ~ spl22_81 ),
    inference(avatar_split_clause,[],[f2146,f2123,f2175]) ).

tff(f2175,plain,
    ( spl22_87
  <=> $less($sum(2,length1(asm,sF15)),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_87])]) ).

tff(f2146,plain,
    ( ~ $less($sum(2,length1(asm,sF15)),1)
    | ~ spl22_81 ),
    inference(resolution,[],[f2124,f643]) ).

tff(f2173,plain,
    ( ~ spl22_86
    | ~ spl22_80 ),
    inference(avatar_split_clause,[],[f2136,f2119,f2171]) ).

tff(f2171,plain,
    ( spl22_86
  <=> $less($sum(1,length1(asm,sF15)),1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_86])]) ).

tff(f2136,plain,
    ( ~ $less($sum(1,length1(asm,sF15)),1)
    | ~ spl22_80 ),
    inference(resolution,[],[f2120,f643]) ).

tff(f2169,plain,
    ( spl22_85
    | spl22_79 ),
    inference(avatar_split_clause,[],[f2135,f2115,f2167]) ).

tff(f2115,plain,
    ( spl22_79
  <=> $less($sum(3,length1(asm,sF15)),0) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_79])]) ).

tff(f2135,plain,
    ( $less(0,$sum(3,length1(asm,sF15)))
    | spl22_79 ),
    inference(subsumption_resolution,[],[f2134,f864]) ).

tff(f2134,plain,
    ( $less(0,$sum(3,length1(asm,sF15)))
    | ( 0 = $sum(3,length1(asm,sF15)) )
    | spl22_79 ),
    inference(resolution,[],[f2116,f91]) ).

tff(f2116,plain,
    ( ~ $less($sum(3,length1(asm,sF15)),0)
    | spl22_79 ),
    inference(avatar_component_clause,[],[f2115]) ).

tff(f2165,plain,
    ( spl22_84
    | spl22_78 ),
    inference(avatar_split_clause,[],[f2130,f2111,f2163]) ).

tff(f2111,plain,
    ( spl22_78
  <=> $less($sum(2,length1(asm,sF14)),0) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_78])]) ).

tff(f2130,plain,
    ( $less(0,$sum(2,length1(asm,sF14)))
    | spl22_78 ),
    inference(subsumption_resolution,[],[f2129,f808]) ).

tff(f2129,plain,
    ( $less(0,$sum(2,length1(asm,sF14)))
    | ( 0 = $sum(2,length1(asm,sF14)) )
    | spl22_78 ),
    inference(resolution,[],[f2112,f91]) ).

tff(f2112,plain,
    ( ~ $less($sum(2,length1(asm,sF14)),0)
    | spl22_78 ),
    inference(avatar_component_clause,[],[f2111]) ).

tff(f2161,plain,
    ( ~ spl22_83
    | ~ spl22_72 ),
    inference(avatar_split_clause,[],[f2062,f2016,f2159]) ).

tff(f2062,plain,
    ( ~ $less($sum(4,length1(asm,sF15)),0)
    | ~ spl22_72 ),
    inference(resolution,[],[f2022,f885]) ).

tff(f2157,plain,
    ( ~ spl22_82
    | spl22_64
    | ~ spl22_72 ),
    inference(avatar_split_clause,[],[f2051,f2016,f1925,f2155]) ).

tff(f2051,plain,
    ( ~ $less($sum(3,length1(asm,sF14)),0)
    | spl22_64
    | ~ spl22_72 ),
    inference(resolution,[],[f2022,f1926]) ).

tff(f2125,plain,
    ( spl22_81
    | spl22_77 ),
    inference(avatar_split_clause,[],[f2109,f2095,f2123]) ).

tff(f2095,plain,
    ( spl22_77
  <=> $less($sum(2,length1(asm,sF15)),0) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_77])]) ).

tff(f2109,plain,
    ( $less(0,$sum(2,length1(asm,sF15)))
    | spl22_77 ),
    inference(subsumption_resolution,[],[f2108,f808]) ).

tff(f2108,plain,
    ( $less(0,$sum(2,length1(asm,sF15)))
    | ( 0 = $sum(2,length1(asm,sF15)) )
    | spl22_77 ),
    inference(resolution,[],[f2096,f91]) ).

tff(f2096,plain,
    ( ~ $less($sum(2,length1(asm,sF15)),0)
    | spl22_77 ),
    inference(avatar_component_clause,[],[f2095]) ).

tff(f2121,plain,
    ( spl22_80
    | spl22_76 ),
    inference(avatar_split_clause,[],[f2104,f2091,f2119]) ).

tff(f2091,plain,
    ( spl22_76
  <=> $less($sum(1,length1(asm,sF15)),0) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_76])]) ).

tff(f2104,plain,
    ( $less(0,$sum(1,length1(asm,sF15)))
    | spl22_76 ),
    inference(subsumption_resolution,[],[f2102,f667]) ).

tff(f667,plain,
    ! [X0: ty,X1: uni] : ( 0 != $sum(1,length1(X0,X1)) ),
    inference(constrained_resolution,[],[f657,f233]) ).

tff(f2102,plain,
    ( ( 0 = $sum(1,length1(asm,sF15)) )
    | $less(0,$sum(1,length1(asm,sF15)))
    | spl22_76 ),
    inference(resolution,[],[f2092,f91]) ).

tff(f2092,plain,
    ( ~ $less($sum(1,length1(asm,sF15)),0)
    | spl22_76 ),
    inference(avatar_component_clause,[],[f2091]) ).

tff(f2117,plain,
    ( ~ spl22_79
    | ~ spl22_72 ),
    inference(avatar_split_clause,[],[f2061,f2016,f2115]) ).

tff(f2061,plain,
    ( ~ $less($sum(3,length1(asm,sF15)),0)
    | ~ spl22_72 ),
    inference(resolution,[],[f2022,f830]) ).

tff(f2113,plain,
    ( ~ spl22_78
    | spl22_62
    | ~ spl22_72 ),
    inference(avatar_split_clause,[],[f2050,f2016,f1908,f2111]) ).

tff(f2050,plain,
    ( ~ $less($sum(2,length1(asm,sF14)),0)
    | spl22_62
    | ~ spl22_72 ),
    inference(resolution,[],[f2022,f1909]) ).

tff(f2098,plain,
    ( ~ spl22_76
    | ~ spl22_72 ),
    inference(avatar_split_clause,[],[f2070,f2016,f2091]) ).

tff(f2070,plain,
    ( ~ $less($sum(1,length1(asm,sF15)),0)
    | ~ spl22_72 ),
    inference(forward_demodulation,[],[f2054,f84]) ).

tff(f2054,plain,
    ( ~ $less($sum(length1(asm,sF15),1),0)
    | ~ spl22_72 ),
    inference(resolution,[],[f2022,f762]) ).

tff(f2097,plain,
    ( ~ spl22_77
    | ~ spl22_72 ),
    inference(avatar_split_clause,[],[f2060,f2016,f2095]) ).

tff(f2060,plain,
    ( ~ $less($sum(2,length1(asm,sF15)),0)
    | ~ spl22_72 ),
    inference(resolution,[],[f2022,f788]) ).

tff(f2093,plain,
    ( ~ spl22_76
    | ~ spl22_72 ),
    inference(avatar_split_clause,[],[f2059,f2016,f2091]) ).

tff(f2059,plain,
    ( ~ $less($sum(1,length1(asm,sF15)),0)
    | ~ spl22_72 ),
    inference(resolution,[],[f2022,f782]) ).

tff(f2040,plain,
    ( ~ spl22_75
    | ~ spl22_73 ),
    inference(avatar_split_clause,[],[f2033,f2024,f2038]) ).

tff(f2038,plain,
    ( spl22_75
  <=> $less(length1(asm,sF15),-1) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_75])]) ).

tff(f2033,plain,
    ( ~ $less(length1(asm,sF15),-1)
    | ~ spl22_73 ),
    inference(resolution,[],[f2025,f760]) ).

tff(f2030,plain,
    ( ~ spl22_74
    | ~ spl22_72 ),
    inference(avatar_split_clause,[],[f2019,f2016,f2028]) ).

tff(f2019,plain,
    ( ~ $less(length1(asm,sF15),1)
    | ~ spl22_72 ),
    inference(resolution,[],[f2017,f643]) ).

tff(f2026,plain,
    ( spl22_73
    | ~ spl22_50 ),
    inference(avatar_split_clause,[],[f2013,f1707,f2024]) ).

tff(f2013,plain,
    ( $less(-1,length1(asm,sF15))
    | ~ spl22_50 ),
    inference(subsumption_resolution,[],[f2010,f233]) ).

tff(f2010,plain,
    ( $less(-1,length1(asm,sF15))
    | $less(length1(asm,sF14),0)
    | ~ spl22_50 ),
    inference(resolution,[],[f1713,f773]) ).

tff(f773,plain,
    ! [X8: $int] :
      ( ~ $less(X8,-1)
      | $less(X8,0) ),
    inference(evaluation,[],[f771]) ).

tff(f771,plain,
    ! [X8: $int] :
      ( ~ $less(X8,$uminus(1))
      | $less(X8,0) ),
    inference(superposition,[],[f720,f535]) ).

tff(f2018,plain,
    ( spl22_72
    | ~ spl22_50 ),
    inference(avatar_split_clause,[],[f1995,f1707,f2016]) ).

tff(f1995,plain,
    ( $less(0,length1(asm,sF15))
    | ~ spl22_50 ),
    inference(resolution,[],[f1713,f233]) ).

tff(f1985,plain,
    ( ~ spl22_71
    | ~ spl22_53
    | spl22_67 ),
    inference(avatar_split_clause,[],[f1964,f1949,f1734,f1983]) ).

tff(f1983,plain,
    ( spl22_71
  <=> ( $sum(4,length1(asm,sF14)) = length1(asm,sF14) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_71])]) ).

tff(f1964,plain,
    ( ( $sum(4,length1(asm,sF14)) != length1(asm,sF14) )
    | ~ spl22_53
    | spl22_67 ),
    inference(constrained_resolution,[],[f1950,f1735]) ).

tff(f1981,plain,
    ( ~ spl22_70
    | ~ spl22_50 ),
    inference(avatar_split_clause,[],[f1890,f1707,f1979]) ).

tff(f1890,plain,
    ( ~ $less($sum(5,length1(asm,sF14)),length1(asm,sF15))
    | ~ spl22_50 ),
    inference(resolution,[],[f1712,f938]) ).

tff(f938,plain,
    ! [X0: $int] : $less(X0,$sum(5,X0)),
    inference(evaluation,[],[f926]) ).

tff(f926,plain,
    ! [X0: $int] : $less(X0,$sum(4,$sum(1,X0))),
    inference(resolution,[],[f885,f632]) ).

tff(f1975,plain,
    ( ~ spl22_69
    | spl22_67 ),
    inference(avatar_split_clause,[],[f1971,f1949,f1973]) ).

tff(f1973,plain,
    ( spl22_69
  <=> ( $sum(4,length1(asm,sF14)) = -1 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_69])]) ).

tff(f1971,plain,
    ( ( $sum(4,length1(asm,sF14)) != -1 )
    | spl22_67 ),
    inference(subsumption_resolution,[],[f1965,f233]) ).

tff(f1965,plain,
    ( ( $sum(4,length1(asm,sF14)) != -1 )
    | $less(length1(asm,sF15),0)
    | spl22_67 ),
    inference(constrained_resolution,[],[f1950,f636]) ).

tff(f636,plain,
    ! [X8: $int] :
      ( $less(-1,X8)
      | $less(X8,0) ),
    inference(evaluation,[],[f634]) ).

tff(f634,plain,
    ! [X8: $int] :
      ( $less($uminus(1),X8)
      | $less(X8,0) ),
    inference(superposition,[],[f93,f535]) ).

tff(f1955,plain,
    ( ~ spl22_68
    | ~ spl22_53
    | spl22_64 ),
    inference(avatar_split_clause,[],[f1934,f1925,f1734,f1953]) ).

tff(f1953,plain,
    ( spl22_68
  <=> ( $sum(3,length1(asm,sF14)) = length1(asm,sF14) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_68])]) ).

tff(f1934,plain,
    ( ( $sum(3,length1(asm,sF14)) != length1(asm,sF14) )
    | ~ spl22_53
    | spl22_64 ),
    inference(constrained_resolution,[],[f1926,f1735]) ).

tff(f1951,plain,
    ( ~ spl22_67
    | ~ spl22_50 ),
    inference(avatar_split_clause,[],[f1889,f1707,f1949]) ).

tff(f1889,plain,
    ( ~ $less($sum(4,length1(asm,sF14)),length1(asm,sF15))
    | ~ spl22_50 ),
    inference(resolution,[],[f1712,f884]) ).

tff(f1945,plain,
    ( ~ spl22_66
    | spl22_64 ),
    inference(avatar_split_clause,[],[f1941,f1925,f1943]) ).

tff(f1943,plain,
    ( spl22_66
  <=> ( $sum(3,length1(asm,sF14)) = -1 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_66])]) ).

tff(f1941,plain,
    ( ( $sum(3,length1(asm,sF14)) != -1 )
    | spl22_64 ),
    inference(subsumption_resolution,[],[f1935,f233]) ).

tff(f1935,plain,
    ( ( $sum(3,length1(asm,sF14)) != -1 )
    | $less(length1(asm,sF15),0)
    | spl22_64 ),
    inference(constrained_resolution,[],[f1926,f636]) ).

tff(f1933,plain,
    ( ~ spl22_65
    | ~ spl22_53
    | spl22_62 ),
    inference(avatar_split_clause,[],[f1911,f1908,f1734,f1931]) ).

tff(f1931,plain,
    ( spl22_65
  <=> ( length1(asm,sF14) = $sum(2,length1(asm,sF14)) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_65])]) ).

tff(f1911,plain,
    ( ( length1(asm,sF14) != $sum(2,length1(asm,sF14)) )
    | ~ spl22_53
    | spl22_62 ),
    inference(constrained_resolution,[],[f1909,f1735]) ).

tff(f1927,plain,
    ( ~ spl22_64
    | ~ spl22_50 ),
    inference(avatar_split_clause,[],[f1888,f1707,f1925]) ).

tff(f1888,plain,
    ( ~ $less($sum(3,length1(asm,sF14)),length1(asm,sF15))
    | ~ spl22_50 ),
    inference(resolution,[],[f1712,f828]) ).

tff(f1922,plain,
    ( ~ spl22_63
    | spl22_62 ),
    inference(avatar_split_clause,[],[f1918,f1908,f1920]) ).

tff(f1918,plain,
    ( ( $sum(2,length1(asm,sF14)) != -1 )
    | spl22_62 ),
    inference(subsumption_resolution,[],[f1912,f233]) ).

tff(f1912,plain,
    ( $less(length1(asm,sF15),0)
    | ( $sum(2,length1(asm,sF14)) != -1 )
    | spl22_62 ),
    inference(constrained_resolution,[],[f1909,f636]) ).

tff(f1910,plain,
    ( ~ spl22_62
    | ~ spl22_50 ),
    inference(avatar_split_clause,[],[f1887,f1707,f1908]) ).

tff(f1887,plain,
    ( ~ $less($sum(2,length1(asm,sF14)),length1(asm,sF15))
    | ~ spl22_50 ),
    inference(resolution,[],[f1712,f786]) ).

tff(f1870,plain,
    ( ~ spl22_61
    | spl22_55 ),
    inference(avatar_split_clause,[],[f1754,f1748,f1868]) ).

tff(f1754,plain,
    ( ( $sum(length1(asm,sF14),-3) != length1(asm,sF15) )
    | spl22_55 ),
    inference(constrained_resolution,[],[f1749,f1536]) ).

tff(f1788,plain,
    ( ~ spl22_60
    | spl22_55 ),
    inference(avatar_split_clause,[],[f1757,f1748,f1786]) ).

tff(f1757,plain,
    ( ( $sum(-3,length1(asm,sF14)) != length1(asm,sF15) )
    | spl22_55 ),
    inference(constrained_resolution,[],[f1749,f1377]) ).

tff(f1784,plain,
    ( ~ spl22_59
    | spl22_55 ),
    inference(avatar_split_clause,[],[f1753,f1748,f1782]) ).

tff(f1753,plain,
    ( ( $sum(length1(asm,sF14),-2) != length1(asm,sF15) )
    | spl22_55 ),
    inference(constrained_resolution,[],[f1749,f1479]) ).

tff(f1779,plain,
    ( ~ spl22_58
    | spl22_55 ),
    inference(avatar_split_clause,[],[f1756,f1748,f1777]) ).

tff(f1756,plain,
    ( ( $sum(-2,length1(asm,sF14)) != length1(asm,sF15) )
    | spl22_55 ),
    inference(constrained_resolution,[],[f1749,f1394]) ).

tff(f1770,plain,
    ( ~ spl22_57
    | spl22_55 ),
    inference(avatar_split_clause,[],[f1755,f1748,f1768]) ).

tff(f1755,plain,
    ( ( $sum(-1,length1(asm,sF14)) != length1(asm,sF15) )
    | spl22_55 ),
    inference(constrained_resolution,[],[f1749,f1379]) ).

tff(f1766,plain,
    ( ~ spl22_56
    | spl22_55 ),
    inference(avatar_split_clause,[],[f1752,f1748,f1764]) ).

tff(f1752,plain,
    ( ( $sum(length1(asm,sF14),-1) != length1(asm,sF15) )
    | spl22_55 ),
    inference(constrained_resolution,[],[f1749,f1407]) ).

tff(f1750,plain,
    ( ~ spl22_55
    | ~ spl22_53 ),
    inference(avatar_split_clause,[],[f1740,f1734,f1748]) ).

tff(f1740,plain,
    ( ~ $less(length1(asm,sF15),length1(asm,sF14))
    | ~ spl22_53 ),
    inference(resolution,[],[f1735,f760]) ).

tff(f1745,plain,
    ( ~ spl22_54
    | ~ spl22_53 ),
    inference(avatar_split_clause,[],[f1739,f1734,f1743]) ).

tff(f1743,plain,
    ( spl22_54
  <=> ( sF15 = sF14 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_54])]) ).

tff(f1739,plain,
    ( ( sF15 != sF14 )
    | ~ spl22_53 ),
    inference(constrained_resolution,[],[f1735,f89]) ).

tff(f1736,plain,
    ( spl22_53
    | ~ spl22_50 ),
    inference(avatar_split_clause,[],[f1714,f1707,f1734]) ).

tff(f1714,plain,
    ( $less(length1(asm,sF14),length1(asm,sF15))
    | ~ spl22_50 ),
    inference(superposition,[],[f657,f1708]) ).

tff(f1730,plain,
    ( spl22_52
    | ~ spl22_12
    | ~ spl22_17
    | ~ spl22_25
    | ~ spl22_26 ),
    inference(avatar_split_clause,[],[f1722,f443,f438,f391,f371,f1728]) ).

tff(f1728,plain,
    ( spl22_52
  <=> ( sF12 = tb2t(cons(asm,sF19,nil(asm))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_52])]) ).

tff(f371,plain,
    ( spl22_12
  <=> ( sF12 = compile1(sF5) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_12])]) ).

tff(f438,plain,
    ( spl22_25
  <=> ( cte1(sF6) = sF5 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_25])]) ).

tff(f1722,plain,
    ( ( sF12 = tb2t(cons(asm,sF19,nil(asm))) )
    | ~ spl22_12
    | ~ spl22_17
    | ~ spl22_25
    | ~ spl22_26 ),
    inference(forward_demodulation,[],[f1721,f372]) ).

tff(f372,plain,
    ( ( sF12 = compile1(sF5) )
    | ~ spl22_12 ),
    inference(avatar_component_clause,[],[f371]) ).

tff(f1721,plain,
    ( ( tb2t(cons(asm,sF19,nil(asm))) = compile1(sF5) )
    | ~ spl22_17
    | ~ spl22_25
    | ~ spl22_26 ),
    inference(forward_demodulation,[],[f1720,f439]) ).

tff(f439,plain,
    ( ( cte1(sF6) = sF5 )
    | ~ spl22_25 ),
    inference(avatar_component_clause,[],[f438]) ).

tff(f1720,plain,
    ( ( compile1(cte1(sF6)) = tb2t(cons(asm,sF19,nil(asm))) )
    | ~ spl22_17
    | ~ spl22_26 ),
    inference(forward_demodulation,[],[f1718,f392]) ).

tff(f1718,plain,
    ( ( compile1(cte1(sF6)) = tb2t(cons(asm,t2tb2(sF18),nil(asm))) )
    | ~ spl22_26 ),
    inference(superposition,[],[f281,f444]) ).

tff(f281,plain,
    ! [X4: $int] : ( compile1(cte1(X4)) = tb2t(cons(asm,t2tb2(push1(X4)),nil(asm))) ),
    inference(cnf_transformation,[],[f118]) ).

tff(f118,plain,
    ( ! [X0: expr1,X1: expr1] : ( tb2t(infix_plpl(asm,t2tb(compile1(X0)),infix_plpl(asm,t2tb(compile1(X1)),cons(asm,t2tb2(mul1),nil(asm))))) = compile1(mult1(X0,X1)) )
    & ! [X6: expr1,X5: expr1] : ( tb2t(infix_plpl(asm,t2tb(compile1(X5)),infix_plpl(asm,t2tb(compile1(X6)),cons(asm,t2tb2(add1),nil(asm))))) = compile1(plus1(X5,X6)) )
    & ! [X3: expr1,X2: expr1] : ( tb2t(infix_plpl(asm,t2tb(compile1(X3)),infix_plpl(asm,t2tb(compile1(X2)),cons(asm,t2tb2(sub1),nil(asm))))) = compile1(minus1(X3,X2)) )
    & ! [X4: $int] : ( compile1(cte1(X4)) = tb2t(cons(asm,t2tb2(push1(X4)),nil(asm))) ) ),
    inference(rectify,[],[f77]) ).

tff(f77,axiom,
    ( ! [X1: expr1,X2: expr1] : ( compile1(mult1(X1,X2)) = tb2t(infix_plpl(asm,t2tb(compile1(X1)),infix_plpl(asm,t2tb(compile1(X2)),cons(asm,t2tb2(mul1),nil(asm))))) )
    & ! [X2: expr1,X1: expr1] : ( compile1(minus1(X1,X2)) = tb2t(infix_plpl(asm,t2tb(compile1(X1)),infix_plpl(asm,t2tb(compile1(X2)),cons(asm,t2tb2(sub1),nil(asm))))) )
    & ! [X1: $int] : ( compile1(cte1(X1)) = tb2t(cons(asm,t2tb2(push1(X1)),nil(asm))) )
    & ! [X1: expr1,X2: expr1] : ( compile1(plus1(X1,X2)) = tb2t(infix_plpl(asm,t2tb(compile1(X1)),infix_plpl(asm,t2tb(compile1(X2)),cons(asm,t2tb2(add1),nil(asm))))) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',compile_def) ).

tff(f1726,plain,
    ( ~ spl22_51
    | ~ spl22_50 ),
    inference(avatar_split_clause,[],[f1710,f1707,f1724]) ).

tff(f1724,plain,
    ( spl22_51
  <=> ( 0 = length1(asm,sF15) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_51])]) ).

tff(f1710,plain,
    ( ( 0 != length1(asm,sF15) )
    | ~ spl22_50 ),
    inference(superposition,[],[f667,f1708]) ).

tff(f1709,plain,
    ( spl22_50
    | ~ spl22_43 ),
    inference(avatar_split_clause,[],[f1670,f555,f1707]) ).

tff(f1670,plain,
    ( ( $sum(1,length1(asm,sF14)) = length1(asm,sF15) )
    | ~ spl22_43 ),
    inference(superposition,[],[f258,f556]) ).

tff(f258,plain,
    ! [X2: uni,X0: ty,X1: uni] : ( length1(X0,cons(X0,X1,X2)) = $sum(1,length1(X0,X2)) ),
    inference(cnf_transformation,[],[f24]) ).

tff(f24,axiom,
    ! [X0: ty] :
      ( ( 0 = length1(X0,nil(X0)) )
      & ! [X1: uni,X2: uni] : ( length1(X0,cons(X0,X1,X2)) = $sum(1,length1(X0,X2)) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',length_def) ).

tff(f1616,plain,
    ( spl22_49
    | ~ spl22_19
    | ~ spl22_41 ),
    inference(avatar_split_clause,[],[f1606,f546,f401,f1614]) ).

tff(f1614,plain,
    ( spl22_49
  <=> ( sF7 = cons_proj_1(int,sF9) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_49])]) ).

tff(f401,plain,
    ( spl22_19
  <=> sort1(int,sF7) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_19])]) ).

tff(f1606,plain,
    ( ( sF7 = cons_proj_1(int,sF9) )
    | ~ spl22_19
    | ~ spl22_41 ),
    inference(subsumption_resolution,[],[f1604,f402]) ).

tff(f402,plain,
    ( sort1(int,sF7)
    | ~ spl22_19 ),
    inference(avatar_component_clause,[],[f401]) ).

tff(f1604,plain,
    ( ( sF7 = cons_proj_1(int,sF9) )
    | ~ sort1(int,sF7)
    | ~ spl22_41 ),
    inference(superposition,[],[f255,f547]) ).

tff(f255,plain,
    ! [X2: ty,X0: uni,X1: uni] :
      ( ( cons_proj_1(X2,cons(X2,X1,X0)) = X1 )
      | ~ sort1(X2,X1) ),
    inference(cnf_transformation,[],[f189]) ).

tff(f189,plain,
    ! [X0: uni,X2: ty,X1: uni] :
      ( ( cons_proj_1(X2,cons(X2,X1,X0)) = X1 )
      | ~ sort1(X2,X1) ),
    inference(ennf_transformation,[],[f111]) ).

tff(f111,plain,
    ! [X2: ty,X0: uni,X1: uni] :
      ( sort1(X2,X1)
     => ( cons_proj_1(X2,cons(X2,X1,X0)) = X1 ) ),
    inference(rectify,[],[f15]) ).

tff(f15,axiom,
    ! [X8: uni,X6: uni,X0: ty] :
      ( sort1(X0,X6)
     => ( cons_proj_1(X0,cons(X0,X6,X8)) = X6 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cons_proj_1_def) ).

tff(f1611,plain,
    ( spl22_48
    | ~ spl22_23
    | ~ spl22_43 ),
    inference(avatar_split_clause,[],[f1607,f555,f424,f1609]) ).

tff(f1609,plain,
    ( spl22_48
  <=> ( sF19 = cons_proj_1(asm,sF15) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_48])]) ).

tff(f1607,plain,
    ( ( sF19 = cons_proj_1(asm,sF15) )
    | ~ spl22_23
    | ~ spl22_43 ),
    inference(subsumption_resolution,[],[f1603,f425]) ).

tff(f1603,plain,
    ( ( sF19 = cons_proj_1(asm,sF15) )
    | ~ sort1(asm,sF19)
    | ~ spl22_43 ),
    inference(superposition,[],[f255,f556]) ).

tff(f664,plain,
    ( spl22_47
    | ~ spl22_41 ),
    inference(avatar_split_clause,[],[f646,f546,f662]) ).

tff(f662,plain,
    ( spl22_47
  <=> ( cons_proj_2(int,sF9) = sF8 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_47])]) ).

tff(f646,plain,
    ( ( cons_proj_2(int,sF9) = sF8 )
    | ~ spl22_41 ),
    inference(superposition,[],[f217,f547]) ).

tff(f217,plain,
    ! [X2: ty,X0: uni,X1: uni] : ( cons_proj_2(X2,cons(X2,X0,X1)) = X1 ),
    inference(cnf_transformation,[],[f134]) ).

tff(f134,plain,
    ! [X2: ty,X1: uni,X0: uni] : ( cons_proj_2(X2,cons(X2,X0,X1)) = X1 ),
    inference(rectify,[],[f17]) ).

tff(f17,axiom,
    ! [X6: uni,X8: uni,X0: ty] : ( cons_proj_2(X0,cons(X0,X6,X8)) = X8 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cons_proj_2_def) ).

tff(f651,plain,
    ( spl22_46
    | ~ spl22_43 ),
    inference(avatar_split_clause,[],[f645,f555,f649]) ).

tff(f649,plain,
    ( spl22_46
  <=> ( sF14 = cons_proj_2(asm,sF15) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_46])]) ).

tff(f645,plain,
    ( ( sF14 = cons_proj_2(asm,sF15) )
    | ~ spl22_43 ),
    inference(superposition,[],[f217,f556]) ).

tff(f600,plain,
    ( ~ spl22_45
    | ~ spl22_41 ),
    inference(avatar_split_clause,[],[f588,f546,f598]) ).

tff(f598,plain,
    ( spl22_45
  <=> ( nil(int) = sF9 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_45])]) ).

tff(f588,plain,
    ( ( nil(int) != sF9 )
    | ~ spl22_41 ),
    inference(superposition,[],[f201,f547]) ).

tff(f201,plain,
    ! [X2: uni,X0: ty,X1: uni] : ( nil(X0) != cons(X0,X1,X2) ),
    inference(cnf_transformation,[],[f170]) ).

tff(f170,plain,
    ! [X0: ty,X2: uni,X1: uni] : ( nil(X0) != cons(X0,X1,X2) ),
    inference(rectify,[],[f13]) ).

tff(f13,axiom,
    ! [X0: ty,X9: uni,X10: uni] : ( nil(X0) != cons(X0,X9,X10) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',nil_Cons) ).

tff(f593,plain,
    ( ~ spl22_44
    | ~ spl22_43 ),
    inference(avatar_split_clause,[],[f587,f555,f591]) ).

tff(f591,plain,
    ( spl22_44
  <=> ( nil(asm) = sF15 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_44])]) ).

tff(f587,plain,
    ( ( nil(asm) != sF15 )
    | ~ spl22_43 ),
    inference(superposition,[],[f201,f556]) ).

tff(f557,plain,
    ( spl22_43
    | ~ spl22_30 ),
    inference(avatar_split_clause,[],[f553,f471,f555]) ).

tff(f471,plain,
    ( spl22_30
  <=> ( sF15 = sF20 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_30])]) ).

tff(f553,plain,
    ( ( sF15 = cons(asm,sF19,sF14) )
    | ~ spl22_30 ),
    inference(forward_demodulation,[],[f314,f472]) ).

tff(f472,plain,
    ( ( sF15 = sF20 )
    | ~ spl22_30 ),
    inference(avatar_component_clause,[],[f471]) ).

tff(f314,plain,
    cons(asm,sF19,sF14) = sF20,
    introduced(function_definition,[]) ).

tff(f552,plain,
    spl22_42,
    inference(avatar_split_clause,[],[f308,f550]) ).

tff(f550,plain,
    ( spl22_42
  <=> ( sF15 = infix_plpl(asm,sF13,sF14) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_42])]) ).

tff(f308,plain,
    sF15 = infix_plpl(asm,sF13,sF14),
    introduced(function_definition,[]) ).

tff(f548,plain,
    spl22_41,
    inference(avatar_split_clause,[],[f302,f546]) ).

tff(f302,plain,
    cons(int,sF7,sF8) = sF9,
    introduced(function_definition,[]) ).

tff(f534,plain,
    spl22_40,
    inference(avatar_split_clause,[],[f310,f532]) ).

tff(f310,plain,
    sF17 = compute1(sK2,sF16),
    introduced(function_definition,[]) ).

tff(f530,plain,
    spl22_39,
    inference(avatar_split_clause,[],[f304,f528]) ).

tff(f304,plain,
    compute1(sF10,sK1) = sF11,
    introduced(function_definition,[]) ).

tff(f526,plain,
    ( spl22_38
    | ~ spl22_26 ),
    inference(avatar_split_clause,[],[f522,f443,f524]) ).

tff(f524,plain,
    ( spl22_38
  <=> ( push_proj_11(sF18) = sF6 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_38])]) ).

tff(f522,plain,
    ( ( push_proj_11(sF18) = sF6 )
    | ~ spl22_26 ),
    inference(superposition,[],[f296,f444]) ).

tff(f296,plain,
    ! [X0: $int] : ( push_proj_11(push1(X0)) = X0 ),
    inference(cnf_transformation,[],[f133]) ).

tff(f133,plain,
    ! [X0: $int] : ( push_proj_11(push1(X0)) = X0 ),
    inference(rectify,[],[f62]) ).

tff(f62,axiom,
    ! [X6: $int] : ( push_proj_11(push1(X6)) = X6 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',push_proj_1_def1) ).

tff(f520,plain,
    ( spl22_37
    | ~ spl22_17 ),
    inference(avatar_split_clause,[],[f516,f391,f518]) ).

tff(f518,plain,
    ( spl22_37
  <=> ( tb2t2(sF19) = sF18 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_37])]) ).

tff(f516,plain,
    ( ( tb2t2(sF19) = sF18 )
    | ~ spl22_17 ),
    inference(superposition,[],[f295,f392]) ).

tff(f295,plain,
    ! [X0: asm1] : ( tb2t2(t2tb2(X0)) = X0 ),
    inference(cnf_transformation,[],[f169]) ).

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

tff(f71,axiom,
    ! [X20: asm1] : ( tb2t2(t2tb2(X20)) = X20 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeL2) ).

tff(f513,plain,
    ( spl22_36
    | ~ spl22_13 ),
    inference(avatar_split_clause,[],[f504,f375,f511]) ).

tff(f511,plain,
    ( spl22_36
  <=> ( sF12 = tb2t(sF13) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_36])]) ).

tff(f504,plain,
    ( ( sF12 = tb2t(sF13) )
    | ~ spl22_13 ),
    inference(superposition,[],[f294,f376]) ).

tff(f294,plain,
    ! [X0: list_asm] : ( tb2t(t2tb(X0)) = X0 ),
    inference(cnf_transformation,[],[f163]) ).

tff(f163,plain,
    ! [X0: list_asm] : ( tb2t(t2tb(X0)) = X0 ),
    inference(rectify,[],[f68]) ).

tff(f68,axiom,
    ! [X20: list_asm] : ( tb2t(t2tb(X20)) = X20 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeL) ).

tff(f509,plain,
    ( spl22_35
    | ~ spl22_14 ),
    inference(avatar_split_clause,[],[f503,f379,f507]) ).

tff(f503,plain,
    ( ( tb2t(sF14) = sK1 )
    | ~ spl22_14 ),
    inference(superposition,[],[f294,f380]) ).

tff(f501,plain,
    ( spl22_34
    | ~ spl22_9 ),
    inference(avatar_split_clause,[],[f497,f359,f499]) ).

tff(f499,plain,
    ( spl22_34
  <=> ( sF6 = tb2t3(sF7) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_34])]) ).

tff(f497,plain,
    ( ( sF6 = tb2t3(sF7) )
    | ~ spl22_9 ),
    inference(superposition,[],[f279,f360]) ).

tff(f279,plain,
    ! [X0: $int] : ( tb2t3(t2tb3(X0)) = X0 ),
    inference(cnf_transformation,[],[f152]) ).

tff(f152,plain,
    ! [X0: $int] : ( tb2t3(t2tb3(X0)) = X0 ),
    inference(rectify,[],[f74]) ).

tff(f74,axiom,
    ! [X20: $int] : ( tb2t3(t2tb3(X20)) = X20 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeL3) ).

tff(f495,plain,
    ( spl22_33
    | ~ spl22_10 ),
    inference(avatar_split_clause,[],[f490,f363,f493]) ).

tff(f363,plain,
    ( spl22_10
  <=> ( t2tb1(sK2) = sF8 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_10])]) ).

tff(f490,plain,
    ( ( sK2 = tb2t1(sF8) )
    | ~ spl22_10 ),
    inference(superposition,[],[f262,f364]) ).

tff(f364,plain,
    ( ( t2tb1(sK2) = sF8 )
    | ~ spl22_10 ),
    inference(avatar_component_clause,[],[f363]) ).

tff(f262,plain,
    ! [X0: list_int] : ( tb2t1(t2tb1(X0)) = X0 ),
    inference(cnf_transformation,[],[f106]) ).

tff(f106,plain,
    ! [X0: list_int] : ( tb2t1(t2tb1(X0)) = X0 ),
    inference(rectify,[],[f65]) ).

tff(f65,axiom,
    ! [X20: list_int] : ( tb2t1(t2tb1(X20)) = X20 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeL1) ).

tff(f485,plain,
    ( spl22_32
    | ~ spl22_25 ),
    inference(avatar_split_clause,[],[f481,f438,f483]) ).

tff(f483,plain,
    ( spl22_32
  <=> ( cte_proj_11(sF5) = sF6 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_32])]) ).

tff(f481,plain,
    ( ( cte_proj_11(sF5) = sF6 )
    | ~ spl22_25 ),
    inference(superposition,[],[f241,f439]) ).

tff(f241,plain,
    ! [X0: $int] : ( cte_proj_11(cte1(X0)) = X0 ),
    inference(cnf_transformation,[],[f135]) ).

tff(f135,plain,
    ! [X0: $int] : ( cte_proj_11(cte1(X0)) = X0 ),
    inference(rectify,[],[f42]) ).

tff(f42,axiom,
    ! [X6: $int] : ( cte_proj_11(cte1(X6)) = X6 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cte_proj_1_def1) ).

tff(f480,plain,
    ( spl22_31
    | ~ spl22_10 ),
    inference(avatar_split_clause,[],[f474,f363,f478]) ).

tff(f478,plain,
    ( spl22_31
  <=> sort1(list(int),sF8) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_31])]) ).

tff(f474,plain,
    ( sort1(list(int),sF8)
    | ~ spl22_10 ),
    inference(superposition,[],[f239,f364]) ).

tff(f239,plain,
    ! [X0: list_int] : sort1(list(int),t2tb1(X0)),
    inference(cnf_transformation,[],[f124]) ).

tff(f124,plain,
    ! [X0: list_int] : sort1(list(int),t2tb1(X0)),
    inference(rectify,[],[f64]) ).

tff(f64,axiom,
    ! [X1: list_int] : sort1(list(int),t2tb1(X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t2tb_sort1) ).

tff(f473,plain,
    ( spl22_30
    | ~ spl22_15
    | ~ spl22_28 ),
    inference(avatar_split_clause,[],[f464,f461,f383,f471]) ).

tff(f461,plain,
    ( spl22_28
  <=> ( t2tb(sF16) = sF20 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_28])]) ).

tff(f464,plain,
    ( ( sF15 = sF20 )
    | ~ spl22_15
    | ~ spl22_28 ),
    inference(backward_demodulation,[],[f462,f459]) ).

tff(f459,plain,
    ( ( sF15 = t2tb(sF16) )
    | ~ spl22_15 ),
    inference(superposition,[],[f238,f384]) ).

tff(f462,plain,
    ( ( t2tb(sF16) = sF20 )
    | ~ spl22_28 ),
    inference(avatar_component_clause,[],[f461]) ).

tff(f468,plain,
    ( spl22_29
    | ~ spl22_15 ),
    inference(avatar_split_clause,[],[f459,f383,f466]) ).

tff(f463,plain,
    ( spl22_28
    | ~ spl22_18 ),
    inference(avatar_split_clause,[],[f458,f396,f461]) ).

tff(f396,plain,
    ( spl22_18
  <=> ( tb2t(sF20) = sF16 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_18])]) ).

tff(f458,plain,
    ( ( t2tb(sF16) = sF20 )
    | ~ spl22_18 ),
    inference(superposition,[],[f238,f397]) ).

tff(f397,plain,
    ( ( tb2t(sF20) = sF16 )
    | ~ spl22_18 ),
    inference(avatar_component_clause,[],[f396]) ).

tff(f456,plain,
    ( spl22_27
    | ~ spl22_11 ),
    inference(avatar_split_clause,[],[f452,f367,f454]) ).

tff(f454,plain,
    ( spl22_27
  <=> ( sF9 = t2tb1(sF10) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_27])]) ).

tff(f452,plain,
    ( ( sF9 = t2tb1(sF10) )
    | ~ spl22_11 ),
    inference(superposition,[],[f224,f368]) ).

tff(f445,plain,
    ( spl22_26
    | ~ spl22_7
    | ~ spl22_8
    | ~ spl22_16 ),
    inference(avatar_split_clause,[],[f431,f387,f355,f351,f443]) ).

tff(f351,plain,
    ( spl22_7
  <=> ( sF5 = cte1(sK0) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_7])]) ).

tff(f355,plain,
    ( spl22_8
  <=> ( eval_expr1(sF5) = sF6 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_8])]) ).

tff(f387,plain,
    ( spl22_16
  <=> ( push1(sK0) = sF18 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_16])]) ).

tff(f431,plain,
    ( ( push1(sF6) = sF18 )
    | ~ spl22_7
    | ~ spl22_8
    | ~ spl22_16 ),
    inference(backward_demodulation,[],[f388,f430]) ).

tff(f430,plain,
    ( ( sK0 = sF6 )
    | ~ spl22_7
    | ~ spl22_8 ),
    inference(forward_demodulation,[],[f429,f356]) ).

tff(f356,plain,
    ( ( eval_expr1(sF5) = sF6 )
    | ~ spl22_8 ),
    inference(avatar_component_clause,[],[f355]) ).

tff(f429,plain,
    ( ( eval_expr1(sF5) = sK0 )
    | ~ spl22_7 ),
    inference(superposition,[],[f196,f352]) ).

tff(f352,plain,
    ( ( sF5 = cte1(sK0) )
    | ~ spl22_7 ),
    inference(avatar_component_clause,[],[f351]) ).

tff(f196,plain,
    ! [X2: $int] : ( eval_expr1(cte1(X2)) = X2 ),
    inference(cnf_transformation,[],[f156]) ).

tff(f156,plain,
    ( ! [X2: $int] : ( eval_expr1(cte1(X2)) = X2 )
    & ! [X4: expr1,X3: expr1] : ( eval_expr1(mult1(X3,X4)) = $product(eval_expr1(X3),eval_expr1(X4)) )
    & ! [X0: expr1,X1: expr1] : ( eval_expr1(minus1(X1,X0)) = $sum(eval_expr1(X1),$uminus(eval_expr1(X0))) )
    & ! [X5: expr1,X6: expr1] : ( $sum(eval_expr1(X6),eval_expr1(X5)) = eval_expr1(plus1(X6,X5)) ) ),
    inference(rectify,[],[f83]) ).

tff(f83,plain,
    ( ! [X2: expr1,X1: expr1] : ( eval_expr1(minus1(X1,X2)) = $sum(eval_expr1(X1),$uminus(eval_expr1(X2))) )
    & ! [X1: $int] : ( eval_expr1(cte1(X1)) = X1 )
    & ! [X1: expr1,X2: expr1] : ( eval_expr1(mult1(X1,X2)) = $product(eval_expr1(X1),eval_expr1(X2)) )
    & ! [X2: expr1,X1: expr1] : ( eval_expr1(plus1(X1,X2)) = $sum(eval_expr1(X1),eval_expr1(X2)) ) ),
    inference(theory_normalization,[],[f50]) ).

tff(f50,axiom,
    ( ! [X2: expr1,X1: expr1] : ( eval_expr1(minus1(X1,X2)) = $difference(eval_expr1(X1),eval_expr1(X2)) )
    & ! [X1: $int] : ( eval_expr1(cte1(X1)) = X1 )
    & ! [X1: expr1,X2: expr1] : ( eval_expr1(mult1(X1,X2)) = $product(eval_expr1(X1),eval_expr1(X2)) )
    & ! [X2: expr1,X1: expr1] : ( eval_expr1(plus1(X1,X2)) = $sum(eval_expr1(X1),eval_expr1(X2)) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',eval_expr_def) ).

tff(f388,plain,
    ( ( push1(sK0) = sF18 )
    | ~ spl22_16 ),
    inference(avatar_component_clause,[],[f387]) ).

tff(f440,plain,
    ( spl22_25
    | ~ spl22_7
    | ~ spl22_8 ),
    inference(avatar_split_clause,[],[f432,f355,f351,f438]) ).

tff(f432,plain,
    ( ( cte1(sF6) = sF5 )
    | ~ spl22_7
    | ~ spl22_8 ),
    inference(backward_demodulation,[],[f352,f430]) ).

tff(f436,plain,
    ( spl22_24
    | ~ spl22_7
    | ~ spl22_8 ),
    inference(avatar_split_clause,[],[f430,f355,f351,f434]) ).

tff(f434,plain,
    ( spl22_24
  <=> ( sK0 = sF6 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_24])]) ).

tff(f426,plain,
    ( spl22_23
    | ~ spl22_17 ),
    inference(avatar_split_clause,[],[f420,f391,f424]) ).

tff(f420,plain,
    ( sort1(asm,sF19)
    | ~ spl22_17 ),
    inference(superposition,[],[f277,f392]) ).

tff(f277,plain,
    ! [X0: asm1] : sort1(asm,t2tb2(X0)),
    inference(cnf_transformation,[],[f162]) ).

tff(f162,plain,
    ! [X0: asm1] : sort1(asm,t2tb2(X0)),
    inference(rectify,[],[f70]) ).

tff(f70,axiom,
    ! [X1: asm1] : sort1(asm,t2tb2(X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t2tb_sort2) ).

tff(f418,plain,
    ( ~ spl22_22
    | ~ spl22_16 ),
    inference(avatar_split_clause,[],[f406,f387,f416]) ).

tff(f416,plain,
    ( spl22_22
  <=> ( sub1 = sF18 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_22])]) ).

tff(f406,plain,
    ( ( sub1 != sF18 )
    | ~ spl22_16 ),
    inference(superposition,[],[f218,f388]) ).

tff(f218,plain,
    ! [X0: $int] : ( sub1 != push1(X0) ),
    inference(cnf_transformation,[],[f125]) ).

tff(f125,plain,
    ! [X0: $int] : ( sub1 != push1(X0) ),
    inference(rectify,[],[f57]) ).

tff(f57,axiom,
    ! [X6: $int] : ( push1(X6) != sub1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',push_Sub1) ).

tff(f414,plain,
    ( ~ spl22_21
    | ~ spl22_16 ),
    inference(avatar_split_clause,[],[f405,f387,f412]) ).

tff(f412,plain,
    ( spl22_21
  <=> ( mul1 = sF18 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_21])]) ).

tff(f405,plain,
    ( ( mul1 != sF18 )
    | ~ spl22_16 ),
    inference(superposition,[],[f234,f388]) ).

tff(f234,plain,
    ! [X0: $int] : ( mul1 != push1(X0) ),
    inference(cnf_transformation,[],[f114]) ).

tff(f114,plain,
    ! [X0: $int] : ( mul1 != push1(X0) ),
    inference(rectify,[],[f58]) ).

tff(f58,axiom,
    ! [X6: $int] : ( push1(X6) != mul1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',push_Mul1) ).

tff(f410,plain,
    ( ~ spl22_20
    | ~ spl22_16 ),
    inference(avatar_split_clause,[],[f404,f387,f408]) ).

tff(f408,plain,
    ( spl22_20
  <=> ( add1 = sF18 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_20])]) ).

tff(f404,plain,
    ( ( add1 != sF18 )
    | ~ spl22_16 ),
    inference(superposition,[],[f273,f388]) ).

tff(f273,plain,
    ! [X0: $int] : ( add1 != push1(X0) ),
    inference(cnf_transformation,[],[f115]) ).

tff(f115,plain,
    ! [X0: $int] : ( add1 != push1(X0) ),
    inference(rectify,[],[f56]) ).

tff(f56,axiom,
    ! [X6: $int] : ( push1(X6) != add1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',push_Add1) ).

tff(f403,plain,
    ( spl22_19
    | ~ spl22_9 ),
    inference(avatar_split_clause,[],[f399,f359,f401]) ).

tff(f399,plain,
    ( sort1(int,sF7)
    | ~ spl22_9 ),
    inference(superposition,[],[f242,f360]) ).

tff(f242,plain,
    ! [X0: $int] : sort1(int,t2tb3(X0)),
    inference(cnf_transformation,[],[f120]) ).

tff(f120,plain,
    ! [X0: $int] : sort1(int,t2tb3(X0)),
    inference(rectify,[],[f73]) ).

tff(f73,axiom,
    ! [X1: $int] : sort1(int,t2tb3(X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t2tb_sort3) ).

tff(f398,plain,
    ( spl22_18
    | ~ spl22_2 ),
    inference(avatar_split_clause,[],[f394,f322,f396]) ).

tff(f322,plain,
    ( spl22_2
  <=> ( sF21 = sF16 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_2])]) ).

tff(f394,plain,
    ( ( tb2t(sF20) = sF16 )
    | ~ spl22_2 ),
    inference(forward_demodulation,[],[f315,f323]) ).

tff(f323,plain,
    ( ( sF21 = sF16 )
    | ~ spl22_2 ),
    inference(avatar_component_clause,[],[f322]) ).

tff(f315,plain,
    sF21 = tb2t(sF20),
    introduced(function_definition,[]) ).

tff(f393,plain,
    spl22_17,
    inference(avatar_split_clause,[],[f313,f391]) ).

tff(f313,plain,
    t2tb2(sF18) = sF19,
    introduced(function_definition,[]) ).

tff(f389,plain,
    spl22_16,
    inference(avatar_split_clause,[],[f312,f387]) ).

tff(f312,plain,
    push1(sK0) = sF18,
    introduced(function_definition,[]) ).

tff(f385,plain,
    spl22_15,
    inference(avatar_split_clause,[],[f309,f383]) ).

tff(f309,plain,
    sF16 = tb2t(sF15),
    introduced(function_definition,[]) ).

tff(f381,plain,
    spl22_14,
    inference(avatar_split_clause,[],[f307,f379]) ).

tff(f307,plain,
    sF14 = t2tb(sK1),
    introduced(function_definition,[]) ).

tff(f377,plain,
    spl22_13,
    inference(avatar_split_clause,[],[f306,f375]) ).

tff(f306,plain,
    sF13 = t2tb(sF12),
    introduced(function_definition,[]) ).

tff(f373,plain,
    spl22_12,
    inference(avatar_split_clause,[],[f305,f371]) ).

tff(f305,plain,
    sF12 = compile1(sF5),
    introduced(function_definition,[]) ).

tff(f369,plain,
    spl22_11,
    inference(avatar_split_clause,[],[f303,f367]) ).

tff(f303,plain,
    sF10 = tb2t1(sF9),
    introduced(function_definition,[]) ).

tff(f365,plain,
    spl22_10,
    inference(avatar_split_clause,[],[f301,f363]) ).

tff(f301,plain,
    t2tb1(sK2) = sF8,
    introduced(function_definition,[]) ).

tff(f361,plain,
    spl22_9,
    inference(avatar_split_clause,[],[f300,f359]) ).

tff(f300,plain,
    sF7 = t2tb3(sF6),
    introduced(function_definition,[]) ).

tff(f357,plain,
    spl22_8,
    inference(avatar_split_clause,[],[f299,f355]) ).

tff(f299,plain,
    eval_expr1(sF5) = sF6,
    introduced(function_definition,[]) ).

tff(f353,plain,
    spl22_7,
    inference(avatar_split_clause,[],[f298,f351]) ).

tff(f298,plain,
    sF5 = cte1(sK0),
    introduced(function_definition,[]) ).

tff(f342,plain,
    ~ spl22_6,
    inference(avatar_split_clause,[],[f293,f340]) ).

tff(f340,plain,
    ( spl22_6
  <=> ( add1 = sub1 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_6])]) ).

tff(f293,plain,
    add1 != sub1,
    inference(cnf_transformation,[],[f59]) ).

tff(f59,axiom,
    add1 != sub1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',add_Sub1) ).

tff(f338,plain,
    ~ spl22_5,
    inference(avatar_split_clause,[],[f253,f336]) ).

tff(f336,plain,
    ( spl22_5
  <=> ( true1 = false1 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_5])]) ).

tff(f253,plain,
    true1 != false1,
    inference(cnf_transformation,[],[f5]) ).

tff(f5,axiom,
    true1 != false1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',true_False) ).

tff(f333,plain,
    ~ spl22_4,
    inference(avatar_split_clause,[],[f228,f331]) ).

tff(f331,plain,
    ( spl22_4
  <=> ( sub1 = mul1 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_4])]) ).

tff(f228,plain,
    sub1 != mul1,
    inference(cnf_transformation,[],[f61]) ).

tff(f61,axiom,
    sub1 != mul1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sub_Mul1) ).

tff(f329,plain,
    ~ spl22_3,
    inference(avatar_split_clause,[],[f227,f327]) ).

tff(f327,plain,
    ( spl22_3
  <=> ( add1 = mul1 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl22_3])]) ).

tff(f227,plain,
    add1 != mul1,
    inference(cnf_transformation,[],[f60]) ).

tff(f60,axiom,
    add1 != mul1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',add_Mul1) ).

tff(f324,plain,
    spl22_2,
    inference(avatar_split_clause,[],[f316,f322]) ).

tff(f316,plain,
    sF21 = sF16,
    inference(definition_folding,[],[f191,f315,f314,f307,f313,f312,f309,f308,f307,f306,f305,f298]) ).

tff(f191,plain,
    tb2t(infix_plpl(asm,t2tb(compile1(cte1(sK0))),t2tb(sK1))) = tb2t(cons(asm,t2tb2(push1(sK0)),t2tb(sK1))),
    inference(cnf_transformation,[],[f179]) ).

tff(f179,plain,
    ? [X0: $int,X1: list_asm,X2: list_int] :
      ( ( compute1(X2,tb2t(infix_plpl(asm,t2tb(compile1(cte1(X0))),t2tb(X1)))) != compute1(tb2t1(cons(int,t2tb3(eval_expr1(cte1(X0))),t2tb1(X2))),X1) )
      & ( tb2t(cons(asm,t2tb2(push1(X0)),t2tb(X1))) = tb2t(infix_plpl(asm,t2tb(compile1(cte1(X0))),t2tb(X1))) ) ),
    inference(ennf_transformation,[],[f112]) ).

tff(f112,plain,
    ~ ! [X2: list_int,X1: list_asm,X0: $int] :
        ( ( tb2t(cons(asm,t2tb2(push1(X0)),t2tb(X1))) = tb2t(infix_plpl(asm,t2tb(compile1(cte1(X0))),t2tb(X1))) )
       => ( compute1(X2,tb2t(infix_plpl(asm,t2tb(compile1(cte1(X0))),t2tb(X1)))) = compute1(tb2t1(cons(int,t2tb3(eval_expr1(cte1(X0))),t2tb1(X2))),X1) ) ),
    inference(rectify,[],[f79]) ).

tff(f79,negated_conjecture,
    ~ ! [X1: $int,X25: list_asm,X22: list_int] :
        ( ( tb2t(infix_plpl(asm,t2tb(compile1(cte1(X1))),t2tb(X25))) = tb2t(cons(asm,t2tb2(push1(X1)),t2tb(X25))) )
       => ( compute1(X22,tb2t(infix_plpl(asm,t2tb(compile1(cte1(X1))),t2tb(X25)))) = compute1(tb2t1(cons(int,t2tb3(eval_expr1(cte1(X1))),t2tb1(X22))),X25) ) ),
    inference(negated_conjecture,[],[f78]) ).

tff(f78,conjecture,
    ! [X1: $int,X25: list_asm,X22: list_int] :
      ( ( tb2t(infix_plpl(asm,t2tb(compile1(cte1(X1))),t2tb(X25))) = tb2t(cons(asm,t2tb2(push1(X1)),t2tb(X25))) )
     => ( compute1(X22,tb2t(infix_plpl(asm,t2tb(compile1(cte1(X1))),t2tb(X25)))) = compute1(tb2t1(cons(int,t2tb3(eval_expr1(cte1(X1))),t2tb1(X22))),X25) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',wP_parameter_soundness_gen) ).

tff(f320,plain,
    ~ spl22_1,
    inference(avatar_split_clause,[],[f311,f318]) ).

tff(f311,plain,
    sF17 != sF11,
    inference(definition_folding,[],[f192,f310,f309,f308,f307,f306,f305,f298,f304,f303,f302,f301,f300,f299,f298]) ).

tff(f192,plain,
    compute1(tb2t1(cons(int,t2tb3(eval_expr1(cte1(sK0))),t2tb1(sK2))),sK1) != compute1(sK2,tb2t(infix_plpl(asm,t2tb(compile1(cte1(sK0))),t2tb(sK1)))),
    inference(cnf_transformation,[],[f179]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : SWW651=2 : TPTP v8.1.0. Released v6.1.0.
% 0.07/0.14  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.15/0.35  % Computer : n016.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit   : 300
% 0.15/0.35  % WCLimit    : 300
% 0.15/0.35  % DateTime   : Tue Aug 30 21:20:46 EDT 2022
% 0.15/0.36  % CPUTime    : 
% 0.22/0.56  % (20879)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.22/0.57  % (20879)Instruction limit reached!
% 0.22/0.57  % (20879)------------------------------
% 0.22/0.57  % (20879)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.22/0.57  % (20879)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.22/0.57  % (20879)Termination reason: Unknown
% 0.22/0.57  % (20879)Termination phase: Property scanning
% 0.22/0.57  
% 0.22/0.57  % (20879)Memory used [KB]: 1023
% 0.22/0.57  % (20879)Time elapsed: 0.003 s
% 0.22/0.57  % (20879)Instructions burned: 3 (million)
% 0.22/0.57  % (20879)------------------------------
% 0.22/0.57  % (20879)------------------------------
% 0.22/0.57  % (20881)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.22/0.57  % (20895)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.22/0.57  % (20887)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.22/0.58  % (20889)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.22/0.59  % (20887)Instruction limit reached!
% 0.22/0.59  % (20887)------------------------------
% 0.22/0.59  % (20887)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.22/0.59  % (20887)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.22/0.59  % (20887)Termination reason: Unknown
% 0.22/0.59  % (20887)Termination phase: Saturation
% 0.22/0.59  
% 0.22/0.59  % (20887)Memory used [KB]: 1407
% 0.22/0.59  % (20887)Time elapsed: 0.020 s
% 0.22/0.59  % (20887)Instructions burned: 15 (million)
% 0.22/0.59  % (20887)------------------------------
% 0.22/0.59  % (20887)------------------------------
% 0.22/0.59  % (20873)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.22/0.59  % (20895)Instruction limit reached!
% 0.22/0.59  % (20895)------------------------------
% 0.22/0.59  % (20895)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.22/0.59  % (20895)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.22/0.59  % (20895)Termination reason: Unknown
% 0.22/0.59  % (20895)Termination phase: Saturation
% 0.22/0.59  
% 0.22/0.59  % (20895)Memory used [KB]: 5884
% 0.22/0.59  % (20895)Time elapsed: 0.162 s
% 0.22/0.59  % (20895)Instructions burned: 21 (million)
% 0.22/0.59  % (20895)------------------------------
% 0.22/0.59  % (20895)------------------------------
% 0.22/0.60  % (20870)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.22/0.61  % (20869)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.22/0.61  % (20893)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.22/0.61  % (20874)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.22/0.62  % (20885)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)
% 1.81/0.62  % (20890)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)
% 1.81/0.62  % (20877)lrs+10_1:1_canc=force:tha=some:to=lpo:i=35:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/35Mi)
% 1.81/0.63  % (20870)Instruction limit reached!
% 1.81/0.63  % (20870)------------------------------
% 1.81/0.63  % (20870)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.81/0.63  % (20870)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.81/0.63  % (20870)Termination reason: Unknown
% 1.81/0.63  % (20870)Termination phase: Property scanning
% 1.81/0.63  
% 1.81/0.63  % (20870)Memory used [KB]: 1023
% 1.81/0.63  % (20870)Time elapsed: 0.004 s
% 1.81/0.63  % (20870)Instructions burned: 3 (million)
% 1.81/0.63  % (20870)------------------------------
% 1.81/0.63  % (20870)------------------------------
% 1.81/0.63  % (20892)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)
% 1.81/0.63  % (20882)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)
% 1.81/0.63  % (20873)Refutation not found, incomplete strategy% (20873)------------------------------
% 1.81/0.63  % (20873)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.81/0.63  % (20873)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.81/0.63  % (20873)Termination reason: Refutation not found, incomplete strategy
% 1.81/0.63  
% 1.81/0.63  % (20873)Memory used [KB]: 5884
% 1.81/0.63  % (20873)Time elapsed: 0.139 s
% 1.81/0.63  % (20873)Instructions burned: 16 (million)
% 1.81/0.63  % (20873)------------------------------
% 1.81/0.63  % (20873)------------------------------
% 1.81/0.63  % (20867)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)
% 1.81/0.63  % (20881)Refutation not found, incomplete strategy% (20881)------------------------------
% 1.81/0.63  % (20881)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.81/0.63  % (20881)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.81/0.63  % (20881)Termination reason: Refutation not found, incomplete strategy
% 1.81/0.63  
% 1.81/0.63  % (20881)Memory used [KB]: 6524
% 1.81/0.63  % (20881)Time elapsed: 0.144 s
% 1.81/0.63  % (20881)Instructions burned: 21 (million)
% 1.81/0.63  % (20881)------------------------------
% 1.81/0.63  % (20881)------------------------------
% 1.81/0.63  % (20869)Instruction limit reached!
% 1.81/0.63  % (20869)------------------------------
% 1.81/0.63  % (20869)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.81/0.63  % (20869)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.81/0.63  % (20869)Termination reason: Unknown
% 1.81/0.63  % (20869)Termination phase: Property scanning
% 1.81/0.63  
% 1.81/0.63  % (20869)Memory used [KB]: 1151
% 1.81/0.63  % (20869)Time elapsed: 0.007 s
% 1.81/0.63  % (20869)Instructions burned: 8 (million)
% 1.81/0.63  % (20869)------------------------------
% 1.81/0.63  % (20869)------------------------------
% 1.81/0.64  % (20884)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)
% 1.81/0.64  % (20896)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)
% 1.98/0.64  % (20876)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)
% 1.98/0.64  % (20876)Instruction limit reached!
% 1.98/0.64  % (20876)------------------------------
% 1.98/0.64  % (20876)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.98/0.64  % (20876)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.98/0.64  % (20876)Termination reason: Unknown
% 1.98/0.64  % (20876)Termination phase: shuffling
% 1.98/0.64  
% 1.98/0.64  % (20876)Memory used [KB]: 1023
% 1.98/0.64  % (20876)Time elapsed: 0.003 s
% 1.98/0.64  % (20876)Instructions burned: 2 (million)
% 1.98/0.64  % (20876)------------------------------
% 1.98/0.64  % (20876)------------------------------
% 2.00/0.65  % (20880)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 2.00/0.65  % (20882)Instruction limit reached!
% 2.00/0.65  % (20882)------------------------------
% 2.00/0.65  % (20882)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.00/0.65  % (20882)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.00/0.65  % (20882)Termination reason: Unknown
% 2.00/0.65  % (20882)Termination phase: Property scanning
% 2.00/0.65  
% 2.00/0.65  % (20882)Memory used [KB]: 1023
% 2.00/0.65  % (20882)Time elapsed: 0.003 s
% 2.00/0.65  % (20882)Instructions burned: 3 (million)
% 2.00/0.65  % (20882)------------------------------
% 2.00/0.65  % (20882)------------------------------
% 2.00/0.66  % (20894)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 2.00/0.66  % (20872)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)
% 2.00/0.66  % (20886)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)
% 2.00/0.66  % (20888)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)
% 2.00/0.66  % (20886)Instruction limit reached!
% 2.00/0.66  % (20886)------------------------------
% 2.00/0.66  % (20886)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.00/0.66  % (20886)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.00/0.66  % (20886)Termination reason: Unknown
% 2.00/0.66  % (20886)Termination phase: Property scanning
% 2.00/0.66  
% 2.00/0.66  % (20886)Memory used [KB]: 1023
% 2.00/0.66  % (20886)Time elapsed: 0.004 s
% 2.00/0.66  % (20886)Instructions burned: 2 (million)
% 2.00/0.66  % (20886)------------------------------
% 2.00/0.66  % (20886)------------------------------
% 2.00/0.66  % (20878)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)
% 2.00/0.66  % (20878)Instruction limit reached!
% 2.00/0.66  % (20878)------------------------------
% 2.00/0.66  % (20878)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.00/0.66  % (20878)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.00/0.66  % (20885)Instruction limit reached!
% 2.00/0.66  % (20885)------------------------------
% 2.00/0.66  % (20885)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.00/0.66  % (20878)Termination reason: Unknown
% 2.00/0.66  % (20878)Termination phase: Property scanning
% 2.00/0.66  
% 2.00/0.66  % (20885)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.00/0.66  % (20885)Termination reason: Unknown
% 2.00/0.66  % (20878)Memory used [KB]: 1023
% 2.00/0.66  % (20885)Termination phase: Saturation
% 2.00/0.66  % (20878)Time elapsed: 0.004 s
% 2.00/0.66  
% 2.00/0.66  % (20878)Instructions burned: 4 (million)
% 2.00/0.66  % (20878)------------------------------
% 2.00/0.66  % (20878)------------------------------
% 2.00/0.66  % (20885)Memory used [KB]: 5884
% 2.00/0.66  % (20885)Time elapsed: 0.234 s
% 2.00/0.66  % (20885)Instructions burned: 15 (million)
% 2.00/0.66  % (20885)------------------------------
% 2.00/0.66  % (20885)------------------------------
% 2.00/0.67  % (20891)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)
% 2.00/0.67  % (20889)Instruction limit reached!
% 2.00/0.67  % (20889)------------------------------
% 2.00/0.67  % (20889)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.00/0.67  % (20889)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.00/0.67  % (20889)Termination reason: Unknown
% 2.00/0.67  % (20889)Termination phase: Saturation
% 2.00/0.67  
% 2.00/0.67  % (20889)Memory used [KB]: 1791
% 2.00/0.67  % (20889)Time elapsed: 0.179 s
% 2.00/0.67  % (20889)Instructions burned: 47 (million)
% 2.00/0.67  % (20889)------------------------------
% 2.00/0.67  % (20889)------------------------------
% 2.00/0.67  % (20871)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)
% 2.00/0.68  % (20883)lrs+10_1:1_ev=force:gve=cautious:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 2.00/0.68  % (20883)Instruction limit reached!
% 2.00/0.68  % (20883)------------------------------
% 2.00/0.68  % (20883)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.00/0.68  % (20883)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.00/0.68  % (20883)Termination reason: Unknown
% 2.00/0.68  % (20883)Termination phase: Property scanning
% 2.00/0.68  
% 2.00/0.68  % (20883)Memory used [KB]: 1023
% 2.00/0.68  % (20883)Time elapsed: 0.004 s
% 2.00/0.68  % (20883)Instructions burned: 2 (million)
% 2.00/0.68  % (20883)------------------------------
% 2.00/0.68  % (20883)------------------------------
% 2.00/0.68  % (20875)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)
% 2.00/0.69  % (20874)Instruction limit reached!
% 2.00/0.69  % (20874)------------------------------
% 2.00/0.69  % (20874)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.00/0.69  % (20874)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.00/0.69  % (20874)Termination reason: Unknown
% 2.00/0.69  % (20874)Termination phase: Saturation
% 2.00/0.69  
% 2.00/0.69  % (20874)Memory used [KB]: 6140
% 2.00/0.69  % (20874)Time elapsed: 0.239 s
% 2.00/0.69  % (20874)Instructions burned: 36 (million)
% 2.00/0.69  % (20874)------------------------------
% 2.00/0.69  % (20874)------------------------------
% 2.00/0.70  % (20868)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)
% 2.00/0.70  % (20894)Instruction limit reached!
% 2.00/0.70  % (20894)------------------------------
% 2.00/0.70  % (20894)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.00/0.70  % (20894)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.00/0.70  % (20894)Termination reason: Unknown
% 2.00/0.70  % (20894)Termination phase: Saturation
% 2.00/0.70  
% 2.00/0.70  % (20894)Memory used [KB]: 5756
% 2.00/0.70  % (20894)Time elapsed: 0.279 s
% 2.00/0.70  % (20894)Instructions burned: 21 (million)
% 2.00/0.70  % (20894)------------------------------
% 2.00/0.70  % (20894)------------------------------
% 2.27/0.70  % (20872)Instruction limit reached!
% 2.27/0.70  % (20872)------------------------------
% 2.27/0.70  % (20872)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.27/0.70  % (20872)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.27/0.70  % (20872)Termination reason: Unknown
% 2.27/0.70  % (20872)Termination phase: Saturation
% 2.27/0.70  
% 2.27/0.70  % (20872)Memory used [KB]: 5756
% 2.27/0.70  % (20872)Time elapsed: 0.012 s
% 2.27/0.70  % (20872)Instructions burned: 16 (million)
% 2.27/0.70  % (20872)------------------------------
% 2.27/0.70  % (20872)------------------------------
% 2.27/0.71  % (20893)Instruction limit reached!
% 2.27/0.71  % (20893)------------------------------
% 2.27/0.71  % (20893)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.27/0.71  % (20893)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.27/0.71  % (20893)Termination reason: Unknown
% 2.27/0.71  % (20893)Termination phase: Saturation
% 2.27/0.71  
% 2.27/0.71  % (20893)Memory used [KB]: 6780
% 2.27/0.71  % (20893)Time elapsed: 0.241 s
% 2.27/0.71  % (20893)Instructions burned: 43 (million)
% 2.27/0.71  % (20893)------------------------------
% 2.27/0.71  % (20893)------------------------------
% 2.27/0.71  % (20888)Instruction limit reached!
% 2.27/0.71  % (20888)------------------------------
% 2.27/0.71  % (20888)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.27/0.71  % (20888)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.27/0.71  % (20888)Termination reason: Unknown
% 2.27/0.71  % (20888)Termination phase: Saturation
% 2.27/0.71  
% 2.27/0.71  % (20888)Memory used [KB]: 5884
% 2.27/0.71  % (20888)Time elapsed: 0.280 s
% 2.27/0.71  % (20888)Instructions burned: 21 (million)
% 2.27/0.71  % (20888)------------------------------
% 2.27/0.71  % (20888)------------------------------
% 2.27/0.71  % (20880)Instruction limit reached!
% 2.27/0.71  % (20880)------------------------------
% 2.27/0.71  % (20880)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.27/0.71  % (20880)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.27/0.71  % (20880)Termination reason: Unknown
% 2.27/0.71  % (20880)Termination phase: Saturation
% 2.27/0.71  
% 2.27/0.71  % (20880)Memory used [KB]: 5756
% 2.27/0.71  % (20880)Time elapsed: 0.275 s
% 2.27/0.71  % (20880)Instructions burned: 21 (million)
% 2.27/0.71  % (20880)------------------------------
% 2.27/0.71  % (20880)------------------------------
% 2.27/0.72  % (20906)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 (2997ds/47Mi)
% 2.27/0.72  % (20877)Instruction limit reached!
% 2.27/0.72  % (20877)------------------------------
% 2.27/0.72  % (20877)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.27/0.72  % (20877)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.27/0.72  % (20877)Termination reason: Unknown
% 2.27/0.72  % (20877)Termination phase: Saturation
% 2.27/0.72  
% 2.27/0.72  % (20877)Memory used [KB]: 6012
% 2.27/0.72  % (20877)Time elapsed: 0.272 s
% 2.27/0.72  % (20877)Instructions burned: 35 (million)
% 2.27/0.72  % (20877)------------------------------
% 2.27/0.72  % (20877)------------------------------
% 2.27/0.73  % (20907)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=25:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/25Mi)
% 2.27/0.73  % (20892)Instruction limit reached!
% 2.27/0.73  % (20892)------------------------------
% 2.27/0.73  % (20892)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.27/0.73  % (20892)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.27/0.73  % (20892)Termination reason: Unknown
% 2.27/0.73  % (20892)Termination phase: Saturation
% 2.27/0.73  
% 2.27/0.73  % (20892)Memory used [KB]: 6396
% 2.27/0.73  % (20892)Time elapsed: 0.292 s
% 2.27/0.73  % (20892)Instructions burned: 42 (million)
% 2.27/0.73  % (20892)------------------------------
% 2.27/0.73  % (20892)------------------------------
% 2.27/0.74  % (20906)Refutation not found, incomplete strategy% (20906)------------------------------
% 2.27/0.74  % (20906)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.27/0.74  % (20906)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.27/0.74  % (20906)Termination reason: Refutation not found, incomplete strategy
% 2.27/0.74  
% 2.27/0.74  % (20906)Memory used [KB]: 5884
% 2.27/0.74  % (20906)Time elapsed: 0.043 s
% 2.27/0.74  % (20906)Instructions burned: 14 (million)
% 2.27/0.74  % (20906)------------------------------
% 2.27/0.74  % (20906)------------------------------
% 2.27/0.74  % (20884)Instruction limit reached!
% 2.27/0.74  % (20884)------------------------------
% 2.27/0.74  % (20884)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.27/0.74  % (20884)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.27/0.74  % (20884)Termination reason: Unknown
% 2.27/0.74  % (20884)Termination phase: Saturation
% 2.27/0.74  
% 2.27/0.74  % (20884)Memory used [KB]: 6268
% 2.27/0.74  % (20884)Time elapsed: 0.295 s
% 2.27/0.74  % (20884)Instructions burned: 49 (million)
% 2.27/0.74  % (20884)------------------------------
% 2.27/0.74  % (20884)------------------------------
% 2.27/0.75  % (20890)Instruction limit reached!
% 2.27/0.75  % (20890)------------------------------
% 2.27/0.75  % (20890)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.27/0.75  % (20890)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.27/0.75  % (20890)Termination reason: Unknown
% 2.27/0.75  % (20890)Termination phase: Saturation
% 2.27/0.75  
% 2.27/0.75  % (20890)Memory used [KB]: 6268
% 2.27/0.75  % (20890)Time elapsed: 0.303 s
% 2.27/0.75  % (20890)Instructions burned: 51 (million)
% 2.27/0.75  % (20890)------------------------------
% 2.27/0.75  % (20890)------------------------------
% 2.27/0.75  % (20907)Instruction limit reached!
% 2.27/0.75  % (20907)------------------------------
% 2.27/0.75  % (20907)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.27/0.75  % (20907)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.27/0.75  % (20907)Termination reason: Unknown
% 2.27/0.75  % (20907)Termination phase: Saturation
% 2.27/0.75  
% 2.27/0.75  % (20907)Memory used [KB]: 5884
% 2.27/0.75  % (20907)Time elapsed: 0.049 s
% 2.27/0.75  % (20907)Instructions burned: 25 (million)
% 2.27/0.75  % (20907)------------------------------
% 2.27/0.75  % (20907)------------------------------
% 2.60/0.76  % (20875)Instruction limit reached!
% 2.60/0.76  % (20875)------------------------------
% 2.60/0.76  % (20875)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.60/0.76  % (20875)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.60/0.76  % (20875)Termination reason: Unknown
% 2.60/0.76  % (20875)Termination phase: Saturation
% 2.60/0.76  
% 2.60/0.76  % (20875)Memory used [KB]: 5884
% 2.60/0.76  % (20875)Time elapsed: 0.313 s
% 2.60/0.76  % (20875)Instructions burned: 26 (million)
% 2.60/0.76  % (20875)------------------------------
% 2.60/0.76  % (20875)------------------------------
% 2.60/0.77  % (20896)Instruction limit reached!
% 2.60/0.77  % (20896)------------------------------
% 2.60/0.77  % (20896)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.60/0.77  % (20896)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.60/0.77  % (20896)Termination reason: Unknown
% 2.60/0.77  % (20896)Termination phase: Saturation
% 2.60/0.77  
% 2.60/0.77  % (20896)Memory used [KB]: 6268
% 2.60/0.77  % (20896)Time elapsed: 0.308 s
% 2.60/0.77  % (20896)Instructions burned: 42 (million)
% 2.60/0.77  % (20896)------------------------------
% 2.60/0.77  % (20896)------------------------------
% 2.60/0.77  % (20871)Instruction limit reached!
% 2.60/0.77  % (20871)------------------------------
% 2.60/0.77  % (20871)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.60/0.77  % (20871)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.60/0.77  % (20871)Termination reason: Unknown
% 2.60/0.77  % (20871)Termination phase: Saturation
% 2.60/0.77  
% 2.60/0.77  % (20871)Memory used [KB]: 6140
% 2.60/0.77  % (20871)Time elapsed: 0.327 s
% 2.60/0.77  % (20871)Instructions burned: 37 (million)
% 2.60/0.77  % (20871)------------------------------
% 2.60/0.77  % (20871)------------------------------
% 2.60/0.81  % (20935)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 (2996ds/330Mi)
% 2.60/0.81  % (20911)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 (2997ds/100Mi)
% 2.60/0.81  % (20868)Instruction limit reached!
% 2.60/0.81  % (20868)------------------------------
% 2.60/0.81  % (20868)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.60/0.81  % (20868)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.60/0.81  % (20868)Termination reason: Unknown
% 2.60/0.81  % (20868)Termination phase: Saturation
% 2.60/0.81  
% 2.60/0.81  % (20868)Memory used [KB]: 6268
% 2.60/0.81  % (20868)Time elapsed: 0.366 s
% 2.60/0.81  % (20868)Instructions burned: 34 (million)
% 2.60/0.81  % (20868)------------------------------
% 2.60/0.81  % (20868)------------------------------
% 2.60/0.81  % (20912)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 (2997ds/76Mi)
% 2.60/0.83  % (20891)Instruction limit reached!
% 2.60/0.83  % (20891)------------------------------
% 2.60/0.83  % (20891)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.60/0.83  % (20891)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.60/0.83  % (20891)Termination reason: Unknown
% 2.60/0.83  % (20891)Termination phase: Saturation
% 2.60/0.83  
% 2.60/0.83  % (20891)Memory used [KB]: 1663
% 2.60/0.83  % (20891)Time elapsed: 0.409 s
% 2.60/0.83  % (20891)Instructions burned: 48 (million)
% 2.60/0.83  % (20891)------------------------------
% 2.60/0.83  % (20891)------------------------------
% 2.73/0.86  % (20921)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 (2997ds/343Mi)
% 2.73/0.86  % (20910)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 (2997ds/148Mi)
% 2.73/0.87  % (20913)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 (2997ds/58Mi)
% 2.73/0.88  % (20914)lrs+10_1:1_thi=all:thigen=on:i=96:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/96Mi)
% 2.75/0.89  % (20915)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 (2997ds/108Mi)
% 2.75/0.89  % (20902)lrs+10_1:1_ss=axioms:st=5.0:tha=off:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/15Mi)
% 2.75/0.90  % (20919)lrs+10_1:1_newcnf=on:sas=z3:tgt=ground:tha=off:i=223:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/223Mi)
% 2.75/0.93  % (20913)Refutation not found, incomplete strategy% (20913)------------------------------
% 2.75/0.93  % (20913)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.75/0.93  % (20913)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.75/0.93  % (20913)Termination reason: Refutation not found, incomplete strategy
% 2.75/0.93  
% 2.75/0.93  % (20913)Memory used [KB]: 6524
% 2.75/0.93  % (20913)Time elapsed: 0.241 s
% 2.75/0.93  % (20913)Instructions burned: 21 (million)
% 2.75/0.93  % (20913)------------------------------
% 2.75/0.93  % (20913)------------------------------
% 2.75/0.93  % (20902)Instruction limit reached!
% 2.75/0.93  % (20902)------------------------------
% 2.75/0.93  % (20902)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.75/0.93  % (20902)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.75/0.93  % (20902)Termination reason: Unknown
% 2.75/0.93  % (20902)Termination phase: Saturation
% 2.75/0.93  
% 2.75/0.93  % (20902)Memory used [KB]: 5884
% 2.75/0.93  % (20902)Time elapsed: 0.306 s
% 2.75/0.93  % (20902)Instructions burned: 16 (million)
% 2.75/0.93  % (20902)------------------------------
% 2.75/0.93  % (20902)------------------------------
% 2.75/0.93  % (20924)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 (2996ds/150Mi)
% 2.85/0.94  % (20932)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 (2996ds/211Mi)
% 2.85/0.94  % (20917)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 (2997ds/463Mi)
% 2.85/0.95  % (20934)dis+1010_1:1_s2a=on:sp=frequency:to=lpo:i=274:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/274Mi)
% 2.85/0.95  % (20928)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 (2996ds/493Mi)
% 2.85/0.95  % (20912)Instruction limit reached!
% 2.85/0.95  % (20912)------------------------------
% 2.85/0.95  % (20912)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.85/0.95  % (20912)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.85/0.95  % (20912)Termination reason: Unknown
% 2.85/0.95  % (20912)Termination phase: Saturation
% 2.85/0.95  
% 2.85/0.95  % (20912)Memory used [KB]: 6652
% 2.85/0.95  % (20912)Time elapsed: 0.270 s
% 2.85/0.95  % (20912)Instructions burned: 76 (million)
% 2.85/0.95  % (20912)------------------------------
% 2.85/0.95  % (20912)------------------------------
% 2.85/0.96  % (20918)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 (2997ds/494Mi)
% 2.85/0.97  % (20939)lrs+30_1:64_flr=on:sp=frequency:to=lpo:i=213:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/213Mi)
% 2.85/0.98  % (20938)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 (2996ds/294Mi)
% 2.85/0.99  % (20911)Instruction limit reached!
% 2.85/0.99  % (20911)------------------------------
% 2.85/0.99  % (20911)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.85/0.99  % (20911)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.85/0.99  % (20911)Termination reason: Unknown
% 2.85/0.99  % (20911)Termination phase: Saturation
% 2.85/0.99  
% 2.85/0.99  % (20911)Memory used [KB]: 6908
% 2.85/0.99  % (20911)Time elapsed: 0.310 s
% 2.85/0.99  % (20911)Instructions burned: 101 (million)
% 2.85/0.99  % (20911)------------------------------
% 2.85/0.99  % (20911)------------------------------
% 2.85/1.00  % (20925)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 (2996ds/160Mi)
% 3.08/1.01  % (20923)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 (2996ds/488Mi)
% 3.08/1.01  % (20935)Instruction limit reached!
% 3.08/1.01  % (20935)------------------------------
% 3.08/1.01  % (20935)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.08/1.01  % (20935)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.08/1.01  % (20935)Termination reason: Unknown
% 3.08/1.01  % (20935)Termination phase: Saturation
% 3.08/1.01  
% 3.08/1.01  % (20935)Memory used [KB]: 9722
% 3.08/1.01  % (20935)Time elapsed: 0.206 s
% 3.08/1.01  % (20935)Instructions burned: 331 (million)
% 3.08/1.01  % (20935)------------------------------
% 3.08/1.01  % (20935)------------------------------
% 3.08/1.04  % (20926)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 (2996ds/370Mi)
% 3.08/1.04  % (20930)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 (2996ds/81Mi)
% 3.08/1.05  % (20931)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 (2996ds/146Mi)
% 3.36/1.07  % (20956)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 (2993ds/1705Mi)
% 3.36/1.09  % (20943)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 (2995ds/230Mi)
% 3.36/1.10  % (20914)Instruction limit reached!
% 3.36/1.10  % (20914)------------------------------
% 3.36/1.10  % (20914)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.36/1.10  % (20914)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.36/1.10  % (20914)Termination reason: Unknown
% 3.36/1.10  % (20914)Termination phase: Saturation
% 3.36/1.10  
% 3.36/1.10  % (20914)Memory used [KB]: 6268
% 3.36/1.10  % (20914)Time elapsed: 0.406 s
% 3.36/1.10  % (20914)Instructions burned: 96 (million)
% 3.36/1.10  % (20914)------------------------------
% 3.36/1.10  % (20914)------------------------------
% 3.36/1.12  % (20915)Instruction limit reached!
% 3.36/1.12  % (20915)------------------------------
% 3.36/1.12  % (20915)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.36/1.12  % (20915)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.36/1.12  % (20915)Termination reason: Unknown
% 3.36/1.12  % (20915)Termination phase: Saturation
% 3.36/1.12  
% 3.36/1.12  % (20915)Memory used [KB]: 6012
% 3.36/1.12  % (20915)Time elapsed: 0.069 s
% 3.36/1.12  % (20915)Instructions burned: 109 (million)
% 3.36/1.12  % (20915)------------------------------
% 3.36/1.12  % (20915)------------------------------
% 3.36/1.12  % (20941)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 (2995ds/500Mi)
% 3.36/1.12  % (20940)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 (2996ds/374Mi)
% 3.36/1.14  % (20942)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 (2995ds/488Mi)
% 3.36/1.14  % (20952)dis+1004_1:3_av=off:bs=on:plsq=on:i=3721:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/3721Mi)
% 3.36/1.16  % (20924)Refutation not found, incomplete strategy% (20924)------------------------------
% 3.36/1.16  % (20924)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.36/1.16  % (20924)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.36/1.16  % (20924)Termination reason: Refutation not found, incomplete strategy
% 3.36/1.16  
% 3.36/1.16  % (20924)Memory used [KB]: 1279
% 3.36/1.16  % (20924)Time elapsed: 0.402 s
% 3.36/1.16  % (20924)Instructions burned: 111 (million)
% 3.36/1.16  % (20924)------------------------------
% 3.36/1.16  % (20924)------------------------------
% 3.36/1.17  % (20945)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 (2995ds/360Mi)
% 3.36/1.17  % (20928)Refutation not found, incomplete strategy% (20928)------------------------------
% 3.36/1.17  % (20928)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.36/1.17  % (20928)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.36/1.17  % (20928)Termination reason: Refutation not found, incomplete strategy
% 3.36/1.17  
% 3.36/1.17  % (20928)Memory used [KB]: 1279
% 3.36/1.17  % (20928)Time elapsed: 0.376 s
% 3.36/1.17  % (20928)Instructions burned: 112 (million)
% 3.36/1.17  % (20928)------------------------------
% 3.36/1.17  % (20928)------------------------------
% 5.89/1.18  % (20949)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 (2994ds/256Mi)
% 5.89/1.20  % (20954)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 (2993ds/501Mi)
% 5.89/1.21  % (20947)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 (2995ds/382Mi)
% 6.21/1.22  % (20910)Instruction limit reached!
% 6.21/1.22  % (20910)------------------------------
% 6.21/1.22  % (20910)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.21/1.22  % (20910)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.21/1.22  % (20910)Termination reason: Unknown
% 6.21/1.22  % (20910)Termination phase: Saturation
% 6.21/1.22  
% 6.21/1.22  % (20910)Memory used [KB]: 7675
% 6.21/1.22  % (20910)Time elapsed: 0.523 s
% 6.21/1.22  % (20910)Instructions burned: 149 (million)
% 6.21/1.22  % (20910)------------------------------
% 6.21/1.22  % (20910)------------------------------
% 6.55/1.31  % (20950)dis+10_1:1_sgt=16:sos=on:spb=goal:ss=axioms:i=1006:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/1006Mi)
% 6.55/1.31  % (20930)Instruction limit reached!
% 6.55/1.31  % (20930)------------------------------
% 6.55/1.31  % (20930)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.55/1.31  % (20930)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.55/1.31  % (20930)Termination reason: Unknown
% 6.55/1.31  % (20930)Termination phase: Saturation
% 6.55/1.31  
% 6.55/1.31  % (20930)Memory used [KB]: 6396
% 6.55/1.31  % (20930)Time elapsed: 0.540 s
% 6.55/1.31  % (20930)Instructions burned: 82 (million)
% 6.55/1.31  % (20930)------------------------------
% 6.55/1.31  % (20930)------------------------------
% 7.08/1.35  % (20960)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 (2992ds/2416Mi)
% 7.08/1.37  % (20962)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 (2992ds/1683Mi)
% 7.25/1.38  % (20919)Instruction limit reached!
% 7.25/1.38  % (20919)------------------------------
% 7.25/1.38  % (20919)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.25/1.38  % (20919)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.25/1.38  % (20919)Termination reason: Unknown
% 7.25/1.38  % (20919)Termination phase: Saturation
% 7.25/1.38  
% 7.25/1.38  % (20919)Memory used [KB]: 2302
% 7.25/1.38  % (20919)Time elapsed: 0.670 s
% 7.25/1.38  % (20919)Instructions burned: 223 (million)
% 7.25/1.38  % (20919)------------------------------
% 7.25/1.38  % (20919)------------------------------
% 7.25/1.42  % (20963)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 (2992ds/330Mi)
% 7.25/1.42  % (20925)Instruction limit reached!
% 7.25/1.42  % (20925)------------------------------
% 7.25/1.42  % (20925)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.25/1.42  % (20925)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.25/1.42  % (20925)Termination reason: Unknown
% 7.25/1.42  % (20925)Termination phase: Saturation
% 7.25/1.42  
% 7.25/1.42  % (20925)Memory used [KB]: 1918
% 7.25/1.42  % (20925)Time elapsed: 0.635 s
% 7.25/1.42  % (20925)Instructions burned: 160 (million)
% 7.25/1.42  % (20925)------------------------------
% 7.25/1.42  % (20925)------------------------------
% 7.61/1.43  % (20964)lrs+10_1:1_afp=1:sac=on:sas=z3:tha=off:i=113:si=on:rawr=on:rtra=on_0 on theBenchmark for (2991ds/113Mi)
% 7.72/1.46  % (20932)Instruction limit reached!
% 7.72/1.46  % (20932)------------------------------
% 7.72/1.46  % (20932)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.72/1.46  % (20932)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.72/1.46  % (20932)Termination reason: Unknown
% 7.72/1.46  % (20932)Termination phase: Saturation
% 7.72/1.46  
% 7.72/1.46  % (20932)Memory used [KB]: 8059
% 7.72/1.46  % (20932)Time elapsed: 0.613 s
% 7.72/1.46  % (20932)Instructions burned: 212 (million)
% 7.72/1.46  % (20932)------------------------------
% 7.72/1.46  % (20932)------------------------------
% 7.72/1.47  % (20965)lrs+10_1:1_ep=RS:fsr=off:sos=all:i=3217:si=on:rawr=on:rtra=on_0 on theBenchmark for (2991ds/3217Mi)
% 7.72/1.47  % (20921)Instruction limit reached!
% 7.72/1.47  % (20921)------------------------------
% 7.72/1.47  % (20921)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.72/1.47  % (20921)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.72/1.47  % (20921)Termination reason: Unknown
% 7.72/1.47  % (20921)Termination phase: Saturation
% 7.72/1.47  
% 7.72/1.47  % (20921)Memory used [KB]: 1918
% 7.72/1.47  % (20921)Time elapsed: 0.761 s
% 7.72/1.47  % (20921)Instructions burned: 343 (million)
% 7.72/1.47  % (20921)------------------------------
% 7.72/1.47  % (20921)------------------------------
% 7.72/1.49  % (20965)Refutation not found, incomplete strategy% (20965)------------------------------
% 7.72/1.49  % (20965)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 7.72/1.49  % (20965)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 7.72/1.49  % (20965)Termination reason: Refutation not found, incomplete strategy
% 7.72/1.49  
% 7.72/1.49  % (20965)Memory used [KB]: 5756
% 7.72/1.49  % (20965)Time elapsed: 0.224 s
% 7.72/1.49  % (20965)Instructions burned: 13 (million)
% 7.72/1.49  % (20965)------------------------------
% 7.72/1.49  % (20965)------------------------------
% 8.22/1.53  % (20931)Instruction limit reached!
% 8.22/1.53  % (20931)------------------------------
% 8.22/1.53  % (20931)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.22/1.53  % (20931)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.22/1.53  % (20931)Termination reason: Unknown
% 8.22/1.53  % (20931)Termination phase: Saturation
% 8.22/1.53  
% 8.22/1.53  % (20931)Memory used [KB]: 1918
% 8.22/1.53  % (20931)Time elapsed: 0.747 s
% 8.22/1.53  % (20931)Instructions burned: 146 (million)
% 8.22/1.53  % (20931)------------------------------
% 8.22/1.53  % (20931)------------------------------
% 8.22/1.55  % (20939)Instruction limit reached!
% 8.22/1.55  % (20939)------------------------------
% 8.22/1.55  % (20939)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.22/1.55  % (20939)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.22/1.55  % (20939)Termination reason: Unknown
% 8.22/1.55  % (20939)Termination phase: Saturation
% 8.22/1.55  
% 8.22/1.55  % (20939)Memory used [KB]: 9083
% 8.22/1.55  % (20939)Time elapsed: 0.742 s
% 8.22/1.55  % (20939)Instructions burned: 213 (million)
% 8.22/1.55  % (20939)------------------------------
% 8.22/1.55  % (20939)------------------------------
% 8.22/1.56  % (20934)Instruction limit reached!
% 8.22/1.56  % (20934)------------------------------
% 8.22/1.56  % (20934)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.22/1.56  % (20934)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.22/1.56  % (20934)Termination reason: Unknown
% 8.22/1.56  % (20934)Termination phase: Saturation
% 8.22/1.56  
% 8.22/1.56  % (20934)Memory used [KB]: 8827
% 8.22/1.56  % (20934)Time elapsed: 0.772 s
% 8.22/1.56  % (20934)Instructions burned: 275 (million)
% 8.22/1.56  % (20934)------------------------------
% 8.22/1.56  % (20934)------------------------------
% 8.47/1.62  % (20970)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 (2989ds/2304Mi)
% 8.47/1.64  % (20964)Instruction limit reached!
% 8.47/1.64  % (20964)------------------------------
% 8.47/1.64  % (20964)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.47/1.64  % (20964)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.47/1.64  % (20964)Termination reason: Unknown
% 8.47/1.64  % (20964)Termination phase: Saturation
% 8.47/1.64  
% 8.47/1.64  % (20964)Memory used [KB]: 1407
% 8.47/1.64  % (20964)Time elapsed: 0.066 s
% 8.47/1.64  % (20964)Instructions burned: 114 (million)
% 8.47/1.64  % (20964)------------------------------
% 8.47/1.64  % (20964)------------------------------
% 8.47/1.64  % (20938)Instruction limit reached!
% 8.47/1.64  % (20938)------------------------------
% 8.47/1.64  % (20938)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 8.47/1.64  % (20938)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 8.47/1.64  % (20938)Termination reason: Unknown
% 8.47/1.64  % (20938)Termination phase: Saturation
% 8.47/1.64  
% 8.47/1.64  % (20938)Memory used [KB]: 1918
% 8.47/1.64  % (20938)Time elapsed: 0.846 s
% 8.47/1.64  % (20938)Instructions burned: 295 (million)
% 8.47/1.64  % (20938)------------------------------
% 8.47/1.64  % (20938)------------------------------
% 9.00/1.67  % (20973)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 (2988ds/656Mi)
% 9.14/1.69  % (20968)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 (2990ds/3528Mi)
% 9.14/1.71  % (20972)lrs+10_1:32_newcnf=on:sas=z3:tgt=ground:tha=off:i=238:si=on:rawr=on:rtra=on_0 on theBenchmark for (2989ds/238Mi)
% 9.14/1.74  % (20971)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 (2989ds/3780Mi)
% 9.14/1.75  % (20974)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 (2988ds/485Mi)
% 10.32/1.78  % (20943)Instruction limit reached!
% 10.32/1.78  % (20943)------------------------------
% 10.32/1.78  % (20943)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 10.32/1.78  % (20943)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 10.32/1.78  % (20943)Termination reason: Unknown
% 10.32/1.78  % (20943)Termination phase: Saturation
% 10.32/1.78  
% 10.32/1.78  % (20943)Memory used [KB]: 3198
% 10.32/1.78  % (20943)Time elapsed: 0.957 s
% 10.32/1.78  % (20943)Instructions burned: 231 (million)
% 10.32/1.78  % (20943)------------------------------
% 10.32/1.78  % (20943)------------------------------
% 10.32/1.81  % (20977)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 (2988ds/591Mi)
% 10.32/1.81  % (20976)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 (2988ds/980Mi)
% 10.32/1.83  % (20949)Instruction limit reached!
% 10.32/1.83  % (20949)------------------------------
% 10.32/1.83  % (20949)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 10.32/1.83  % (20949)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 10.32/1.83  % (20949)Termination reason: Unknown
% 10.32/1.83  % (20949)Termination phase: Saturation
% 10.32/1.83  
% 10.32/1.83  % (20949)Memory used [KB]: 3709
% 10.32/1.83  % (20949)Time elapsed: 0.826 s
% 10.32/1.83  % (20949)Instructions burned: 257 (million)
% 10.32/1.83  % (20949)------------------------------
% 10.32/1.83  % (20949)------------------------------
% 10.98/1.89  % (20978)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 (2987ds/638Mi)
% 10.98/1.90  % (20979)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 (2987ds/947Mi)
% 11.31/1.92  % (20975)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 (2988ds/1302Mi)
% 11.51/1.95  % (20956)Instruction limit reached!
% 11.51/1.95  % (20956)------------------------------
% 11.51/1.95  % (20956)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 11.51/1.95  % (20956)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 11.51/1.95  % (20956)Termination reason: Unknown
% 11.51/1.95  % (20956)Termination phase: Saturation
% 11.51/1.95  
% 11.51/1.95  % (20956)Memory used [KB]: 13304
% 11.51/1.95  % (20956)Time elapsed: 0.886 s
% 11.51/1.95  % (20956)Instructions burned: 1706 (million)
% 11.51/1.95  % (20956)------------------------------
% 11.51/1.95  % (20956)------------------------------
% 12.38/2.08  % (20984)lrs+10_1:128_asg=cautious:drc=off:fde=none:gve=force:norm_ineq=on:sas=z3:sos=all:sp=reverse_arity:spb=intro:ss=axioms:to=lpo:uwa=one_side_constant:i=370:si=on:rawr=on:rtra=on_0 on theBenchmark for (2985ds/370Mi)
% 12.81/2.16  % (20963)Instruction limit reached!
% 12.81/2.16  % (20963)------------------------------
% 12.81/2.16  % (20963)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 12.81/2.16  % (20963)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 12.81/2.16  % (20963)Termination reason: Unknown
% 12.81/2.16  % (20963)Termination phase: Saturation
% 12.81/2.16  
% 12.81/2.16  % (20963)Memory used [KB]: 4349
% 12.81/2.16  % (20963)Time elapsed: 0.953 s
% 12.81/2.16  % (20963)Instructions burned: 331 (million)
% 12.81/2.16  % (20963)------------------------------
% 12.81/2.16  % (20963)------------------------------
% 13.00/2.20  % (20954)Instruction limit reached!
% 13.00/2.20  % (20954)------------------------------
% 13.00/2.20  % (20954)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 13.00/2.20  % (20954)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 13.00/2.20  % (20954)Termination reason: Unknown
% 13.00/2.20  % (20954)Termination phase: Saturation
% 13.00/2.20  
% 13.00/2.20  % (20954)Memory used [KB]: 11257
% 13.00/2.20  % (20954)Time elapsed: 1.161 s
% 13.00/2.20  % (20954)Instructions burned: 501 (million)
% 13.00/2.20  % (20954)------------------------------
% 13.00/2.20  % (20954)------------------------------
% 13.30/2.24  % (20982)lrs+10_1:1024_drc=off:fde=none:gve=force:nm=4:norm_ineq=on:sas=z3:sos=all:sp=const_min:spb=non_intro:to=lpo:uwa=one_side_constant:i=691:si=on:rawr=on:rtra=on_0 on theBenchmark for (2985ds/691Mi)
% 13.30/2.25  % (20972)Instruction limit reached!
% 13.30/2.25  % (20972)------------------------------
% 13.30/2.25  % (20972)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 13.30/2.25  % (20972)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 13.30/2.25  % (20972)Termination reason: Unknown
% 13.30/2.25  % (20972)Termination phase: Saturation
% 13.30/2.25  
% 13.30/2.25  % (20972)Memory used [KB]: 2430
% 13.30/2.25  % (20972)Time elapsed: 0.740 s
% 13.30/2.25  % (20972)Instructions burned: 239 (million)
% 13.30/2.25  % (20972)------------------------------
% 13.30/2.25  % (20972)------------------------------
% 13.30/2.25  % (20918)Instruction limit reached!
% 13.30/2.25  % (20918)------------------------------
% 13.30/2.25  % (20918)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 13.30/2.25  % (20918)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 13.30/2.25  % (20918)Termination reason: Unknown
% 13.30/2.25  % (20918)Termination phase: Saturation
% 13.30/2.25  
% 13.30/2.25  % (20918)Memory used [KB]: 6268
% 13.30/2.25  % (20918)Time elapsed: 1.520 s
% 13.30/2.25  % (20918)Instructions burned: 495 (million)
% 13.30/2.25  % (20918)------------------------------
% 13.30/2.25  % (20918)------------------------------
% 13.88/2.29  % (20987)dis+10_1:1_bd=off:fde=unused:gsp=on:ins=1:norm_ineq=on:sas=z3:sos=all:tha=off:i=361:si=on:rawr=on:rtra=on_0 on theBenchmark for (2984ds/361Mi)
% 13.88/2.31  % (20984)Refutation not found, incomplete strategy% (20984)------------------------------
% 13.88/2.31  % (20984)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 13.88/2.31  % (20984)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 13.88/2.31  % (20984)Termination reason: Refutation not found, incomplete strategy
% 13.88/2.31  
% 13.88/2.31  % (20984)Memory used [KB]: 1663
% 13.88/2.31  % (20984)Time elapsed: 0.410 s
% 13.88/2.31  % (20984)Instructions burned: 113 (million)
% 13.88/2.31  % (20984)------------------------------
% 13.88/2.31  % (20984)------------------------------
% 13.88/2.33  % (20917)Instruction limit reached!
% 13.88/2.33  % (20917)------------------------------
% 13.88/2.33  % (20917)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 13.88/2.33  % (20917)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 13.88/2.33  % (20917)Termination reason: Unknown
% 13.88/2.33  % (20917)Termination phase: Saturation
% 13.88/2.33  
% 13.88/2.33  % (20917)Memory used [KB]: 11129
% 13.88/2.33  % (20917)Time elapsed: 1.595 s
% 13.88/2.33  % (20917)Instructions burned: 464 (million)
% 13.88/2.33  % (20917)------------------------------
% 13.88/2.33  % (20917)------------------------------
% 13.88/2.34  % (20926)Instruction limit reached!
% 13.88/2.34  % (20926)------------------------------
% 13.88/2.34  % (20926)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 13.88/2.34  % (20926)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 13.88/2.34  % (20926)Termination reason: Unknown
% 13.88/2.34  % (20926)Termination phase: Saturation
% 13.88/2.34  
% 13.88/2.34  % (20926)Memory used [KB]: 2686
% 13.88/2.34  % (20926)Time elapsed: 1.540 s
% 13.88/2.34  % (20926)Instructions burned: 371 (million)
% 13.88/2.34  % (20926)------------------------------
% 13.88/2.34  % (20926)------------------------------
% 14.85/2.42  % (20989)lrs+1011_1:1_bce=on:drc=off:erd=off:gve=force:ins=2:norm_ineq=on:sac=on:sp=frequency:tha=some:urr=on:i=3058:si=on:rawr=on:rtra=on_0 on theBenchmark for (2981ds/3058Mi)
% 14.85/2.43  % (20992)lrs+1010_5:1_norm_ineq=on:sas=z3:sos=all:ss=axioms:tha=off:i=1198:si=on:rawr=on:rtra=on_0 on theBenchmark for (2981ds/1198Mi)
% 14.85/2.44  % (20950)Instruction limit reached!
% 14.85/2.44  % (20950)------------------------------
% 14.85/2.44  % (20950)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 14.85/2.44  % (20950)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 14.85/2.44  % (20950)Termination reason: Unknown
% 14.85/2.44  % (20950)Termination phase: Saturation
% 14.85/2.44  
% 14.85/2.44  % (20950)Memory used [KB]: 10746
% 14.85/2.44  % (20950)Time elapsed: 1.446 s
% 14.85/2.44  % (20950)Instructions burned: 1007 (million)
% 14.85/2.44  % (20950)------------------------------
% 14.85/2.44  % (20950)------------------------------
% 15.15/2.45  % (20940)Instruction limit reached!
% 15.15/2.45  % (20940)------------------------------
% 15.15/2.45  % (20940)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 15.15/2.45  % (20940)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 15.15/2.45  % (20940)Termination reason: Unknown
% 15.15/2.45  % (20940)Termination phase: Saturation
% 15.15/2.45  
% 15.15/2.45  % (20940)Memory used [KB]: 4733
% 15.15/2.45  % (20940)Time elapsed: 1.586 s
% 15.15/2.45  % (20940)Instructions burned: 375 (million)
% 15.15/2.45  % (20940)------------------------------
% 15.15/2.45  % (20940)------------------------------
% 15.15/2.50  % (20999)dis+1004_1:3_av=off:bs=on:plsq=on:i=4966:si=on:rawr=on:rtra=on_0 on theBenchmark for (2979ds/4966Mi)
% 15.15/2.51  % (20993)lrs+11_1:1_avsq=on:avsql=on:avsqr=1,16:norm_ineq=on:nwc=10.0:plsq=on:sas=z3:tha=off:urr=on:i=2501:si=on:rawr=on:rtra=on_0 on theBenchmark for (2981ds/2501Mi)
% 15.15/2.54  % (20947)Instruction limit reached!
% 15.15/2.54  % (20947)------------------------------
% 15.15/2.54  % (20947)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 15.15/2.54  % (20947)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 15.15/2.54  % (20947)Termination reason: Unknown
% 15.15/2.54  % (20947)Termination phase: Saturation
% 15.15/2.54  
% 15.15/2.54  % (20947)Memory used [KB]: 3070
% 15.15/2.54  % (20947)Time elapsed: 1.575 s
% 15.15/2.54  % (20947)Instructions burned: 383 (million)
% 15.15/2.54  % (20947)------------------------------
% 15.15/2.54  % (20947)------------------------------
% 15.61/2.57  % (20995)dis+1011_1:1_bd=preordered:sd=2:sos=all:ss=axioms:i=217:si=on:rawr=on:rtra=on_0 on theBenchmark for (2980ds/217Mi)
% 15.61/2.58  % (20945)Instruction limit reached!
% 15.61/2.58  % (20945)------------------------------
% 15.61/2.58  % (20945)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 15.61/2.58  % (20945)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 15.61/2.58  % (20945)Termination reason: Unknown
% 15.61/2.58  % (20945)Termination phase: Saturation
% 15.61/2.58  
% 15.61/2.58  % (20945)Memory used [KB]: 3709
% 15.61/2.58  % (20945)Time elapsed: 1.721 s
% 15.61/2.58  % (20945)Instructions burned: 360 (million)
% 15.61/2.58  % (20945)------------------------------
% 15.61/2.58  % (20945)------------------------------
% 15.87/2.60  % (20995)Refutation not found, incomplete strategy% (20995)------------------------------
% 15.87/2.60  % (20995)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 15.87/2.60  % (20995)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 15.87/2.60  % (20995)Termination reason: Refutation not found, incomplete strategy
% 15.87/2.60  
% 15.87/2.60  % (20995)Memory used [KB]: 5756
% 15.87/2.60  % (20995)Time elapsed: 0.224 s
% 15.87/2.60  % (20995)Instructions burned: 12 (million)
% 15.87/2.60  % (20995)------------------------------
% 15.87/2.60  % (20995)------------------------------
% 15.87/2.60  % (20992)Refutation not found, incomplete strategy% (20992)------------------------------
% 15.87/2.60  % (20992)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 15.87/2.60  % (20992)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 15.87/2.60  % (20992)Termination reason: Refutation not found, incomplete strategy
% 15.87/2.60  
% 15.87/2.60  % (20992)Memory used [KB]: 1279
% 15.87/2.60  % (20992)Time elapsed: 0.316 s
% 15.87/2.60  % (20992)Instructions burned: 112 (million)
% 15.87/2.60  % (20992)------------------------------
% 15.87/2.60  % (20992)------------------------------
% 15.87/2.63  % (20982)Refutation not found, incomplete strategy% (20982)------------------------------
% 15.87/2.63  % (20982)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 15.87/2.63  % (20982)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 15.87/2.63  % (20982)Termination reason: Refutation not found, incomplete strategy
% 15.87/2.63  
% 15.87/2.63  % (20982)Memory used [KB]: 1918
% 15.87/2.63  % (20982)Time elapsed: 0.727 s
% 15.87/2.63  % (20982)Instructions burned: 115 (million)
% 15.87/2.63  % (20982)------------------------------
% 15.87/2.63  % (20982)------------------------------
% 15.87/2.63  % (20996)ott+11_1:1_aac=none:amm=off:bd=off:fsr=off:sas=z3:sos=all:sp=const_frequency:tha=off:i=1168:si=on:rawr=on:rtra=on_0 on theBenchmark for (2980ds/1168Mi)
% 16.29/2.66  % (20997)dis+10_1:1_sgt=16:sos=on:spb=goal:ss=axioms:i=1006:si=on:rawr=on:rtra=on_0 on theBenchmark for (2980ds/1006Mi)
% 16.29/2.67  % (20994)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 (2981ds/256Mi)
% 16.70/2.80  % (21005)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 (2977ds/947Mi)
% 17.11/2.84  % (21000)ott+10_18762:894869_awrs=decay:awrsf=8:bsd=on:drc=off:fsr=off:irw=on:newcnf=on:slsq=on:slsqc=1:slsqr=76,61:i=4835:si=on:rawr=on:rtra=on_0 on theBenchmark for (2979ds/4835Mi)
% 17.11/2.84  % (20923)Instruction limit reached!
% 17.11/2.84  % (20923)------------------------------
% 17.11/2.84  % (20923)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 17.11/2.84  % (20923)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 17.11/2.84  % (20923)Termination reason: Unknown
% 17.11/2.84  % (20923)Termination phase: Saturation
% 17.11/2.84  
% 17.11/2.84  % (20923)Memory used [KB]: 6652
% 17.11/2.84  % (20923)Time elapsed: 2.096 s
% 17.11/2.84  % (20923)Instructions burned: 488 (million)
% 17.11/2.84  % (20923)------------------------------
% 17.11/2.84  % (20923)------------------------------
% 17.11/2.85  % (20942)Instruction limit reached!
% 17.11/2.85  % (20942)------------------------------
% 17.11/2.85  % (20942)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 17.11/2.85  % (20942)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 17.11/2.85  % (20942)Termination reason: Unknown
% 17.11/2.85  % (20942)Termination phase: Saturation
% 17.11/2.85  
% 17.11/2.85  % (20942)Memory used [KB]: 6652
% 17.11/2.85  % (20942)Time elapsed: 1.989 s
% 17.11/2.85  % (20942)Instructions burned: 488 (million)
% 17.11/2.85  % (20942)------------------------------
% 17.11/2.85  % (20942)------------------------------
% 17.11/2.85  % (21004)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=3843:si=on:rawr=on:rtra=on_0 on theBenchmark for (2977ds/3843Mi)
% 17.11/2.86  % (20973)Instruction limit reached!
% 17.11/2.86  % (20973)------------------------------
% 17.11/2.86  % (20973)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 17.11/2.86  % (20973)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 17.11/2.86  % (20973)Termination reason: Unknown
% 17.11/2.86  % (20973)Termination phase: Saturation
% 17.11/2.86  
% 17.11/2.86  % (20973)Memory used [KB]: 7291
% 17.11/2.86  % (20973)Time elapsed: 1.319 s
% 17.11/2.86  % (20973)Instructions burned: 657 (million)
% 17.11/2.86  % (20973)------------------------------
% 17.11/2.86  % (20973)------------------------------
% 17.11/2.90  % (21002)ott+0_1:128_afr=on:amm=sco:anc=none:awrs=converge:awrsf=110:bsd=on:cond=fast:etr=on:fde=unused:flr=on:fsd=on:gve=force:irw=on:norm_ineq=on:sas=z3:sos=all:spb=units:tha=off:thi=strong:to=lpo:uwa=one_side_interpreted:i=3932:si=on:rawr=on:rtra=on_0 on theBenchmark for (2978ds/3932Mi)
% 18.66/2.92  % (20974)Instruction limit reached!
% 18.66/2.92  % (20974)------------------------------
% 18.66/2.92  % (20974)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 18.66/2.92  % (20974)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 18.66/2.92  % (20974)Termination reason: Unknown
% 18.66/2.92  % (20974)Termination phase: Saturation
% 18.66/2.92  
% 18.66/2.92  % (20974)Memory used [KB]: 4349
% 18.66/2.92  % (20974)Time elapsed: 1.367 s
% 18.66/2.92  % (20974)Instructions burned: 485 (million)
% 18.66/2.92  % (20974)------------------------------
% 18.66/2.92  % (20974)------------------------------
% 18.66/2.96  % (21003)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=1742:si=on:rawr=on:rtra=on_0 on theBenchmark for (2977ds/1742Mi)
% 19.13/2.98  % (20941)Instruction limit reached!
% 19.13/2.98  % (20941)------------------------------
% 19.13/2.98  % (20941)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 19.13/2.98  % (20941)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 19.13/2.98  % (20941)Termination reason: Unknown
% 19.13/2.98  % (20941)Termination phase: Saturation
% 19.13/2.98  
% 19.13/2.98  % (20941)Memory used [KB]: 11641
% 19.13/2.98  % (20941)Time elapsed: 0.371 s
% 19.13/2.98  % (20941)Instructions burned: 501 (million)
% 19.13/2.98  % (20941)------------------------------
% 19.13/2.98  % (20941)------------------------------
% 19.13/2.99  % (21006)dis+10_1:14_awrs=converge:sp=unary_first:tgt=ground:i=3622:si=on:rawr=on:rtra=on_0 on theBenchmark for (2977ds/3622Mi)
% 19.48/3.09  % (21010)lrs+11_1:1_avsq=on:avsql=on:avsqr=1,16:norm_ineq=on:nwc=10.0:plsq=on:sas=z3:tha=off:urr=on:i=2661:si=on:rawr=on:rtra=on_0 on theBenchmark for (2975ds/2661Mi)
% 20.13/3.18  % (21011)ott+11_2:1_add=large:afp=4000:newcnf=on:sd=1:sos=on:sp=const_min:ss=axioms:i=1324:si=on:rawr=on:rtra=on_0 on theBenchmark for (2974ds/1324Mi)
% 20.65/3.21  % (21011)Refutation not found, incomplete strategy% (21011)------------------------------
% 20.65/3.21  % (21011)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 20.65/3.21  % (21011)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 20.65/3.21  % (21011)Termination reason: Refutation not found, incomplete strategy
% 20.65/3.21  
% 20.65/3.21  % (21011)Memory used [KB]: 5756
% 20.65/3.21  % (21011)Time elapsed: 0.227 s
% 20.65/3.21  % (21011)Instructions burned: 11 (million)
% 20.65/3.21  % (21011)------------------------------
% 20.65/3.21  % (21011)------------------------------
% 20.65/3.21  % (21008)lrs+11_9:8_amm=off:bsd=on:etr=on:fsd=on:fsr=off:lma=on:newcnf=on:nm=0:nwc=3.0:s2a=on:s2agt=10:sas=z3:tha=some:i=4725:si=on:rawr=on:rtra=on_0 on theBenchmark for (2975ds/4725Mi)
% 20.65/3.22  % (20977)Instruction limit reached!
% 20.65/3.22  % (20977)------------------------------
% 20.65/3.22  % (20977)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 20.65/3.22  % (20977)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 20.65/3.22  % (20977)Termination reason: Unknown
% 20.65/3.22  % (20977)Termination phase: Saturation
% 20.65/3.22  
% 20.65/3.22  % (20977)Memory used [KB]: 10746
% 20.65/3.22  % (20977)Time elapsed: 0.409 s
% 20.65/3.22  % (20977)Instructions burned: 592 (million)
% 20.65/3.22  % (20977)------------------------------
% 20.65/3.22  % (20977)------------------------------
% 20.65/3.26  % (21009)dis+31_1:1_lcm=reverse:norm_ineq=on:nwc=10.0:sas=z3:tha=off:urr=on:i=1518:si=on:rawr=on:rtra=on_0 on theBenchmark for (2975ds/1518Mi)
% 21.62/3.34  % (20987)Instruction limit reached!
% 21.62/3.34  % (20987)------------------------------
% 21.62/3.34  % (20987)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 21.62/3.34  % (20987)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 21.62/3.34  % (20987)Termination reason: Unknown
% 21.62/3.34  % (20987)Termination phase: Saturation
% 21.62/3.34  
% 21.62/3.34  % (20987)Memory used [KB]: 2686
% 21.62/3.34  % (20987)Time elapsed: 1.298 s
% 21.62/3.34  % (20987)Instructions burned: 361 (million)
% 21.62/3.34  % (20987)------------------------------
% 21.62/3.34  % (20987)------------------------------
% 21.62/3.39  % (20978)Instruction limit reached!
% 21.62/3.39  % (20978)------------------------------
% 21.62/3.39  % (20978)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 21.62/3.39  % (20978)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 21.62/3.39  % (20978)Termination reason: Unknown
% 21.62/3.39  % (20978)Termination phase: Saturation
% 21.62/3.39  
% 21.62/3.39  % (20978)Memory used [KB]: 7036
% 21.62/3.39  % (20978)Time elapsed: 1.706 s
% 21.62/3.39  % (20978)Instructions burned: 638 (million)
% 21.62/3.39  % (20978)------------------------------
% 21.62/3.39  % (20978)------------------------------
% 21.62/3.41  % (21013)ott+11_1:1_aac=none:amm=off:bd=off:fsr=off:sas=z3:sos=all:sp=const_frequency:tha=off:i=1168:si=on:rawr=on:rtra=on_0 on theBenchmark for (2973ds/1168Mi)
% 22.49/3.47  % (21015)dis+1004_1:3_av=off:bs=on:plsq=on:i=11321:si=on:rawr=on:rtra=on_0 on theBenchmark for (2971ds/11321Mi)
% 22.49/3.48  % (21016)lrs+10_1:1_av=off:sd=10:sos=all:ss=axioms:st=4.0:i=12082:si=on:rawr=on:rtra=on_0 on theBenchmark for (2971ds/12082Mi)
% 23.74/3.67  % (21021)lrs+1002_1:1_nm=0:sd=1:ss=axioms:urr=ec_only:i=7145:si=on:rawr=on:rtra=on_0 on theBenchmark for (2969ds/7145Mi)
% 23.74/3.67  % (20994)Instruction limit reached!
% 23.74/3.67  % (20994)------------------------------
% 23.74/3.67  % (20994)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 23.74/3.67  % (20994)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 23.74/3.67  % (20994)Termination reason: Unknown
% 23.74/3.67  % (20994)Termination phase: Saturation
% 23.74/3.67  
% 23.74/3.67  % (20994)Memory used [KB]: 3837
% 23.74/3.67  % (20994)Time elapsed: 1.307 s
% 23.74/3.67  % (20994)Instructions burned: 256 (million)
% 23.74/3.67  % (20994)------------------------------
% 23.74/3.67  % (20994)------------------------------
% 25.13/3.80  % (21020)lrs+10_3:1_abs=on:ep=RST:newcnf=on:nm=2:sas=z3:sd=1:sos=all:ss=included:to=lpo:i=31695:si=on:rawr=on:rtra=on_0 on theBenchmark for (2970ds/31695Mi)
% 25.35/3.89  % (20979)First to succeed.
% 25.94/3.93  % (20976)Instruction limit reached!
% 25.94/3.93  % (20976)------------------------------
% 25.94/3.93  % (20976)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 25.94/3.93  % (20976)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 25.94/3.93  % (20976)Termination reason: Unknown
% 25.94/3.93  % (20976)Termination phase: Saturation
% 25.94/3.93  
% 25.94/3.93  % (20976)Memory used [KB]: 12153
% 25.94/3.93  % (20976)Time elapsed: 2.339 s
% 25.94/3.93  % (20976)Instructions burned: 981 (million)
% 25.94/3.93  % (20976)------------------------------
% 25.94/3.93  % (20976)------------------------------
% 25.94/3.95  % (20979)Refutation found. Thanks to Tanya!
% 25.94/3.95  % SZS status Theorem for theBenchmark
% 25.94/3.95  % SZS output start Proof for theBenchmark
% See solution above
% 25.94/3.96  % (20979)------------------------------
% 25.94/3.96  % (20979)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 25.94/3.96  % (20979)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 25.94/3.96  % (20979)Termination reason: Refutation
% 25.94/3.96  
% 25.94/3.96  % (20979)Memory used [KB]: 12537
% 25.94/3.96  % (20979)Time elapsed: 2.163 s
% 25.94/3.96  % (20979)Instructions burned: 783 (million)
% 25.94/3.96  % (20979)------------------------------
% 25.94/3.96  % (20979)------------------------------
% 25.94/3.96  % (20866)Success in time 3.582 s
%------------------------------------------------------------------------------