TSTP Solution File: SWW597_2 by Vampire---4.9

View Problem - Process Solution

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

% Computer : n026.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Mon Jun 24 18:35:00 EDT 2024

% Result   : Theorem 3.91s 0.97s
% Output   : Refutation 3.91s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   40
% Syntax   : Number of formulae    :  158 (  53 unt;   0 typ;   0 def)
%            Number of atoms       :  500 (  95 equ)
%            Maximal formula atoms :   32 (   3 avg)
%            Number of connectives :  500 ( 158   ~;  98   |; 176   &)
%                                         (  34 <=>;  34  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   23 (   4 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number arithmetic     :  553 ( 183 atm; 101 fun; 154 num; 115 var)
%            Number of types       :    9 (   7 usr;   1 ari)
%            Number of type conns  :    0 (   0   >;   0   *;   0   +;   0  <<)
%            Number of predicates  :   43 (  39 usr;  28 prp; 0-7 aty)
%            Number of functors    :   56 (  52 usr;  21 con; 0-7 aty)
%            Number of variables   :  219 ( 176   !;  43   ?; 219   :)

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

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

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

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

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

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

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

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

tff(func_def_1,type,
    int: ty ).

tff(func_def_2,type,
    real: ty ).

tff(func_def_3,type,
    bool1: ty ).

tff(func_def_4,type,
    true: bool ).

tff(func_def_5,type,
    false: bool ).

tff(func_def_6,type,
    match_bool: ( ty * bool * uni * uni ) > uni ).

tff(func_def_7,type,
    tuple01: ty ).

tff(func_def_8,type,
    tuple02: tuple0 ).

tff(func_def_9,type,
    qtmark: ty ).

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

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

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

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

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

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

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

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

tff(func_def_20,type,
    mk_array: ( ty * $int * uni ) > uni ).

tff(func_def_21,type,
    length: ( ty * uni ) > $int ).

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

tff(func_def_23,type,
    get1: ( ty * uni * $int ) > uni ).

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

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

tff(func_def_26,type,
    set1: ( ty * uni * $int * uni ) > uni ).

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

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

tff(func_def_32,type,
    color1: ty ).

tff(func_def_33,type,
    blue: color ).

tff(func_def_34,type,
    white: color ).

tff(func_def_35,type,
    red: color ).

tff(func_def_36,type,
    match_color: ( ty * color * uni * uni * uni ) > uni ).

tff(func_def_37,type,
    t2tb1: array_color > uni ).

tff(func_def_38,type,
    tb2t1: uni > array_color ).

tff(func_def_39,type,
    t2tb2: color > uni ).

tff(func_def_40,type,
    tb2t2: uni > color ).

tff(func_def_41,type,
    t2tb3: map_int_color > uni ).

tff(func_def_42,type,
    tb2t3: uni > map_int_color ).

tff(func_def_44,type,
    sK1: ( uni * ty * $int * uni * $int ) > $int ).

tff(func_def_45,type,
    sK2: $int ).

tff(func_def_46,type,
    sK3: map_int_color ).

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

tff(func_def_48,type,
    sK5: $int ).

tff(func_def_49,type,
    sK6: $int ).

tff(func_def_50,type,
    sK7: map_int_color ).

tff(func_def_51,type,
    sK8: $int ).

tff(func_def_52,type,
    sK9: ( $int * uni * ty * uni * $int ) > uni ).

tff(func_def_53,type,
    sK10: ( ty * $int * $int * uni * uni ) > $int ).

tff(func_def_54,type,
    sK11: ( $int * array_color * color * $int ) > $int ).

tff(func_def_55,type,
    sK12: ( ty * uni * uni * $int * $int * $int ) > $int ).

tff(func_def_56,type,
    sK13: ( uni * $int * ty * uni * $int ) > $int ).

tff(func_def_57,type,
    sK14: ( $int * $int * $int * $int * uni * ty * uni ) > $int ).

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

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

tff(pred_def_5,type,
    exchange1: ( ty * uni * uni * $int * $int ) > $o ).

tff(pred_def_6,type,
    permut: ( ty * uni * uni * $int * $int ) > $o ).

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

tff(pred_def_8,type,
    array_eq_sub: ( ty * uni * uni * $int * $int ) > $o ).

tff(pred_def_9,type,
    array_eq: ( ty * uni * uni ) > $o ).

tff(pred_def_10,type,
    permut1: ( ty * uni * uni * $int * $int ) > $o ).

tff(pred_def_11,type,
    permut_sub: ( ty * uni * uni * $int * $int ) > $o ).

tff(pred_def_12,type,
    permut_all: ( ty * uni * uni ) > $o ).

tff(pred_def_13,type,
    monochrome: ( array_color * $int * $int * color ) > $o ).

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

tff(f770,plain,
    $false,
    inference(avatar_smt_refutation,[],[f369,f374,f379,f384,f389,f394,f399,f404,f409,f414,f419,f424,f429,f434,f439,f445,f483,f488,f493,f518,f620,f626,f647,f653,f767]) ).

tff(f767,plain,
    ( spl15_26
    | spl15_27
    | ~ spl15_15
    | spl15_17 ),
    inference(avatar_split_clause,[],[f756,f480,f436,f764,f760]) ).

tff(f760,plain,
    ( spl15_26
  <=> $less(0,$sum(sK5,$uminus(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_26])]) ).

tff(f764,plain,
    ( spl15_27
  <=> $less(0,$sum($sum(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5),1),$uminus(sK6))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_27])]) ).

tff(f436,plain,
    ( spl15_15
  <=> monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK5,sK6,white) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_15])]) ).

tff(f480,plain,
    ( spl15_17
  <=> ( white = tb2t2(get(color1,int,elts(color1,mk_array(color1,sK2,t2tb3(sK7))),t2tb(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_17])]) ).

tff(f756,plain,
    ( $less(0,$sum($sum(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5),1),$uminus(sK6)))
    | $less(0,$sum(sK5,$uminus(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5))))
    | ~ spl15_15
    | spl15_17 ),
    inference(trivial_inequality_removal,[],[f753]) ).

tff(f753,plain,
    ( $less(0,$sum($sum(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5),1),$uminus(sK6)))
    | ( white != white )
    | $less(0,$sum(sK5,$uminus(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5))))
    | ~ spl15_15
    | spl15_17 ),
    inference(superposition,[],[f482,f509]) ).

tff(f509,plain,
    ( ! [X0: $int] :
        ( ( white = tb2t2(get(color1,int,elts(color1,mk_array(color1,sK2,t2tb3(sK7))),t2tb(X0))) )
        | $less(0,$sum(sK5,$uminus(X0)))
        | $less(0,$sum($sum(X0,1),$uminus(sK6))) )
    | ~ spl15_15 ),
    inference(forward_demodulation,[],[f507,f275]) ).

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

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

tff(f67,axiom,
    ! [X15: uni] : ( t2tb1(tb2t1(X15)) = X15 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unknown) ).

tff(f507,plain,
    ( ! [X0: $int] :
        ( ( white = tb2t2(get(color1,int,elts(color1,t2tb1(tb2t1(mk_array(color1,sK2,t2tb3(sK7))))),t2tb(X0))) )
        | $less(0,$sum($sum(X0,1),$uminus(sK6)))
        | $less(0,$sum(sK5,$uminus(X0))) )
    | ~ spl15_15 ),
    inference(resolution,[],[f438,f349]) ).

tff(f349,plain,
    ! [X2: color,X3: $int,X0: $int,X1: array_color,X5: $int] :
      ( $less(0,$sum(X3,$uminus(X5)))
      | $less(0,$sum($sum(X5,1),$uminus(X0)))
      | ~ monochrome(X1,X3,X0,X2)
      | ( tb2t2(get(color1,int,elts(color1,t2tb1(X1)),t2tb(X5))) = X2 ) ),
    inference(evaluation,[],[f319]) ).

tff(f319,plain,
    ! [X2: color,X3: $int,X0: $int,X1: array_color,X5: $int] :
      ( $less(X5,X3)
      | ~ $less(X5,X0)
      | ~ monochrome(X1,X3,X0,X2)
      | ( tb2t2(get(color1,int,elts(color1,t2tb1(X1)),t2tb(X5))) = X2 ) ),
    inference(definition_unfolding,[],[f271,f312]) ).

tff(f312,plain,
    ! [X2: $int,X0: ty,X1: uni] : ( get1(X0,X1,X2) = get(X0,int,elts(X0,X1),t2tb(X2)) ),
    inference(cnf_transformation,[],[f229]) ).

tff(f229,plain,
    ! [X0: ty,X1: uni,X2: $int] : ( get1(X0,X1,X2) = get(X0,int,elts(X0,X1),t2tb(X2)) ),
    inference(rectify,[],[f117]) ).

tff(f117,plain,
    ! [X2: ty,X0: uni,X1: $int] : ( get1(X2,X0,X1) = get(X2,int,elts(X2,X0),t2tb(X1)) ),
    inference(rectify,[],[f28]) ).

tff(f28,axiom,
    ! [X10: uni,X14: $int,X0: ty] : ( get1(X0,X10,X14) = get(X0,int,elts(X0,X10),t2tb(X14)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unknown) ).

tff(f271,plain,
    ! [X2: color,X3: $int,X0: $int,X1: array_color,X5: $int] :
      ( ~ $less(X5,X0)
      | ( tb2t2(get1(color1,t2tb1(X1),X5)) = X2 )
      | $less(X5,X3)
      | ~ monochrome(X1,X3,X0,X2) ),
    inference(cnf_transformation,[],[f204]) ).

tff(f204,plain,
    ! [X0: $int,X1: array_color,X2: color,X3: $int] :
      ( ( monochrome(X1,X3,X0,X2)
        | ( $less(sK11(X0,X1,X2,X3),X0)
          & ( tb2t2(get1(color1,t2tb1(X1),sK11(X0,X1,X2,X3))) != X2 )
          & ~ $less(sK11(X0,X1,X2,X3),X3) ) )
      & ( ! [X5: $int] :
            ( ~ $less(X5,X0)
            | ( tb2t2(get1(color1,t2tb1(X1),X5)) = X2 )
            | $less(X5,X3) )
        | ~ monochrome(X1,X3,X0,X2) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK11])],[f202,f203]) ).

