TSTP Solution File: LCL830_5 by Vampire---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.8
% Problem  : LCL830_5 : TPTP v8.2.0. Released v6.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s

% Computer : n032.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 : Tue May 21 00:23:19 EDT 2024

% Result   : Theorem 1.47s 0.95s
% Output   : Refutation 1.47s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   83
% Syntax   : Number of formulae    :  101 (  14 unt;  78 typ;   0 def)
%            Number of atoms       :   61 (  51 equ)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :   62 (  24   ~;  18   |;  17   &)
%                                         (   2 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   7 avg)
%            Maximal term depth    :    9 (   2 avg)
%            Number of types       :    4 (   3 usr)
%            Number of type conns  :  105 (  49   >;  56   *;   0   +;   0  <<)
%            Number of predicates  :   12 (  10 usr;   1 prp; 0-3 aty)
%            Number of functors    :   65 (  65 usr;  14 con; 0-6 aty)
%            Number of variables   :  170 (  86   !;  10   ?; 170   :)
%                                         (  74  !>;   0  ?*;   0  @-;   0  @+)

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

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

tff(type_def_7,type,
    list: $tType > $tType ).

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

tff(type_def_9,type,
    fun: ( $tType * $tType ) > $tType ).

tff(func_def_0,type,
    combb: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( fun(X0,X1) * fun(X2,X0) ) > fun(X2,X1) ) ).

tff(func_def_1,type,
    combc: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( fun(X0,fun(X1,X2)) > fun(X1,fun(X0,X2)) ) ).

tff(func_def_2,type,
    combi: 
      !>[X0: $tType] : fun(X0,X0) ).

tff(func_def_3,type,
    combk: 
      !>[X0: $tType,X1: $tType] : fun(X0,fun(X1,X0)) ).

tff(func_def_4,type,
    combs: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( fun(X0,fun(X1,X2)) * fun(X0,X1) ) > fun(X0,X2) ) ).

tff(func_def_5,type,
    n_lists: 
      !>[X0: $tType] : ( ( nat * list(X0) ) > list(list(X0)) ) ).

tff(func_def_6,type,
    zero_zero: 
      !>[X0: $tType] : X0 ).

tff(func_def_7,type,
    it: fun(dB,bool) ).

tff(func_def_8,type,
    var: nat > dB ).

tff(func_def_9,type,
    dB_case: 
      !>[X0: $tType] : ( ( fun(nat,X0) * fun(dB,fun(dB,X0)) * fun(dB,X0) * dB ) > X0 ) ).

tff(func_def_10,type,
    dB_rec: 
      !>[X0: $tType] : ( ( fun(nat,X0) * fun(dB,fun(dB,fun(X0,fun(X0,X0)))) * fun(dB,fun(X0,X0)) * dB ) > X0 ) ).

tff(func_def_11,type,
    dB_size: dB > nat ).

tff(func_def_12,type,
    lift: fun(dB,fun(nat,dB)) ).

tff(func_def_13,type,
    liftn: ( nat * dB * nat ) > dB ).

tff(func_def_14,type,
    subst: fun(dB,fun(dB,fun(nat,dB))) ).

tff(func_def_15,type,
    substn: ( dB * dB * nat ) > dB ).

tff(func_def_16,type,
    concat: 
      !>[X0: $tType] : ( list(list(X0)) > list(X0) ) ).

tff(func_def_17,type,
    filter: 
      !>[X0: $tType] : ( fun(X0,bool) > fun(list(X0),list(X0)) ) ).

tff(func_def_18,type,
    hd: 
      !>[X0: $tType] : fun(list(X0),X0) ).

tff(func_def_19,type,
    insert: 
      !>[X0: $tType] : ( ( X0 * list(X0) ) > list(X0) ) ).

tff(func_def_20,type,
    cons: 
      !>[X0: $tType] : fun(X0,fun(list(X0),list(X0))) ).

tff(func_def_21,type,
    nil: 
      !>[X0: $tType] : list(X0) ).

tff(func_def_22,type,
    list_case: 
      !>[X0: $tType,X1: $tType] : ( ( X0 * fun(X1,fun(list(X1),X0)) ) > fun(list(X1),X0) ) ).

tff(func_def_23,type,
    list_rec: 
      !>[X0: $tType,X1: $tType] : ( ( X0 * fun(X1,fun(list(X1),fun(X0,X0))) * list(X1) ) > X0 ) ).

tff(func_def_24,type,
    list_size: 
      !>[X0: $tType] : ( ( fun(X0,nat) * list(X0) ) > nat ) ).

tff(func_def_25,type,
    map: 
      !>[X0: $tType,X1: $tType] : fun(fun(X0,X1),fun(list(X0),list(X1))) ).

tff(func_def_26,type,
    maps: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,list(X1)) * list(X0) ) > list(X1) ) ).

tff(func_def_27,type,
    monoid_add_listsum: 
      !>[X0: $tType] : ( list(X0) > X0 ) ).

tff(func_def_28,type,
    splice: 
      !>[X0: $tType] : ( ( list(X0) * list(X0) ) > list(X0) ) ).

tff(func_def_29,type,
    sublist: 
      !>[X0: $tType] : ( ( list(X0) * fun(nat,bool) ) > list(X0) ) ).

tff(func_def_30,type,
    tl: 
      !>[X0: $tType] : fun(list(X0),list(X0)) ).

tff(func_def_31,type,
    transpose: 
      !>[X0: $tType] : ( list(list(X0)) > list(list(X0)) ) ).

tff(func_def_32,type,
    transpose_rel: 
      !>[X0: $tType] : fun(list(list(X0)),fun(list(list(X0)),bool)) ).

tff(func_def_33,type,
    suc: nat > nat ).

tff(func_def_34,type,
    size_size: 
      !>[X0: $tType] : ( X0 > nat ) ).

tff(func_def_35,type,
    aa: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,X1) * X0 ) > X1 ) ).

tff(func_def_36,type,
    fFalse: bool ).

tff(func_def_37,type,
    fNot: fun(bool,bool) ).

tff(func_def_38,type,
    fTrue: bool ).

tff(func_def_39,type,
    fconj: fun(bool,fun(bool,bool)) ).

tff(func_def_40,type,
    fequal: 
      !>[X0: $tType] : fun(X0,fun(X0,bool)) ).

tff(func_def_41,type,
    a: dB ).

tff(func_def_42,type,
    as: list(dB) ).

tff(func_def_43,type,
    i: nat ).

tff(func_def_44,type,
    n: nat ).

tff(func_def_45,type,
    t: dB ).

tff(func_def_46,type,
    u: dB ).

tff(func_def_47,type,
    ua: dB ).

tff(func_def_48,type,
    sK0: 
      !>[X0: $tType,X1: $tType] : ( ( list(X1) * fun(X1,X0) * list(X0) * X0 ) > X1 ) ).

tff(func_def_49,type,
    sK1: 
      !>[X0: $tType,X1: $tType] : ( ( list(X1) * fun(X1,X0) * list(X0) * X0 ) > list(X1) ) ).

tff(func_def_50,type,
    sK2: 
      !>[X0: $tType,X1: $tType] : ( ( list(X1) * X1 * list(X0) * fun(X0,X1) ) > X0 ) ).

tff(func_def_51,type,
    sK3: 
      !>[X0: $tType,X1: $tType] : ( ( list(X1) * X1 * list(X0) * fun(X0,X1) ) > list(X0) ) ).

