TSTP Solution File: LCL767_5 by Vampire---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire---4.8
% Problem  : LCL767_5 : TPTP v8.1.2. 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/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s

% Computer : n004.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 May  1 03:19:58 EDT 2024

% Result   : Theorem 0.79s 0.96s
% Output   : Refutation 0.79s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   79
% Syntax   : Number of formulae    :  112 (  15 unt;  71 typ;   0 def)
%            Number of atoms       :  133 (  24 equ)
%            Maximal formula atoms :   10 (   3 avg)
%            Number of connectives :  145 (  53   ~;  47   |;  36   &)
%                                         (   6 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   6 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number of types       :    4 (   3 usr)
%            Number of type conns  :   88 (  55   >;  33   *;   0   +;   0  <<)
%            Number of predicates  :    7 (   5 usr;   1 prp; 0-3 aty)
%            Number of functors    :   63 (  63 usr;  10 con; 0-5 aty)
%            Number of variables   :  164 (  94   !;  12   ?; 164   :)
%                                         (  58  !>;   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,
    combs: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( fun(X0,fun(X1,X2)) * fun(X0,X1) ) > fun(X0,X2) ) ).

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

tff(func_def_4,type,
    abs: dB > dB ).

tff(func_def_5,type,
    app: fun(dB,fun(dB,dB)) ).

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

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

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

tff(func_def_9,type,
    butlast: 
      !>[X0: $tType] : ( list(X0) > list(X0) ) ).

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

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

tff(func_def_12,type,
    last: 
      !>[X0: $tType] : ( list(X0) > X0 ) ).

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

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

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

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

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

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

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

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

tff(func_def_21,type,
    fFalse: bool ).

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

tff(func_def_23,type,
    fTrue: bool ).

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

tff(func_def_25,type,
    fdisj: fun(bool,fun(bool,bool)) ).

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

tff(func_def_27,type,
    i: nat ).

tff(func_def_28,type,
    n: nat ).

tff(func_def_29,type,
    rs: list(dB) ).

tff(func_def_30,type,
    sK0: ( list(dB) * dB * dB * dB ) > list(dB) ).

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

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

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

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

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

tff(func_def_36,type,
    sK6: 
      !>[X0: $tType] : ( list(X0) > list(X0) ) ).

tff(func_def_37,type,
    sK7: 
      !>[X0: $tType] : ( list(X0) > X0 ) ).

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

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

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

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

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

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

tff(func_def_44,type,
    sK14: 
      !>[X0: $tType] : ( list(X0) > list(X0) ) ).

tff(func_def_45,type,
    sK15: 
      !>[X0: $tType] : ( list(X0) > X0 ) ).

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

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

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

tff(func_def_49,type,
    sK19: dB > dB ).

tff(func_def_50,type,
    sK20: dB > dB ).

tff(func_def_51,type,
    sK21: dB > dB ).

tff(func_def_52,type,
    sK22: dB > nat ).

tff(func_def_53,type,
    sK23: dB > list(dB) ).

tff(func_def_54,type,
    sK24: dB > dB ).

tff(func_def_55,type,
    sK25: dB > dB ).

tff(func_def_56,type,
    sK26: dB > nat ).

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

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

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

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

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

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

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

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

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

tff(f833,plain,
    $false,
    inference(subsumption_resolution,[],[f832,f359]) ).

tff(f359,plain,
    ! [X0: nat] : pp(aa(dB,bool,it,var(X0))),
    inference(cnf_transformation,[],[f119]) ).

tff(f119,plain,
    ! [X0: nat] : pp(aa(dB,bool,it,var(X0))),
    inference(rectify,[],[f1]) ).

tff(f1,axiom,
    ! [X4: nat] : pp(aa(dB,bool,it,var(X4))),
    file('/export/starexec/sandbox2/tmp/tmp.3tkYoLBMca/Vampire---4.8_30915',fact_0_Var__IT) ).

tff(f832,plain,
    ~ pp(aa(dB,bool,it,var(i))),
    inference(subsumption_resolution,[],[f827,f604]) ).