tff(f203,plain,
    ! [X0: $int,X1: array_color,X2: color,X3: $int] :
      ( ? [X4: $int] :
          ( $less(X4,X0)
          & ( tb2t2(get1(color1,t2tb1(X1),X4)) != X2 )
          & ~ $less(X4,X3) )
     => ( $less(sK11(X0,X1,X2,X3),X0)
        & ( tb2t2(get1(color1,t2tb1(X1),sK11(X0,X1,X2,X3))) != X2 )
        & ~ $less(sK11(X0,X1,X2,X3),X3) ) ),
    introduced(choice_axiom,[]) ).

tff(f202,plain,
    ! [X0: $int,X1: array_color,X2: color,X3: $int] :
      ( ( monochrome(X1,X3,X0,X2)
        | ? [X4: $int] :
            ( $less(X4,X0)
            & ( tb2t2(get1(color1,t2tb1(X1),X4)) != X2 )
            & ~ $less(X4,X3) ) )
      & ( ! [X5: $int] :
            ( ~ $less(X5,X0)
            | ( tb2t2(get1(color1,t2tb1(X1),X5)) = X2 )
            | $less(X5,X3) )
        | ~ monochrome(X1,X3,X0,X2) ) ),
    inference(rectify,[],[f201]) ).

tff(f201,plain,
    ! [X3: $int,X2: array_color,X1: color,X0: $int] :
      ( ( monochrome(X2,X0,X3,X1)
        | ? [X4: $int] :
            ( $less(X4,X3)
            & ( tb2t2(get1(color1,t2tb1(X2),X4)) != X1 )
            & ~ $less(X4,X0) ) )
      & ( ! [X4: $int] :
            ( ~ $less(X4,X3)
            | ( tb2t2(get1(color1,t2tb1(X2),X4)) = X1 )
            | $less(X4,X0) )
        | ~ monochrome(X2,X0,X3,X1) ) ),
    inference(nnf_transformation,[],[f163]) ).

tff(f163,plain,
    ! [X3: $int,X2: array_color,X1: color,X0: $int] :
      ( monochrome(X2,X0,X3,X1)
    <=> ! [X4: $int] :
          ( ~ $less(X4,X3)
          | ( tb2t2(get1(color1,t2tb1(X2),X4)) = X1 )
          | $less(X4,X0) ) ),
    inference(flattening,[],[f162]) ).

tff(f162,plain,
    ! [X3: $int,X1: color,X0: $int,X2: array_color] :
      ( ! [X4: $int] :
          ( ( tb2t2(get1(color1,t2tb1(X2),X4)) = X1 )
          | ~ $less(X4,X3)
          | $less(X4,X0) )
    <=> monochrome(X2,X0,X3,X1) ),
    inference(ennf_transformation,[],[f100]) ).

tff(f100,plain,
    ! [X3: $int,X1: color,X0: $int,X2: array_color] :
      ( ! [X4: $int] :
          ( ( $less(X4,X3)
            & ~ $less(X4,X0) )
         => ( tb2t2(get1(color1,t2tb1(X2),X4)) = X1 ) )
    <=> monochrome(X2,X0,X3,X1) ),
    inference(rectify,[],[f92]) ).

tff(f92,plain,
    ! [X14: $int,X29: color,X0: array_color,X15: $int] :
      ( ! [X19: $int] :
          ( ( $less(X19,X15)
            & ~ $less(X19,X14) )
         => ( tb2t2(get1(color1,t2tb1(X0),X19)) = X29 ) )
    <=> monochrome(X0,X14,X15,X29) ),
    inference(theory_normalization,[],[f71]) ).

tff(f71,axiom,
    ! [X14: $int,X29: color,X0: array_color,X15: $int] :
      ( ! [X19: $int] :
          ( ( $less(X19,X15)
            & $lesseq(X14,X19) )
         => ( tb2t2(get1(color1,t2tb1(X0),X19)) = X29 ) )
    <=> monochrome(X0,X14,X15,X29) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unknown) ).

tff(f438,plain,
    ( monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK5,sK6,white)
    | ~ spl15_15 ),
    inference(avatar_component_clause,[],[f436]) ).

tff(f482,plain,
    ( ( white != tb2t2(get(color1,int,elts(color1,mk_array(color1,sK2,t2tb3(sK7))),t2tb(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) )
    | spl15_17 ),
    inference(avatar_component_clause,[],[f480]) ).

tff(f653,plain,
    ( ~ spl15_25
    | spl15_17 ),
    inference(avatar_split_clause,[],[f648,f480,f650]) ).

tff(f650,plain,
    ( spl15_25
  <=> ( white = tb2t2(get(color1,int,t2tb3(sK7),t2tb(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_25])]) ).

tff(f648,plain,
    ( ( white != tb2t2(get(color1,int,t2tb3(sK7),t2tb(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) )
    | spl15_17 ),
    inference(subsumption_resolution,[],[f627,f282]) ).

tff(f282,plain,
    ! [X0: map_int_color] : sort(map(int,color1),t2tb3(X0)),
    inference(cnf_transformation,[],[f111]) ).

tff(f111,plain,
    ! [X0: map_int_color] : sort(map(int,color1),t2tb3(X0)),
    inference(rectify,[],[f72]) ).

tff(f72,axiom,
    ! [X1: map_int_color] : sort(map(int,color1),t2tb3(X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unknown) ).

tff(f627,plain,
    ( ~ sort(map(int,color1),t2tb3(sK7))
    | ( white != tb2t2(get(color1,int,t2tb3(sK7),t2tb(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) )
    | spl15_17 ),
    inference(superposition,[],[f482,f259]) ).

tff(f259,plain,
    ! [X2: uni,X0: $int,X1: ty] :
      ( ~ sort(map(int,X1),X2)
      | ( elts(X1,mk_array(X1,X0,X2)) = X2 ) ),
    inference(cnf_transformation,[],[f192]) ).

tff(f192,plain,
    ! [X0: $int,X1: ty,X2: uni] :
      ( ( elts(X1,mk_array(X1,X0,X2)) = X2 )
      | ~ sort(map(int,X1),X2) ),
    inference(rectify,[],[f171]) ).

tff(f171,plain,
    ! [X1: $int,X0: ty,X2: uni] :
      ( ( elts(X0,mk_array(X0,X1,X2)) = X2 )
      | ~ sort(map(int,X0),X2) ),
    inference(ennf_transformation,[],[f126]) ).

tff(f126,plain,
    ! [X1: $int,X2: uni,X0: ty] :
      ( sort(map(int,X0),X2)
     => ( elts(X0,mk_array(X0,X1,X2)) = X2 ) ),
    inference(rectify,[],[f22]) ).

tff(f22,axiom,
    ! [X0: ty,X6: $int,X13: uni] :
      ( sort(map(int,X0),X13)
     => ( elts(X0,mk_array(X0,X6,X13)) = X13 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unknown) ).

tff(f647,plain,
    ( spl15_23
    | spl15_24
    | spl15_17 ),
    inference(avatar_split_clause,[],[f638,f480,f644,f640]) ).

tff(f640,plain,
    ( spl15_23
  <=> ( red = tb2t2(get(color1,int,elts(color1,mk_array(color1,sK2,t2tb3(sK7))),t2tb(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_23])]) ).

tff(f644,plain,
    ( spl15_24
  <=> ( blue = tb2t2(get(color1,int,elts(color1,mk_array(color1,sK2,t2tb3(sK7))),t2tb(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_24])]) ).

tff(f638,plain,
    ( ( red = tb2t2(get(color1,int,elts(color1,mk_array(color1,sK2,t2tb3(sK7))),t2tb(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) )
    | ( blue = tb2t2(get(color1,int,elts(color1,mk_array(color1,sK2,t2tb3(sK7))),t2tb(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) )
    | spl15_17 ),
    inference(trivial_inequality_removal,[],[f636]) ).

tff(f636,plain,
    ( ( white != white )
    | ( red = tb2t2(get(color1,int,elts(color1,mk_array(color1,sK2,t2tb3(sK7))),t2tb(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) )
    | ( blue = tb2t2(get(color1,int,elts(color1,mk_array(color1,sK2,t2tb3(sK7))),t2tb(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) )
    | spl15_17 ),
    inference(superposition,[],[f482,f304]) ).

tff(f304,plain,
    ! [X0: color] :
      ( ( blue = X0 )
      | ( white = X0 )
      | ( red = X0 ) ),
    inference(cnf_transformation,[],[f108]) ).

tff(f108,plain,
    ! [X0: color] :
      ( ( white = X0 )
      | ( red = X0 )
      | ( blue = X0 ) ),
    inference(rectify,[],[f64]) ).

tff(f64,axiom,
    ! [X6: color] :
      ( ( red = X6 )
      | ( white = X6 )
      | ( blue = X6 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unknown) ).

tff(f626,plain,
    ( spl15_22
    | ~ spl15_20 ),
    inference(avatar_split_clause,[],[f621,f515,f623]) ).

tff(f623,plain,
    ( spl15_22
  <=> permut(color1,t2tb3(sK3),elts(color1,mk_array(color1,sK2,t2tb3(sK7))),0,sK2) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_22])]) ).

tff(f515,plain,
    ( spl15_20
  <=> permut(color1,elts(color1,mk_array(color1,sK2,t2tb3(sK3))),elts(color1,mk_array(color1,sK2,t2tb3(sK7))),0,sK2) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_20])]) ).

tff(f621,plain,
    ( permut(color1,t2tb3(sK3),elts(color1,mk_array(color1,sK2,t2tb3(sK7))),0,sK2)
    | ~ spl15_20 ),
    inference(subsumption_resolution,[],[f610,f282]) ).

tff(f610,plain,
    ( ~ sort(map(int,color1),t2tb3(sK3))
    | permut(color1,t2tb3(sK3),elts(color1,mk_array(color1,sK2,t2tb3(sK7))),0,sK2)
    | ~ spl15_20 ),
    inference(superposition,[],[f517,f259]) ).

tff(f517,plain,
    ( permut(color1,elts(color1,mk_array(color1,sK2,t2tb3(sK3))),elts(color1,mk_array(color1,sK2,t2tb3(sK7))),0,sK2)
    | ~ spl15_20 ),
    inference(avatar_component_clause,[],[f515]) ).

tff(f620,plain,
    ( spl15_21
    | ~ spl15_20 ),
    inference(avatar_split_clause,[],[f615,f515,f617]) ).

tff(f617,plain,
    ( spl15_21
  <=> permut(color1,elts(color1,mk_array(color1,sK2,t2tb3(sK3))),t2tb3(sK7),0,sK2) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_21])]) ).

tff(f615,plain,
    ( permut(color1,elts(color1,mk_array(color1,sK2,t2tb3(sK3))),t2tb3(sK7),0,sK2)
    | ~ spl15_20 ),
    inference(subsumption_resolution,[],[f611,f282]) ).

tff(f611,plain,
    ( ~ sort(map(int,color1),t2tb3(sK7))
    | permut(color1,elts(color1,mk_array(color1,sK2,t2tb3(sK3))),t2tb3(sK7),0,sK2)
    | ~ spl15_20 ),
    inference(superposition,[],[f517,f259]) ).

tff(f518,plain,
    ( spl15_20
    | ~ spl15_11 ),
    inference(avatar_split_clause,[],[f513,f416,f515]) ).

tff(f416,plain,
    ( spl15_11
  <=> permut_all(color1,mk_array(color1,sK2,t2tb3(sK3)),mk_array(color1,sK2,t2tb3(sK7))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_11])]) ).

tff(f513,plain,
    ( permut(color1,elts(color1,mk_array(color1,sK2,t2tb3(sK3))),elts(color1,mk_array(color1,sK2,t2tb3(sK7))),0,sK2)
    | ~ spl15_11 ),
    inference(forward_demodulation,[],[f511,f263]) ).

tff(f263,plain,
    ! [X2: ty,X0: uni,X1: $int] : ( length(X2,mk_array(X2,X1,X0)) = X1 ),
    inference(cnf_transformation,[],[f196]) ).

tff(f196,plain,
    ! [X0: uni,X1: $int,X2: ty] : ( length(X2,mk_array(X2,X1,X0)) = X1 ),
    inference(rectify,[],[f102]) ).

tff(f102,plain,
    ! [X2: uni,X1: $int,X0: ty] : ( length(X0,mk_array(X0,X1,X2)) = X1 ),
    inference(rectify,[],[f20]) ).

tff(f20,axiom,
    ! [X0: ty,X6: $int,X13: uni] : ( length(X0,mk_array(X0,X6,X13)) = X6 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unknown) ).

tff(f511,plain,
    ( permut(color1,elts(color1,mk_array(color1,sK2,t2tb3(sK3))),elts(color1,mk_array(color1,sK2,t2tb3(sK7))),0,length(color1,mk_array(color1,sK2,t2tb3(sK3))))
    | ~ spl15_11 ),
    inference(resolution,[],[f418,f268]) ).

tff(f268,plain,
    ! [X2: uni,X0: uni,X1: ty] :
      ( permut(X1,elts(X1,X0),elts(X1,X2),0,length(X1,X0))
      | ~ permut_all(X1,X0,X2) ),
    inference(cnf_transformation,[],[f157]) ).

tff(f157,plain,
    ! [X0: uni,X1: ty,X2: uni] :
      ( ~ permut_all(X1,X0,X2)
      | ( ( length(X1,X0) = length(X1,X2) )
        & permut(X1,elts(X1,X0),elts(X1,X2),0,length(X1,X0)) ) ),
    inference(ennf_transformation,[],[f134]) ).

tff(f134,plain,
    ! [X2: uni,X1: ty,X0: uni] :
      ( permut_all(X1,X0,X2)
     => ( ( length(X1,X0) = length(X1,X2) )
        & permut(X1,elts(X1,X0),elts(X1,X2),0,length(X1,X0)) ) ),
    inference(unused_predicate_definition_removal,[],[f99]) ).

tff(f99,plain,
    ! [X2: uni,X1: ty,X0: uni] :
      ( permut_all(X1,X0,X2)
    <=> ( ( length(X1,X0) = length(X1,X2) )
        & permut(X1,elts(X1,X0),elts(X1,X2),0,length(X1,X0)) ) ),
    inference(rectify,[],[f53]) ).

tff(f53,axiom,
    ! [X10: uni,X0: ty,X11: uni] :
      ( permut_all(X0,X10,X11)
    <=> ( ( length(X0,X10) = length(X0,X11) )
        & permut(X0,elts(X0,X10),elts(X0,X11),0,length(X0,X10)) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unknown) ).

tff(f418,plain,
    ( permut_all(color1,mk_array(color1,sK2,t2tb3(sK3)),mk_array(color1,sK2,t2tb3(sK7)))
    | ~ spl15_11 ),
    inference(avatar_component_clause,[],[f416]) ).

tff(f493,plain,
    ( spl15_19
    | spl15_5 ),
    inference(avatar_split_clause,[],[f476,f386,f490]) ).

tff(f490,plain,
    ( spl15_19
  <=> $less(0,$sum($sum(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5),1),$uminus(sK5))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_19])]) ).

tff(f386,plain,
    ( spl15_5
  <=> monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK5,sK8,white) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_5])]) ).

tff(f476,plain,
    ( $less(0,$sum($sum(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5),1),$uminus(sK5)))
    | spl15_5 ),
    inference(resolution,[],[f388,f346]) ).

tff(f346,plain,
    ! [X2: color,X3: $int,X0: $int,X1: array_color] :
      ( $less(0,$sum($sum(sK11(X0,X1,X2,X3),1),$uminus(X3)))
      | monochrome(X1,X3,X0,X2) ),
    inference(evaluation,[],[f272]) ).

tff(f272,plain,
    ! [X2: color,X3: $int,X0: $int,X1: array_color] :
      ( ~ $less(sK11(X0,X1,X2,X3),X3)
      | monochrome(X1,X3,X0,X2) ),
    inference(cnf_transformation,[],[f204]) ).

tff(f388,plain,
    ( ~ monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK5,sK8,white)
    | spl15_5 ),
    inference(avatar_component_clause,[],[f386]) ).

tff(f488,plain,
    ( spl15_18
    | spl15_5 ),
    inference(avatar_split_clause,[],[f475,f386,f485]) ).

tff(f485,plain,
    ( spl15_18
  <=> $less(0,$sum(sK8,$uminus(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_18])]) ).

tff(f475,plain,
    ( $less(0,$sum(sK8,$uminus(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5))))
    | spl15_5 ),
    inference(resolution,[],[f388,f350]) ).

