TSTP Solution File: SWW661_2 by SnakeForV-SAT---1.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SnakeForV-SAT---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_sat --cores 0 -t %d %s

% Computer : n020.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:20:53 EDT 2022

% Result   : Theorem 6.92s 1.25s
% Output   : Refutation 6.92s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :  117
% Syntax   : Number of formulae    :  182 (  44 unt;  98 typ;   0 def)
%            Number of atoms       :  126 (  92 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   69 (  27   ~;  13   |;  14   &)
%                                         (   6 <=>;   9  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   4 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number of types       :   14 (  12 usr;   1 ari)
%            Number of type conns  :  144 (  68   >;  76   *;   0   +;   0  <<)
%            Number of predicates  :   12 (  10 usr;   7 prp; 0-3 aty)
%            Number of functors    :   82 (  82 usr;  18 con; 0-5 aty)
%            Number of variables   :  222 ( 198   !;  24   ?; 222   :)

% 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: ( map_loc_node * tree_loc * loc1 ) > map_loc_node ).

tff(func_def_71,type,
    sK1: ( map_loc_node * tree_loc * loc1 ) > tree_loc ).

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

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

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

tff(func_def_75,type,
    sK5: ( ty * uni * uni ) > uni ).

tff(func_def_76,type,
    sK6: ( ty * uni * uni ) > uni ).

tff(func_def_77,type,
    sK7: zipper_a ).

tff(func_def_78,type,
    sK8: tree_a ).

tff(func_def_79,type,
    sK9: a1 ).

tff(func_def_80,type,
    sK10: tree_a ).

tff(func_def_81,type,
    sK11: tree_a ).

tff(func_def_82,type,
    sK12: a1 ).

tff(func_def_83,type,
    sK13: ( uni * ty ) > uni ).

tff(func_def_84,type,
    sK14: ( uni * ty ) > uni ).

tff(func_def_85,type,
    sK15: ( uni * ty ) > uni ).

tff(func_def_86,type,
    sK16: ( uni * uni * ty ) > 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(f1692,plain,
    $false,
    inference(avatar_smt_refutation,[],[f523,f534,f540,f559,f778,f950,f1689]) ).

tff(f1689,plain,
    spl17_6,
    inference(avatar_contradiction_clause,[],[f1688]) ).

tff(f1688,plain,
    ( $false
    | spl17_6 ),
    inference(trivial_inequality_removal,[],[f1687]) ).

tff(f1687,plain,
    ( ( tb2t6(inorder(a,node1(a,t2tb7(sK10),t2tb5(sK12),node1(a,t2tb7(sK11),t2tb5(sK9),zip(a,t2tb7(sK8),t2tb4(sK7)))))) != tb2t6(inorder(a,node1(a,t2tb7(sK10),t2tb5(sK12),node1(a,t2tb7(sK11),t2tb5(sK9),zip(a,t2tb7(sK8),t2tb4(sK7)))))) )
    | spl17_6 ),
    inference(backward_demodulation,[],[f949,f1686]) ).

tff(f1686,plain,
    ! [X2: uni,X3: a1,X0: uni,X1: uni,X4: tree_a] : ( inorder(a,node1(a,X0,X1,node1(a,X2,t2tb5(X3),zip(a,t2tb7(X4),t2tb4(sK7))))) = inorder(a,zip(a,X0,left1(a,left1(a,t2tb4(sK7),t2tb5(X3),t2tb7(X4)),X1,X2))) ),
    inference(forward_demodulation,[],[f1676,f1376]) ).

tff(f1376,plain,
    ! [X8: uni,X6: uni,X9: uni,X7: uni,X4: ty,X5: uni] : ( inorder(X4,node1(X4,node1(X4,X8,X9,X5),X6,X7)) = inorder(X4,node1(X4,X8,X9,node1(X4,X5,X6,X7))) ),
    inference(forward_demodulation,[],[f1375,f413]) ).

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

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

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

tff(f59,axiom,
    ! [X0: ty] :
      ( ( nil(X0) = inorder(X0,empty(X0)) )
      & ! [X3: uni,X1: uni,X2: 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(f1375,plain,
    ! [X8: uni,X6: uni,X9: uni,X7: uni,X4: ty,X5: uni] : ( inorder(X4,node1(X4,node1(X4,X8,X9,X5),X6,X7)) = infix_plpl(X4,inorder(X4,X8),cons(X4,X9,inorder(X4,node1(X4,X5,X6,X7)))) ),
    inference(forward_demodulation,[],[f1342,f413]) ).

tff(f1342,plain,
    ! [X8: uni,X6: uni,X9: uni,X7: uni,X4: ty,X5: uni] : ( infix_plpl(X4,inorder(X4,X8),cons(X4,X9,inorder(X4,node1(X4,X5,X6,X7)))) = infix_plpl(X4,inorder(X4,node1(X4,X8,X9,X5)),cons(X4,X6,inorder(X4,X7))) ),
    inference(superposition,[],[f717,f413]) ).

tff(f717,plain,
    ! [X3: ty,X6: uni,X7: uni,X4: uni,X5: uni] : ( infix_plpl(X3,inorder(X3,node1(X3,X4,X5,X6)),X7) = infix_plpl(X3,inorder(X3,X4),cons(X3,X5,infix_plpl(X3,inorder(X3,X6),X7))) ),
    inference(forward_demodulation,[],[f714,f406]) ).

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

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

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

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

tff(f714,plain,
    ! [X3: ty,X6: uni,X7: uni,X4: uni,X5: uni] : ( infix_plpl(X3,inorder(X3,node1(X3,X4,X5,X6)),X7) = infix_plpl(X3,inorder(X3,X4),infix_plpl(X3,cons(X3,X5,inorder(X3,X6)),X7)) ),
    inference(superposition,[],[f419,f413]) ).

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

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

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

tff(f48,axiom,
    ! [X0: ty,X18: uni,X19: uni,X17: uni] : ( 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(f1676,plain,
    ! [X2: uni,X3: a1,X0: uni,X1: uni,X4: tree_a] : ( inorder(a,node1(a,node1(a,X0,X1,X2),t2tb5(X3),zip(a,t2tb7(X4),t2tb4(sK7)))) = inorder(a,zip(a,X0,left1(a,left1(a,t2tb4(sK7),t2tb5(X3),t2tb7(X4)),X1,X2))) ),
    inference(superposition,[],[f929,f433]) ).

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

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

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

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

tff(f929,plain,
    ! [X2: tree_a,X0: uni,X1: a1] : ( inorder(a,zip(a,X0,left1(a,t2tb4(sK7),t2tb5(X1),t2tb7(X2)))) = inorder(a,node1(a,X0,t2tb5(X1),zip(a,t2tb7(X2),t2tb4(sK7)))) ),
    inference(forward_demodulation,[],[f928,f487]) ).

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

tff(f210,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(f928,plain,
    ! [X2: tree_a,X0: uni,X1: a1] : ( inorder(a,zip(a,X0,left1(a,t2tb4(sK7),t2tb5(X1),t2tb7(X2)))) = t2tb6(tb2t6(inorder(a,node1(a,X0,t2tb5(X1),zip(a,t2tb7(X2),t2tb4(sK7)))))) ),
    inference(superposition,[],[f487,f546]) ).

tff(f546,plain,
    ! [X6: a1,X7: tree_a,X5: uni] : ( tb2t6(inorder(a,node1(a,X5,t2tb5(X6),zip(a,t2tb7(X7),t2tb4(sK7))))) = tb2t6(inorder(a,zip(a,X5,left1(a,t2tb4(sK7),t2tb5(X6),t2tb7(X7))))) ),
    inference(superposition,[],[f524,f447]) ).

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

tff(f187,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(f524,plain,
    ! [X8: tree_a,X6: a1,X7: tree_a] : ( tb2t6(inorder(a,node1(a,t2tb7(X8),t2tb5(X6),zip(a,t2tb7(X7),t2tb4(sK7))))) = tb2t6(inorder(a,zip(a,t2tb7(X8),left1(a,t2tb4(sK7),t2tb5(X6),t2tb7(X7))))) ),
    inference(backward_demodulation,[],[f514,f413]) ).

tff(f514,plain,
    ! [X8: tree_a,X6: a1,X7: tree_a] : ( tb2t6(inorder(a,zip(a,t2tb7(X8),left1(a,t2tb4(sK7),t2tb5(X6),t2tb7(X7))))) = tb2t6(infix_plpl(a,inorder(a,t2tb7(X8)),cons(a,t2tb5(X6),inorder(a,zip(a,t2tb7(X7),t2tb4(sK7)))))) ),
    inference(forward_demodulation,[],[f448,f433]) ).

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

tff(f319,plain,
    ( ( tb2t6(inorder(a,zip(a,node1(a,t2tb7(sK10),t2tb5(sK12),t2tb7(sK11)),left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8))))) != tb2t6(infix_plpl(a,inorder(a,t2tb7(sK10)),cons(a,t2tb5(sK12),inorder(a,zip(a,t2tb7(sK11),left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8))))))) )
    & ! [X6: a1,X7: tree_a,X8: tree_a] : ( tb2t6(inorder(a,zip(a,node1(a,t2tb7(X8),t2tb5(X6),t2tb7(X7)),t2tb4(sK7)))) = tb2t6(infix_plpl(a,inorder(a,t2tb7(X8)),cons(a,t2tb5(X6),inorder(a,zip(a,t2tb7(X7),t2tb4(sK7)))))) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK7,sK8,sK9,sK10,sK11,sK12])],[f316,f318,f317]) ).

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

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

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

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

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

tff(f108,negated_conjecture,
    ~ ! [X2: a1,X3: tree_a,X1: zipper_a] :
        ( ! [X20: tree_a,X25: 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,X20: tree_a,X28: a1] : ( 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,
    ! [X2: a1,X3: tree_a,X1: zipper_a] :
      ( ! [X20: tree_a,X25: 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,X20: tree_a,X28: a1] : ( 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(f949,plain,
    ( ( tb2t6(inorder(a,node1(a,t2tb7(sK10),t2tb5(sK12),node1(a,t2tb7(sK11),t2tb5(sK9),zip(a,t2tb7(sK8),t2tb4(sK7)))))) != tb2t6(inorder(a,zip(a,t2tb7(sK10),left1(a,left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8)),t2tb5(sK12),t2tb7(sK11))))) )
    | spl17_6 ),
    inference(avatar_component_clause,[],[f947]) ).

tff(f947,plain,
    ( spl17_6
  <=> ( tb2t6(inorder(a,node1(a,t2tb7(sK10),t2tb5(sK12),node1(a,t2tb7(sK11),t2tb5(sK9),zip(a,t2tb7(sK8),t2tb4(sK7)))))) = tb2t6(inorder(a,zip(a,t2tb7(sK10),left1(a,left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8)),t2tb5(sK12),t2tb7(sK11))))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl17_6])]) ).

tff(f950,plain,
    ( ~ spl17_6
    | spl17_3 ),
    inference(avatar_split_clause,[],[f945,f537,f947]) ).

tff(f537,plain,
    ( spl17_3
  <=> ( tb2t6(inorder(a,zip(a,t2tb7(sK10),left1(a,left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8)),t2tb5(sK12),t2tb7(sK11))))) = tb2t6(inorder(a,node1(a,t2tb7(sK10),t2tb5(sK12),zip(a,t2tb7(sK11),left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8)))))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl17_3])]) ).

