TSTP Solution File: SWW661_2 by SnakeForV---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV---1.0
% Problem  : SWW661_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 : n001.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:23 EDT 2022

% Result   : Theorem 1.65s 0.66s
% Output   : Refutation 1.65s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   15
%            Number of leaves      :  107
% Syntax   : Number of formulae    :  141 (  27 unt;  98 typ;   0 def)
%            Number of atoms       :   61 (  60 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   31 (  13   ~;   0   |;  13   &)
%                                         (   0 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Maximal term depth    :    9 (   2 avg)
%            Number of types       :   14 (  12 usr;   1 ari)
%            Number of type conns  :  144 (  68   >;  76   *;   0   +;   0  <<)
%            Number of predicates  :    6 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :   82 (  82 usr;  18 con; 0-5 aty)
%            Number of variables   :  171 ( 147   !;  24   ?; 171   :)

% 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,
    loc1: $tType ).

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

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

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

tff(type_def_13,type,
    a1: $tType ).

tff(type_def_14,type,
    zipper_a: $tType ).

tff(type_def_15,type,
    list_a: $tType ).

tff(type_def_16,type,
    tree_a: $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,
    map: ( ty * ty ) > ty ).

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

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

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

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

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

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

tff(func_def_17,type,
    loc: ty ).

tff(func_def_18,type,
    null1: loc1 ).

tff(func_def_19,type,
    node: ty ).

tff(func_def_20,type,
    mk_node1: ( loc1 * loc1 * $int ) > node2 ).

tff(func_def_21,type,
    left2: node2 > loc1 ).

tff(func_def_22,type,
    right1: node2 > loc1 ).

tff(func_def_23,type,
    data1: node2 > $int ).

tff(func_def_24,type,
    tree: ty > ty ).

tff(func_def_25,type,
    empty: ty > uni ).

tff(func_def_26,type,
    node1: ( ty * uni * uni * uni ) > uni ).

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

tff(func_def_28,type,
    node_proj_1: ( ty * uni ) > uni ).

tff(func_def_29,type,
    node_proj_2: ( ty * uni ) > uni ).

tff(func_def_30,type,
    node_proj_3: ( ty * uni ) > uni ).

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

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

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

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

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

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

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

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

tff(func_def_43,type,
    inorder: ( ty * uni ) > uni ).

tff(func_def_44,type,
    t2tb: tree_loc > uni ).

tff(func_def_45,type,
    tb2t: uni > tree_loc ).

tff(func_def_46,type,
    t2tb1: map_loc_node > uni ).

tff(func_def_47,type,
    tb2t1: uni > map_loc_node ).

tff(func_def_48,type,
    t2tb2: node2 > uni ).

tff(func_def_49,type,
    tb2t2: uni > node2 ).

tff(func_def_50,type,
    t2tb3: loc1 > uni ).

tff(func_def_51,type,
    tb2t3: uni > loc1 ).

tff(func_def_52,type,
    zipper: ty > ty ).

tff(func_def_53,type,
    top: ty > uni ).

tff(func_def_54,type,
    left1: ( ty * uni * uni * uni ) > uni ).

tff(func_def_55,type,
    match_zipper1: ( ty * ty * uni * uni * uni ) > uni ).

tff(func_def_56,type,
    left_proj_11: ( ty * uni ) > uni ).

tff(func_def_57,type,
    left_proj_21: ( ty * uni ) > uni ).

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

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

tff(func_def_60,type,
    a: ty ).

tff(func_def_61,type,
    t2tb4: zipper_a > uni ).

tff(func_def_62,type,
    tb2t4: uni > zipper_a ).

tff(func_def_63,type,
    t2tb5: a1 > uni ).

tff(func_def_64,type,
    tb2t5: uni > a1 ).

tff(func_def_65,type,
    t2tb6: list_a > uni ).

tff(func_def_66,type,
    tb2t6: uni > list_a ).

tff(func_def_67,type,
    t2tb7: tree_a > uni ).

tff(func_def_68,type,
    tb2t7: uni > tree_a ).

tff(func_def_70,type,
    sK0: ( uni * ty * uni ) > uni ).

tff(func_def_71,type,
    sK1: ( uni * ty * uni ) > uni ).

tff(func_def_72,type,
    sK2: ( tree_loc * map_loc_node * loc1 ) > map_loc_node ).

tff(func_def_73,type,
    sK3: ( tree_loc * map_loc_node * loc1 ) > tree_loc ).

tff(func_def_74,type,
    sK4: ( tree_loc * map_loc_node * loc1 ) > tree_loc ).

tff(func_def_75,type,
    sK5: ( tree_loc * map_loc_node * loc1 ) > loc1 ).

tff(func_def_76,type,
    sK6: ( tree_loc * map_loc_node * loc1 ) > map_loc_node ).

tff(func_def_77,type,
    sK7: ( uni * ty ) > uni ).

tff(func_def_78,type,
    sK8: ( uni * ty ) > uni ).

tff(func_def_79,type,
    sK9: ( uni * ty ) > uni ).

tff(func_def_80,type,
    sK10: zipper_a ).

tff(func_def_81,type,
    sK11: a1 ).

tff(func_def_82,type,
    sK12: tree_a ).

tff(func_def_83,type,
    sK13: tree_a ).

tff(func_def_84,type,
    sK14: a1 ).

tff(func_def_85,type,
    sK15: tree_a ).

tff(func_def_86,type,
    sK16: ( uni * ty * uni ) > uni ).

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

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

tff(pred_def_4,type,
    distinct: ( ty * uni ) > $o ).

tff(pred_def_5,type,
    istree1: ( map_loc_node * loc1 * tree_loc ) > $o ).

tff(f559,plain,
    $false,
    inference(trivial_inequality_removal,[],[f558]) ).

tff(f558,plain,
    tb2t6(infix_plpl(a,inorder(a,t2tb7(sK13)),cons(a,t2tb5(sK14),infix_plpl(a,inorder(a,t2tb7(sK15)),cons(a,t2tb5(sK11),inorder(a,zip(a,t2tb7(sK12),t2tb4(sK10)))))))) != tb2t6(infix_plpl(a,inorder(a,t2tb7(sK13)),cons(a,t2tb5(sK14),infix_plpl(a,inorder(a,t2tb7(sK15)),cons(a,t2tb5(sK11),inorder(a,zip(a,t2tb7(sK12),t2tb4(sK10)))))))),
    inference(backward_demodulation,[],[f526,f553]) ).

tff(f553,plain,
    ! [X3: tree_a,X4: a1,X5: tree_a] : ( infix_plpl(a,inorder(a,t2tb7(X3)),cons(a,t2tb5(X4),inorder(a,zip(a,t2tb7(X5),t2tb4(sK10))))) = inorder(a,zip(a,t2tb7(X3),left1(a,t2tb4(sK10),t2tb5(X4),t2tb7(X5)))) ),
    inference(superposition,[],[f512,f476]) ).

tff(f476,plain,
    ! [X0: uni] : ( t2tb6(tb2t6(X0)) = X0 ),
    inference(cnf_transformation,[],[f154]) ).

tff(f154,plain,
    ! [X0: uni] : ( t2tb6(tb2t6(X0)) = X0 ),
    inference(rectify,[],[f103]) ).

tff(f103,axiom,
    ! [X23: uni] : ( t2tb6(tb2t6(X23)) = X23 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeR6) ).

tff(f512,plain,
    ! [X2: tree_a,X0: tree_a,X1: a1] : ( inorder(a,zip(a,t2tb7(X0),left1(a,t2tb4(sK10),t2tb5(X1),t2tb7(X2)))) = t2tb6(tb2t6(infix_plpl(a,inorder(a,t2tb7(X0)),cons(a,t2tb5(X1),inorder(a,zip(a,t2tb7(X2),t2tb4(sK10))))))) ),
    inference(superposition,[],[f476,f507]) ).

tff(f507,plain,
    ! [X8: tree_a,X6: tree_a,X7: a1] : ( tb2t6(inorder(a,zip(a,t2tb7(X8),left1(a,t2tb4(sK10),t2tb5(X7),t2tb7(X6))))) = tb2t6(infix_plpl(a,inorder(a,t2tb7(X8)),cons(a,t2tb5(X7),inorder(a,zip(a,t2tb7(X6),t2tb4(sK10)))))) ),
    inference(forward_demodulation,[],[f449,f336]) ).

tff(f336,plain,
    ! [X2: uni,X3: uni,X0: uni,X1: ty,X4: uni] : ( zip(X1,X0,left1(X1,X4,X3,X2)) = zip(X1,node1(X1,X0,X3,X2),X4) ),
    inference(cnf_transformation,[],[f260]) ).

tff(f260,plain,
    ! [X0: uni,X1: ty] :
      ( ! [X2: uni,X3: uni,X4: uni] : ( zip(X1,X0,left1(X1,X4,X3,X2)) = zip(X1,node1(X1,X0,X3,X2),X4) )
      & ( zip(X1,X0,top(X1)) = X0 ) ),
    inference(rectify,[],[f204]) ).

tff(f204,plain,
    ! [X0: uni,X1: ty] :
      ( ! [X3: uni,X4: uni,X2: uni] : ( zip(X1,X0,left1(X1,X2,X4,X3)) = zip(X1,node1(X1,X0,X4,X3),X2) )
      & ( zip(X1,X0,top(X1)) = X0 ) ),
    inference(rectify,[],[f94]) ).

tff(f94,axiom,
    ! [X27: uni,X0: ty] :
      ( ( zip(X0,X27,top(X0)) = X27 )
      & ! [X1: uni,X3: uni,X2: uni] : ( zip(X0,X27,left1(X0,X1,X2,X3)) = zip(X0,node1(X0,X27,X2,X3),X1) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',zip_def) ).

tff(f449,plain,
    ! [X8: tree_a,X6: tree_a,X7: a1] : ( tb2t6(inorder(a,zip(a,node1(a,t2tb7(X8),t2tb5(X7),t2tb7(X6)),t2tb4(sK10)))) = tb2t6(infix_plpl(a,inorder(a,t2tb7(X8)),cons(a,t2tb5(X7),inorder(a,zip(a,t2tb7(X6),t2tb4(sK10)))))) ),
    inference(cnf_transformation,[],[f316]) ).

tff(f316,plain,
    ( ( tb2t6(infix_plpl(a,inorder(a,t2tb7(sK13)),cons(a,t2tb5(sK14),inorder(a,zip(a,t2tb7(sK15),left1(a,t2tb4(sK10),t2tb5(sK11),t2tb7(sK12))))))) != tb2t6(inorder(a,zip(a,node1(a,t2tb7(sK13),t2tb5(sK14),t2tb7(sK15)),left1(a,t2tb4(sK10),t2tb5(sK11),t2tb7(sK12))))) )
    & ! [X6: tree_a,X7: a1,X8: tree_a] : ( tb2t6(inorder(a,zip(a,node1(a,t2tb7(X8),t2tb5(X7),t2tb7(X6)),t2tb4(sK10)))) = tb2t6(infix_plpl(a,inorder(a,t2tb7(X8)),cons(a,t2tb5(X7),inorder(a,zip(a,t2tb7(X6),t2tb4(sK10)))))) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK10,sK11,sK12,sK13,sK14,sK15])],[f313,f315,f314]) ).

tff(f314,plain,
    ( ? [X0: zipper_a,X1: a1,X2: tree_a] :
        ( ? [X3: tree_a,X4: a1,X5: tree_a] : ( tb2t6(infix_plpl(a,inorder(a,t2tb7(X3)),cons(a,t2tb5(X4),inorder(a,zip(a,t2tb7(X5),left1(a,t2tb4(X0),t2tb5(X1),t2tb7(X2))))))) != tb2t6(inorder(a,zip(a,node1(a,t2tb7(X3),t2tb5(X4),t2tb7(X5)),left1(a,t2tb4(X0),t2tb5(X1),t2tb7(X2))))) )
        & ! [X6: tree_a,X7: a1,X8: tree_a] : ( tb2t6(inorder(a,zip(a,node1(a,t2tb7(X8),t2tb5(X7),t2tb7(X6)),t2tb4(X0)))) = tb2t6(infix_plpl(a,inorder(a,t2tb7(X8)),cons(a,t2tb5(X7),inorder(a,zip(a,t2tb7(X6),t2tb4(X0)))))) ) )
   => ( ? [X5: tree_a,X4: a1,X3: tree_a] : ( tb2t6(infix_plpl(a,inorder(a,t2tb7(X3)),cons(a,t2tb5(X4),inorder(a,zip(a,t2tb7(X5),left1(a,t2tb4(sK10),t2tb5(sK11),t2tb7(sK12))))))) != tb2t6(inorder(a,zip(a,node1(a,t2tb7(X3),t2tb5(X4),t2tb7(X5)),left1(a,t2tb4(sK10),t2tb5(sK11),t2tb7(sK12))))) )
      & ! [X8: tree_a,X7: a1,X6: tree_a] : ( tb2t6(inorder(a,zip(a,node1(a,t2tb7(X8),t2tb5(X7),t2tb7(X6)),t2tb4(sK10)))) = tb2t6(infix_plpl(a,inorder(a,t2tb7(X8)),cons(a,t2tb5(X7),inorder(a,zip(a,t2tb7(X6),t2tb4(sK10)))))) ) ) ),
    introduced(choice_axiom,[]) ).

tff(f315,plain,
    ( ? [X5: tree_a,X4: a1,X3: tree_a] : ( tb2t6(infix_plpl(a,inorder(a,t2tb7(X3)),cons(a,t2tb5(X4),inorder(a,zip(a,t2tb7(X5),left1(a,t2tb4(sK10),t2tb5(sK11),t2tb7(sK12))))))) != tb2t6(inorder(a,zip(a,node1(a,t2tb7(X3),t2tb5(X4),t2tb7(X5)),left1(a,t2tb4(sK10),t2tb5(sK11),t2tb7(sK12))))) )
   => ( tb2t6(infix_plpl(a,inorder(a,t2tb7(sK13)),cons(a,t2tb5(sK14),inorder(a,zip(a,t2tb7(sK15),left1(a,t2tb4(sK10),t2tb5(sK11),t2tb7(sK12))))))) != tb2t6(inorder(a,zip(a,node1(a,t2tb7(sK13),t2tb5(sK14),t2tb7(sK15)),left1(a,t2tb4(sK10),t2tb5(sK11),t2tb7(sK12))))) ) ),
    introduced(choice_axiom,[]) ).

tff(f313,plain,
    ? [X0: zipper_a,X1: a1,X2: tree_a] :
      ( ? [X3: tree_a,X4: a1,X5: tree_a] : ( tb2t6(infix_plpl(a,inorder(a,t2tb7(X3)),cons(a,t2tb5(X4),inorder(a,zip(a,t2tb7(X5),left1(a,t2tb4(X0),t2tb5(X1),t2tb7(X2))))))) != tb2t6(inorder(a,zip(a,node1(a,t2tb7(X3),t2tb5(X4),t2tb7(X5)),left1(a,t2tb4(X0),t2tb5(X1),t2tb7(X2))))) )
      & ! [X6: tree_a,X7: a1,X8: tree_a] : ( tb2t6(inorder(a,zip(a,node1(a,t2tb7(X8),t2tb5(X7),t2tb7(X6)),t2tb4(X0)))) = tb2t6(infix_plpl(a,inorder(a,t2tb7(X8)),cons(a,t2tb5(X7),inorder(a,zip(a,t2tb7(X6),t2tb4(X0)))))) ) ),
    inference(rectify,[],[f255]) ).

tff(f255,plain,
    ? [X0: zipper_a,X1: a1,X2: tree_a] :
      ( ? [X8: tree_a,X7: a1,X6: tree_a] : ( tb2t6(infix_plpl(a,inorder(a,t2tb7(X8)),cons(a,t2tb5(X7),inorder(a,zip(a,t2tb7(X6),left1(a,t2tb4(X0),t2tb5(X1),t2tb7(X2))))))) != tb2t6(inorder(a,zip(a,node1(a,t2tb7(X8),t2tb5(X7),t2tb7(X6)),left1(a,t2tb4(X0),t2tb5(X1),t2tb7(X2))))) )
      & ! [X3: tree_a,X5: a1,X4: tree_a] : ( tb2t6(infix_plpl(a,inorder(a,t2tb7(X4)),cons(a,t2tb5(X5),inorder(a,zip(a,t2tb7(X3),t2tb4(X0)))))) = tb2t6(inorder(a,zip(a,node1(a,t2tb7(X4),t2tb5(X5),t2tb7(X3)),t2tb4(X0)))) ) ),
    inference(ennf_transformation,[],[f133]) ).

tff(f133,plain,
    ~ ! [X1: a1,X0: zipper_a,X2: tree_a] :
        ( ! [X3: tree_a,X5: a1,X4: tree_a] : ( tb2t6(infix_plpl(a,inorder(a,t2tb7(X4)),cons(a,t2tb5(X5),inorder(a,zip(a,t2tb7(X3),t2tb4(X0)))))) = tb2t6(inorder(a,zip(a,node1(a,t2tb7(X4),t2tb5(X5),t2tb7(X3)),t2tb4(X0)))) )
       => ! [X6: tree_a,X8: tree_a,X7: a1] : ( tb2t6(infix_plpl(a,inorder(a,t2tb7(X8)),cons(a,t2tb5(X7),inorder(a,zip(a,t2tb7(X6),left1(a,t2tb4(X0),t2tb5(X1),t2tb7(X2))))))) = tb2t6(inorder(a,zip(a,node1(a,t2tb7(X8),t2tb5(X7),t2tb7(X6)),left1(a,t2tb4(X0),t2tb5(X1),t2tb7(X2))))) ) ),
    inference(rectify,[],[f108]) ).

tff(f108,negated_conjecture,
    ~ ! [X1: zipper_a,X2: a1,X3: tree_a] :
        ( ! [X25: tree_a,X20: tree_a,X28: a1] : ( tb2t6(inorder(a,zip(a,node1(a,t2tb7(X20),t2tb5(X28),t2tb7(X25)),t2tb4(X1)))) = tb2t6(infix_plpl(a,inorder(a,t2tb7(X20)),cons(a,t2tb5(X28),inorder(a,zip(a,t2tb7(X25),t2tb4(X1)))))) )
       => ! [X25: tree_a,X28: a1,X20: tree_a] : ( tb2t6(inorder(a,zip(a,node1(a,t2tb7(X20),t2tb5(X28),t2tb7(X25)),left1(a,t2tb4(X1),t2tb5(X2),t2tb7(X3))))) = tb2t6(infix_plpl(a,inorder(a,t2tb7(X20)),cons(a,t2tb5(X28),inorder(a,zip(a,t2tb7(X25),left1(a,t2tb4(X1),t2tb5(X2),t2tb7(X3))))))) ) ),
    inference(negated_conjecture,[],[f107]) ).

tff(f107,conjecture,
    ! [X1: zipper_a,X2: a1,X3: tree_a] :
      ( ! [X25: tree_a,X20: tree_a,X28: a1] : ( tb2t6(inorder(a,zip(a,node1(a,t2tb7(X20),t2tb5(X28),t2tb7(X25)),t2tb4(X1)))) = tb2t6(infix_plpl(a,inorder(a,t2tb7(X20)),cons(a,t2tb5(X28),inorder(a,zip(a,t2tb7(X25),t2tb4(X1)))))) )
     => ! [X25: tree_a,X28: a1,X20: tree_a] : ( tb2t6(inorder(a,zip(a,node1(a,t2tb7(X20),t2tb5(X28),t2tb7(X25)),left1(a,t2tb4(X1),t2tb5(X2),t2tb7(X3))))) = tb2t6(infix_plpl(a,inorder(a,t2tb7(X20)),cons(a,t2tb5(X28),inorder(a,zip(a,t2tb7(X25),left1(a,t2tb4(X1),t2tb5(X2),t2tb7(X3))))))) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',inorder_zip) ).

tff(f526,plain,
    tb2t6(infix_plpl(a,inorder(a,t2tb7(sK13)),cons(a,t2tb5(sK14),infix_plpl(a,inorder(a,t2tb7(sK15)),cons(a,t2tb5(sK11),inorder(a,zip(a,t2tb7(sK12),t2tb4(sK10)))))))) != tb2t6(infix_plpl(a,inorder(a,t2tb7(sK13)),cons(a,t2tb5(sK14),inorder(a,zip(a,t2tb7(sK15),left1(a,t2tb4(sK10),t2tb5(sK11),t2tb7(sK12))))))),
    inference(backward_demodulation,[],[f508,f525]) ).

tff(f525,plain,
    ! [X10: tree_a,X8: uni,X6: uni,X9: a1,X7: uni] : ( tb2t6(infix_plpl(a,inorder(a,X6),cons(a,X7,infix_plpl(a,inorder(a,X8),cons(a,t2tb5(X9),inorder(a,zip(a,t2tb7(X10),t2tb4(sK10)))))))) = tb2t6(inorder(a,zip(a,X6,left1(a,left1(a,t2tb4(sK10),t2tb5(X9),t2tb7(X10)),X7,X8)))) ),
    inference(forward_demodulation,[],[f524,f448]) ).

tff(f448,plain,
    ! [X2: uni,X3: uni,X0: ty,X1: uni] : ( infix_plpl(X0,cons(X0,X2,X3),X1) = cons(X0,X2,infix_plpl(X0,X3,X1)) ),
    inference(cnf_transformation,[],[f312]) ).

tff(f312,plain,
    ! [X0: ty,X1: uni] :
      ( ! [X2: uni,X3: uni] : ( infix_plpl(X0,cons(X0,X2,X3),X1) = cons(X0,X2,infix_plpl(X0,X3,X1)) )
      & ( infix_plpl(X0,nil(X0),X1) = X1 ) ),
    inference(rectify,[],[f166]) ).

tff(f166,plain,
    ! [X1: ty,X0: uni] :
      ( ! [X3: uni,X2: uni] : ( cons(X1,X3,infix_plpl(X1,X2,X0)) = infix_plpl(X1,cons(X1,X3,X2),X0) )
      & ( infix_plpl(X1,nil(X1),X0) = X0 ) ),
    inference(rectify,[],[f47]) ).

tff(f47,axiom,
    ! [X17: uni,X0: ty] :
      ( ! [X2: uni,X1: uni] : ( infix_plpl(X0,cons(X0,X1,X2),X17) = cons(X0,X1,infix_plpl(X0,X2,X17)) )
      & ( infix_plpl(X0,nil(X0),X17) = X17 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',infix_plpl_def) ).

tff(f524,plain,
    ! [X10: tree_a,X8: uni,X6: uni,X9: a1,X7: uni] : ( tb2t6(infix_plpl(a,inorder(a,X6),infix_plpl(a,cons(a,X7,inorder(a,X8)),cons(a,t2tb5(X9),inorder(a,zip(a,t2tb7(X10),t2tb4(sK10))))))) = tb2t6(inorder(a,zip(a,X6,left1(a,left1(a,t2tb4(sK10),t2tb5(X9),t2tb7(X10)),X7,X8)))) ),
    inference(forward_demodulation,[],[f523,f437]) ).

tff(f437,plain,
    ! [X2: uni,X3: uni,X0: ty,X1: uni] : ( infix_plpl(X0,infix_plpl(X0,X3,X1),X2) = infix_plpl(X0,X3,infix_plpl(X0,X1,X2)) ),
    inference(cnf_transformation,[],[f307]) ).

tff(f307,plain,
    ! [X0: ty,X1: uni,X2: uni,X3: uni] : ( infix_plpl(X0,infix_plpl(X0,X3,X1),X2) = infix_plpl(X0,X3,infix_plpl(X0,X1,X2)) ),
    inference(rectify,[],[f179]) ).

tff(f179,plain,
    ! [X3: ty,X0: uni,X1: uni,X2: uni] : ( infix_plpl(X3,X2,infix_plpl(X3,X0,X1)) = infix_plpl(X3,infix_plpl(X3,X2,X0),X1) ),
    inference(rectify,[],[f48]) ).

tff(f48,axiom,
    ! [X17: uni,X19: uni,X18: uni,X0: ty] : ( infix_plpl(X0,X18,infix_plpl(X0,X17,X19)) = infix_plpl(X0,infix_plpl(X0,X18,X17),X19) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',append_assoc) ).

tff(f523,plain,
    ! [X10: tree_a,X8: uni,X6: uni,X9: a1,X7: uni] : ( tb2t6(infix_plpl(a,infix_plpl(a,inorder(a,X6),cons(a,X7,inorder(a,X8))),cons(a,t2tb5(X9),inorder(a,zip(a,t2tb7(X10),t2tb4(sK10)))))) = tb2t6(inorder(a,zip(a,X6,left1(a,left1(a,t2tb4(sK10),t2tb5(X9),t2tb7(X10)),X7,X8)))) ),
    inference(forward_demodulation,[],[f516,f336]) ).

tff(f516,plain,
    ! [X10: tree_a,X8: uni,X6: uni,X9: a1,X7: uni] : ( tb2t6(infix_plpl(a,infix_plpl(a,inorder(a,X6),cons(a,X7,inorder(a,X8))),cons(a,t2tb5(X9),inorder(a,zip(a,t2tb7(X10),t2tb4(sK10)))))) = tb2t6(inorder(a,zip(a,node1(a,X6,X7,X8),left1(a,t2tb4(sK10),t2tb5(X9),t2tb7(X10))))) ),
    inference(superposition,[],[f509,f468]) ).

tff(f468,plain,
    ! [X2: uni,X3: uni,X0: ty,X1: uni] : ( infix_plpl(X0,inorder(X0,X3),cons(X0,X1,inorder(X0,X2))) = inorder(X0,node1(X0,X3,X1,X2)) ),
    inference(cnf_transformation,[],[f170]) ).

tff(f170,plain,
    ! [X0: ty] :
      ( ( nil(X0) = inorder(X0,empty(X0)) )
      & ! [X1: uni,X2: uni,X3: uni] : ( infix_plpl(X0,inorder(X0,X3),cons(X0,X1,inorder(X0,X2))) = inorder(X0,node1(X0,X3,X1,X2)) ) ),
    inference(rectify,[],[f59]) ).

tff(f59,axiom,
    ! [X0: ty] :
      ( ( nil(X0) = inorder(X0,empty(X0)) )
      & ! [X2: uni,X3: uni,X1: uni] : ( inorder(X0,node1(X0,X1,X2,X3)) = infix_plpl(X0,inorder(X0,X1),cons(X0,X2,inorder(X0,X3))) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',inorder_def) ).

tff(f509,plain,
    ! [X2: tree_a,X0: uni,X1: a1] : ( tb2t6(infix_plpl(a,inorder(a,X0),cons(a,t2tb5(X1),inorder(a,zip(a,t2tb7(X2),t2tb4(sK10)))))) = tb2t6(inorder(a,zip(a,X0,left1(a,t2tb4(sK10),t2tb5(X1),t2tb7(X2))))) ),
    inference(superposition,[],[f507,f410]) ).

tff(f410,plain,
    ! [X0: uni] : ( t2tb7(tb2t7(X0)) = X0 ),
    inference(cnf_transformation,[],[f192]) ).

tff(f192,plain,
    ! [X0: uni] : ( t2tb7(tb2t7(X0)) = X0 ),
    inference(rectify,[],[f106]) ).

tff(f106,axiom,
    ! [X23: uni] : ( t2tb7(tb2t7(X23)) = X23 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeR7) ).

tff(f508,plain,
    tb2t6(infix_plpl(a,inorder(a,t2tb7(sK13)),cons(a,t2tb5(sK14),inorder(a,zip(a,t2tb7(sK15),left1(a,t2tb4(sK10),t2tb5(sK11),t2tb7(sK12))))))) != tb2t6(inorder(a,zip(a,t2tb7(sK13),left1(a,left1(a,t2tb4(sK10),t2tb5(sK11),t2tb7(sK12)),t2tb5(sK14),t2tb7(sK15))))),
    inference(forward_demodulation,[],[f450,f336]) ).

tff(f450,plain,
    tb2t6(infix_plpl(a,inorder(a,t2tb7(sK13)),cons(a,t2tb5(sK14),inorder(a,zip(a,t2tb7(sK15),left1(a,t2tb4(sK10),t2tb5(sK11),t2tb7(sK12))))))) != tb2t6(inorder(a,zip(a,node1(a,t2tb7(sK13),t2tb5(sK14),t2tb7(sK15)),left1(a,t2tb4(sK10),t2tb5(sK11),t2tb7(sK12))))),
    inference(cnf_transformation,[],[f316]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem    : SWW661=2 : TPTP v8.1.0. Released v6.1.0.
% 0.06/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_uns --cores 0 -t %d %s
% 0.13/0.34  % Computer : n001.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Tue Aug 30 21:20:02 EDT 2022
% 0.13/0.34  % CPUTime    : 
% 0.19/0.52  % (10478)ott+21_1:1_erd=off:s2a=on:sac=on:sd=1:sgt=64:sos=on:ss=included:st=3.0:to=lpo:urr=on:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.19/0.52  % (10478)Instruction limit reached!
% 0.19/0.52  % (10478)------------------------------
% 0.19/0.52  % (10478)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.52  % (10478)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.52  % (10478)Termination reason: Unknown
% 0.19/0.52  % (10478)Termination phase: shuffling
% 0.19/0.52  
% 0.19/0.52  % (10478)Memory used [KB]: 1023
% 0.19/0.52  % (10478)Time elapsed: 0.003 s
% 0.19/0.52  % (10478)Instructions burned: 2 (million)
% 0.19/0.52  % (10478)------------------------------
% 0.19/0.52  % (10478)------------------------------
% 0.19/0.52  % (10487)dis+32_1:1_bd=off:nm=4:sos=on:ss=included:i=4:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/4Mi)
% 0.19/0.53  % (10487)Instruction limit reached!
% 0.19/0.53  % (10487)------------------------------
% 0.19/0.53  % (10487)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.53  % (10487)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.53  % (10487)Termination reason: Unknown
% 0.19/0.53  % (10487)Termination phase: Property scanning
% 0.19/0.53  
% 0.19/0.53  % (10487)Memory used [KB]: 1023
% 0.19/0.53  % (10487)Time elapsed: 0.006 s
% 0.19/0.53  % (10487)Instructions burned: 4 (million)
% 0.19/0.53  % (10487)------------------------------
% 0.19/0.53  % (10487)------------------------------
% 0.19/0.54  % (10495)lrs+10_1:1_sd=10:sos=all:ss=axioms:st=5.0:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.19/0.54  % (10495)Instruction limit reached!
% 0.19/0.54  % (10495)------------------------------
% 0.19/0.54  % (10495)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.54  % (10495)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.54  % (10495)Termination reason: Unknown
% 0.19/0.54  % (10495)Termination phase: Property scanning
% 0.19/0.54  
% 0.19/0.54  % (10495)Memory used [KB]: 1023
% 0.19/0.54  % (10495)Time elapsed: 0.003 s
% 0.19/0.54  % (10495)Instructions burned: 3 (million)
% 0.19/0.54  % (10495)------------------------------
% 0.19/0.54  % (10495)------------------------------
% 1.65/0.58  % (10490)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)
% 1.65/0.58  % (10475)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.65/0.58  % (10480)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)
% 1.65/0.58  % (10477)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)
% 1.65/0.58  % (10479)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)
% 1.65/0.59  % (10486)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.65/0.59  % (10497)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)
% 1.65/0.59  % (10498)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)
% 1.65/0.59  % (10484)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)
% 1.65/0.59  % (10488)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)
% 1.65/0.59  % (10485)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.65/0.59  % (10485)Instruction limit reached!
% 1.65/0.59  % (10485)------------------------------
% 1.65/0.59  % (10485)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.65/0.59  % (10485)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.65/0.59  % (10485)Termination reason: Unknown
% 1.65/0.59  % (10485)Termination phase: Property scanning
% 1.65/0.59  
% 1.65/0.59  % (10485)Memory used [KB]: 1023
% 1.65/0.59  % (10485)Time elapsed: 0.004 s
% 1.65/0.59  % (10485)Instructions burned: 2 (million)
% 1.65/0.59  % (10485)------------------------------
% 1.65/0.59  % (10485)------------------------------
% 1.65/0.59  % (10488)Instruction limit reached!
% 1.65/0.59  % (10488)------------------------------
% 1.65/0.59  % (10488)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.65/0.59  % (10488)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.65/0.59  % (10488)Termination reason: Unknown
% 1.65/0.59  % (10488)Termination phase: Property scanning
% 1.65/0.59  
% 1.65/0.59  % (10488)Memory used [KB]: 1023
% 1.65/0.59  % (10488)Time elapsed: 0.003 s
% 1.65/0.59  % (10488)Instructions burned: 2 (million)
% 1.65/0.59  % (10488)------------------------------
% 1.65/0.59  % (10488)------------------------------
% 1.65/0.59  % (10482)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)
% 1.65/0.59  % (10489)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 1.65/0.60  % (10504)dis+10_1:64_nwc=1.4:tha=off:i=21:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/21Mi)
% 1.65/0.60  % (10476)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)
% 1.65/0.60  % (10477)Instruction limit reached!
% 1.65/0.60  % (10477)------------------------------
% 1.65/0.60  % (10477)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.65/0.60  % (10477)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.65/0.60  % (10477)Termination reason: Unknown
% 1.65/0.60  % (10477)Termination phase: Property scanning
% 1.65/0.60  
% 1.65/0.60  % (10477)Memory used [KB]: 1279
% 1.65/0.60  % (10477)Time elapsed: 0.007 s
% 1.65/0.60  % (10477)Instructions burned: 8 (million)
% 1.65/0.60  % (10477)------------------------------
% 1.65/0.60  % (10477)------------------------------
% 1.65/0.60  % (10493)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.65/0.61  % (10491)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.65/0.61  % (10491)Instruction limit reached!
% 1.65/0.61  % (10491)------------------------------
% 1.65/0.61  % (10491)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.65/0.61  % (10491)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.65/0.61  % (10491)Termination reason: Unknown
% 1.65/0.61  % (10491)Termination phase: shuffling
% 1.65/0.61  
% 1.65/0.61  % (10491)Memory used [KB]: 1023
% 1.65/0.61  % (10491)Time elapsed: 0.004 s
% 1.65/0.61  % (10491)Instructions burned: 2 (million)
% 1.65/0.61  % (10491)------------------------------
% 1.65/0.61  % (10491)------------------------------
% 1.65/0.62  % (10483)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)
% 1.65/0.62  % (10501)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)
% 1.65/0.62  % (10505)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)
% 1.65/0.62  % (10494)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.65/0.62  % (10502)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.65/0.62  % (10496)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)
% 1.65/0.62  % (10503)lrs+1_3:1_ep=RSTC:sos=on:urr=on:i=43:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/43Mi)
% 1.65/0.63  % (10499)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.65/0.63  % (10480)Instruction limit reached!
% 1.65/0.63  % (10480)------------------------------
% 1.65/0.63  % (10480)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.65/0.63  % (10480)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.65/0.63  % (10480)Termination reason: Unknown
% 1.65/0.63  % (10480)Termination phase: Saturation
% 1.65/0.63  
% 1.65/0.63  % (10480)Memory used [KB]: 5884
% 1.65/0.63  % (10480)Time elapsed: 0.217 s
% 1.65/0.63  % (10480)Instructions burned: 15 (million)
% 1.65/0.63  % (10480)------------------------------
% 1.65/0.63  % (10480)------------------------------
% 1.65/0.63  % (10492)lrs+10_1:1_ev=force:gve=cautious:tha=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 1.65/0.63  % (10506)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.65/0.63  % (10492)Instruction limit reached!
% 1.65/0.63  % (10492)------------------------------
% 1.65/0.63  % (10492)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.65/0.63  % (10492)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.65/0.63  % (10492)Termination reason: Unknown
% 1.65/0.63  % (10492)Termination phase: Property scanning
% 1.65/0.63  
% 1.65/0.63  % (10492)Memory used [KB]: 1023
% 1.65/0.63  % (10492)Time elapsed: 0.004 s
% 1.65/0.63  % (10492)Instructions burned: 2 (million)
% 1.65/0.63  % (10492)------------------------------
% 1.65/0.63  % (10492)------------------------------
% 1.65/0.64  % (10484)Instruction limit reached!
% 1.65/0.64  % (10484)------------------------------
% 1.65/0.64  % (10484)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.65/0.64  % (10497)Instruction limit reached!
% 1.65/0.64  % (10497)------------------------------
% 1.65/0.64  % (10497)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.65/0.64  % (10497)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.65/0.64  % (10497)Termination reason: Unknown
% 1.65/0.64  % (10497)Termination phase: Saturation
% 1.65/0.64  
% 1.65/0.64  % (10497)Memory used [KB]: 5884
% 1.65/0.64  % (10497)Time elapsed: 0.227 s
% 1.65/0.64  % (10497)Instructions burned: 21 (million)
% 1.65/0.64  % (10497)------------------------------
% 1.65/0.64  % (10497)------------------------------
% 1.65/0.64  % (10489)Instruction limit reached!
% 1.65/0.64  % (10489)------------------------------
% 1.65/0.64  % (10489)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.65/0.65  % (10504)Instruction limit reached!
% 1.65/0.65  % (10504)------------------------------
% 1.65/0.65  % (10504)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.65/0.65  % (10504)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.65/0.65  % (10504)Termination reason: Unknown
% 1.65/0.65  % (10504)Termination phase: Saturation
% 1.65/0.65  
% 1.65/0.65  % (10504)Memory used [KB]: 5884
% 1.65/0.65  % (10504)Time elapsed: 0.222 s
% 1.65/0.65  % (10504)Instructions burned: 21 (million)
% 1.65/0.65  % (10504)------------------------------
% 1.65/0.65  % (10504)------------------------------
% 1.65/0.65  % (10476)First to succeed.
% 1.65/0.65  % (10482)Instruction limit reached!
% 1.65/0.65  % (10482)------------------------------
% 1.65/0.65  % (10482)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.65/0.66  % (10484)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.65/0.66  % (10482)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.65/0.66  % (10482)Termination reason: Unknown
% 1.65/0.66  % (10482)Termination phase: Saturation
% 1.65/0.66  
% 1.65/0.66  % (10482)Memory used [KB]: 6140
% 1.65/0.66  % (10482)Time elapsed: 0.171 s
% 1.65/0.66  % (10482)Instructions burned: 32 (million)
% 1.65/0.66  % (10482)------------------------------
% 1.65/0.66  % (10482)------------------------------
% 1.65/0.66  % (10484)Termination reason: Unknown
% 1.65/0.66  % (10484)Termination phase: Saturation
% 1.65/0.66  
% 1.65/0.66  % (10484)Memory used [KB]: 6012
% 1.65/0.66  % (10484)Time elapsed: 0.210 s
% 1.65/0.66  % (10484)Instructions burned: 26 (million)
% 1.65/0.66  % (10484)------------------------------
% 1.65/0.66  % (10484)------------------------------
% 1.65/0.66  % (10476)Refutation found. Thanks to Tanya!
% 1.65/0.66  % SZS status Theorem for theBenchmark
% 1.65/0.66  % SZS output start Proof for theBenchmark
% See solution above
% 1.65/0.66  % (10476)------------------------------
% 1.65/0.66  % (10476)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.65/0.66  % (10476)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.65/0.66  % (10476)Termination reason: Refutation
% 1.65/0.66  
% 1.65/0.66  % (10476)Memory used [KB]: 6268
% 1.65/0.66  % (10476)Time elapsed: 0.224 s
% 1.65/0.66  % (10476)Instructions burned: 30 (million)
% 1.65/0.66  % (10476)------------------------------
% 1.65/0.66  % (10476)------------------------------
% 1.65/0.66  % (10467)Success in time 0.305 s
%------------------------------------------------------------------------------