tff(f350,plain,
    ! [X2: color,X3: $int,X0: $int,X1: array_color] :
      ( $less(0,$sum(X0,$uminus(sK11(X0,X1,X2,X3))))
      | monochrome(X1,X3,X0,X2) ),
    inference(evaluation,[],[f274]) ).

tff(f274,plain,
    ! [X2: color,X3: $int,X0: $int,X1: array_color] :
      ( $less(sK11(X0,X1,X2,X3),X0)
      | monochrome(X1,X3,X0,X2) ),
    inference(cnf_transformation,[],[f204]) ).

tff(f483,plain,
    ( ~ spl15_17
    | spl15_5 ),
    inference(avatar_split_clause,[],[f478,f386,f480]) ).

tff(f478,plain,
    ( ( white != tb2t2(get(color1,int,elts(color1,mk_array(color1,sK2,t2tb3(sK7))),t2tb(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) )
    | spl15_5 ),
    inference(forward_demodulation,[],[f474,f275]) ).

tff(f474,plain,
    ( ( white != tb2t2(get(color1,int,elts(color1,t2tb1(tb2t1(mk_array(color1,sK2,t2tb3(sK7))))),t2tb(sK11(sK8,tb2t1(mk_array(color1,sK2,t2tb3(sK7))),white,sK5)))) )
    | spl15_5 ),
    inference(resolution,[],[f388,f318]) ).

tff(f318,plain,
    ! [X2: color,X3: $int,X0: $int,X1: array_color] :
      ( ( tb2t2(get(color1,int,elts(color1,t2tb1(X1)),t2tb(sK11(X0,X1,X2,X3)))) != X2 )
      | monochrome(X1,X3,X0,X2) ),
    inference(definition_unfolding,[],[f273,f312]) ).

tff(f273,plain,
    ! [X2: color,X3: $int,X0: $int,X1: array_color] :
      ( monochrome(X1,X3,X0,X2)
      | ( tb2t2(get1(color1,t2tb1(X1),sK11(X0,X1,X2,X3))) != X2 ) ),
    inference(cnf_transformation,[],[f204]) ).

tff(f445,plain,
    ( spl15_16
    | ~ spl15_8
    | ~ spl15_9 ),
    inference(avatar_split_clause,[],[f440,f406,f401,f442]) ).

tff(f442,plain,
    ( spl15_16
  <=> $less(0,$sum(sK8,$uminus(sK5))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_16])]) ).

tff(f401,plain,
    ( spl15_8
  <=> ( $sum(sK6,1) = sK8 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_8])]) ).

tff(f406,plain,
    ( spl15_9
  <=> $less(0,$sum($sum(sK6,1),$uminus(sK5))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_9])]) ).

tff(f440,plain,
    ( $less(0,$sum(sK8,$uminus(sK5)))
    | ~ spl15_8
    | ~ spl15_9 ),
    inference(backward_demodulation,[],[f408,f403]) ).

tff(f403,plain,
    ( ( $sum(sK6,1) = sK8 )
    | ~ spl15_8 ),
    inference(avatar_component_clause,[],[f401]) ).

tff(f408,plain,
    ( $less(0,$sum($sum(sK6,1),$uminus(sK5)))
    | ~ spl15_9 ),
    inference(avatar_component_clause,[],[f406]) ).

tff(f439,plain,
    spl15_15,
    inference(avatar_split_clause,[],[f252,f436]) ).

tff(f252,plain,
    monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK5,sK6,white),
    inference(cnf_transformation,[],[f188]) ).

tff(f188,plain,
    ( monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK4,sK2,red)
    & ~ $less(sK6,0)
    & monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK5,sK6,white)
    & ~ $less(sK5,0)
    & ( white = tb2t2(get(color1,int,t2tb3(sK7),t2tb(sK6))) )
    & ( $sum(sK6,1) = sK8 )
    & ~ monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK5,sK8,white)
    & ~ $less(sK6,sK5)
    & ~ $less(sK4,sK6)
    & monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),0,sK5,blue)
    & $less(sK6,sK4)
    & $less(sK6,sK2)
    & ~ $less(sK2,sK4)
    & permut_all(color1,mk_array(color1,sK2,t2tb3(sK3)),mk_array(color1,sK2,t2tb3(sK7)))
    & ~ $less(sK2,0)
    & ~ $less(sK2,0) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK2,sK3,sK4,sK5,sK6,sK7,sK8])],[f184,f187,f186,f185]) ).