tff(f945,plain,
    ( ( tb2t6(inorder(a,node1(a,t2tb7(sK10),t2tb5(sK12),node1(a,t2tb7(sK11),t2tb5(sK9),zip(a,t2tb7(sK8),t2tb4(sK7)))))) != tb2t6(inorder(a,zip(a,t2tb7(sK10),left1(a,left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8)),t2tb5(sK12),t2tb7(sK11))))) )
    | spl17_3 ),
    inference(backward_demodulation,[],[f539,f944]) ).

tff(f944,plain,
    ! [X2: tree_a,X3: uni,X0: tree_a,X1: a1,X4: uni] : ( inorder(a,node1(a,X3,X4,zip(a,t2tb7(X0),left1(a,t2tb4(sK7),t2tb5(X1),t2tb7(X2))))) = inorder(a,node1(a,X3,X4,node1(a,t2tb7(X0),t2tb5(X1),zip(a,t2tb7(X2),t2tb4(sK7))))) ),
    inference(forward_demodulation,[],[f940,f413]) ).

tff(f940,plain,
    ! [X2: tree_a,X3: uni,X0: tree_a,X1: a1,X4: uni] : ( inorder(a,node1(a,X3,X4,zip(a,t2tb7(X0),left1(a,t2tb4(sK7),t2tb5(X1),t2tb7(X2))))) = infix_plpl(a,inorder(a,X3),cons(a,X4,inorder(a,node1(a,t2tb7(X0),t2tb5(X1),zip(a,t2tb7(X2),t2tb4(sK7)))))) ),
    inference(superposition,[],[f413,f550]) ).