tff(func_def_52,type,
    sK4: 
      !>[X0: $tType,X1: $tType] : ( ( list(X1) * fun(X1,X0) * list(X0) * X0 ) > X1 ) ).

tff(func_def_53,type,
    sK5: 
      !>[X0: $tType,X1: $tType] : ( ( list(X1) * fun(X1,X0) * list(X0) * X0 ) > list(X1) ) ).

tff(func_def_54,type,
    sK6: 
      !>[X0: $tType,X1: $tType] : ( ( list(X1) * X1 * list(X0) * fun(X0,X1) ) > X0 ) ).

tff(func_def_55,type,
    sK7: 
      !>[X0: $tType,X1: $tType] : ( ( list(X1) * X1 * list(X0) * fun(X0,X1) ) > list(X0) ) ).

tff(func_def_56,type,
    sK8: 
      !>[X0: $tType] : ( ( list(X0) * fun(X0,bool) ) > X0 ) ).

tff(func_def_57,type,
    sK9: 
      !>[X0: $tType] : ( ( list(X0) * fun(X0,bool) ) > list(X0) ) ).

tff(func_def_58,type,
    sK10: 
      !>[X0: $tType] : ( list(X0) > X0 ) ).

tff(func_def_59,type,
    sK11: 
      !>[X0: $tType] : ( list(X0) > list(X0) ) ).

tff(func_def_60,type,
    sK12: 
      !>[X0: $tType] : ( list(X0) > X0 ) ).

tff(func_def_61,type,
    sK13: 
      !>[X0: $tType] : ( list(X0) > list(X0) ) ).

tff(func_def_62,type,
    sK14: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X1,X0) * fun(X1,X0) ) > X1 ) ).

tff(pred_def_1,type,
    zero: 
      !>[X0: $tType] : $o ).

tff(pred_def_2,type,
    monoid_add: 
      !>[X0: $tType] : $o ).

tff(pred_def_3,type,
    equal_equal: 
      !>[X0: $tType] : ( ( X0 * X0 ) > $o ) ).

tff(pred_def_4,type,
    listMem: 
      !>[X0: $tType] : ( ( X0 * list(X0) ) > $o ) ).

tff(pred_def_5,type,
    listsp: 
      !>[X0: $tType] : ( ( fun(X0,bool) * list(X0) ) > $o ) ).

tff(pred_def_6,type,
    member1: 
      !>[X0: $tType] : ( ( list(X0) * X0 ) > $o ) ).

tff(pred_def_7,type,
    null: 
      !>[X0: $tType] : ( list(X0) > $o ) ).

tff(pred_def_8,type,
    accp: 
      !>[X0: $tType] : ( ( fun(X0,fun(X0,bool)) * X0 ) > $o ) ).

tff(pred_def_9,type,
    member: 
      !>[X0: $tType] : ( ( X0 * fun(X0,bool) ) > $o ) ).

tff(pred_def_10,type,
    pp: bool > $o ).

tff(f485,plain,
    $false,
    inference(resolution,[],[f476,f282]) ).

tff(f282,plain,
    listsp(dB,it,aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),aa(nat,dB,aa(dB,fun(nat,dB),aa(dB,fun(dB,fun(nat,dB)),subst,a),u),i)),aa(list(dB),list(dB),aa(fun(dB,dB),fun(list(dB),list(dB)),map(dB,dB),aa(nat,fun(dB,dB),combc(dB,nat,dB,aa(dB,fun(dB,fun(nat,dB)),combc(dB,dB,fun(nat,dB),subst),u)),i)),as))),
    inference(cnf_transformation,[],[f5]) ).

tff(f5,axiom,
    listsp(dB,it,aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),aa(nat,dB,aa(dB,fun(nat,dB),aa(dB,fun(dB,fun(nat,dB)),subst,a),u),i)),aa(list(dB),list(dB),aa(fun(dB,dB),fun(list(dB),list(dB)),map(dB,dB),aa(nat,fun(dB,dB),combc(dB,nat,dB,aa(dB,fun(dB,fun(nat,dB)),combc(dB,dB,fun(nat,dB),subst),u)),i)),as))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_4__096listsp_AIT_A_Ia_091u_Pi_093_A_D_Amap_A_I_Ft_O_At_091u_Pi_093_J_Aas_J_096) ).

tff(f476,plain,
    ~ listsp(dB,it,aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),aa(nat,dB,aa(dB,fun(nat,dB),aa(dB,fun(dB,fun(nat,dB)),subst,a),u),i)),aa(list(dB),list(dB),aa(fun(dB,dB),fun(list(dB),list(dB)),map(dB,dB),aa(nat,fun(dB,dB),combc(dB,nat,dB,aa(dB,fun(dB,fun(nat,dB)),combc(dB,dB,fun(nat,dB),subst),u)),i)),as))),
    inference(superposition,[],[f469,f415]) ).

tff(f415,plain,
    ! [X1: $tType,X0: $tType,X2: $tType,X3: X0,X4: X2,X5: fun(X0,fun(X2,X1))] : ( aa(X0,X1,aa(X2,fun(X0,X1),combc(X0,X2,X1,X5),X4),X3) = aa(X2,X1,aa(X0,fun(X2,X1),X5,X3),X4) ),
    inference(cnf_transformation,[],[f208]) ).

tff(f208,plain,
    ! [X0: $tType,X1: $tType,X2: $tType,X3: X0,X4: X2,X5: fun(X0,fun(X2,X1))] : ( aa(X0,X1,aa(X2,fun(X0,X1),combc(X0,X2,X1,X5),X4),X3) = aa(X2,X1,aa(X0,fun(X2,X1),X5,X3),X4) ),
    inference(rectify,[],[f107]) ).

tff(f107,axiom,
    ! [X0: $tType,X2: $tType,X1: $tType,X59: X0,X60: X1,X58: fun(X0,fun(X1,X2))] : ( aa(X0,X2,aa(X1,fun(X0,X2),combc(X0,X1,X2,X58),X60),X59) = aa(X1,X2,aa(X0,fun(X1,X2),X58,X59),X60) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_COMBC_1_1_U) ).

tff(f469,plain,
    ~ listsp(dB,it,aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),aa(nat,dB,aa(dB,fun(nat,dB),aa(dB,fun(dB,fun(nat,dB)),combc(dB,dB,fun(nat,dB),subst),u),a),i)),aa(list(dB),list(dB),aa(fun(dB,dB),fun(list(dB),list(dB)),map(dB,dB),aa(nat,fun(dB,dB),combc(dB,nat,dB,aa(dB,fun(dB,fun(nat,dB)),combc(dB,dB,fun(nat,dB),subst),u)),i)),as))),
    inference(superposition,[],[f453,f415]) ).

tff(f453,plain,
    ~ listsp(dB,it,aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),aa(dB,dB,aa(nat,fun(dB,dB),combc(dB,nat,dB,aa(dB,fun(dB,fun(nat,dB)),combc(dB,dB,fun(nat,dB),subst),u)),i),a)),aa(list(dB),list(dB),aa(fun(dB,dB),fun(list(dB),list(dB)),map(dB,dB),aa(nat,fun(dB,dB),combc(dB,nat,dB,aa(dB,fun(dB,fun(nat,dB)),combc(dB,dB,fun(nat,dB),subst),u)),i)),as))),
    inference(superposition,[],[f424,f435]) ).