tff(f185,plain,
    ( ? [X0: $int,X1: map_int_color] :
        ( ? [X2: $int,X3: $int,X4: $int,X5: map_int_color] :
            ( monochrome(tb2t1(mk_array(color1,X0,t2tb3(X5))),X2,X0,red)
            & ~ $less(X4,0)
            & monochrome(tb2t1(mk_array(color1,X0,t2tb3(X5))),X3,X4,white)
            & ~ $less(X3,0)
            & ( white = tb2t2(get(color1,int,t2tb3(X5),t2tb(X4))) )
            & ? [X6: $int] :
                ( ( $sum(X4,1) = X6 )
                & ~ monochrome(tb2t1(mk_array(color1,X0,t2tb3(X5))),X3,X6,white) )
            & ~ $less(X4,X3)
            & ~ $less(X2,X4)
            & monochrome(tb2t1(mk_array(color1,X0,t2tb3(X5))),0,X3,blue)
            & $less(X4,X2)
            & $less(X4,X0)
            & ~ $less(X0,X2)
            & permut_all(color1,mk_array(color1,X0,t2tb3(X1)),mk_array(color1,X0,t2tb3(X5)))
            & ~ $less(X0,0) )
        & ~ $less(X0,0) )
   => ( ? [X5: map_int_color,X4: $int,X3: $int,X2: $int] :
          ( monochrome(tb2t1(mk_array(color1,sK2,t2tb3(X5))),X2,sK2,red)
          & ~ $less(X4,0)
          & monochrome(tb2t1(mk_array(color1,sK2,t2tb3(X5))),X3,X4,white)
          & ~ $less(X3,0)
          & ( white = tb2t2(get(color1,int,t2tb3(X5),t2tb(X4))) )
          & ? [X6: $int] :
              ( ( $sum(X4,1) = X6 )
              & ~ monochrome(tb2t1(mk_array(color1,sK2,t2tb3(X5))),X3,X6,white) )
          & ~ $less(X4,X3)
          & ~ $less(X2,X4)
          & monochrome(tb2t1(mk_array(color1,sK2,t2tb3(X5))),0,X3,blue)
          & $less(X4,X2)
          & $less(X4,sK2)
          & ~ $less(sK2,X2)
          & permut_all(color1,mk_array(color1,sK2,t2tb3(sK3)),mk_array(color1,sK2,t2tb3(X5)))
          & ~ $less(sK2,0) )
      & ~ $less(sK2,0) ) ),
    introduced(choice_axiom,[]) ).

tff(f186,plain,
    ( ? [X5: map_int_color,X4: $int,X3: $int,X2: $int] :
        ( monochrome(tb2t1(mk_array(color1,sK2,t2tb3(X5))),X2,sK2,red)
        & ~ $less(X4,0)
        & monochrome(tb2t1(mk_array(color1,sK2,t2tb3(X5))),X3,X4,white)
        & ~ $less(X3,0)
        & ( white = tb2t2(get(color1,int,t2tb3(X5),t2tb(X4))) )
        & ? [X6: $int] :
            ( ( $sum(X4,1) = X6 )
            & ~ monochrome(tb2t1(mk_array(color1,sK2,t2tb3(X5))),X3,X6,white) )
        & ~ $less(X4,X3)
        & ~ $less(X2,X4)
        & monochrome(tb2t1(mk_array(color1,sK2,t2tb3(X5))),0,X3,blue)
        & $less(X4,X2)
        & $less(X4,sK2)
        & ~ $less(sK2,X2)
        & permut_all(color1,mk_array(color1,sK2,t2tb3(sK3)),mk_array(color1,sK2,t2tb3(X5)))
        & ~ $less(sK2,0) )
   => ( monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK4,sK2,red)
      & ~ $less(sK6,0)
      & monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK5,sK6,white)
      & ~ $less(sK5,0)
      & ( white = tb2t2(get(color1,int,t2tb3(sK7),t2tb(sK6))) )
      & ? [X6: $int] :
          ( ( $sum(sK6,1) = X6 )
          & ~ monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK5,X6,white) )
      & ~ $less(sK6,sK5)
      & ~ $less(sK4,sK6)
      & monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),0,sK5,blue)
      & $less(sK6,sK4)
      & $less(sK6,sK2)
      & ~ $less(sK2,sK4)
      & permut_all(color1,mk_array(color1,sK2,t2tb3(sK3)),mk_array(color1,sK2,t2tb3(sK7)))
      & ~ $less(sK2,0) ) ),
    introduced(choice_axiom,[]) ).

tff(f187,plain,
    ( ? [X6: $int] :
        ( ( $sum(sK6,1) = X6 )
        & ~ monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK5,X6,white) )
   => ( ( $sum(sK6,1) = sK8 )
      & ~ monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK5,sK8,white) ) ),
    introduced(choice_axiom,[]) ).

tff(f184,plain,
    ? [X0: $int,X1: map_int_color] :
      ( ? [X2: $int,X3: $int,X4: $int,X5: map_int_color] :
          ( monochrome(tb2t1(mk_array(color1,X0,t2tb3(X5))),X2,X0,red)
          & ~ $less(X4,0)
          & monochrome(tb2t1(mk_array(color1,X0,t2tb3(X5))),X3,X4,white)
          & ~ $less(X3,0)
          & ( white = tb2t2(get(color1,int,t2tb3(X5),t2tb(X4))) )
          & ? [X6: $int] :
              ( ( $sum(X4,1) = X6 )
              & ~ monochrome(tb2t1(mk_array(color1,X0,t2tb3(X5))),X3,X6,white) )
          & ~ $less(X4,X3)
          & ~ $less(X2,X4)
          & monochrome(tb2t1(mk_array(color1,X0,t2tb3(X5))),0,X3,blue)
          & $less(X4,X2)
          & $less(X4,X0)
          & ~ $less(X0,X2)
          & permut_all(color1,mk_array(color1,X0,t2tb3(X1)),mk_array(color1,X0,t2tb3(X5)))
          & ~ $less(X0,0) )
      & ~ $less(X0,0) ),
    inference(rectify,[],[f170]) ).

tff(f170,plain,
    ? [X1: $int,X0: map_int_color] :
      ( ? [X3: $int,X5: $int,X2: $int,X4: map_int_color] :
          ( monochrome(tb2t1(mk_array(color1,X1,t2tb3(X4))),X3,X1,red)
          & ~ $less(X2,0)
          & monochrome(tb2t1(mk_array(color1,X1,t2tb3(X4))),X5,X2,white)
          & ~ $less(X5,0)
          & ( white = tb2t2(get(color1,int,t2tb3(X4),t2tb(X2))) )
          & ? [X6: $int] :
              ( ( $sum(X2,1) = X6 )
              & ~ monochrome(tb2t1(mk_array(color1,X1,t2tb3(X4))),X5,X6,white) )
          & ~ $less(X2,X5)
          & ~ $less(X3,X2)
          & monochrome(tb2t1(mk_array(color1,X1,t2tb3(X4))),0,X5,blue)
          & $less(X2,X3)
          & $less(X2,X1)
          & ~ $less(X1,X3)
          & permut_all(color1,mk_array(color1,X1,t2tb3(X0)),mk_array(color1,X1,t2tb3(X4)))
          & ~ $less(X1,0) )
      & ~ $less(X1,0) ),
    inference(flattening,[],[f169]) ).

tff(f169,plain,
    ? [X0: map_int_color,X1: $int] :
      ( ? [X3: $int,X4: map_int_color,X5: $int,X2: $int] :
          ( ? [X6: $int] :
              ( ( $sum(X2,1) = X6 )
              & ~ monochrome(tb2t1(mk_array(color1,X1,t2tb3(X4))),X5,X6,white) )
          & ( white = tb2t2(get(color1,int,t2tb3(X4),t2tb(X2))) )
          & ~ $less(X1,0)
          & $less(X2,X1)
          & ~ $less(X2,0)
          & $less(X2,X3)
          & monochrome(tb2t1(mk_array(color1,X1,t2tb3(X4))),X5,X2,white)
          & monochrome(tb2t1(mk_array(color1,X1,t2tb3(X4))),X3,X1,red)
          & monochrome(tb2t1(mk_array(color1,X1,t2tb3(X4))),0,X5,blue)
          & ~ $less(X3,X2)
          & ~ $less(X5,0)
          & ~ $less(X1,X3)
          & ~ $less(X2,X5)
          & permut_all(color1,mk_array(color1,X1,t2tb3(X0)),mk_array(color1,X1,t2tb3(X4))) )
      & ~ $less(X1,0) ),
    inference(ennf_transformation,[],[f97]) ).

tff(f97,plain,
    ~ ! [X0: map_int_color,X1: $int] :
        ( ~ $less(X1,0)
       => ! [X3: $int,X4: map_int_color,X5: $int,X2: $int] :
            ( ( monochrome(tb2t1(mk_array(color1,X1,t2tb3(X4))),X5,X2,white)
              & monochrome(tb2t1(mk_array(color1,X1,t2tb3(X4))),X3,X1,red)
              & monochrome(tb2t1(mk_array(color1,X1,t2tb3(X4))),0,X5,blue)
              & ~ $less(X3,X2)
              & ~ $less(X5,0)
              & ~ $less(X1,X3)
              & ~ $less(X2,X5)
              & permut_all(color1,mk_array(color1,X1,t2tb3(X0)),mk_array(color1,X1,t2tb3(X4))) )
           => ( $less(X2,X3)
             => ( ( ~ $less(X1,0)
                  & $less(X2,X1)
                  & ~ $less(X2,0) )
               => ( ( white = tb2t2(get(color1,int,t2tb3(X4),t2tb(X2))) )
                 => ! [X6: $int] :
                      ( ( $sum(X2,1) = X6 )
                     => monochrome(tb2t1(mk_array(color1,X1,t2tb3(X4))),X5,X6,white) ) ) ) ) ) ),
    inference(rectify,[],[f94]) ).

tff(f94,plain,
    ~ ! [X10: map_int_color,X0: $int] :
        ( ~ $less(X0,0)
       => ! [X14: $int,X30: $int,X11: map_int_color,X8: $int] :
            ( ( ~ $less(X14,X8)
              & ~ $less(X8,0)
              & monochrome(tb2t1(mk_array(color1,X0,t2tb3(X11))),0,X8,blue)
              & ~ $less(X0,X30)
              & monochrome(tb2t1(mk_array(color1,X0,t2tb3(X11))),X8,X14,white)
              & monochrome(tb2t1(mk_array(color1,X0,t2tb3(X11))),X30,X0,red)
              & permut_all(color1,mk_array(color1,X0,t2tb3(X10)),mk_array(color1,X0,t2tb3(X11)))
              & ~ $less(X30,X14) )
           => ( $less(X14,X30)
             => ( ( ~ $less(X0,0)
                  & $less(X14,X0)
                  & ~ $less(X14,0) )
               => ( ( white = tb2t2(get(color1,int,t2tb3(X11),t2tb(X14))) )
                 => ! [X31: $int] :
                      ( ( $sum(X14,1) = X31 )
                     => monochrome(tb2t1(mk_array(color1,X0,t2tb3(X11))),X8,X31,white) ) ) ) ) ) ),
    inference(theory_normalization,[],[f76]) ).