tff(f604,plain,
    ! [X0: $tType,X2: fun(X0,bool)] : listsp(X0,X2,nil(X0)),
    inference(equality_resolution,[],[f443]) ).

tff(f443,plain,
    ! [X0: $tType,X2: fun(X0,bool),X1: list(X0)] :
      ( listsp(X0,X2,X1)
      | ( nil(X0) != X1 ) ),
    inference(cnf_transformation,[],[f308]) ).

tff(f308,plain,
    ! [X0: $tType,X1: list(X0),X2: fun(X0,bool)] :
      ( ( listsp(X0,X2,X1)
        | ( ! [X3: X0,X4: list(X0)] :
              ( ~ listsp(X0,X2,X4)
              | ~ pp(aa(X0,bool,X2,X3))
              | ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X3),X4) != X1 ) )
          & ( nil(X0) != X1 ) ) )
      & ( ( listsp(X0,X2,sK5(X0,X1,X2))
          & pp(aa(X0,bool,X2,sK4(X0,X1,X2)))
          & ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),sK4(X0,X1,X2)),sK5(X0,X1,X2)) = X1 ) )
        | ( nil(X0) = X1 )
        | ~ listsp(X0,X2,X1) ) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK4,sK5])],[f306,f307]) ).

tff(f307,plain,
    ! [X0: $tType,X1: list(X0),X2: fun(X0,bool)] :
      ( ? [X5: X0,X6: list(X0)] :
          ( listsp(X0,X2,X6)
          & pp(aa(X0,bool,X2,X5))
          & ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X5),X6) = X1 ) )
     => ( listsp(X0,X2,sK5(X0,X1,X2))
        & pp(aa(X0,bool,X2,sK4(X0,X1,X2)))
        & ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),sK4(X0,X1,X2)),sK5(X0,X1,X2)) = X1 ) ) ),
    introduced(choice_axiom,[]) ).

tff(f306,plain,
    ! [X0: $tType,X1: list(X0),X2: fun(X0,bool)] :
      ( ( listsp(X0,X2,X1)
        | ( ! [X3: X0,X4: list(X0)] :
              ( ~ listsp(X0,X2,X4)
              | ~ pp(aa(X0,bool,X2,X3))
              | ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X3),X4) != X1 ) )
          & ( nil(X0) != X1 ) ) )
      & ( ? [X5: X0,X6: list(X0)] :
            ( listsp(X0,X2,X6)
            & pp(aa(X0,bool,X2,X5))
            & ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X5),X6) = X1 ) )
        | ( nil(X0) = X1 )
        | ~ listsp(X0,X2,X1) ) ),
    inference(rectify,[],[f305]) ).

tff(f305,plain,
    ! [X0: $tType,X1: list(X0),X2: fun(X0,bool)] :
      ( ( listsp(X0,X2,X1)
        | ( ! [X3: X0,X4: list(X0)] :
              ( ~ listsp(X0,X2,X4)
              | ~ pp(aa(X0,bool,X2,X3))
              | ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X3),X4) != X1 ) )
          & ( nil(X0) != X1 ) ) )
      & ( ? [X3: X0,X4: list(X0)] :
            ( listsp(X0,X2,X4)
            & pp(aa(X0,bool,X2,X3))
            & ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X3),X4) = X1 ) )
        | ( nil(X0) = X1 )
        | ~ listsp(X0,X2,X1) ) ),
    inference(flattening,[],[f304]) ).

tff(f304,plain,
    ! [X0: $tType,X1: list(X0),X2: fun(X0,bool)] :
      ( ( listsp(X0,X2,X1)
        | ( ! [X3: X0,X4: list(X0)] :
              ( ~ listsp(X0,X2,X4)
              | ~ pp(aa(X0,bool,X2,X3))
              | ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X3),X4) != X1 ) )
          & ( nil(X0) != X1 ) ) )
      & ( ? [X3: X0,X4: list(X0)] :
            ( listsp(X0,X2,X4)
            & pp(aa(X0,bool,X2,X3))
            & ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X3),X4) = X1 ) )
        | ( nil(X0) = X1 )
        | ~ listsp(X0,X2,X1) ) ),
    inference(nnf_transformation,[],[f156]) ).