tff(f435,plain,
    ! [X1: $tType,X0: $tType,X6: X0,X7: list(X0),X5: fun(X0,X1)] : ( aa(list(X1),list(X1),aa(X1,fun(list(X1),list(X1)),cons(X1),aa(X0,X1,X5,X6)),aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X7)) = aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X6),X7)) ),
    inference(equality_resolution,[],[f434]) ).

tff(f434,plain,
    ! [X1: $tType,X0: $tType,X6: X0,X7: list(X0),X4: list(X0),X5: fun(X0,X1)] :
      ( ( aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X4) = aa(list(X1),list(X1),aa(X1,fun(list(X1),list(X1)),cons(X1),aa(X0,X1,X5,X6)),aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X7)) )
      | ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X6),X7) != X4 ) ),
    inference(equality_resolution,[],[f433]) ).

tff(f433,plain,
    ! [X1: $tType,X0: $tType,X3: X1,X6: X0,X7: list(X0),X4: list(X0),X5: fun(X0,X1)] :
      ( ( aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X4) = aa(list(X1),list(X1),aa(X1,fun(list(X1),list(X1)),cons(X1),X3),aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X7)) )
      | ( aa(X0,X1,X5,X6) != X3 )
      | ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X6),X7) != X4 ) ),
    inference(equality_resolution,[],[f300]) ).

tff(f300,plain,
    ! [X1: $tType,X0: $tType,X2: list(X1),X3: X1,X6: X0,X7: list(X0),X4: list(X0),X5: fun(X0,X1)] :
      ( ( aa(list(X1),list(X1),aa(X1,fun(list(X1),list(X1)),cons(X1),X3),X2) = aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X4) )
      | ( aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X7) != X2 )
      | ( aa(X0,X1,X5,X6) != X3 )
      | ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X6),X7) != X4 ) ),
    inference(cnf_transformation,[],[f248]) ).

tff(f248,plain,
    ! [X0: $tType,X1: $tType,X2: list(X1),X3: X1,X4: list(X0),X5: fun(X0,X1)] :
      ( ( ( aa(list(X1),list(X1),aa(X1,fun(list(X1),list(X1)),cons(X1),X3),X2) = aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X4) )
        | ! [X6: X0,X7: list(X0)] :
            ( ( aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X7) != X2 )
            | ( aa(X0,X1,X5,X6) != X3 )
            | ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X6),X7) != X4 ) ) )
      & ( ( ( aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),sK3(X0,X1,X2,X3,X4,X5)) = X2 )
          & ( aa(X0,X1,X5,sK2(X0,X1,X2,X3,X4,X5)) = X3 )
          & ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),sK2(X0,X1,X2,X3,X4,X5)),sK3(X0,X1,X2,X3,X4,X5)) = X4 ) )
        | ( aa(list(X1),list(X1),aa(X1,fun(list(X1),list(X1)),cons(X1),X3),X2) != aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X4) ) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK2,sK3])],[f246,f247]) ).

tff(f247,plain,
    ! [X1: $tType,X0: $tType,X2: list(X1),X3: X1,X4: list(X0),X5: fun(X0,X1)] :
      ( ? [X8: X0,X9: list(X0)] :
          ( ( aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X9) = X2 )
          & ( aa(X0,X1,X5,X8) = X3 )
          & ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X8),X9) = X4 ) )
     => ( ( aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),sK3(X0,X1,X2,X3,X4,X5)) = X2 )
        & ( aa(X0,X1,X5,sK2(X0,X1,X2,X3,X4,X5)) = X3 )
        & ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),sK2(X0,X1,X2,X3,X4,X5)),sK3(X0,X1,X2,X3,X4,X5)) = X4 ) ) ),
    introduced(choice_axiom,[]) ).

tff(f246,plain,
    ! [X0: $tType,X1: $tType,X2: list(X1),X3: X1,X4: list(X0),X5: fun(X0,X1)] :
      ( ( ( aa(list(X1),list(X1),aa(X1,fun(list(X1),list(X1)),cons(X1),X3),X2) = aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X4) )
        | ! [X6: X0,X7: list(X0)] :
            ( ( aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X7) != X2 )
            | ( aa(X0,X1,X5,X6) != X3 )
            | ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X6),X7) != X4 ) ) )
      & ( ? [X8: X0,X9: list(X0)] :
            ( ( aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X9) = X2 )
            & ( aa(X0,X1,X5,X8) = X3 )
            & ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X8),X9) = X4 ) )
        | ( aa(list(X1),list(X1),aa(X1,fun(list(X1),list(X1)),cons(X1),X3),X2) != aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X4) ) ) ),
    inference(rectify,[],[f245]) ).

tff(f245,plain,
    ! [X0: $tType,X1: $tType,X2: list(X1),X3: X1,X4: list(X0),X5: fun(X0,X1)] :
      ( ( ( aa(list(X1),list(X1),aa(X1,fun(list(X1),list(X1)),cons(X1),X3),X2) = aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X4) )
        | ! [X6: X0,X7: list(X0)] :
            ( ( aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X7) != X2 )
            | ( aa(X0,X1,X5,X6) != X3 )
            | ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X6),X7) != X4 ) ) )
      & ( ? [X6: X0,X7: list(X0)] :
            ( ( aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X7) = X2 )
            & ( aa(X0,X1,X5,X6) = X3 )
            & ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X6),X7) = X4 ) )
        | ( aa(list(X1),list(X1),aa(X1,fun(list(X1),list(X1)),cons(X1),X3),X2) != aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X4) ) ) ),
    inference(nnf_transformation,[],[f123]) ).

tff(f123,plain,
    ! [X0: $tType,X1: $tType,X2: list(X1),X3: X1,X4: list(X0),X5: fun(X0,X1)] :
      ( ( aa(list(X1),list(X1),aa(X1,fun(list(X1),list(X1)),cons(X1),X3),X2) = aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X4) )
    <=> ? [X6: X0,X7: list(X0)] :
          ( ( aa(list(X0),list(X1),aa(fun(X0,X1),fun(list(X0),list(X1)),map(X0,X1),X5),X7) = X2 )
          & ( aa(X0,X1,X5,X6) = X3 )
          & ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X6),X7) = X4 ) ) ),
    inference(rectify,[],[f13]) ).

tff(f13,axiom,
    ! [X1: $tType,X0: $tType,X14: list(X0),X17: X0,X4: list(X1),X6: fun(X1,X0)] :
      ( ( aa(list(X1),list(X0),aa(fun(X1,X0),fun(list(X1),list(X0)),map(X1,X0),X6),X4) = aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X17),X14) )
    <=> ? [X15: X1,X16: list(X1)] :
          ( ( aa(list(X1),list(X0),aa(fun(X1,X0),fun(list(X1),list(X0)),map(X1,X0),X6),X16) = X14 )
          & ( aa(X1,X0,X6,X15) = X17 )
          & ( aa(list(X1),list(X1),aa(X1,fun(list(X1),list(X1)),cons(X1),X15),X16) = X4 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_12_map__eq__Cons__conv) ).

tff(f424,plain,
    ~ listsp(dB,it,aa(list(dB),list(dB),aa(fun(dB,dB),fun(list(dB),list(dB)),map(dB,dB),aa(nat,fun(dB,dB),combc(dB,nat,dB,aa(dB,fun(dB,fun(nat,dB)),combc(dB,dB,fun(nat,dB),subst),u)),i)),aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),a),as))),
    inference(cnf_transformation,[],[f217]) ).