tff(f76,negated_conjecture,
    ~ ! [X10: map_int_color,X0: $int] :
        ( $lesseq(0,X0)
       => ! [X14: $int,X30: $int,X11: map_int_color,X8: $int] :
            ( ( $lesseq(X8,X14)
              & $lesseq(0,X8)
              & monochrome(tb2t1(mk_array(color1,X0,t2tb3(X11))),0,X8,blue)
              & $lesseq(X30,X0)
              & monochrome(tb2t1(mk_array(color1,X0,t2tb3(X11))),X8,X14,white)
              & monochrome(tb2t1(mk_array(color1,X0,t2tb3(X11))),X30,X0,red)
              & permut_all(color1,mk_array(color1,X0,t2tb3(X10)),mk_array(color1,X0,t2tb3(X11)))
              & $lesseq(X14,X30) )
           => ( $less(X14,X30)
             => ( ( $lesseq(0,X0)
                  & $less(X14,X0)
                  & $lesseq(0,X14) )
               => ( ( white = tb2t2(get(color1,int,t2tb3(X11),t2tb(X14))) )
                 => ! [X31: $int] :
                      ( ( $sum(X14,1) = X31 )
                     => monochrome(tb2t1(mk_array(color1,X0,t2tb3(X11))),X8,X31,white) ) ) ) ) ) ),
    inference(negated_conjecture,[],[f75]) ).

tff(f75,conjecture,
    ! [X10: map_int_color,X0: $int] :
      ( $lesseq(0,X0)
     => ! [X14: $int,X30: $int,X11: map_int_color,X8: $int] :
          ( ( $lesseq(X8,X14)
            & $lesseq(0,X8)
            & monochrome(tb2t1(mk_array(color1,X0,t2tb3(X11))),0,X8,blue)
            & $lesseq(X30,X0)
            & monochrome(tb2t1(mk_array(color1,X0,t2tb3(X11))),X8,X14,white)
            & monochrome(tb2t1(mk_array(color1,X0,t2tb3(X11))),X30,X0,red)
            & permut_all(color1,mk_array(color1,X0,t2tb3(X10)),mk_array(color1,X0,t2tb3(X11)))
            & $lesseq(X14,X30) )
         => ( $less(X14,X30)
           => ( ( $lesseq(0,X0)
                & $less(X14,X0)
                & $lesseq(0,X14) )
             => ( ( white = tb2t2(get(color1,int,t2tb3(X11),t2tb(X14))) )
               => ! [X31: $int] :
                    ( ( $sum(X14,1) = X31 )
                   => monochrome(tb2t1(mk_array(color1,X0,t2tb3(X11))),X8,X31,white) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',unknown) ).

tff(f434,plain,
    spl15_14,
    inference(avatar_split_clause,[],[f250,f431]) ).

tff(f431,plain,
    ( spl15_14
  <=> ( white = tb2t2(get(color1,int,t2tb3(sK7),t2tb(sK6))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_14])]) ).

tff(f250,plain,
    white = tb2t2(get(color1,int,t2tb3(sK7),t2tb(sK6))),
    inference(cnf_transformation,[],[f188]) ).

tff(f429,plain,
    spl15_13,
    inference(avatar_split_clause,[],[f356,f426]) ).

tff(f426,plain,
    ( spl15_13
  <=> $less(0,$sum(1,sK5)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_13])]) ).

tff(f356,plain,
    $less(0,$sum(1,sK5)),
    inference(evaluation,[],[f251]) ).

tff(f251,plain,
    ~ $less(sK5,0),
    inference(cnf_transformation,[],[f188]) ).

tff(f424,plain,
    spl15_12,
    inference(avatar_split_clause,[],[f358,f421]) ).

tff(f421,plain,
    ( spl15_12
  <=> $less(0,$sum(sK4,$uminus(sK6))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_12])]) ).

tff(f358,plain,
    $less(0,$sum(sK4,$uminus(sK6))),
    inference(evaluation,[],[f244]) ).

tff(f244,plain,
    $less(sK6,sK4),
    inference(cnf_transformation,[],[f188]) ).

tff(f419,plain,
    spl15_11,
    inference(avatar_split_clause,[],[f241,f416]) ).

tff(f241,plain,
    permut_all(color1,mk_array(color1,sK2,t2tb3(sK3)),mk_array(color1,sK2,t2tb3(sK7))),
    inference(cnf_transformation,[],[f188]) ).

tff(f414,plain,
    spl15_10,
    inference(avatar_split_clause,[],[f359,f411]) ).

tff(f411,plain,
    ( spl15_10
  <=> $less(0,$sum($sum(sK2,1),$uminus(sK4))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_10])]) ).

tff(f359,plain,
    $less(0,$sum($sum(sK2,1),$uminus(sK4))),
    inference(evaluation,[],[f242]) ).

tff(f242,plain,
    ~ $less(sK2,sK4),
    inference(cnf_transformation,[],[f188]) ).

tff(f409,plain,
    spl15_9,
    inference(avatar_split_clause,[],[f360,f406]) ).

tff(f360,plain,
    $less(0,$sum($sum(sK6,1),$uminus(sK5))),
    inference(evaluation,[],[f247]) ).

tff(f247,plain,
    ~ $less(sK6,sK5),
    inference(cnf_transformation,[],[f188]) ).

tff(f404,plain,
    spl15_8,
    inference(avatar_split_clause,[],[f249,f401]) ).

tff(f249,plain,
    $sum(sK6,1) = sK8,
    inference(cnf_transformation,[],[f188]) ).

tff(f399,plain,
    spl15_7,
    inference(avatar_split_clause,[],[f254,f396]) ).

tff(f396,plain,
    ( spl15_7
  <=> monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK4,sK2,red) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_7])]) ).

tff(f254,plain,
    monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK4,sK2,red),
    inference(cnf_transformation,[],[f188]) ).

tff(f394,plain,
    spl15_6,
    inference(avatar_split_clause,[],[f361,f391]) ).

tff(f391,plain,
    ( spl15_6
  <=> $less(0,$sum(sK2,$uminus(sK6))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_6])]) ).

tff(f361,plain,
    $less(0,$sum(sK2,$uminus(sK6))),
    inference(evaluation,[],[f243]) ).

tff(f243,plain,
    $less(sK6,sK2),
    inference(cnf_transformation,[],[f188]) ).

tff(f389,plain,
    ~ spl15_5,
    inference(avatar_split_clause,[],[f248,f386]) ).

tff(f248,plain,
    ~ monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),sK5,sK8,white),
    inference(cnf_transformation,[],[f188]) ).

tff(f384,plain,
    spl15_4,
    inference(avatar_split_clause,[],[f362,f381]) ).

tff(f381,plain,
    ( spl15_4
  <=> $less(0,$sum(1,sK2)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_4])]) ).

tff(f362,plain,
    $less(0,$sum(1,sK2)),
    inference(evaluation,[],[f240]) ).

tff(f240,plain,
    ~ $less(sK2,0),
    inference(cnf_transformation,[],[f188]) ).

tff(f379,plain,
    spl15_3,
    inference(avatar_split_clause,[],[f363,f376]) ).

tff(f376,plain,
    ( spl15_3
  <=> $less(0,$sum($sum(sK4,1),$uminus(sK6))) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_3])]) ).

tff(f363,plain,
    $less(0,$sum($sum(sK4,1),$uminus(sK6))),
    inference(evaluation,[],[f246]) ).

tff(f246,plain,
    ~ $less(sK4,sK6),
    inference(cnf_transformation,[],[f188]) ).

tff(f374,plain,
    spl15_2,
    inference(avatar_split_clause,[],[f245,f371]) ).

tff(f371,plain,
    ( spl15_2
  <=> monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),0,sK5,blue) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_2])]) ).

tff(f245,plain,
    monochrome(tb2t1(mk_array(color1,sK2,t2tb3(sK7))),0,sK5,blue),
    inference(cnf_transformation,[],[f188]) ).

tff(f369,plain,
    spl15_1,
    inference(avatar_split_clause,[],[f364,f366]) ).

tff(f366,plain,
    ( spl15_1
  <=> $less(0,$sum(1,sK6)) ),
    introduced(avatar_definition,[new_symbols(naming,[spl15_1])]) ).

tff(f364,plain,
    $less(0,$sum(1,sK6)),
    inference(evaluation,[],[f253]) ).