tff(f156,plain,
    ! [X0: $tType,X1: list(X0),X2: fun(X0,bool)] :
      ( listsp(X0,X2,X1)
    <=> ( ? [X3: X0,X4: list(X0)] :
            ( listsp(X0,X2,X4)
            & pp(aa(X0,bool,X2,X3))
            & ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X3),X4) = X1 ) )
        | ( nil(X0) = X1 ) ) ),
    inference(rectify,[],[f38]) ).

tff(f38,axiom,
    ! [X2: $tType,X20: list(X2),X19: fun(X2,bool)] :
      ( listsp(X2,X19,X20)
    <=> ( ? [X38: X2,X39: list(X2)] :
            ( listsp(X2,X19,X39)
            & pp(aa(X2,bool,X19,X38))
            & ( aa(list(X2),list(X2),aa(X2,fun(list(X2),list(X2)),cons(X2),X38),X39) = X20 ) )
        | ( nil(X2) = X20 ) ) ),
    file('/export/starexec/sandbox2/tmp/tmp.3tkYoLBMca/Vampire---4.8_30915',fact_37_listsp_Osimps) ).

tff(f827,plain,
    ( ~ listsp(dB,it,nil(dB))
    | ~ pp(aa(dB,bool,it,var(i))) ),
    inference(resolution,[],[f826,f603]) ).

tff(f603,plain,
    ! [X0: $tType,X2: fun(X0,bool),X3: X0,X4: list(X0)] :
      ( listsp(X0,X2,aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X3),X4))
      | ~ listsp(X0,X2,X4)
      | ~ pp(aa(X0,bool,X2,X3)) ),
    inference(equality_resolution,[],[f444]) ).

tff(f444,plain,
    ! [X0: $tType,X2: fun(X0,bool),X3: X0,X1: list(X0),X4: list(X0)] :
      ( listsp(X0,X2,X1)
      | ~ listsp(X0,X2,X4)
      | ~ pp(aa(X0,bool,X2,X3))
      | ( aa(list(X0),list(X0),aa(X0,fun(list(X0),list(X0)),cons(X0),X3),X4) != X1 ) ),
    inference(cnf_transformation,[],[f308]) ).

tff(f826,plain,
    ~ listsp(dB,it,aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),var(i)),nil(dB))),
    inference(subsumption_resolution,[],[f821,f802]) ).

tff(f802,plain,
    listsp(dB,it,rs),
    inference(resolution,[],[f557,f398]) ).

tff(f398,plain,
    ! [X0: $tType,X2: fun(X0,bool),X3: list(X0),X1: fun(X0,bool)] :
      ( listsp(X0,X2,X3)
      | ~ listsp(X0,combs(X0,bool,bool,combb(bool,fun(bool,bool),X0,fconj,X2),X1),X3) ),
    inference(cnf_transformation,[],[f284]) ).

tff(f284,plain,
    ! [X0: $tType,X1: fun(X0,bool),X2: fun(X0,bool),X3: list(X0)] :
      ( ( listsp(X0,combs(X0,bool,bool,combb(bool,fun(bool,bool),X0,fconj,X2),X1),X3)
        | ~ listsp(X0,X1,X3)
        | ~ listsp(X0,X2,X3) )
      & ( ( listsp(X0,X1,X3)
          & listsp(X0,X2,X3) )
        | ~ listsp(X0,combs(X0,bool,bool,combb(bool,fun(bool,bool),X0,fconj,X2),X1),X3) ) ),
    inference(flattening,[],[f283]) ).

tff(f283,plain,
    ! [X0: $tType,X1: fun(X0,bool),X2: fun(X0,bool),X3: list(X0)] :
      ( ( listsp(X0,combs(X0,bool,bool,combb(bool,fun(bool,bool),X0,fconj,X2),X1),X3)
        | ~ listsp(X0,X1,X3)
        | ~ listsp(X0,X2,X3) )
      & ( ( listsp(X0,X1,X3)
          & listsp(X0,X2,X3) )
        | ~ listsp(X0,combs(X0,bool,bool,combb(bool,fun(bool,bool),X0,fconj,X2),X1),X3) ) ),
    inference(nnf_transformation,[],[f136]) ).