tff(f217,plain,
    ~ listsp(dB,it,aa(list(dB),list(dB),aa(fun(dB,dB),fun(list(dB),list(dB)),map(dB,dB),aa(nat,fun(dB,dB),combc(dB,nat,dB,aa(dB,fun(dB,fun(nat,dB)),combc(dB,dB,fun(nat,dB),subst),u)),i)),aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),a),as))),
    inference(flattening,[],[f117]) ).

tff(f117,negated_conjecture,
    ~ listsp(dB,it,aa(list(dB),list(dB),aa(fun(dB,dB),fun(list(dB),list(dB)),map(dB,dB),aa(nat,fun(dB,dB),combc(dB,nat,dB,aa(dB,fun(dB,fun(nat,dB)),combc(dB,dB,fun(nat,dB),subst),u)),i)),aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),a),as))),
    inference(negated_conjecture,[],[f116]) ).

tff(f116,conjecture,
    listsp(dB,it,aa(list(dB),list(dB),aa(fun(dB,dB),fun(list(dB),list(dB)),map(dB,dB),aa(nat,fun(dB,dB),combc(dB,nat,dB,aa(dB,fun(dB,fun(nat,dB)),combc(dB,dB,fun(nat,dB),subst),u)),i)),aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),a),as))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',conj_0) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem    : LCL830_5 : TPTP v8.2.0. Released v6.0.0.