tff(f550,plain,
    ! [X2: tree_a,X0: tree_a,X1: a1] : ( inorder(a,node1(a,t2tb7(X0),t2tb5(X1),zip(a,t2tb7(X2),t2tb4(sK7)))) = inorder(a,zip(a,t2tb7(X0),left1(a,t2tb4(sK7),t2tb5(X1),t2tb7(X2)))) ),
    inference(forward_demodulation,[],[f548,f487]) ).

tff(f548,plain,
    ! [X2: tree_a,X0: tree_a,X1: a1] : ( t2tb6(tb2t6(inorder(a,node1(a,t2tb7(X0),t2tb5(X1),zip(a,t2tb7(X2),t2tb4(sK7)))))) = inorder(a,zip(a,t2tb7(X0),left1(a,t2tb4(sK7),t2tb5(X1),t2tb7(X2)))) ),
    inference(superposition,[],[f487,f524]) ).

tff(f539,plain,
    ( ( tb2t6(inorder(a,zip(a,t2tb7(sK10),left1(a,left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8)),t2tb5(sK12),t2tb7(sK11))))) != tb2t6(inorder(a,node1(a,t2tb7(sK10),t2tb5(sK12),zip(a,t2tb7(sK11),left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8)))))) )
    | spl17_3 ),
    inference(avatar_component_clause,[],[f537]) ).

tff(f778,plain,
    spl17_5,
    inference(avatar_split_clause,[],[f765,f775]) ).

tff(f775,plain,
    ( spl17_5
  <=> ( witness1(loc) = t2tb3(tb2t3(witness1(loc))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl17_5])]) ).

tff(f765,plain,
    witness1(loc) = t2tb3(tb2t3(witness1(loc))),
    inference(resolution,[],[f408,f463]) ).

tff(f463,plain,
    ! [X0: ty] : sort1(X0,witness1(X0)),
    inference(cnf_transformation,[],[f1]) ).

tff(f1,axiom,
    ! [X0: ty] : sort1(X0,witness1(X0)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',witness_sort1) ).

tff(f408,plain,
    ! [X0: uni] :
      ( ~ sort1(loc,X0)
      | ( t2tb3(tb2t3(X0)) = X0 ) ),
    inference(cnf_transformation,[],[f240]) ).

tff(f240,plain,
    ! [X0: uni] :
      ( ~ sort1(loc,X0)
      | ( t2tb3(tb2t3(X0)) = X0 ) ),
    inference(ennf_transformation,[],[f221]) ).

tff(f221,plain,
    ! [X0: uni] :
      ( sort1(loc,X0)
     => ( t2tb3(tb2t3(X0)) = X0 ) ),
    inference(rectify,[],[f77]) ).

tff(f77,axiom,
    ! [X23: uni] :
      ( sort1(loc,X23)
     => ( t2tb3(tb2t3(X23)) = X23 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeR3) ).

tff(f559,plain,
    spl17_4,
    inference(avatar_split_clause,[],[f553,f556]) ).

tff(f556,plain,
    ( spl17_4
  <=> ( t2tb5(tb2t5(witness1(a))) = witness1(a) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl17_4])]) ).

tff(f553,plain,
    t2tb5(tb2t5(witness1(a))) = witness1(a),
    inference(resolution,[],[f362,f463]) ).

tff(f362,plain,
    ! [X0: uni] :
      ( ~ sort1(a,X0)
      | ( t2tb5(tb2t5(X0)) = X0 ) ),
    inference(cnf_transformation,[],[f243]) ).

tff(f243,plain,
    ! [X0: uni] :
      ( ~ sort1(a,X0)
      | ( t2tb5(tb2t5(X0)) = X0 ) ),
    inference(ennf_transformation,[],[f157]) ).

tff(f157,plain,
    ! [X0: uni] :
      ( sort1(a,X0)
     => ( t2tb5(tb2t5(X0)) = X0 ) ),
    inference(rectify,[],[f100]) ).

tff(f100,axiom,
    ! [X23: uni] :
      ( sort1(a,X23)
     => ( t2tb5(tb2t5(X23)) = X23 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bridgeR5) ).

tff(f540,plain,
    ( ~ spl17_3
    | spl17_1 ),
    inference(avatar_split_clause,[],[f535,f520,f537]) ).

tff(f520,plain,
    ( spl17_1
  <=> ( tb2t6(inorder(a,zip(a,t2tb7(sK10),left1(a,left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8)),t2tb5(sK12),t2tb7(sK11))))) = tb2t6(infix_plpl(a,inorder(a,t2tb7(sK10)),cons(a,t2tb5(sK12),inorder(a,zip(a,t2tb7(sK11),left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8))))))) ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl17_1])]) ).

tff(f535,plain,
    ( ( tb2t6(inorder(a,zip(a,t2tb7(sK10),left1(a,left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8)),t2tb5(sK12),t2tb7(sK11))))) != tb2t6(inorder(a,node1(a,t2tb7(sK10),t2tb5(sK12),zip(a,t2tb7(sK11),left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8)))))) )
    | spl17_1 ),
    inference(forward_demodulation,[],[f522,f413]) ).

tff(f522,plain,
    ( ( tb2t6(inorder(a,zip(a,t2tb7(sK10),left1(a,left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8)),t2tb5(sK12),t2tb7(sK11))))) != tb2t6(infix_plpl(a,inorder(a,t2tb7(sK10)),cons(a,t2tb5(sK12),inorder(a,zip(a,t2tb7(sK11),left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8))))))) )
    | spl17_1 ),
    inference(avatar_component_clause,[],[f520]) ).

tff(f534,plain,
    ~ spl17_2,
    inference(avatar_split_clause,[],[f456,f531]) ).

tff(f531,plain,
    ( spl17_2
  <=> ( true1 = false1 ) ),
    introduced(avatar_definition,[new_symbols(naming,[spl17_2])]) ).

tff(f456,plain,
    true1 != false1,
    inference(cnf_transformation,[],[f5]) ).

tff(f5,axiom,
    true1 != false1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',true_False) ).

tff(f523,plain,
    ~ spl17_1,
    inference(avatar_split_clause,[],[f518,f520]) ).

tff(f518,plain,
    tb2t6(inorder(a,zip(a,t2tb7(sK10),left1(a,left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8)),t2tb5(sK12),t2tb7(sK11))))) != tb2t6(infix_plpl(a,inorder(a,t2tb7(sK10)),cons(a,t2tb5(sK12),inorder(a,zip(a,t2tb7(sK11),left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8))))))),
    inference(forward_demodulation,[],[f449,f433]) ).