tff(f136,plain,
    ! [X0: $tType,X1: fun(X0,bool),X2: fun(X0,bool),X3: list(X0)] :
      ( listsp(X0,combs(X0,bool,bool,combb(bool,fun(bool,bool),X0,fconj,X2),X1),X3)
    <=> ( listsp(X0,X1,X3)
        & listsp(X0,X2,X3) ) ),
    inference(rectify,[],[f18]) ).

tff(f18,axiom,
    ! [X2: $tType,X29: fun(X2,bool),X19: fun(X2,bool),X30: list(X2)] :
      ( listsp(X2,combs(X2,bool,bool,combb(bool,fun(bool,bool),X2,fconj,X19),X29),X30)
    <=> ( listsp(X2,X29,X30)
        & listsp(X2,X19,X30) ) ),
    file('/export/starexec/sandbox2/tmp/tmp.3tkYoLBMca/Vampire---4.8_30915',fact_17_listsp__conj__eq) ).

tff(f557,plain,
    listsp(dB,combs(dB,bool,bool,combb(bool,fun(bool,bool),dB,fconj,it),combb(dB,bool,dB,it,aa(dB,fun(dB,dB),combc(dB,dB,dB,app),var(i)))),rs),
    inference(cnf_transformation,[],[f116]) ).

tff(f116,axiom,
    listsp(dB,combs(dB,bool,bool,combb(bool,fun(bool,bool),dB,fconj,it),combb(dB,bool,dB,it,aa(dB,fun(dB,dB),combc(dB,dB,dB,app),var(i)))),rs),
    file('/export/starexec/sandbox2/tmp/tmp.3tkYoLBMca/Vampire---4.8_30915',conj_0) ).

tff(f821,plain,
    ( ~ listsp(dB,it,aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),var(i)),nil(dB)))
    | ~ listsp(dB,it,rs) ),
    inference(resolution,[],[f793,f380]) ).

tff(f380,plain,
    ! [X0: $tType,X2: list(X0),X3: fun(X0,bool),X1: list(X0)] :
      ( listsp(X0,X3,aa(list(X0),list(X0),aa(list(X0),fun(list(X0),list(X0)),append(X0),X2),X1))
      | ~ listsp(X0,X3,X1)
      | ~ listsp(X0,X3,X2) ),
    inference(cnf_transformation,[],[f274]) ).

tff(f274,plain,
    ! [X0: $tType,X1: list(X0),X2: list(X0),X3: fun(X0,bool)] :
      ( ( listsp(X0,X3,aa(list(X0),list(X0),aa(list(X0),fun(list(X0),list(X0)),append(X0),X2),X1))
        | ~ listsp(X0,X3,X1)
        | ~ listsp(X0,X3,X2) )
      & ( ( listsp(X0,X3,X1)
          & listsp(X0,X3,X2) )
        | ~ listsp(X0,X3,aa(list(X0),list(X0),aa(list(X0),fun(list(X0),list(X0)),append(X0),X2),X1)) ) ),
    inference(flattening,[],[f273]) ).

tff(f273,plain,
    ! [X0: $tType,X1: list(X0),X2: list(X0),X3: fun(X0,bool)] :
      ( ( listsp(X0,X3,aa(list(X0),list(X0),aa(list(X0),fun(list(X0),list(X0)),append(X0),X2),X1))
        | ~ listsp(X0,X3,X1)
        | ~ listsp(X0,X3,X2) )
      & ( ( listsp(X0,X3,X1)
          & listsp(X0,X3,X2) )
        | ~ listsp(X0,X3,aa(list(X0),list(X0),aa(list(X0),fun(list(X0),list(X0)),append(X0),X2),X1)) ) ),
    inference(nnf_transformation,[],[f126]) ).

tff(f126,plain,
    ! [X0: $tType,X1: list(X0),X2: list(X0),X3: fun(X0,bool)] :
      ( listsp(X0,X3,aa(list(X0),list(X0),aa(list(X0),fun(list(X0),list(X0)),append(X0),X2),X1))
    <=> ( listsp(X0,X3,X1)
        & listsp(X0,X3,X2) ) ),
    inference(rectify,[],[f8]) ).