% 0.10/0.12  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s
% 0.11/0.32  % Computer : n032.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit   : 300
% 0.11/0.32  % WCLimit    : 300
% 0.11/0.32  % DateTime   : Mon May 20 00:55:37 EDT 2024
% 0.11/0.33  % CPUTime    : 
% 0.11/0.33  This is a TF1_THM_EQU_NAR problem
% 0.11/0.33  Running vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t 300 /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.62/0.78  % (6620)lrs+2_1:1_sil=16000:fde=none:sos=all:nwc=5.0:i=34:ep=RS:s2pl=on:lma=on:afp=100000_0 on theBenchmark for (2995ds/34Mi)
% 0.62/0.78  % (6617)lrs+1011_461:32768_sil=16000:irw=on:sp=frequency:lsd=20:fd=preordered:nwc=10.0:s2agt=32:alpa=false:cond=fast:s2a=on:i=51:s2at=3.0:awrs=decay:awrsf=691:bd=off:nm=20:fsr=off:amm=sco:uhcvi=on:rawr=on_0 on theBenchmark for (2995ds/51Mi)
% 0.62/0.78  % (6616)dis-1011_2:1_sil=2000:lsd=20:nwc=5.0:flr=on:mep=off:st=3.0:i=34:sd=1:ep=RS:ss=axioms_0 on theBenchmark for (2995ds/34Mi)
% 0.62/0.78  % (6618)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on theBenchmark for (2995ds/78Mi)
% 0.62/0.78  % (6621)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on theBenchmark for (2995ds/45Mi)
% 0.62/0.78  % (6619)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on theBenchmark for (2995ds/33Mi)
% 0.62/0.78  % (6623)lrs-21_1:1_to=lpo:sil=2000:sp=frequency:sos=on:lma=on:i=56:sd=2:ss=axioms:ep=R_0 on theBenchmark for (2995ds/56Mi)
% 0.62/0.78  % (6622)lrs+21_1:5_sil=2000:sos=on:urr=on:newcnf=on:slsq=on:i=83:slsql=off:bd=off:nm=2:ss=axioms:st=1.5:sp=const_min:gsp=on:rawr=on_0 on theBenchmark for (2995ds/83Mi)
% 0.62/0.79  % (6622)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.62/0.79  % (6623)Refutation not found, incomplete strategy% (6623)------------------------------
% 0.62/0.79  % (6623)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.79  % (6623)Termination reason: Refutation not found, incomplete strategy
% 0.62/0.79  
% 0.62/0.79  % (6623)Memory used [KB]: 1132
% 0.62/0.79  % (6623)Time elapsed: 0.005 s
% 0.62/0.79  % (6623)Instructions burned: 9 (million)
% 0.62/0.79  % (6623)------------------------------
% 0.62/0.79  % (6623)------------------------------
% 0.62/0.79  % (6621)Refutation not found, incomplete strategy% (6621)------------------------------
% 0.62/0.79  % (6621)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.79  % (6621)Termination reason: Refutation not found, incomplete strategy
% 0.62/0.79  
% 0.62/0.79  % (6621)Memory used [KB]: 1183
% 0.62/0.79  % (6621)Time elapsed: 0.006 s
% 0.62/0.79  % (6621)Instructions burned: 10 (million)
% 0.62/0.79  % (6621)------------------------------
% 0.62/0.79  % (6621)------------------------------
% 0.62/0.79  % (6622)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 0.62/0.79  % (6624)lrs+21_1:16_sil=2000:sp=occurrence:urr=on:flr=on:i=55:sd=1:nm=0:ins=3:ss=included:rawr=on:br=off_0 on theBenchmark for (2995ds/55Mi)
% 0.62/0.79  % (6625)dis+3_25:4_sil=16000:sos=all:erd=off:i=50:s2at=4.0:bd=off:nm=60:sup=off:cond=on:av=off:ins=2:nwc=10.0:etr=on:to=lpo:s2agt=20:fd=off:bsr=unit_only:slsq=on:slsqr=28,19:awrs=converge:awrsf=500:tgt=ground:bs=unit_only_0 on theBenchmark for (2995ds/50Mi)
% 0.62/0.79  % (6620)Refutation not found, incomplete strategy% (6620)------------------------------
% 0.62/0.79  % (6620)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.79  % (6620)Termination reason: Refutation not found, incomplete strategy
% 0.62/0.79  
% 0.62/0.79  % (6620)Memory used [KB]: 1320
% 0.62/0.79  % (6620)Time elapsed: 0.010 s
% 0.62/0.79  % (6620)Instructions burned: 20 (million)
% 0.62/0.79  % (6620)------------------------------
% 0.62/0.79  % (6620)------------------------------
% 0.62/0.79  % (6622)Refutation not found, incomplete strategy% (6622)------------------------------
% 0.62/0.79  % (6622)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.79  % (6622)Termination reason: Refutation not found, incomplete strategy
% 0.62/0.79  
% 0.62/0.79  % (6622)Memory used [KB]: 1218
% 0.62/0.79  % (6622)Time elapsed: 0.012 s
% 0.62/0.79  % (6622)Instructions burned: 22 (million)
% 0.62/0.80  % (6622)------------------------------
% 0.62/0.80  % (6622)------------------------------
% 0.62/0.80  % (6626)lrs+1010_1:2_sil=4000:tgt=ground:nwc=10.0:st=2.0:i=208:sd=1:bd=off:ss=axioms_0 on theBenchmark for (2995ds/208Mi)
% 0.62/0.80  % (6627)lrs-1011_1:1_sil=4000:plsq=on:plsqr=32,1:sp=frequency:plsql=on:nwc=10.0:i=52:aac=none:afr=on:ss=axioms:er=filter:sgt=16:rawr=on:etr=on:lma=on_0 on theBenchmark for (2995ds/52Mi)
% 0.62/0.80  % (6619)Instruction limit reached!
% 0.62/0.80  % (6619)------------------------------
% 0.62/0.80  % (6619)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.80  % (6619)Termination reason: Unknown
% 0.62/0.80  % (6619)Termination phase: Saturation
% 0.62/0.80  
% 0.62/0.80  % (6619)Memory used [KB]: 1460
% 0.62/0.80  % (6619)Time elapsed: 0.016 s
% 0.62/0.80  % (6619)Instructions burned: 33 (million)
% 0.62/0.80  % (6619)------------------------------
% 0.62/0.80  % (6619)------------------------------
% 0.62/0.80  % (6616)Instruction limit reached!
% 0.62/0.80  % (6616)------------------------------
% 0.62/0.80  % (6616)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.80  % (6616)Termination reason: Unknown
% 0.62/0.80  % (6616)Termination phase: Saturation
% 0.62/0.80  
% 0.62/0.80  % (6616)Memory used [KB]: 1330
% 0.62/0.80  % (6616)Time elapsed: 0.018 s
% 0.62/0.80  % (6616)Instructions burned: 34 (million)
% 0.62/0.80  % (6616)------------------------------
% 0.62/0.80  % (6616)------------------------------
% 0.62/0.80  % (6628)lrs-1010_1:1_to=lpo:sil=2000:sp=reverse_arity:sos=on:urr=ec_only:i=518:sd=2:bd=off:ss=axioms:sgt=16_0 on theBenchmark for (2995ds/518Mi)
% 0.62/0.80  % (6629)lrs+1011_87677:1048576_sil=8000:sos=on:spb=non_intro:nwc=10.0:kmz=on:i=42:ep=RS:nm=0:ins=1:uhcvi=on:rawr=on:fde=unused:afp=2000:afq=1.444:plsq=on:nicw=on_0 on theBenchmark for (2995ds/42Mi)
% 0.62/0.81  % (6617)Instruction limit reached!
% 0.62/0.81  % (6617)------------------------------
% 0.62/0.81  % (6617)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.81  % (6617)Termination reason: Unknown
% 0.62/0.81  % (6628)Refutation not found, incomplete strategy% (6628)------------------------------
% 0.62/0.81  % (6628)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.81  % (6617)Termination phase: Saturation
% 0.62/0.81  
% 0.62/0.81  % (6617)Memory used [KB]: 1634
% 0.62/0.81  % (6617)Time elapsed: 0.029 s
% 0.62/0.81  % (6617)Instructions burned: 52 (million)
% 0.62/0.81  % (6617)------------------------------
% 0.62/0.81  % (6617)------------------------------
% 0.62/0.81  % (6628)Termination reason: Refutation not found, incomplete strategy
% 0.62/0.81  
% 0.62/0.81  % (6628)Memory used [KB]: 1314
% 0.62/0.81  % (6628)Time elapsed: 0.011 s
% 0.62/0.81  % (6628)Instructions burned: 26 (million)
% 0.62/0.81  % (6628)------------------------------
% 0.62/0.81  % (6628)------------------------------
% 0.62/0.81  % (6625)Instruction limit reached!
% 0.62/0.81  % (6625)------------------------------
% 0.62/0.81  % (6625)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.82  % (6625)Termination reason: Unknown
% 0.62/0.82  % (6625)Termination phase: Saturation
% 0.62/0.82  
% 0.62/0.82  % (6625)Memory used [KB]: 1741
% 0.62/0.82  % (6631)lrs+1011_2:9_sil=2000:lsd=10:newcnf=on:i=117:sd=2:awrs=decay:ss=included:amm=off:ep=R_0 on theBenchmark for (2995ds/117Mi)
% 0.62/0.82  % (6625)Time elapsed: 0.024 s
% 0.62/0.82  % (6625)Instructions burned: 50 (million)
% 0.62/0.82  % (6625)------------------------------
% 0.62/0.82  % (6625)------------------------------
% 0.62/0.82  % (6630)dis+1011_1258907:1048576_bsr=unit_only:to=lpo:drc=off:sil=2000:tgt=full:fde=none:sp=frequency:spb=goal:rnwc=on:nwc=6.70083:sac=on:newcnf=on:st=2:i=243:bs=unit_only:sd=3:afp=300:awrs=decay:awrsf=218:nm=16:ins=3:afq=3.76821:afr=on:ss=axioms:sgt=5:rawr=on:add=off:bsd=on_0 on theBenchmark for (2995ds/243Mi)
% 0.62/0.82  % (6631)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.62/0.82  % (6630)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.62/0.82  % (6632)dis+1011_11:1_sil=2000:avsq=on:i=143:avsqr=1,16:ep=RS:rawr=on:aac=none:lsd=100:mep=off:fde=none:newcnf=on:bsr=unit_only_0 on theBenchmark for (2995ds/143Mi)
% 0.62/0.82  % (6624)Instruction limit reached!
% 0.62/0.82  % (6624)------------------------------
% 0.62/0.82  % (6624)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.82  % (6624)Termination reason: Unknown
% 0.62/0.82  % (6624)Termination phase: Saturation
% 0.62/0.82  
% 0.62/0.82  % (6624)Memory used [KB]: 1813
% 0.62/0.82  % (6624)Time elapsed: 0.028 s
% 0.62/0.82  % (6624)Instructions burned: 55 (million)
% 0.62/0.82  % (6624)------------------------------
% 0.62/0.82  % (6624)------------------------------
% 0.62/0.82  % (6632)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.62/0.82  % (6629)Instruction limit reached!
% 0.62/0.82  % (6629)------------------------------
% 0.62/0.82  % (6629)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.82  % (6629)Termination reason: Unknown
% 0.62/0.82  % (6629)Termination phase: Saturation
% 0.62/0.82  
% 0.62/0.82  % (6629)Memory used [KB]: 1605
% 0.62/0.82  % (6629)Time elapsed: 0.020 s
% 0.62/0.82  % (6629)Instructions burned: 43 (million)
% 0.62/0.82  % (6629)------------------------------
% 0.62/0.82  % (6629)------------------------------
% 0.62/0.82  % (6633)lrs+1011_1:2_to=lpo:sil=8000:plsqc=1:plsq=on:plsqr=326,59:sp=weighted_frequency:plsql=on:nwc=10.0:newcnf=on:i=93:awrs=converge:awrsf=200:bd=off:ins=1:rawr=on:alpa=false:avsq=on:avsqr=1,16_0 on theBenchmark for (2995ds/93Mi)
% 0.62/0.82  % (6618)Instruction limit reached!
% 0.62/0.82  % (6618)------------------------------
% 0.62/0.82  % (6618)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.82  % (6618)Termination reason: Unknown
% 0.62/0.82  % (6618)Termination phase: Saturation
% 0.62/0.82  
% 0.62/0.82  % (6618)Memory used [KB]: 1972
% 0.62/0.82  % (6618)Time elapsed: 0.040 s
% 0.62/0.82  % (6618)Instructions burned: 78 (million)
% 0.62/0.82  % (6618)------------------------------
% 0.62/0.82  % (6618)------------------------------
% 0.62/0.82  % (6633)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.62/0.83  % (6634)lrs+1666_1:1_sil=4000:sp=occurrence:sos=on:urr=on:newcnf=on:i=62:amm=off:ep=R:erd=off:nm=0:plsq=on:plsqr=14,1_0 on theBenchmark for (2995ds/62Mi)
% 0.62/0.83  % (6627)Instruction limit reached!
% 0.62/0.83  % (6627)------------------------------
% 0.62/0.83  % (6627)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.83  % (6627)Termination reason: Unknown
% 0.62/0.83  % (6627)Termination phase: Saturation
% 0.62/0.83  
% 0.62/0.83  % (6627)Memory used [KB]: 1924
% 0.62/0.83  % (6627)Time elapsed: 0.029 s
% 0.62/0.83  % (6627)Instructions burned: 53 (million)
% 0.62/0.83  % (6627)------------------------------
% 0.62/0.83  % (6627)------------------------------
% 0.62/0.83  % (6635)lrs+21_2461:262144_anc=none:drc=off:sil=2000:sp=occurrence:nwc=6.0:updr=off:st=3.0:i=32:sd=2:afp=4000:erml=3:nm=14:afq=2.0:uhcvi=on:ss=included:er=filter:abs=on:nicw=on:ile=on:sims=off:s2a=on:s2agt=50:s2at=-1.0:plsq=on:plsql=on:plsqc=2:plsqr=1,32:newcnf=on:bd=off:to=lpo_0 on theBenchmark for (2995ds/32Mi)
% 0.62/0.83  % (6634)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.62/0.83  % (6635)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.62/0.83  % (6636)dis+1011_1:1_sil=16000:nwc=7.0:s2agt=64:s2a=on:i=1919:ss=axioms:sgt=8:lsd=50:sd=7_0 on theBenchmark for (2995ds/1919Mi)
% 0.62/0.84  % (6635)Instruction limit reached!
% 0.62/0.84  % (6635)------------------------------
% 0.62/0.84  % (6635)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.84  % (6635)Termination reason: Unknown
% 0.62/0.84  % (6635)Termination phase: Saturation
% 0.62/0.84  
% 0.62/0.84  % (6635)Memory used [KB]: 1458
% 0.62/0.84  % (6635)Time elapsed: 0.016 s
% 0.62/0.84  % (6635)Instructions burned: 33 (million)
% 0.62/0.84  % (6635)------------------------------
% 0.62/0.84  % (6635)------------------------------
% 0.62/0.84  % (6637)ott-32_5:1_sil=4000:sp=occurrence:urr=full:rp=on:nwc=5.0:newcnf=on:st=5.0:s2pl=on:i=55:sd=2:ins=2:ss=included:rawr=on:anc=none:sos=on:s2agt=8:spb=intro:ep=RS:avsq=on:avsqr=27,155:lma=on_0 on theBenchmark for (2994ds/55Mi)
% 0.62/0.85  % (6637)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.62/0.85  % (6634)Instruction limit reached!
% 0.62/0.85  % (6634)------------------------------
% 0.62/0.85  % (6634)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.85  % (6634)Termination reason: Unknown
% 0.62/0.85  % (6634)Termination phase: Saturation
% 0.62/0.85  
% 0.62/0.85  % (6634)Memory used [KB]: 1817
% 0.62/0.85  % (6634)Time elapsed: 0.031 s
% 0.62/0.85  % (6634)Instructions burned: 62 (million)
% 0.62/0.85  % (6634)------------------------------
% 0.62/0.85  % (6634)------------------------------
% 0.62/0.86  % (6638)lrs-1011_1:1_sil=2000:sos=on:urr=on:i=53:sd=1:bd=off:ins=3:av=off:ss=axioms:sgt=16:gsp=on:lsd=10_0 on theBenchmark for (2994ds/53Mi)
% 0.62/0.86  % (6631)Instruction limit reached!
% 0.62/0.86  % (6631)------------------------------
% 0.62/0.86  % (6631)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.62/0.86  % (6631)Termination reason: Unknown
% 0.62/0.86  % (6631)Termination phase: Saturation
% 0.62/0.86  
% 0.62/0.86  % (6631)Memory used [KB]: 1852
% 0.62/0.86  % (6631)Time elapsed: 0.047 s
% 0.62/0.86  % (6631)Instructions burned: 118 (million)
% 0.62/0.86  % (6631)------------------------------
% 0.62/0.86  % (6631)------------------------------
% 0.98/0.86  % (6638)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 0.98/0.86  % (6639)lrs+1011_6929:65536_anc=all_dependent:sil=2000:fde=none:plsqc=1:plsq=on:plsqr=19,8:plsql=on:nwc=3.0:i=46:afp=4000:ep=R:nm=3:fsr=off:afr=on:aer=off:gsp=on_0 on theBenchmark for (2994ds/46Mi)
% 0.98/0.87  % (6633)Instruction limit reached!
% 0.98/0.87  % (6633)------------------------------
% 0.98/0.87  % (6633)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.87  % (6633)Termination reason: Unknown
% 0.98/0.87  % (6633)Termination phase: Saturation
% 0.98/0.87  
% 0.98/0.87  % (6633)Memory used [KB]: 2126
% 0.98/0.87  % (6633)Time elapsed: 0.046 s
% 0.98/0.87  % (6633)Instructions burned: 94 (million)
% 0.98/0.87  % (6633)------------------------------
% 0.98/0.87  % (6633)------------------------------
% 0.98/0.87  % (6637)Instruction limit reached!
% 0.98/0.87  % (6637)------------------------------
% 0.98/0.87  % (6637)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.98/0.87  % (6637)Termination reason: Unknown
% 0.98/0.87  % (6637)Termination phase: Saturation
% 0.98/0.87  
% 0.98/0.87  % (6637)Memory used [KB]: 1692
% 0.98/0.87  % (6637)Time elapsed: 0.026 s
% 0.98/0.87  % (6637)Instructions burned: 56 (million)
% 0.98/0.87  % (6637)------------------------------
% 0.98/0.87  % (6637)------------------------------
% 0.98/0.87  % (6639)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 0.98/0.87  % (6640)dis+10_3:31_sil=2000:sp=frequency:abs=on:acc=on:lcm=reverse:nwc=3.0:alpa=random:st=3.0:i=102:sd=1:nm=4:ins=1:aer=off:ss=axioms_0 on theBenchmark for (2994ds/102Mi)
% 0.98/0.87  % (6641)ott+1011_9:29_slsqr=3,2:sil=2000:tgt=ground:lsd=10:lcm=predicate:avsqc=4:slsq=on:avsq=on:i=35:s2at=4.0:add=large:sd=1:avsqr=1,16:aer=off:ss=axioms:sgt=100:rawr=on:s2a=on:sac=on:afp=1:nwc=10.0:nm=64:bd=preordered:abs=on:rnwc=on:er=filter:nicw=on:spb=non_intro:lma=on_0 on theBenchmark for (2994ds/35Mi)
% 1.05/0.88  % (6638)Instruction limit reached!
% 1.05/0.88  % (6638)------------------------------
% 1.05/0.88  % (6638)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.05/0.88  % (6638)Termination reason: Unknown
% 1.05/0.88  % (6638)Termination phase: Saturation
% 1.05/0.88  
% 1.05/0.88  % (6638)Memory used [KB]: 1596
% 1.05/0.88  % (6638)Time elapsed: 0.025 s
% 1.05/0.88  % (6638)Instructions burned: 53 (million)
% 1.05/0.88  % (6638)------------------------------
% 1.05/0.88  % (6638)------------------------------
% 1.05/0.88  % (6639)Instruction limit reached!
% 1.05/0.88  % (6639)------------------------------
% 1.05/0.88  % (6639)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.05/0.88  % (6639)Termination reason: Unknown
% 1.05/0.88  % (6639)Termination phase: Saturation
% 1.05/0.88  
% 1.05/0.88  % (6639)Memory used [KB]: 1682
% 1.05/0.88  % (6639)Time elapsed: 0.020 s
% 1.05/0.88  % (6639)Instructions burned: 46 (million)
% 1.05/0.88  % (6639)------------------------------
% 1.05/0.88  % (6639)------------------------------
% 1.05/0.89  % (6642)dis+1003_1:1024_sil=4000:urr=on:newcnf=on:i=87:av=off:fsr=off:bce=on_0 on theBenchmark for (2994ds/87Mi)
% 1.05/0.89  % (6643)dis+1010_12107:524288_anc=none:drc=encompass:sil=2000:bsd=on:rp=on:nwc=10.0:alpa=random:i=109:kws=precedence:awrs=decay:awrsf=2:nm=16:ins=3:rawr=on:s2a=on:s2at=4.5:acc=on:flr=on_0 on theBenchmark for (2994ds/109Mi)
% 1.05/0.89  % (6632)Instruction limit reached!
% 1.05/0.89  % (6632)------------------------------
% 1.05/0.89  % (6632)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.05/0.89  % (6632)Termination reason: Unknown
% 1.05/0.89  % (6632)Termination phase: Saturation
% 1.05/0.89  
% 1.05/0.89  % (6632)Memory used [KB]: 2187
% 1.05/0.89  % (6632)Time elapsed: 0.069 s
% 1.05/0.89  % (6632)Instructions burned: 143 (million)
% 1.05/0.89  % (6632)------------------------------
% 1.05/0.89  % (6632)------------------------------
% 1.05/0.89  % (6642)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 1.05/0.89  % (6641)Instruction limit reached!
% 1.05/0.89  % (6641)------------------------------
% 1.05/0.89  % (6641)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.05/0.89  % (6641)Termination reason: Unknown
% 1.05/0.89  % (6641)Termination phase: Saturation
% 1.05/0.89  
% 1.05/0.89  % (6641)Memory used [KB]: 1619
% 1.05/0.89  % (6641)Time elapsed: 0.019 s
% 1.05/0.89  % (6641)Instructions burned: 35 (million)
% 1.05/0.89  % (6641)------------------------------
% 1.05/0.89  % (6641)------------------------------
% 1.05/0.89  % (6644)lrs+1002_1:16_sil=2000:sp=occurrence:sos=on:i=161:aac=none:bd=off:ss=included:sd=5:st=2.5:sup=off_0 on theBenchmark for (2994ds/161Mi)
% 1.05/0.89  % (6645)lrs-1002_2:9_anc=none:sil=2000:plsqc=1:plsq=on:avsql=on:plsqr=2859761,1048576:erd=off:rp=on:nwc=21.7107:newcnf=on:avsq=on:i=69:aac=none:avsqr=6317,1048576:ep=RS:fsr=off:rawr=on:afp=50:afq=2.133940627822616:sac=on_0 on theBenchmark for (2994ds/69Mi)
% 1.05/0.89  % (6645)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 1.05/0.89  % (6626)Instruction limit reached!
% 1.05/0.89  % (6626)------------------------------
% 1.05/0.89  % (6626)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.05/0.89  % (6626)Termination reason: Unknown
% 1.05/0.89  % (6626)Termination phase: Saturation
% 1.05/0.89  
% 1.05/0.89  % (6626)Memory used [KB]: 2207
% 1.05/0.89  % (6626)Time elapsed: 0.099 s
% 1.05/0.89  % (6626)Instructions burned: 209 (million)
% 1.05/0.89  % (6626)------------------------------
% 1.05/0.89  % (6626)------------------------------
% 1.05/0.90  % (6644)Refutation not found, incomplete strategy% (6644)------------------------------
% 1.05/0.90  % (6644)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.05/0.90  % (6644)Termination reason: Refutation not found, incomplete strategy
% 1.05/0.90  
% 1.05/0.90  % (6644)Memory used [KB]: 1245
% 1.05/0.90  % (6644)Time elapsed: 0.009 s
% 1.05/0.90  % (6644)Instructions burned: 17 (million)
% 1.05/0.90  % (6644)------------------------------
% 1.05/0.90  % (6644)------------------------------
% 1.05/0.90  % (6646)lrs+1010_1:512_sil=8000:tgt=ground:spb=units:gs=on:lwlo=on:nicw=on:gsem=on:st=1.5:i=40:nm=21:ss=included:nwc=5.3:afp=4000:afq=1.38:ins=1:bs=unit_only:awrs=converge:awrsf=10:bce=on_0 on theBenchmark for (2994ds/40Mi)
% 1.05/0.90  % (6647)ott+1011_1:3_drc=off:sil=4000:tgt=ground:fde=unused:plsq=on:sp=unary_first:fd=preordered:nwc=10.0:i=360:ins=1:rawr=on:bd=preordered_0 on theBenchmark for (2994ds/360Mi)
% 1.30/0.92  % (6646)Instruction limit reached!
% 1.30/0.92  % (6646)------------------------------
% 1.30/0.92  % (6646)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.30/0.92  % (6646)Termination reason: Unknown
% 1.30/0.92  % (6646)Termination phase: Saturation
% 1.30/0.92  
% 1.30/0.92  % (6646)Memory used [KB]: 1642
% 1.30/0.92  % (6646)Time elapsed: 0.021 s
% 1.30/0.92  % (6646)Instructions burned: 40 (million)
% 1.30/0.92  % (6646)------------------------------
% 1.30/0.92  % (6646)------------------------------
% 1.30/0.92  % (6640)Instruction limit reached!
% 1.30/0.92  % (6640)------------------------------
% 1.30/0.92  % (6640)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.30/0.92  % (6640)Termination reason: Unknown
% 1.30/0.92  % (6640)Termination phase: Saturation
% 1.30/0.92  
% 1.30/0.92  % (6640)Memory used [KB]: 1830
% 1.30/0.92  % (6640)Time elapsed: 0.050 s
% 1.30/0.92  % (6640)Instructions burned: 103 (million)
% 1.30/0.92  % (6640)------------------------------
% 1.30/0.92  % (6640)------------------------------
% 1.30/0.92  % (6648)dis+10_1:4_to=lpo:sil=2000:sos=on:spb=goal:rp=on:sac=on:newcnf=on:i=161:ss=axioms:aac=none_0 on theBenchmark for (2994ds/161Mi)
% 1.30/0.92  % (6649)lrs+1011_1:20_sil=4000:tgt=ground:i=80:sd=1:bd=off:nm=32:av=off:ss=axioms:lsd=60_0 on theBenchmark for (2994ds/80Mi)
% 1.30/0.92  % (6648)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 1.30/0.93  % (6645)Instruction limit reached!
% 1.30/0.93  % (6645)------------------------------
% 1.30/0.93  % (6645)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.30/0.93  % (6642)Instruction limit reached!
% 1.30/0.93  % (6642)------------------------------
% 1.30/0.93  % (6642)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.30/0.93  % (6642)Termination reason: Unknown
% 1.30/0.93  % (6642)Termination phase: Saturation
% 1.30/0.93  
% 1.30/0.93  % (6642)Memory used [KB]: 1837
% 1.30/0.93  % (6642)Time elapsed: 0.043 s
% 1.30/0.93  % (6642)Instructions burned: 88 (million)
% 1.30/0.93  % (6642)------------------------------
% 1.30/0.93  % (6642)------------------------------
% 1.30/0.93  % (6645)Termination reason: Unknown
% 1.30/0.93  % (6645)Termination phase: Saturation
% 1.30/0.93  
% 1.30/0.93  % (6645)Memory used [KB]: 1851
% 1.30/0.93  % (6645)Time elapsed: 0.036 s
% 1.30/0.93  % (6645)Instructions burned: 70 (million)
% 1.30/0.93  % (6645)------------------------------
% 1.30/0.93  % (6645)------------------------------
% 1.30/0.93  % (6648)Refutation not found, incomplete strategy% (6648)------------------------------
% 1.30/0.93  % (6648)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.30/0.93  % (6648)Termination reason: Refutation not found, incomplete strategy
% 1.30/0.93  
% 1.30/0.93  % (6648)Memory used [KB]: 1188
% 1.30/0.93  % (6648)Time elapsed: 0.008 s
% 1.30/0.93  % (6648)Instructions burned: 13 (million)
% 1.30/0.93  % (6648)------------------------------
% 1.30/0.93  % (6648)------------------------------
% 1.30/0.93  % (6650)lrs+11_1:2_slsqr=1,2:sil=2000:sp=const_frequency:kmz=on:newcnf=on:slsq=on:i=37:s2at=1.5:awrs=converge:nm=2:uhcvi=on:ss=axioms:sgt=20:afp=10000:fs=off:fsr=off:bd=off:s2agt=5:fd=off:add=off:erd=off:foolp=on:nwc=10.0:rp=on_0 on theBenchmark for (2994ds/37Mi)
% 1.30/0.93  % (6651)lrs+1011_1:2_drc=encompass:sil=4000:fde=unused:sos=on:sac=on:newcnf=on:i=55:sd=10:bd=off:ins=1:uhcvi=on:ss=axioms:spb=non_intro:st=3.0:erd=off:s2a=on:nwc=3.0_0 on theBenchmark for (2994ds/55Mi)
% 1.47/0.93  % (6630)Instruction limit reached!
% 1.47/0.93  % (6630)------------------------------
% 1.47/0.93  % (6630)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.47/0.93  % (6630)Termination reason: Unknown
% 1.47/0.93  % (6630)Termination phase: Saturation
% 1.47/0.93  
% 1.47/0.93  % (6630)Memory used [KB]: 2542
% 1.47/0.93  % (6630)Time elapsed: 0.117 s
% 1.47/0.93  % (6630)Instructions burned: 243 (million)
% 1.47/0.93  % (6630)------------------------------
% 1.47/0.93  % (6630)------------------------------
% 1.47/0.93  % (6652)dis-1011_1:32_to=lpo:drc=off:sil=2000:sp=reverse_arity:sos=on:foolp=on:lsd=20:nwc=1.49509792053687:s2agt=30:avsq=on:s2a=on:s2pl=no:i=47:s2at=5.0:avsqr=5593,1048576:nm=0:fsr=off:amm=sco:rawr=on:awrs=converge:awrsf=427:ss=included:sd=1:slsq=on:fd=off_0 on theBenchmark for (2994ds/47Mi)
% 1.47/0.93  % (6643)Instruction limit reached!
% 1.47/0.93  % (6643)------------------------------
% 1.47/0.93  % (6643)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.47/0.93  % (6643)Termination reason: Unknown
% 1.47/0.93  % (6643)Termination phase: Saturation
% 1.47/0.93  
% 1.47/0.93  % (6643)Memory used [KB]: 1922
% 1.47/0.93  % (6643)Time elapsed: 0.047 s
% 1.47/0.93  % (6643)Instructions burned: 111 (million)
% 1.47/0.93  % (6643)------------------------------
% 1.47/0.93  % (6643)------------------------------
% 1.47/0.93  % (6651)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 1.47/0.93  % (6650)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 1.47/0.93  % (6653)lrs+10_1:1024_sil=2000:st=2.0:i=32:sd=2:ss=included:ep=R_0 on theBenchmark for (2994ds/32Mi)
% 1.47/0.93  % (6654)dis+1011_1:1_sil=4000:s2agt=4:slsqc=3:slsq=on:i=132:bd=off:av=off:sup=off:ss=axioms:st=3.0_0 on theBenchmark for (2994ds/132Mi)
% 1.47/0.95  % (6650)Instruction limit reached!
% 1.47/0.95  % (6650)------------------------------
% 1.47/0.95  % (6650)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.47/0.95  % (6650)Termination reason: Unknown
% 1.47/0.95  % (6650)Termination phase: Saturation
% 1.47/0.95  
% 1.47/0.95  % (6650)Memory used [KB]: 1445
% 1.47/0.95  % (6650)Time elapsed: 0.042 s
% 1.47/0.95  % (6650)Instructions burned: 37 (million)
% 1.47/0.95  % (6650)------------------------------
% 1.47/0.95  % (6650)------------------------------
% 1.47/0.95  % (6653)Instruction limit reached!
% 1.47/0.95  % (6653)------------------------------
% 1.47/0.95  % (6653)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.47/0.95  % (6653)Termination reason: Unknown
% 1.47/0.95  % (6653)Termination phase: Saturation
% 1.47/0.95  
% 1.47/0.95  % (6653)Memory used [KB]: 1468
% 1.47/0.95  % (6653)Time elapsed: 0.041 s
% 1.47/0.95  % (6653)Instructions burned: 32 (million)
% 1.47/0.95  % (6653)------------------------------
% 1.47/0.95  % (6653)------------------------------
% 1.47/0.95  % (6655)dis-1011_1:1024_sil=2000:fde=unused:sos=on:nwc=10.0:i=54:uhcvi=on:ss=axioms:ep=RS:av=off:sp=occurrence:fsr=off:awrs=decay:awrsf=200_0 on theBenchmark for (2993ds/54Mi)
% 1.47/0.95  % (6652)First to succeed.
% 1.47/0.95  % (6656)lrs+1011_1:2_to=lpo:drc=off:sil=2000:sp=const_min:urr=on:lcm=predicate:nwc=16.7073:updr=off:newcnf=on:i=82:av=off:rawr=on:ss=included:st=5.0:erd=off:flr=on_0 on theBenchmark for (2993ds/82Mi)
% 1.47/0.95  % (6652)Solution written to "/export/starexec/sandbox/tmp/vampire-proof-6615"
% 1.47/0.95  % (6652)Refutation found. Thanks to Tanya!
% 1.47/0.95  % SZS status Theorem for theBenchmark
% 1.47/0.95  % SZS output start Proof for theBenchmark
% See solution above
% 1.47/0.96  % (6652)------------------------------
% 1.47/0.96  % (6652)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 1.47/0.96  % (6652)Termination reason: Refutation
% 1.47/0.96  
% 1.47/0.96  % (6652)Memory used [KB]: 1448
% 1.47/0.96  % (6652)Time elapsed: 0.024 s
% 1.47/0.96  % (6652)Instructions burned: 50 (million)
% 1.47/0.96  % (6615)Success in time 0.627 s
% 1.47/0.96  % Vampire---4.8 exiting
%------------------------------------------------------------------------------