tff(f449,plain,
    tb2t6(inorder(a,zip(a,node1(a,t2tb7(sK10),t2tb5(sK12),t2tb7(sK11)),left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8))))) != tb2t6(infix_plpl(a,inorder(a,t2tb7(sK10)),cons(a,t2tb5(sK12),inorder(a,zip(a,t2tb7(sK11),left1(a,t2tb4(sK7),t2tb5(sK9),t2tb7(sK8))))))),
    inference(cnf_transformation,[],[f319]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.01/0.12  % Problem    : SWW661=2 : TPTP v8.1.0. Released v6.1.0.
% 0.12/0.13  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule snake_tptp_sat --cores 0 -t %d %s
% 0.13/0.34  % Computer : n020.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:00:45 EDT 2022
% 0.19/0.34  % CPUTime    : 
% 0.19/0.44  % (6588)fmb+10_1:1_bce=on:fmbsr=1.5:nm=4:skr=on:i=191324:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/191324Mi)
% 0.19/0.48  % (6605)fmb+10_1:1_bce=on:i=59:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/59Mi)
% 0.19/0.49  % (6588)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.19/0.49  % (6588)Terminated due to inappropriate strategy.
% 0.19/0.49  % (6588)------------------------------
% 0.19/0.49  % (6588)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.49  % (6588)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.49  % (6588)Termination reason: Inappropriate
% 0.19/0.49  
% 0.19/0.49  % (6588)Memory used [KB]: 1279
% 0.19/0.49  % (6588)Time elapsed: 0.011 s
% 0.19/0.49  % (6588)Instructions burned: 12 (million)
% 0.19/0.49  % (6588)------------------------------
% 0.19/0.49  % (6588)------------------------------
% 0.19/0.49  % (6613)ott+10_1:5_bd=off:tgt=full:i=500:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/500Mi)
% 0.19/0.50  % (6596)dis+2_1:64_add=large:bce=on:bd=off:i=2:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/2Mi)
% 0.19/0.50  % (6605)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.19/0.51  % (6605)Terminated due to inappropriate strategy.
% 0.19/0.51  % (6605)------------------------------
% 0.19/0.51  % (6605)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.51  % (6605)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.51  % (6605)Termination reason: Inappropriate
% 0.19/0.51  
% 0.19/0.51  % (6605)Memory used [KB]: 1279
% 0.19/0.51  % (6605)Time elapsed: 0.014 s
% 0.19/0.51  % (6605)Instructions burned: 13 (million)
% 0.19/0.51  % (6605)------------------------------
% 0.19/0.51  % (6605)------------------------------
% 0.19/0.51  % (6596)Instruction limit reached!
% 0.19/0.51  % (6596)------------------------------
% 0.19/0.51  % (6596)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.51  % (6596)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.51  % (6596)Termination reason: Unknown
% 0.19/0.51  % (6596)Termination phase: Property scanning
% 0.19/0.51  
% 0.19/0.51  % (6596)Memory used [KB]: 1023
% 0.19/0.51  % (6596)Time elapsed: 0.005 s
% 0.19/0.51  % (6596)Instructions burned: 4 (million)
% 0.19/0.51  % (6596)------------------------------
% 0.19/0.51  % (6596)------------------------------
% 0.19/0.52  % (6602)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/68Mi)
% 0.19/0.52  % (6611)ott+11_1:1_drc=off:nwc=5.0:slsq=on:slsqc=1:spb=goal_then_units:to=lpo:i=467:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/467Mi)
% 0.19/0.52  % (6594)fmb+10_1:1_fmbsr=2.0:nm=4:skr=on:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.19/0.52  % (6589)ott+10_1:32_abs=on:br=off:urr=ec_only:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.19/0.53  % (6592)ott+33_1:4_s2a=on:tgt=ground:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.19/0.53  % (6603)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=75:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/75Mi)
% 0.19/0.53  % (6590)ott+4_1:1_av=off:bd=off:nwc=5.0:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=37:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/37Mi)
% 0.19/0.53  % (6600)ott+10_1:28_bd=off:bs=on:tgt=ground:i=101:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/101Mi)
% 0.19/0.53  % (6591)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.19/0.53  % (6595)dis+10_1:1_fsd=on:sp=occurrence:i=7:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/7Mi)
% 0.19/0.54  % (6609)ott+3_1:1_gsp=on:lcm=predicate:i=138:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/138Mi)
% 0.19/0.54  % (6615)ott+11_2:3_av=off:fde=unused:nwc=5.0:tgt=ground:i=177:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/177Mi)
% 0.19/0.54  % (6595)Instruction limit reached!
% 0.19/0.54  % (6595)------------------------------
% 0.19/0.54  % (6595)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.54  % (6595)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.54  % (6595)Termination reason: Unknown
% 0.19/0.54  % (6595)Termination phase: Preprocessing 3
% 0.19/0.54  
% 0.19/0.54  % (6595)Memory used [KB]: 1151
% 0.19/0.54  % (6595)Time elapsed: 0.004 s
% 0.19/0.54  % (6595)Instructions burned: 8 (million)
% 0.19/0.54  % (6595)------------------------------
% 0.19/0.54  % (6595)------------------------------
% 0.19/0.54  % (6610)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=498:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/498Mi)
% 0.19/0.54  % (6594)WARNING: trying to run FMB on interpreted or otherwise provably infinite-domain problem!
% 0.19/0.54  % (6614)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/68Mi)
% 0.19/0.54  % (6601)ott+10_1:5_bd=off:tgt=full:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.19/0.54  % (6599)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.19/0.54  % (6604)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=99:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/99Mi)
% 0.19/0.54  % (6616)ott+33_1:4_s2a=on:tgt=ground:i=439:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/439Mi)
% 0.19/0.55  % (6594)Terminated due to inappropriate strategy.
% 0.19/0.55  % (6594)------------------------------
% 0.19/0.55  % (6594)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 0.19/0.55  % (6594)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 0.19/0.55  % (6594)Termination reason: Inappropriate
% 0.19/0.55  
% 0.19/0.55  % (6594)Memory used [KB]: 1151
% 0.19/0.55  % (6594)Time elapsed: 0.006 s
% 0.19/0.55  % (6594)Instructions burned: 12 (million)
% 0.19/0.55  % (6594)------------------------------
% 0.19/0.55  % (6594)------------------------------
% 0.19/0.55  % (6598)ott+2_1:1_fsr=off:gsp=on:i=50:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/50Mi)
% 0.19/0.55  % (6606)ott+10_1:1_tgt=ground:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.19/0.55  % (6597)ott-1_1:6_av=off:cond=on:fsr=off:nwc=3.0:i=51:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/51Mi)
% 0.19/0.55  % (6607)ott+4_1:1_av=off:bd=off:nwc=5.0:rp=on:s2a=on:s2at=2.0:slsq=on:slsqc=2:slsql=off:slsqr=1,2:sp=frequency:i=100:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/100Mi)
% 0.19/0.55  % (6608)ott+10_1:8_bsd=on:fsd=on:lcm=predicate:nwc=5.0:s2a=on:s2at=1.5:spb=goal_then_units:i=176:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/176Mi)
% 0.19/0.55  % (6612)ott+10_1:1_kws=precedence:tgt=ground:i=482:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/482Mi)
% 0.19/0.55  % (6593)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=48:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/48Mi)
% 0.19/0.56  % (6617)ott+10_7:2_awrs=decay:awrsf=8:bd=preordered:drc=off:fd=preordered:fde=unused:fsr=off:slsq=on:slsqc=2:slsqr=5,8:sp=const_min:spb=units:to=lpo:i=355:si=on:rawr=on:rtra=on_0 on theBenchmark for (2999ds/355Mi)
% 1.66/0.59  % (6590)Instruction limit reached!
% 1.66/0.59  % (6590)------------------------------
% 1.66/0.59  % (6590)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.88/0.60  % (6591)Instruction limit reached!
% 1.88/0.60  % (6591)------------------------------
% 1.88/0.60  % (6591)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.88/0.60  % (6590)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.88/0.60  % (6590)Termination reason: Unknown
% 1.88/0.60  % (6590)Termination phase: Saturation
% 1.88/0.60  
% 1.88/0.60  % (6590)Memory used [KB]: 1791
% 1.88/0.60  % (6590)Time elapsed: 0.185 s
% 1.88/0.60  % (6590)Instructions burned: 39 (million)
% 1.88/0.60  % (6590)------------------------------
% 1.88/0.60  % (6590)------------------------------
% 1.88/0.60  % (6589)Instruction limit reached!
% 1.88/0.60  % (6589)------------------------------
% 1.88/0.60  % (6589)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.88/0.60  % (6589)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.88/0.60  % (6589)Termination reason: Unknown
% 1.88/0.60  % (6589)Termination phase: Saturation
% 1.88/0.60  
% 1.88/0.60  % (6589)Memory used [KB]: 6268
% 1.88/0.60  % (6589)Time elapsed: 0.182 s
% 1.88/0.60  % (6589)Instructions burned: 50 (million)
% 1.88/0.60  % (6589)------------------------------
% 1.88/0.60  % (6589)------------------------------
% 1.88/0.61  % (6591)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.88/0.61  % (6591)Termination reason: Unknown
% 1.88/0.61  % (6591)Termination phase: Saturation
% 1.88/0.61  
% 1.88/0.61  % (6591)Memory used [KB]: 6268
% 1.88/0.61  % (6591)Time elapsed: 0.196 s
% 1.88/0.61  % (6591)Instructions burned: 51 (million)
% 1.88/0.61  % (6591)------------------------------
% 1.88/0.61  % (6591)------------------------------
% 1.88/0.61  % (6592)Instruction limit reached!
% 1.88/0.61  % (6592)------------------------------
% 1.88/0.61  % (6592)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.88/0.62  % (6598)Instruction limit reached!
% 1.88/0.62  % (6598)------------------------------
% 1.88/0.62  % (6598)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.88/0.62  % (6619)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=388:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/388Mi)
% 1.88/0.63  % (6602)Instruction limit reached!
% 1.88/0.63  % (6602)------------------------------
% 1.88/0.63  % (6602)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.88/0.63  % (6598)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.88/0.63  % (6598)Termination reason: Unknown
% 1.88/0.63  % (6598)Termination phase: Saturation
% 1.88/0.63  
% 1.88/0.63  % (6598)Memory used [KB]: 6524
% 1.88/0.63  % (6598)Time elapsed: 0.197 s
% 1.88/0.63  % (6598)Instructions burned: 51 (million)
% 1.88/0.63  % (6598)------------------------------
% 1.88/0.63  % (6598)------------------------------
% 1.88/0.63  % (6592)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.88/0.63  % (6592)Termination reason: Unknown
% 1.88/0.63  % (6592)Termination phase: Saturation
% 1.88/0.63  
% 1.88/0.63  % (6592)Memory used [KB]: 6396
% 1.88/0.63  % (6592)Time elapsed: 0.190 s
% 1.88/0.63  % (6592)Instructions burned: 51 (million)
% 1.88/0.63  % (6592)------------------------------
% 1.88/0.63  % (6592)------------------------------
% 1.88/0.63  % (6602)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.88/0.63  % (6602)Termination reason: Unknown
% 1.88/0.63  % (6602)Termination phase: Saturation
% 1.88/0.63  
% 1.88/0.63  % (6602)Memory used [KB]: 7036
% 1.88/0.63  % (6602)Time elapsed: 0.050 s
% 1.88/0.63  % (6602)Instructions burned: 69 (million)
% 1.88/0.63  % (6602)------------------------------
% 1.88/0.63  % (6602)------------------------------
% 1.88/0.64  % (6593)Instruction limit reached!
% 1.88/0.64  % (6593)------------------------------
% 1.88/0.64  % (6593)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 1.88/0.64  % (6593)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 1.88/0.64  % (6593)Termination reason: Unknown
% 1.88/0.64  % (6593)Termination phase: Saturation
% 1.88/0.64  
% 1.88/0.64  % (6593)Memory used [KB]: 6140
% 1.88/0.64  % (6593)Time elapsed: 0.232 s
% 1.88/0.64  % (6593)Instructions burned: 49 (million)
% 1.88/0.64  % (6593)------------------------------
% 1.88/0.64  % (6593)------------------------------
% 2.26/0.64  % (6603)Instruction limit reached!
% 2.26/0.64  % (6603)------------------------------
% 2.26/0.64  % (6603)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.26/0.64  % (6603)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.26/0.64  % (6603)Termination reason: Unknown
% 2.26/0.64  % (6603)Termination phase: Saturation
% 2.26/0.64  
% 2.26/0.64  % (6603)Memory used [KB]: 2430
% 2.26/0.64  % (6603)Time elapsed: 0.197 s
% 2.26/0.64  % (6603)Instructions burned: 76 (million)
% 2.26/0.64  % (6603)------------------------------
% 2.26/0.64  % (6603)------------------------------
% 2.29/0.65  % (6597)Instruction limit reached!
% 2.29/0.65  % (6597)------------------------------
% 2.29/0.65  % (6597)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.29/0.65  % (6597)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.29/0.65  % (6597)Termination reason: Unknown
% 2.29/0.65  % (6597)Termination phase: Saturation
% 2.29/0.65  
% 2.29/0.65  % (6597)Memory used [KB]: 1791
% 2.29/0.65  % (6597)Time elapsed: 0.245 s
% 2.29/0.65  % (6597)Instructions burned: 52 (million)
% 2.29/0.65  % (6597)------------------------------
% 2.29/0.65  % (6597)------------------------------
% 2.29/0.66  % (6620)ott-1_1:6_av=off:cond=on:fsr=off:nwc=3.0:i=211:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/211Mi)
% 2.29/0.66  % (6621)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/90Mi)
% 2.29/0.67  % (6614)Instruction limit reached!
% 2.29/0.67  % (6614)------------------------------
% 2.29/0.67  % (6614)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.29/0.67  % (6614)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.29/0.67  % (6614)Termination reason: Unknown
% 2.29/0.67  % (6614)Termination phase: Saturation
% 2.29/0.67  
% 2.29/0.67  % (6614)Memory used [KB]: 7036
% 2.29/0.67  % (6614)Time elapsed: 0.037 s
% 2.29/0.67  % (6614)Instructions burned: 68 (million)
% 2.29/0.67  % (6614)------------------------------
% 2.29/0.67  % (6614)------------------------------
% 2.29/0.67  % (6622)ott+1_1:2_i=920:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/920Mi)
% 2.29/0.69  % (6623)ott+1_1:7_bd=off:i=934:si=on:rawr=on:rtra=on_0 on theBenchmark for (2998ds/934Mi)
% 2.29/0.70  % (6600)Instruction limit reached!
% 2.29/0.70  % (6600)------------------------------
% 2.29/0.70  % (6600)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.62/0.71  % (6606)Instruction limit reached!
% 2.62/0.71  % (6606)------------------------------
% 2.62/0.71  % (6606)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.62/0.71  % (6606)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.62/0.71  % (6606)Termination reason: Unknown
% 2.62/0.71  % (6606)Termination phase: Saturation
% 2.62/0.71  
% 2.62/0.71  % (6606)Memory used [KB]: 7291
% 2.62/0.71  % (6606)Time elapsed: 0.275 s
% 2.62/0.71  % (6606)Instructions burned: 100 (million)
% 2.62/0.71  % (6606)------------------------------
% 2.62/0.71  % (6606)------------------------------
% 2.62/0.72  % (6600)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.62/0.72  % (6600)Termination reason: Unknown
% 2.62/0.72  % (6600)Termination phase: Saturation
% 2.62/0.72  
% 2.62/0.72  % (6600)Memory used [KB]: 6652
% 2.62/0.72  % (6600)Time elapsed: 0.296 s
% 2.62/0.72  % (6600)Instructions burned: 101 (million)
% 2.62/0.72  % (6600)------------------------------
% 2.62/0.72  % (6600)------------------------------
% 2.62/0.72  % (6604)Instruction limit reached!
% 2.62/0.72  % (6604)------------------------------
% 2.62/0.72  % (6604)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.62/0.72  % (6604)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.62/0.72  % (6604)Termination reason: Unknown
% 2.62/0.72  % (6604)Termination phase: Saturation
% 2.62/0.72  
% 2.62/0.72  % (6604)Memory used [KB]: 6652
% 2.62/0.72  % (6604)Time elapsed: 0.318 s
% 2.62/0.72  % (6604)Instructions burned: 101 (million)
% 2.62/0.72  % (6604)------------------------------
% 2.62/0.72  % (6604)------------------------------
% 2.62/0.72  % (6601)Instruction limit reached!
% 2.62/0.72  % (6601)------------------------------
% 2.62/0.72  % (6601)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.62/0.72  % (6601)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.62/0.72  % (6601)Termination reason: Unknown
% 2.62/0.72  % (6601)Termination phase: Saturation
% 2.62/0.72  
% 2.62/0.72  % (6601)Memory used [KB]: 6780
% 2.62/0.72  % (6601)Time elapsed: 0.307 s
% 2.62/0.72  % (6601)Instructions burned: 99 (million)
% 2.62/0.72  % (6601)------------------------------
% 2.62/0.72  % (6601)------------------------------
% 2.62/0.72  % (6599)Instruction limit reached!
% 2.62/0.72  % (6599)------------------------------
% 2.62/0.72  % (6599)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.62/0.73  % (6607)Instruction limit reached!
% 2.62/0.73  % (6607)------------------------------
% 2.62/0.73  % (6607)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.62/0.73  % (6607)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.62/0.73  % (6607)Termination reason: Unknown
% 2.62/0.73  % (6607)Termination phase: Saturation
% 2.62/0.73  
% 2.62/0.73  % (6607)Memory used [KB]: 2686
% 2.62/0.73  % (6607)Time elapsed: 0.310 s
% 2.62/0.73  % (6607)Instructions burned: 101 (million)
% 2.62/0.73  % (6607)------------------------------
% 2.62/0.73  % (6607)------------------------------
% 2.62/0.73  % (6599)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.62/0.73  % (6599)Termination reason: Unknown
% 2.62/0.73  % (6599)Termination phase: Saturation
% 2.62/0.73  
% 2.62/0.73  % (6599)Memory used [KB]: 6652
% 2.62/0.73  % (6599)Time elapsed: 0.328 s
% 2.62/0.73  % (6599)Instructions burned: 101 (million)
% 2.62/0.73  % (6599)------------------------------
% 2.62/0.73  % (6599)------------------------------
% 2.62/0.73  % (6624)ott+10_1:50_bsr=unit_only:drc=off:fd=preordered:sp=frequency:i=747:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/747Mi)
% 2.62/0.74  % (6625)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=655:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/655Mi)
% 2.62/0.74  % (6626)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/68Mi)
% 2.62/0.75  % (6629)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/90Mi)
% 2.92/0.76  WARNING Broken Constraint: if sine_depth(2) has been set then sine_selection(off) is not equal to off
% 2.92/0.76  % (6627)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=940:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/940Mi)
% 2.92/0.77  % (6609)Instruction limit reached!
% 2.92/0.77  % (6609)------------------------------
% 2.92/0.77  % (6609)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.92/0.77  % (6630)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=2016:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/2016Mi)
% 2.92/0.77  % (6631)dis+10_1:2_atotf=0.3:i=3735:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/3735Mi)
% 2.92/0.77  % (6628)ott+11_4:1_br=off:fde=none:s2a=on:sd=2:sp=frequency:urr=on:i=981:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/981Mi)
% 2.92/0.78  % (6632)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=4958:si=on:rawr=on:rtra=on_0 on theBenchmark for (2997ds/4958Mi)
% 2.92/0.78  % (6609)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.92/0.78  % (6609)Termination reason: Unknown
% 2.92/0.78  % (6609)Termination phase: Saturation
% 2.92/0.78  
% 2.92/0.78  % (6609)Memory used [KB]: 7803
% 2.92/0.78  % (6609)Time elapsed: 0.364 s
% 2.92/0.78  % (6609)Instructions burned: 138 (million)
% 2.92/0.78  % (6609)------------------------------
% 2.92/0.78  % (6609)------------------------------
% 2.92/0.82  % (6633)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=4959:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/4959Mi)
% 2.92/0.82  % (6621)Instruction limit reached!
% 2.92/0.82  % (6621)------------------------------
% 2.92/0.82  % (6621)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 2.92/0.82  % (6621)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 2.92/0.82  % (6621)Termination reason: Unknown
% 2.92/0.82  % (6621)Termination phase: Saturation
% 2.92/0.82  
% 2.92/0.82  % (6621)Memory used [KB]: 6780
% 2.92/0.82  % (6621)Time elapsed: 0.257 s
% 2.92/0.82  % (6621)Instructions burned: 90 (million)
% 2.92/0.82  % (6621)------------------------------
% 2.92/0.82  % (6621)------------------------------
% 2.92/0.83  % (6634)ott+10_1:1_kws=precedence:tgt=ground:i=4756:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/4756Mi)
% 3.27/0.85  % (6637)ott+11_9:8_amm=off:bsd=on:etr=on:fsd=on:fsr=off:lma=on:newcnf=on:nm=0:nwc=3.0:s2a=on:s2agt=10:sas=z3:tha=some:i=1824:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/1824Mi)
% 3.27/0.86  % (6638)dis+34_1:32_abs=on:add=off:bsr=on:gsp=on:sp=weighted_frequency:i=2134:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/2134Mi)
% 3.27/0.86  % (6635)ott+3_1:1_atotf=0.2:fsr=off:kws=precedence:sp=weighted_frequency:spb=intro:tgt=ground:i=4931:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/4931Mi)
% 3.27/0.86  % (6636)ins+10_1:1_awrs=decay:awrsf=30:bsr=unit_only:foolp=on:igrr=8/457:igs=10:igwr=on:nwc=1.5:sp=weighted_frequency:to=lpo:uhcvi=on:i=68:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/68Mi)
% 3.27/0.87  % (6639)ott-1_1:1_sp=const_frequency:i=2891:si=on:rawr=on:rtra=on_0 on theBenchmark for (2996ds/2891Mi)
% 3.27/0.87  % (6615)Instruction limit reached!
% 3.27/0.87  % (6615)------------------------------
% 3.27/0.87  % (6615)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.27/0.87  % (6615)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.27/0.87  % (6615)Termination reason: Unknown
% 3.27/0.87  % (6615)Termination phase: Saturation
% 3.27/0.87  
% 3.27/0.87  % (6615)Memory used [KB]: 4093
% 3.27/0.87  % (6615)Time elapsed: 0.453 s
% 3.27/0.87  % (6615)Instructions burned: 178 (million)
% 3.27/0.87  % (6615)------------------------------
% 3.27/0.87  % (6615)------------------------------
% 3.27/0.87  % (6626)Instruction limit reached!
% 3.27/0.87  % (6626)------------------------------
% 3.27/0.87  % (6626)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.27/0.87  % (6626)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.27/0.87  % (6626)Termination reason: Unknown
% 3.27/0.87  % (6626)Termination phase: Saturation
% 3.27/0.87  
% 3.27/0.87  % (6626)Memory used [KB]: 7036
% 3.27/0.87  % (6626)Time elapsed: 0.039 s
% 3.27/0.87  % (6626)Instructions burned: 69 (million)
% 3.27/0.87  % (6626)------------------------------
% 3.27/0.87  % (6626)------------------------------
% 3.27/0.88  % (6608)Instruction limit reached!
% 3.27/0.88  % (6608)------------------------------
% 3.27/0.88  % (6608)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.27/0.88  % (6608)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.27/0.88  % (6608)Termination reason: Unknown
% 3.27/0.88  % (6608)Termination phase: Saturation
% 3.27/0.88  
% 3.27/0.88  % (6608)Memory used [KB]: 7675
% 3.27/0.88  % (6608)Time elapsed: 0.480 s
% 3.27/0.88  % (6608)Instructions burned: 176 (million)
% 3.27/0.88  % (6608)------------------------------
% 3.27/0.88  % (6608)------------------------------
% 3.50/0.91  % (6629)Instruction limit reached!
% 3.50/0.91  % (6629)------------------------------
% 3.50/0.91  % (6629)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.50/0.91  % (6629)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.50/0.91  % (6629)Termination reason: Unknown
% 3.50/0.91  % (6629)Termination phase: Saturation
% 3.50/0.91  
% 3.50/0.91  % (6629)Memory used [KB]: 6652
% 3.50/0.91  % (6629)Time elapsed: 0.217 s
% 3.50/0.91  % (6629)Instructions burned: 92 (million)
% 3.50/0.91  % (6629)------------------------------
% 3.50/0.91  % (6629)------------------------------
% 3.50/0.92  % (6640)dis+2_1:64_add=large:bce=on:bd=off:i=4585:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/4585Mi)
% 3.66/0.94  % (6641)dis+22_1:128_bsd=on:rp=on:slsq=on:slsqc=1:slsqr=1,6:sp=frequency:spb=goal:thsq=on:thsqc=16:thsqd=1:thsql=off:i=90:si=on:rawr=on:rtra=on_0 on theBenchmark for (2995ds/90Mi)
% 3.68/0.97  % (6636)Instruction limit reached!
% 3.68/0.97  % (6636)------------------------------
% 3.68/0.97  % (6636)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.68/0.97  % (6636)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.68/0.97  % (6636)Termination reason: Unknown
% 3.68/0.97  % (6636)Termination phase: Saturation
% 3.68/0.97  
% 3.68/0.97  % (6636)Memory used [KB]: 7164
% 3.68/0.97  % (6636)Time elapsed: 0.034 s
% 3.68/0.97  % (6636)Instructions burned: 69 (million)
% 3.68/0.97  % (6636)------------------------------
% 3.68/0.97  % (6636)------------------------------
% 3.93/1.01  % (6644)ott+11_9:8_add=large:afp=10:amm=off:fsd=on:fsr=off:lma=on:nm=0:nwc=2.4:s2a=on:s2agt=10:sas=z3:sp=reverse_arity:tha=some:thi=overlap:i=9965:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/9965Mi)
% 3.93/1.01  % (6645)ott+10_1:32_bd=off:fsr=off:newcnf=on:tgt=full:i=9877:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/9877Mi)
% 3.93/1.01  % (6643)dis+10_1:2_atotf=0.3:i=8004:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/8004Mi)
% 3.93/1.01  % (6642)dis+21_1:1_av=off:er=filter:slsq=on:slsqc=0:slsqr=1,1:sp=frequency:to=lpo:i=2016:si=on:rawr=on:rtra=on_0 on theBenchmark for (2994ds/2016Mi)
% 3.93/1.03  % (6620)Instruction limit reached!
% 3.93/1.03  % (6620)------------------------------
% 3.93/1.03  % (6620)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.93/1.03  % (6620)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.93/1.03  % (6620)Termination reason: Unknown
% 3.93/1.03  % (6620)Termination phase: Saturation
% 3.93/1.03  
% 3.93/1.03  % (6620)Memory used [KB]: 4093
% 3.93/1.03  % (6620)Time elapsed: 0.483 s
% 3.93/1.03  % (6620)Instructions burned: 211 (million)
% 3.93/1.03  % (6620)------------------------------
% 3.93/1.03  % (6620)------------------------------
% 3.93/1.04  % (6641)Instruction limit reached!
% 3.93/1.04  % (6641)------------------------------
% 3.93/1.04  % (6641)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.93/1.04  % (6641)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.93/1.04  % (6641)Termination reason: Unknown
% 3.93/1.04  % (6641)Termination phase: Saturation
% 3.93/1.04  
% 3.93/1.04  % (6641)Memory used [KB]: 6780
% 3.93/1.04  % (6641)Time elapsed: 0.155 s
% 3.93/1.04  % (6641)Instructions burned: 90 (million)
% 3.93/1.04  % (6641)------------------------------
% 3.93/1.04  % (6641)------------------------------
% 3.93/1.06  % (6610)Instruction limit reached!
% 3.93/1.06  % (6610)------------------------------
% 3.93/1.06  % (6610)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 3.93/1.06  % (6610)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 3.93/1.06  % (6610)Termination reason: Unknown
% 3.93/1.06  % (6610)Termination phase: Saturation
% 3.93/1.06  
% 3.93/1.06  % (6610)Memory used [KB]: 4733
% 3.93/1.06  % (6610)Time elapsed: 0.636 s
% 3.93/1.06  % (6610)Instructions burned: 501 (million)
% 3.93/1.06  % (6610)------------------------------
% 3.93/1.06  % (6610)------------------------------
% 5.64/1.08  % (6646)ins+10_1:16_bce=on:fde=unused:igpr=on:igs=35:igwr=on:sp=const_frequency:tgt=full:to=lpo:i=9902:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/9902Mi)
% 5.64/1.13  % (6648)dis+2_1:64_add=large:bce=on:bd=off:i=9989:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/9989Mi)
% 5.64/1.16  % (6611)Instruction limit reached!
% 5.64/1.16  % (6611)------------------------------
% 5.64/1.16  % (6611)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 5.64/1.16  % (6617)Instruction limit reached!
% 5.64/1.16  % (6617)------------------------------
% 5.64/1.16  % (6617)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 5.64/1.16  % (6617)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 5.64/1.16  % (6617)Termination reason: Unknown
% 5.64/1.16  % (6617)Termination phase: Saturation
% 5.64/1.16  
% 5.64/1.16  % (6617)Memory used [KB]: 9210
% 5.64/1.16  % (6617)Time elapsed: 0.709 s
% 5.64/1.16  % (6617)Instructions burned: 357 (million)
% 5.64/1.16  % (6617)------------------------------
% 5.64/1.16  % (6617)------------------------------
% 5.64/1.16  % (6647)ott+11_9:8_amm=off:bsd=on:etr=on:fsd=on:fsr=off:lma=on:newcnf=on:nm=0:nwc=3.0:s2a=on:s2agt=10:sas=z3:tha=some:i=1824:si=on:rawr=on:rtra=on_0 on theBenchmark for (2993ds/1824Mi)
% 5.64/1.16  % (6611)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 5.64/1.16  % (6611)Termination reason: Unknown
% 5.64/1.16  % (6611)Termination phase: Saturation
% 5.64/1.16  
% 5.64/1.16  % (6611)Memory used [KB]: 11001
% 5.64/1.16  % (6611)Time elapsed: 0.717 s
% 5.64/1.16  % (6611)Instructions burned: 468 (million)
% 5.64/1.16  % (6611)------------------------------
% 5.64/1.16  % (6611)------------------------------
% 6.42/1.19  % (6649)ott-11_1:32_i=9707:si=on:rawr=on:rtra=on_0 on theBenchmark for (2992ds/9707Mi)
% 6.68/1.22  % (6632)First to succeed.
% 6.68/1.24  % (6616)Instruction limit reached!
% 6.68/1.24  % (6616)------------------------------
% 6.68/1.24  % (6616)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.68/1.24  % (6616)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.68/1.24  % (6616)Termination reason: Unknown
% 6.68/1.24  % (6616)Termination phase: Saturation
% 6.68/1.24  
% 6.68/1.24  % (6616)Memory used [KB]: 11385
% 6.68/1.24  % (6616)Time elapsed: 0.807 s
% 6.68/1.24  % (6616)Instructions burned: 440 (million)
% 6.68/1.24  % (6616)------------------------------
% 6.68/1.24  % (6616)------------------------------
% 6.92/1.25  % (6632)Refutation found. Thanks to Tanya!
% 6.92/1.25  % SZS status Theorem for theBenchmark
% 6.92/1.25  % SZS output start Proof for theBenchmark
% See solution above
% 6.92/1.25  % (6632)------------------------------
% 6.92/1.25  % (6632)Version: Vampire 4.7 (commit 807e37dd9 on 2022-08-23 09:55:27 +0200)
% 6.92/1.25  % (6632)Linked with Z3 4.8.13.0 f03d756e086f81f2596157241e0decfb1c982299 z3-4.8.4-5390-gf03d756e0
% 6.92/1.25  % (6632)Termination reason: Refutation
% 6.92/1.25  
% 6.92/1.25  % (6632)Memory used [KB]: 3070
% 6.92/1.25  % (6632)Time elapsed: 0.557 s
% 6.92/1.25  % (6632)Instructions burned: 305 (million)
% 6.92/1.25  % (6632)------------------------------
% 6.92/1.25  % (6632)------------------------------
% 6.92/1.25  % (6587)Success in time 0.892 s
%------------------------------------------------------------------------------