tff(f8,axiom,
    ! [X2: $tType,X11: list(X2),X13: list(X2),X19: fun(X2,bool)] :
      ( listsp(X2,X19,aa(list(X2),list(X2),aa(list(X2),fun(list(X2),list(X2)),append(X2),X13),X11))
    <=> ( listsp(X2,X19,X11)
        & listsp(X2,X19,X13) ) ),
    file('/export/starexec/sandbox2/tmp/tmp.3tkYoLBMca/Vampire---4.8_30915',fact_7_append__in__listsp__conv) ).

tff(f793,plain,
    ~ listsp(dB,it,aa(list(dB),list(dB),aa(list(dB),fun(list(dB),list(dB)),append(dB),rs),aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),var(i)),nil(dB)))),
    inference(resolution,[],[f558,f360]) ).

tff(f360,plain,
    ! [X0: nat,X1: list(dB)] :
      ( pp(aa(dB,bool,it,foldl(dB,dB,app,var(X0),X1)))
      | ~ listsp(dB,it,X1) ),
    inference(cnf_transformation,[],[f233]) ).

tff(f233,plain,
    ! [X0: nat,X1: list(dB)] :
      ( pp(aa(dB,bool,it,foldl(dB,dB,app,var(X0),X1)))
      | ~ listsp(dB,it,X1) ),
    inference(ennf_transformation,[],[f120]) ).

tff(f120,plain,
    ! [X0: nat,X1: list(dB)] :
      ( listsp(dB,it,X1)
     => pp(aa(dB,bool,it,foldl(dB,dB,app,var(X0),X1))) ),
    inference(rectify,[],[f2]) ).

tff(f2,axiom,
    ! [X5: nat,X6: list(dB)] :
      ( listsp(dB,it,X6)
     => pp(aa(dB,bool,it,foldl(dB,dB,app,var(X5),X6))) ),
    file('/export/starexec/sandbox2/tmp/tmp.3tkYoLBMca/Vampire---4.8_30915',fact_1_IT_OVar) ).

tff(f558,plain,
    ~ pp(aa(dB,bool,it,foldl(dB,dB,app,var(n),aa(list(dB),list(dB),aa(list(dB),fun(list(dB),list(dB)),append(dB),rs),aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),var(i)),nil(dB)))))),
    inference(cnf_transformation,[],[f232]) ).

tff(f232,plain,
    ~ pp(aa(dB,bool,it,foldl(dB,dB,app,var(n),aa(list(dB),list(dB),aa(list(dB),fun(list(dB),list(dB)),append(dB),rs),aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),var(i)),nil(dB)))))),
    inference(flattening,[],[f118]) ).

tff(f118,negated_conjecture,
    ~ pp(aa(dB,bool,it,foldl(dB,dB,app,var(n),aa(list(dB),list(dB),aa(list(dB),fun(list(dB),list(dB)),append(dB),rs),aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),var(i)),nil(dB)))))),
    inference(negated_conjecture,[],[f117]) ).