tff(f253,plain,
    ~ $less(sK6,0),
    inference(cnf_transformation,[],[f188]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem    : SWW597_2 : TPTP v8.2.0. Released v6.1.0.
% 0.04/0.12  % Command    : run_vampire %s %d THM
% 0.12/0.33  % Computer : n026.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit   : 300
% 0.12/0.33  % WCLimit    : 300
% 0.12/0.33  % DateTime   : Wed Jun 19 07:57:39 EDT 2024
% 0.12/0.33  % CPUTime    : 
% 0.12/0.35  This is a TF0_THM_EQU_ARI problem
% 0.12/0.35  Running first-order theorem proving
% 0.12/0.35  Running /export/starexec/sandbox2/solver/bin/vampire --mode casc -m 16384 --cores 7 -t 300 /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.21/0.42  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.42  % (29222)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 (3000ds/8Mi)
% 0.21/0.42  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.42  % (29223)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 (3000ds/2Mi)
% 0.21/0.42  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.42  % (29226)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 (3000ds/32Mi)
% 0.21/0.42  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.42  % (29224)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 (3000ds/37Mi)
% 0.21/0.42  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.42  % (29225)lrs+10_1:32_s2a=on:s2agt=10:sgt=8:ss=axioms:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (3000ds/15Mi)
% 0.21/0.42  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.42  % (29221)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 (3000ds/34Mi)
% 0.21/0.42  % (29223)Instruction limit reached!
% 0.21/0.42  % (29223)------------------------------
% 0.21/0.42  % (29223)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.42  % (29223)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.42  % (29223)Termination reason: Time limit
% 0.21/0.42  % (29223)Termination phase: Property scanning
% 0.21/0.42  
% 0.21/0.42  % (29223)Memory used [KB]: 850
% 0.21/0.42  % (29223)Time elapsed: 0.003 s
% 0.21/0.42  % (29223)Instructions burned: 3 (million)
% 0.21/0.43  % (29222)Instruction limit reached!
% 0.21/0.43  % (29222)------------------------------
% 0.21/0.43  % (29222)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.43  % (29222)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.43  % (29222)Termination reason: Time limit
% 0.21/0.43  % (29222)Termination phase: Property scanning
% 0.21/0.43  
% 0.21/0.43  % (29222)Memory used [KB]: 1090
% 0.21/0.43  % (29222)Time elapsed: 0.007 s
% 0.21/0.43  % (29222)Instructions burned: 9 (million)
% 0.21/0.43  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.43  % (29220)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 (3000ds/59848Mi)
% 0.21/0.43  % (29225)Instruction limit reached!
% 0.21/0.43  % (29225)------------------------------
% 0.21/0.43  % (29225)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.43  % (29225)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.43  % (29225)Termination reason: Time limit
% 0.21/0.43  % (29225)Termination phase: Saturation
% 0.21/0.43  
% 0.21/0.43  % (29225)Memory used [KB]: 1138
% 0.21/0.43  % (29225)Time elapsed: 0.011 s
% 0.21/0.43  % (29225)Instructions burned: 16 (million)
% 0.21/0.44  % (29226)Instruction limit reached!
% 0.21/0.44  % (29226)------------------------------
% 0.21/0.44  % (29226)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.44  % (29226)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.44  % (29226)Termination reason: Time limit
% 0.21/0.44  % (29226)Termination phase: Saturation
% 0.21/0.44  
% 0.21/0.44  % (29226)Memory used [KB]: 1351
% 0.21/0.44  % (29226)Time elapsed: 0.024 s
% 0.21/0.44  % (29226)Instructions burned: 32 (million)
% 0.21/0.44  % (29221)Instruction limit reached!
% 0.21/0.44  % (29221)------------------------------
% 0.21/0.44  % (29221)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.44  % (29221)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.44  % (29221)Termination reason: Time limit
% 0.21/0.44  % (29221)Termination phase: Saturation
% 0.21/0.44  
% 0.21/0.44  % (29221)Memory used [KB]: 1422
% 0.21/0.44  % (29221)Time elapsed: 0.023 s
% 0.21/0.44  % (29221)Instructions burned: 34 (million)
% 0.21/0.45  % (29224)Instruction limit reached!
% 0.21/0.45  % (29224)------------------------------
% 0.21/0.45  % (29224)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.45  % (29224)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.45  % (29224)Termination reason: Time limit
% 0.21/0.45  % (29224)Termination phase: Saturation
% 0.21/0.45  
% 0.21/0.45  % (29224)Memory used [KB]: 1439
% 0.21/0.45  % (29224)Time elapsed: 0.027 s
% 0.21/0.45  % (29224)Instructions burned: 37 (million)
% 0.21/0.47  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.47  % (29227)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.21/0.48  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.48  % (29230)lrs+10_1:1_canc=force:tha=some:to=lpo:i=35:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/35Mi)
% 0.21/0.48  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.48  % (29228)lrs+1010_1:1_ep=RST:s2a=on:s2at=5.0:sos=all:i=26:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/26Mi)
% 0.21/0.49  % (29227)Instruction limit reached!
% 0.21/0.49  % (29227)------------------------------
% 0.21/0.49  % (29227)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.49  % (29227)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.49  % (29227)Termination reason: Time limit
% 0.21/0.49  % (29227)Termination phase: Saturation
% 0.21/0.49  
% 0.21/0.49  % (29227)Memory used [KB]: 1461
% 0.21/0.49  % (29227)Time elapsed: 0.015 s
% 0.21/0.49  % (29227)Instructions burned: 38 (million)
% 0.21/0.49  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.49  % (29229)lrs+10_1:8_ep=R:erd=off:fs=off:fsr=off:gve=force:nwc=2.0:uwa=one_side_interpreted:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.21/0.49  % (29229)Instruction limit reached!
% 0.21/0.49  % (29229)------------------------------
% 0.21/0.49  % (29229)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.49  % (29229)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.49  % (29229)Termination reason: Time limit
% 0.21/0.49  % (29229)Termination phase: Property scanning
% 0.21/0.49  
% 0.21/0.49  % (29229)Memory used [KB]: 856
% 0.21/0.49  % (29229)Time elapsed: 0.003 s
% 0.21/0.49  % (29229)Instructions burned: 3 (million)
% 0.21/0.49  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.49  % (29231)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=4:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/4Mi)
% 0.21/0.49  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.49  % (29232)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.21/0.49  % (29231)Instruction limit reached!
% 0.21/0.49  % (29231)------------------------------
% 0.21/0.49  % (29231)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.49  % (29231)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.49  % (29231)Termination reason: Time limit
% 0.21/0.49  % (29231)Termination phase: SInE selection
% 0.21/0.49  
% 0.21/0.49  % (29231)Memory used [KB]: 856
% 0.21/0.49  % (29231)Time elapsed: 0.003 s
% 0.21/0.49  % (29231)Instructions burned: 4 (million)
% 0.21/0.49  % (29232)Instruction limit reached!
% 0.21/0.49  % (29232)------------------------------
% 0.21/0.49  % (29232)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.49  % (29232)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.49  % (29232)Termination reason: Time limit
% 0.21/0.49  % (29232)Termination phase: Preprocessing 1
% 0.21/0.49  
% 0.21/0.49  % (29232)Memory used [KB]: 870
% 0.21/0.49  % (29232)Time elapsed: 0.003 s
% 0.21/0.49  % (29232)Instructions burned: 5 (million)
% 0.21/0.50  % (29228)Instruction limit reached!
% 0.21/0.50  % (29228)------------------------------
% 0.21/0.50  % (29228)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.50  % (29228)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.50  % (29228)Termination reason: Time limit
% 0.21/0.50  % (29228)Termination phase: Saturation
% 0.21/0.50  
% 0.21/0.50  % (29228)Memory used [KB]: 1375
% 0.21/0.50  % (29228)Time elapsed: 0.013 s
% 0.21/0.50  % (29228)Instructions burned: 27 (million)
% 0.21/0.50  % (29230)Instruction limit reached!
% 0.21/0.50  % (29230)------------------------------
% 0.21/0.50  % (29230)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.50  % (29230)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.50  % (29230)Termination reason: Time limit
% 0.21/0.50  % (29230)Termination phase: Saturation
% 0.21/0.50  
% 0.21/0.50  % (29230)Memory used [KB]: 1459
% 0.21/0.50  % (29230)Time elapsed: 0.015 s
% 0.21/0.50  % (29230)Instructions burned: 36 (million)
% 0.21/0.52  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.52  % (29233)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/21Mi)
% 0.21/0.52  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.52  % (29234)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 (2998ds/50Mi)
% 0.21/0.53  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.53  % (29235)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 (2998ds/2Mi)
% 0.21/0.53  % (29235)Instruction limit reached!
% 0.21/0.53  % (29235)------------------------------
% 0.21/0.53  % (29235)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.53  % (29235)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.53  % (29235)Termination reason: Time limit
% 0.21/0.53  % (29235)Termination phase: Property scanning
% 0.21/0.53  
% 0.21/0.53  % (29235)Memory used [KB]: 850
% 0.21/0.53  % (29235)Time elapsed: 0.002 s
% 0.21/0.53  % (29235)Instructions burned: 3 (million)
% 0.21/0.53  % (29233)Instruction limit reached!
% 0.21/0.53  % (29233)------------------------------
% 0.21/0.53  % (29233)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.53  % (29233)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.53  % (29233)Termination reason: Time limit
% 0.21/0.53  % (29233)Termination phase: Saturation
% 0.21/0.53  
% 0.21/0.53  % (29233)Memory used [KB]: 1176
% 0.21/0.53  % (29233)Time elapsed: 0.009 s
% 0.21/0.53  % (29233)Instructions burned: 21 (million)
% 0.21/0.53  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.53  % (29236)lrs+10_1:1_ev=force:gve=cautious:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/2Mi)
% 0.21/0.53  % (29236)Instruction limit reached!
% 0.21/0.53  % (29236)------------------------------
% 0.21/0.53  % (29236)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.53  % (29236)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.53  % (29236)Termination reason: Time limit
% 0.21/0.53  % (29236)Termination phase: Property scanning
% 0.21/0.53  
% 0.21/0.53  % (29236)Memory used [KB]: 850
% 0.21/0.53  % (29236)Time elapsed: 0.002 s
% 0.21/0.53  % (29236)Instructions burned: 3 (million)
% 0.21/0.53  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.53  % (29237)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 (2998ds/49Mi)
% 0.21/0.53  % (29219)Running in auto input_syntax mode. Trying TPTP
% 0.21/0.53  % (29238)lrs+10_1:1_ss=axioms:st=5.0:tha=off:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/15Mi)
% 0.21/0.54  % (29238)Instruction limit reached!
% 0.21/0.54  % (29238)------------------------------
% 0.21/0.54  % (29238)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.54  % (29238)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.54  % (29238)Termination reason: Time limit
% 0.21/0.54  % (29238)Termination phase: Saturation
% 0.21/0.54  
% 0.21/0.54  % (29238)Memory used [KB]: 1136
% 0.21/0.54  % (29238)Time elapsed: 0.007 s
% 0.21/0.54  % (29238)Instructions burned: 15 (million)
% 0.21/0.54  % (29234)Instruction limit reached!
% 0.21/0.54  % (29234)------------------------------
% 0.21/0.54  % (29234)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 0.21/0.54  % (29234)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 0.21/0.54  % (29234)Termination reason: Time limit
% 0.21/0.54  % (29234)Termination phase: Saturation
% 0.21/0.54  
% 0.21/0.54  % (29234)Memory used [KB]: 1544
% 0.21/0.54  % (29234)Time elapsed: 0.020 s
% 0.21/0.54  % (29234)Instructions burned: 51 (million)
% 1.42/0.55  % (29237)Instruction limit reached!
% 1.42/0.55  % (29237)------------------------------
% 1.42/0.55  % (29237)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.42/0.55  % (29237)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.42/0.55  % (29237)Termination reason: Time limit
% 1.42/0.55  % (29237)Termination phase: Saturation
% 1.42/0.55  
% 1.42/0.55  % (29237)Memory used [KB]: 1521
% 1.42/0.55  % (29237)Time elapsed: 0.021 s
% 1.42/0.55  % (29237)Instructions burned: 51 (million)
% 1.42/0.56  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.42/0.56  % (29240)dis+1002_1:5_av=off:nwc=2.0:sos=all:i=15:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/15Mi)
% 1.42/0.56  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.42/0.56  % (29241)dis+10_1:64_nwc=1.4:rp=on:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/21Mi)
% 1.52/0.57  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.52/0.57  % (29239)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 (2998ds/2Mi)
% 1.52/0.57  % (29240)Instruction limit reached!
% 1.52/0.57  % (29240)------------------------------
% 1.52/0.57  % (29240)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.52/0.57  % (29240)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.52/0.57  % (29240)Termination reason: Time limit
% 1.52/0.57  % (29240)Termination phase: Saturation
% 1.52/0.57  
% 1.52/0.57  % (29240)Memory used [KB]: 1133
% 1.52/0.57  % (29240)Time elapsed: 0.007 s
% 1.52/0.57  % (29240)Instructions burned: 16 (million)
% 1.52/0.57  % (29239)Instruction limit reached!
% 1.52/0.57  % (29239)------------------------------
% 1.52/0.57  % (29239)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.52/0.57  % (29239)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.52/0.57  % (29239)Termination reason: Time limit
% 1.52/0.57  % (29239)Termination phase: Preprocessing 1
% 1.52/0.57  
% 1.52/0.57  % (29239)Memory used [KB]: 861
% 1.52/0.57  % (29239)Time elapsed: 0.003 s
% 1.52/0.57  % (29239)Instructions burned: 4 (million)
% 1.52/0.57  % (29241)Instruction limit reached!
% 1.52/0.57  % (29241)------------------------------
% 1.52/0.57  % (29241)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.52/0.57  % (29241)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.52/0.57  % (29241)Termination reason: Time limit
% 1.52/0.57  % (29241)Termination phase: Saturation
% 1.52/0.57  
% 1.52/0.57  % (29241)Memory used [KB]: 1218
% 1.52/0.57  % (29241)Time elapsed: 0.009 s
% 1.52/0.57  % (29241)Instructions burned: 21 (million)
% 1.52/0.57  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.52/0.57  % (29242)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 (2998ds/46Mi)
% 1.52/0.58  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.52/0.58  % (29243)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/50Mi)
% 1.52/0.58  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.52/0.58  % (29244)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 (2998ds/47Mi)
% 1.52/0.59  % (29242)Instruction limit reached!
% 1.52/0.59  % (29242)------------------------------
% 1.52/0.59  % (29242)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.52/0.59  % (29242)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.52/0.59  % (29242)Termination reason: Time limit
% 1.52/0.59  % (29242)Termination phase: Saturation
% 1.52/0.59  
% 1.52/0.59  % (29242)Memory used [KB]: 1505
% 1.52/0.59  % (29242)Time elapsed: 0.039 s
% 1.52/0.59  % (29242)Instructions burned: 46 (million)
% 1.52/0.60  % (29243)Instruction limit reached!
% 1.52/0.60  % (29243)------------------------------
% 1.52/0.60  % (29243)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.52/0.60  % (29243)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.52/0.60  % (29243)Termination reason: Time limit
% 1.52/0.60  % (29243)Termination phase: Saturation
% 1.52/0.60  
% 1.52/0.60  % (29243)Memory used [KB]: 1505
% 1.52/0.60  % (29243)Time elapsed: 0.043 s
% 1.52/0.60  % (29243)Instructions burned: 51 (million)
% 1.52/0.60  % (29244)Instruction limit reached!
% 1.52/0.60  % (29244)------------------------------
% 1.52/0.60  % (29244)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.52/0.60  % (29244)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.52/0.60  % (29244)Termination reason: Time limit
% 1.52/0.60  % (29244)Termination phase: Saturation
% 1.52/0.60  
% 1.52/0.60  % (29244)Memory used [KB]: 1496
% 1.52/0.60  % (29244)Time elapsed: 0.040 s
% 1.52/0.60  % (29244)Instructions burned: 48 (million)
% 1.52/0.60  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.52/0.60  % (29245)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 (2998ds/42Mi)
% 1.52/0.60  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.52/0.60  % (29246)lrs+1_3:1_ep=RSTC:sos=on:urr=on:i=43:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/43Mi)
% 1.52/0.60  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.52/0.60  % (29247)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/21Mi)
% 1.52/0.61  % (29247)Instruction limit reached!
% 1.52/0.61  % (29247)------------------------------
% 1.52/0.61  % (29247)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.52/0.61  % (29247)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.52/0.61  % (29247)Termination reason: Time limit
% 1.52/0.61  % (29247)Termination phase: Saturation
% 1.52/0.61  
% 1.52/0.61  % (29247)Memory used [KB]: 1177
% 1.52/0.61  % (29247)Time elapsed: 0.009 s
% 1.52/0.61  % (29247)Instructions burned: 21 (million)
% 1.52/0.62  % (29246)Instruction limit reached!
% 1.52/0.62  % (29246)------------------------------
% 1.52/0.62  % (29246)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.52/0.62  % (29246)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.52/0.62  % (29246)Termination reason: Time limit
% 1.52/0.62  % (29246)Termination phase: Saturation
% 1.52/0.62  
% 1.52/0.62  % (29246)Memory used [KB]: 1612
% 1.52/0.62  % (29246)Time elapsed: 0.016 s
% 1.52/0.62  % (29246)Instructions burned: 46 (million)
% 1.52/0.62  % (29245)Instruction limit reached!
% 1.52/0.62  % (29245)------------------------------
% 1.52/0.62  % (29245)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.52/0.62  % (29245)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.52/0.62  % (29245)Termination reason: Time limit
% 1.52/0.62  % (29245)Termination phase: Saturation
% 1.52/0.62  
% 1.52/0.62  % (29245)Memory used [KB]: 1668
% 1.52/0.62  % (29245)Time elapsed: 0.038 s
% 1.52/0.62  % (29245)Instructions burned: 43 (million)
% 1.52/0.62  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.52/0.62  % (29248)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 (2997ds/21Mi)
% 1.90/0.63  % (29248)Instruction limit reached!
% 1.90/0.63  % (29248)------------------------------
% 1.90/0.63  % (29248)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.90/0.63  % (29248)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.90/0.63  % (29248)Termination reason: Time limit
% 1.90/0.63  % (29248)Termination phase: Saturation
% 1.90/0.63  
% 1.90/0.63  % (29248)Memory used [KB]: 1221
% 1.90/0.63  % (29248)Time elapsed: 0.031 s
% 1.90/0.63  % (29248)Instructions burned: 21 (million)
% 1.90/0.63  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.90/0.63  % (29249)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 (2997ds/41Mi)
% 1.90/0.63  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.90/0.63  % (29250)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)
% 1.90/0.64  % (29250)Instruction limit reached!
% 1.90/0.64  % (29250)------------------------------
% 1.90/0.64  % (29250)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.90/0.64  % (29250)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.90/0.64  % (29250)Termination reason: Time limit
% 1.90/0.64  % (29250)Termination phase: Saturation
% 1.90/0.64  
% 1.90/0.64  % (29250)Memory used [KB]: 1137
% 1.90/0.64  % (29250)Time elapsed: 0.007 s
% 1.90/0.64  % (29250)Instructions burned: 16 (million)
% 1.90/0.65  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.90/0.65  % (29251)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)
% 1.90/0.65  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.90/0.65  % (29252)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)
% 1.90/0.65  % (29249)Instruction limit reached!
% 1.90/0.65  % (29249)------------------------------
% 1.90/0.65  % (29249)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 1.90/0.65  % (29249)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 1.90/0.65  % (29249)Termination reason: Time limit
% 1.90/0.65  % (29249)Termination phase: Saturation
% 1.90/0.65  
% 1.90/0.65  % (29249)Memory used [KB]: 1647
% 1.90/0.65  % (29249)Time elapsed: 0.041 s
% 1.90/0.65  % (29249)Instructions burned: 41 (million)
% 1.90/0.65  % (29219)Running in auto input_syntax mode. Trying TPTP
% 1.90/0.65  % (29253)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.06/0.66  % (29252)Instruction limit reached!
% 2.06/0.66  % (29252)------------------------------
% 2.06/0.66  % (29252)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.06/0.66  % (29252)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.06/0.66  % (29252)Termination reason: Time limit
% 2.06/0.66  % (29252)Termination phase: Saturation
% 2.06/0.66  
% 2.06/0.66  % (29252)Memory used [KB]: 1236
% 2.06/0.66  % (29252)Time elapsed: 0.011 s
% 2.06/0.66  % (29252)Instructions burned: 26 (million)
% 2.06/0.66  % (29251)Instruction limit reached!
% 2.06/0.66  % (29251)------------------------------
% 2.06/0.66  % (29251)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.06/0.66  % (29251)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.06/0.66  % (29251)Termination reason: Time limit
% 2.06/0.66  % (29251)Termination phase: Saturation
% 2.06/0.66  
% 2.06/0.66  % (29251)Memory used [KB]: 1562
% 2.06/0.66  % (29251)Time elapsed: 0.044 s
% 2.06/0.66  % (29251)Instructions burned: 47 (million)
% 2.06/0.66  % (29219)Running in auto input_syntax mode. Trying TPTP
% 2.06/0.66  % (29254)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.06/0.67  % (29219)Running in auto input_syntax mode. Trying TPTP
% 2.06/0.67  % (29255)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.06/0.69  % (29219)Running in auto input_syntax mode. Trying TPTP
% 2.06/0.69  % (29256)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.06/0.69  % (29219)Running in auto input_syntax mode. Trying TPTP
% 2.06/0.69  % (29257)lrs+10_1:1_thi=all:thigen=on:i=96:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/96Mi)
% 2.06/0.70  % (29219)Running in auto input_syntax mode. Trying TPTP
% 2.06/0.70  % (29258)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 (2996ds/108Mi)
% 2.06/0.70  % (29253)Instruction limit reached!
% 2.06/0.70  % (29253)------------------------------
% 2.06/0.70  % (29253)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.06/0.70  % (29253)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.06/0.70  % (29253)Termination reason: Time limit
% 2.06/0.70  % (29253)Termination phase: Saturation
% 2.06/0.70  
% 2.06/0.70  % (29253)Memory used [KB]: 1932
% 2.06/0.70  % (29253)Time elapsed: 0.050 s
% 2.06/0.70  % (29253)Instructions burned: 148 (million)
% 2.06/0.70  % (29254)Instruction limit reached!
% 2.06/0.70  % (29254)------------------------------
% 2.06/0.70  % (29254)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.06/0.70  % (29254)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.06/0.70  % (29254)Termination reason: Time limit
% 2.06/0.70  % (29254)Termination phase: Saturation
% 2.06/0.70  
% 2.06/0.70  % (29254)Memory used [KB]: 2061
% 2.06/0.70  % (29254)Time elapsed: 0.039 s
% 2.06/0.70  % (29254)Instructions burned: 101 (million)
% 2.06/0.70  % (29255)Instruction limit reached!
% 2.06/0.70  % (29255)------------------------------
% 2.06/0.70  % (29255)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.06/0.70  % (29255)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.06/0.70  % (29255)Termination reason: Time limit
% 2.06/0.70  % (29255)Termination phase: Saturation
% 2.06/0.70  
% 2.06/0.70  % (29255)Memory used [KB]: 2138
% 2.06/0.70  % (29255)Time elapsed: 0.028 s
% 2.06/0.70  % (29255)Instructions burned: 76 (million)
% 2.06/0.71  % (29256)Instruction limit reached!
% 2.06/0.71  % (29256)------------------------------
% 2.06/0.71  % (29256)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.06/0.71  % (29256)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.06/0.71  % (29256)Termination reason: Time limit
% 2.06/0.71  % (29256)Termination phase: Saturation
% 2.06/0.71  
% 2.06/0.71  % (29256)Memory used [KB]: 1557
% 2.06/0.71  % (29256)Time elapsed: 0.023 s
% 2.06/0.71  % (29256)Instructions burned: 59 (million)
% 2.49/0.73  % (29257)Instruction limit reached!
% 2.49/0.73  % (29257)------------------------------
% 2.49/0.73  % (29257)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.49/0.73  % (29257)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.49/0.73  % (29257)Termination reason: Time limit
% 2.49/0.73  % (29257)Termination phase: Saturation
% 2.49/0.73  
% 2.49/0.73  % (29257)Memory used [KB]: 1346
% 2.49/0.73  % (29257)Time elapsed: 0.041 s
% 2.49/0.73  % (29257)Instructions burned: 97 (million)
% 2.49/0.73  % (29219)Running in auto input_syntax mode. Trying TPTP
% 2.49/0.73  % (29259)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 (2996ds/463Mi)
% 2.49/0.74  % (29219)Running in auto input_syntax mode. Trying TPTP
% 2.49/0.74  % (29260)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 (2996ds/494Mi)
% 2.49/0.74  % (29219)Running in auto input_syntax mode. Trying TPTP
% 2.49/0.74  % (29261)lrs+10_1:1_newcnf=on:sas=z3:tgt=ground:tha=off:i=223:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/223Mi)
% 2.49/0.74  % (29258)Instruction limit reached!
% 2.49/0.74  % (29258)------------------------------
% 2.49/0.74  % (29258)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.49/0.74  % (29258)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.49/0.74  % (29258)Termination reason: Time limit
% 2.49/0.74  % (29258)Termination phase: Saturation
% 2.49/0.74  
% 2.49/0.74  % (29258)Memory used [KB]: 1214
% 2.49/0.74  % (29258)Time elapsed: 0.040 s
% 2.49/0.74  % (29258)Instructions burned: 108 (million)
% 2.49/0.74  % (29219)Running in auto input_syntax mode. Trying TPTP
% 2.49/0.74  % (29262)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 (2996ds/343Mi)
% 2.68/0.77  % (29219)Running in auto input_syntax mode. Trying TPTP
% 2.68/0.77  % (29263)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)
% 2.68/0.77  % (29219)Running in auto input_syntax mode. Trying TPTP
% 2.68/0.77  % (29264)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.68/0.82  % (29261)Refutation not found, non-redundant clauses discarded% (29261)------------------------------
% 2.68/0.82  % (29261)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.68/0.82  % (29261)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.68/0.82  % (29261)Termination reason: Refutation not found, non-redundant clauses discarded
% 2.68/0.82  
% 2.68/0.82  % (29261)Memory used [KB]: 1624
% 2.68/0.82  % (29261)Time elapsed: 0.085 s
% 2.68/0.82  % (29261)Instructions burned: 225 (million)
% 2.68/0.82  % (29261)------------------------------
% 2.68/0.82  % (29261)------------------------------
% 2.68/0.83  % (29264)Instruction limit reached!
% 2.68/0.83  % (29264)------------------------------
% 2.68/0.83  % (29264)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.68/0.83  % (29264)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.68/0.83  % (29264)Termination reason: Time limit
% 2.68/0.83  % (29264)Termination phase: Saturation
% 2.68/0.83  
% 2.68/0.83  % (29264)Memory used [KB]: 1252
% 2.68/0.83  % (29264)Time elapsed: 0.053 s
% 2.68/0.83  % (29264)Instructions burned: 151 (million)
% 2.96/0.85  % (29262)Instruction limit reached!
% 2.96/0.85  % (29262)------------------------------
% 2.96/0.85  % (29262)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 2.96/0.85  % (29262)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 2.96/0.85  % (29262)Termination reason: Time limit
% 2.96/0.85  % (29262)Termination phase: Saturation
% 2.96/0.85  
% 2.96/0.85  % (29262)Memory used [KB]: 2572
% 2.96/0.85  % (29262)Time elapsed: 0.108 s
% 2.96/0.85  % (29262)Instructions burned: 345 (million)
% 2.96/0.85  % (29219)Running in auto input_syntax mode. Trying TPTP
% 2.96/0.85  % (29265)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 (2995ds/160Mi)
% 2.96/0.86  % (29219)Running in auto input_syntax mode. Trying TPTP
% 2.96/0.86  % (29266)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 (2995ds/370Mi)
% 3.13/0.88  % (29260)Instruction limit reached!
% 3.13/0.88  % (29260)------------------------------
% 3.13/0.88  % (29260)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 3.13/0.88  % (29260)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 3.13/0.88  % (29260)Termination reason: Time limit
% 3.13/0.88  % (29260)Termination phase: Saturation
% 3.13/0.88  
% 3.13/0.88  % (29260)Memory used [KB]: 3420
% 3.13/0.88  % (29260)Time elapsed: 0.144 s
% 3.13/0.88  % (29260)Instructions burned: 495 (million)
% 3.13/0.89  % (29219)Running in auto input_syntax mode. Trying TPTP
% 3.13/0.89  % (29267)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 (2995ds/493Mi)
% 3.13/0.89  % (29259)Instruction limit reached!
% 3.13/0.89  % (29259)------------------------------
% 3.13/0.89  % (29259)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 3.13/0.89  % (29259)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 3.13/0.89  % (29259)Termination reason: Time limit
% 3.13/0.89  % (29259)Termination phase: Saturation
% 3.13/0.89  
% 3.13/0.89  % (29259)Memory used [KB]: 4386
% 3.13/0.89  % (29259)Time elapsed: 0.160 s
% 3.13/0.89  % (29259)Instructions burned: 463 (million)
% 3.13/0.90  % (29263)Instruction limit reached!
% 3.13/0.90  % (29263)------------------------------
% 3.13/0.90  % (29263)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 3.13/0.90  % (29263)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 3.13/0.90  % (29263)Termination reason: Time limit
% 3.13/0.90  % (29263)Termination phase: Saturation
% 3.13/0.90  
% 3.13/0.90  % (29263)Memory used [KB]: 3191
% 3.13/0.90  % (29263)Time elapsed: 0.133 s
% 3.13/0.90  % (29263)Instructions burned: 490 (million)
% 3.13/0.91  % (29265)Instruction limit reached!
% 3.13/0.91  % (29265)------------------------------
% 3.13/0.91  % (29265)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 3.13/0.91  % (29265)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 3.13/0.91  % (29265)Termination reason: Time limit
% 3.13/0.91  % (29265)Termination phase: Saturation
% 3.13/0.91  
% 3.13/0.91  % (29265)Memory used [KB]: 1374
% 3.13/0.91  % (29265)Time elapsed: 0.053 s
% 3.13/0.91  % (29265)Instructions burned: 160 (million)
% 3.13/0.91  % (29219)Running in auto input_syntax mode. Trying TPTP
% 3.13/0.91  % (29268)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 (2994ds/81Mi)
% 3.83/0.93  % (29219)Running in auto input_syntax mode. Trying TPTP
% 3.83/0.93  % (29269)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 (2994ds/146Mi)
% 3.83/0.94  % (29219)Running in auto input_syntax mode. Trying TPTP
% 3.83/0.94  % (29271)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 (2994ds/211Mi)
% 3.83/0.94  % (29268)Instruction limit reached!
% 3.83/0.94  % (29268)------------------------------
% 3.83/0.94  % (29268)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 3.83/0.94  % (29268)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 3.83/0.94  % (29268)Termination reason: Time limit
% 3.83/0.94  % (29268)Termination phase: Saturation
% 3.83/0.94  
% 3.83/0.94  % (29268)Memory used [KB]: 1711
% 3.83/0.94  % (29268)Time elapsed: 0.028 s
% 3.83/0.94  % (29268)Instructions burned: 81 (million)
% 3.83/0.94  % (29219)Running in auto input_syntax mode. Trying TPTP
% 3.83/0.94  % (29272)dis+1010_1:1_s2a=on:sp=frequency:to=lpo:i=274:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/274Mi)
% 3.91/0.96  % (29267)First to succeed.
% 3.91/0.97  % (29267)Solution written to "/export/starexec/sandbox2/tmp/vampire-proof-29219"
% 3.91/0.97  % (29219)Running in auto input_syntax mode. Trying TPTP
% 3.91/0.97  % (29267)Refutation found. Thanks to Tanya!
% 3.91/0.97  % SZS status Theorem for theBenchmark
% 3.91/0.97  % SZS output start Proof for theBenchmark
% See solution above
% 3.91/0.97  % (29267)------------------------------
% 3.91/0.97  % (29267)Version: Vampire 4.9 (commit 18c118a85 on 2024-06-08 21:14:20 +0100)
% 3.91/0.97  % (29267)Linked with Z3 4.12.3.0 79bbbf76d0c123481c8ca05cd3a98939270074d3 z3-4.8.4-7980-g79bbbf76d
% 3.91/0.97  % (29267)Termination reason: Refutation
% 3.91/0.97  
% 3.91/0.97  % (29267)Memory used [KB]: 1740
% 3.91/0.97  % (29267)Time elapsed: 0.082 s
% 3.91/0.97  % (29267)Instructions burned: 246 (million)
% 3.91/0.97  % (29267)------------------------------
% 3.91/0.97  % (29267)------------------------------
% 3.91/0.97  % (29219)Success in time 0.597 s
%------------------------------------------------------------------------------