tff(f117,conjecture,
    pp(aa(dB,bool,it,foldl(dB,dB,app,var(n),aa(list(dB),list(dB),aa(list(dB),fun(list(dB),list(dB)),append(dB),rs),aa(list(dB),list(dB),aa(dB,fun(list(dB),list(dB)),cons(dB),var(i)),nil(dB)))))),
    file('/export/starexec/sandbox2/tmp/tmp.3tkYoLBMca/Vampire---4.8_30915',conj_1) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem    : LCL767_5 : TPTP v8.1.2. Released v6.0.0.
% 0.14/0.15  % Command    : vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t %d %s
% 0.15/0.36  % Computer : n004.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit   : 300
% 0.15/0.36  % WCLimit    : 300
% 0.15/0.36  % DateTime   : Tue Apr 30 16:40:49 EDT 2024
% 0.15/0.36  % CPUTime    : 
% 0.15/0.36  This is a TF1_THM_EQU_NAR problem
% 0.15/0.36  Running vampire --input_syntax tptp --proof tptp --output_axiom_names on --mode portfolio --schedule file --schedule_file /export/starexec/sandbox2/solver/bin/quickGreedyProduceRating_steal_pow3.txt --cores 8 -m 12000 -t 300 /export/starexec/sandbox2/tmp/tmp.3tkYoLBMca/Vampire---4.8_30915
% 0.78/0.94  % (31127)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on Vampire---4 for (2994ds/78Mi)
% 0.78/0.94  % (31125)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 Vampire---4 for (2994ds/34Mi)
% 0.78/0.94  % (31128)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on Vampire---4 for (2994ds/33Mi)
% 0.78/0.94  % (31126)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 Vampire---4 for (2994ds/51Mi)
% 0.78/0.94  % (31129)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 Vampire---4 for (2994ds/34Mi)
% 0.78/0.94  % (31130)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on Vampire---4 for (2994ds/45Mi)
% 0.78/0.94  % (31131)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 Vampire---4 for (2994ds/83Mi)
% 0.78/0.95  % (31132)lrs-21_1:1_to=lpo:sil=2000:sp=frequency:sos=on:lma=on:i=56:sd=2:ss=axioms:ep=R_0 on Vampire---4 for (2994ds/56Mi)
% 0.78/0.95  % (31131)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.78/0.95  % (31131)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 0.79/0.95  % (31132)Refutation not found, incomplete strategy% (31132)------------------------------
% 0.79/0.95  % (31132)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.79/0.95  % (31132)Termination reason: Refutation not found, incomplete strategy
% 0.79/0.95  
% 0.79/0.95  % (31132)Memory used [KB]: 1335
% 0.79/0.95  % (31132)Time elapsed: 0.011 s
% 0.79/0.95  % (31132)Instructions burned: 23 (million)
% 0.79/0.95  % (31132)------------------------------
% 0.79/0.95  % (31132)------------------------------
% 0.79/0.96  % (31130)Refutation not found, incomplete strategy% (31130)------------------------------
% 0.79/0.96  % (31130)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.79/0.96  % (31130)Termination reason: Refutation not found, incomplete strategy
% 0.79/0.96  
% 0.79/0.96  % (31130)Memory used [KB]: 1374
% 0.79/0.96  % (31130)Time elapsed: 0.012 s
% 0.79/0.96  % (31130)Instructions burned: 24 (million)
% 0.79/0.96  % (31130)------------------------------
% 0.79/0.96  % (31130)------------------------------
% 0.79/0.96  % (31129)First to succeed.
% 0.79/0.96  % (31133)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 Vampire---4 for (2994ds/55Mi)
% 0.79/0.96  % (31134)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 Vampire---4 for (2994ds/50Mi)
% 0.79/0.96  % (31128)Instruction limit reached!
% 0.79/0.96  % (31128)------------------------------
% 0.79/0.96  % (31128)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.79/0.96  % (31128)Termination reason: Unknown
% 0.79/0.96  % (31128)Termination phase: Saturation
% 0.79/0.96  
% 0.79/0.96  % (31128)Memory used [KB]: 1518
% 0.79/0.96  % (31128)Time elapsed: 0.017 s
% 0.79/0.96  % (31128)Instructions burned: 33 (million)
% 0.79/0.96  % (31128)------------------------------
% 0.79/0.96  % (31128)------------------------------
% 0.79/0.96  % (31129)Refutation found. Thanks to Tanya!
% 0.79/0.96  % SZS status Theorem for Vampire---4
% 0.79/0.96  % SZS output start Proof for Vampire---4
% See solution above
% 0.79/0.96  % (31129)------------------------------
% 0.79/0.96  % (31129)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.79/0.96  % (31129)Termination reason: Refutation
% 0.79/0.96  
% 0.79/0.96  % (31129)Memory used [KB]: 1449
% 0.79/0.96  % (31129)Time elapsed: 0.016 s
% 0.79/0.96  % (31129)Instructions burned: 33 (million)
% 0.79/0.96  % (31129)------------------------------
% 0.79/0.96  % (31129)------------------------------
% 0.79/0.96  % (31036)Success in time 0.582 s
% 0.79/0.96  % Vampire---4.8 exiting
%------------------------------------------------------------------------------