TSTP Solution File: LCL771_5 by Vampire-SAT---4.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire-SAT---4.8
% Problem  : LCL771_5 : TPTP v8.1.2. Released v6.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s

% Computer : n016.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 Apr 30 13:49:14 EDT 2024

% Result   : Theorem 0.22s 0.40s
% Output   : Refutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :   97
% Syntax   : Number of formulae    :  103 (   8 unt;  95 typ;   0 def)
%            Number of atoms       :    8 (   0 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    3 (   3   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    3 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    4 (   3 usr)
%            Number of type conns  :  151 (  74   >;  77   *;   0   +;   0  <<)
%            Number of predicates  :   15 (  14 usr;   1 prp; 0-6 aty)
%            Number of functors    :   78 (  78 usr;  12 con; 0-6 aty)
%            Number of variables   :   69 (   6   !;   0   ?;  69   :)
%                                         (  63  !>;   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(fun(X0,X1),fun(fun(X2,X0),fun(X2,X1))) ).

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

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

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

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

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

tff(func_def_6,type,
    beta: fun(dB,fun(dB,bool)) ).

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

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

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

tff(func_def_10,type,
    dB_case: 
      !>[X0: $tType] : ( ( fun(nat,X0) * fun(dB,fun(dB,X0)) * fun(dB,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,
    foldl: 
      !>[X0: $tType,X1: $tType] : ( ( fun(X0,fun(X1,X0)) * X0 * list(X1) ) > X0 ) ).

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

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

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

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

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

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

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

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

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

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

tff(func_def_28,type,
    fFalse: bool ).

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

tff(func_def_30,type,
    fTrue: bool ).

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

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

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

tff(func_def_34,type,
    i: nat ).

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

tff(func_def_36,type,
    sK7: dB > dB ).

tff(func_def_37,type,
    sK8: dB > dB ).

tff(func_def_38,type,
    sK9: dB > dB ).

tff(func_def_39,type,
    sK10: dB > nat ).

tff(func_def_40,type,
    sK11: dB > dB ).

tff(func_def_41,type,
    sK12: dB > list(dB) ).

tff(func_def_42,type,
    sK13: dB > nat ).

tff(func_def_43,type,
    sK14: dB > dB ).

tff(func_def_44,type,
    sK15: dB > dB ).

tff(func_def_45,type,
    sK16: dB > list(dB) ).

tff(func_def_46,type,
    sK17: dB > list(dB) ).

tff(func_def_47,type,
    sK18: dB > dB ).

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

tff(func_def_49,type,
    sK20: dB > nat ).

tff(func_def_50,type,
    sK21: 
      !>[X0: $tType] : ( list(X0) > X0 ) ).

tff(func_def_51,type,
    sK22: 
      !>[X0: $tType] : ( list(X0) > list(X0) ) ).

tff(func_def_52,type,
    sK23: ( dB * dB ) > dB ).

tff(func_def_53,type,
    sK24: 
      !>[X0: $tType] : ( list(X0) > X0 ) ).

tff(func_def_54,type,
    sK25: 
      !>[X0: $tType] : ( list(X0) > list(X0) ) ).

tff(func_def_55,type,
    sK26: ( dB * list(dB) * dB ) > dB ).

tff(func_def_56,type,
    sK27: ( dB * list(dB) * dB ) > dB ).

tff(func_def_57,type,
    sK28: ( dB * list(dB) * dB ) > list(dB) ).

tff(func_def_58,type,
    sK29: ( dB * list(dB) * dB ) > list(dB) ).

tff(func_def_59,type,
    sK30: ( dB * list(dB) * dB ) > dB ).

tff(func_def_60,type,
    sK31: ( dB * list(dB) * nat ) > list(dB) ).

tff(func_def_61,type,
    sK32: ( dB * dB * dB ) > dB ).

tff(func_def_62,type,
    sK33: ( dB * dB * dB ) > dB ).

tff(func_def_63,type,
    sK34: ( dB * dB * dB ) > dB ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tff(pred_def_8,type,
    sP0: dB > $o ).

tff(pred_def_9,type,
    sP1: dB > $o ).

tff(pred_def_10,type,
    sP2: ( dB * list(dB) * dB ) > $o ).

tff(pred_def_11,type,
    sP3: ( dB * dB * dB ) > $o ).

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

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

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

tff(f615,plain,
    $false,
    inference(resolution,[],[f414,f378]) ).

tff(f378,plain,
    ~ listsp(dB,it,nil(dB)),
    inference(cnf_transformation,[],[f120]) ).

tff(f120,plain,
    ~ listsp(dB,it,nil(dB)),
    inference(flattening,[],[f119]) ).

tff(f119,negated_conjecture,
    ~ listsp(dB,it,nil(dB)),
    inference(negated_conjecture,[],[f118]) ).

tff(f118,conjecture,
    listsp(dB,it,nil(dB)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',conj_1) ).

tff(f414,plain,
    ! [X0: $tType,X1: fun(X0,bool)] : listsp(X0,X1,nil(X0)),
    inference(cnf_transformation,[],[f136]) ).

tff(f136,plain,
    ! [X0: $tType,X1: fun(X0,bool)] : listsp(X0,X1,nil(X0)),
    inference(rectify,[],[f2]) ).

tff(f2,axiom,
    ! [X0: $tType,X5: fun(X0,bool)] : listsp(X0,X5,nil(X0)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_1_listsp_ONil) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : LCL771_5 : TPTP v8.1.2. Released v6.0.0.
% 0.07/0.14  % Command    : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s
% 0.15/0.35  % Computer : n016.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit   : 300
% 0.15/0.35  % WCLimit    : 300
% 0.15/0.35  % DateTime   : Mon Apr 29 23:43:25 EDT 2024
% 0.15/0.35  % CPUTime    : 
% 0.15/0.36  % (1325)Running in auto input_syntax mode. Trying TPTP
% 0.15/0.38  % (1329)WARNING: value z3 for option sas not known
% 0.15/0.38  % (1328)fmb+10_1_bce=on:fmbdsb=on:fmbes=contour:fmbswr=3:fde=none:nm=0_793 on theBenchmark for (793ds/0Mi)
% 0.15/0.38  % (1330)fmb+10_1_bce=on:fmbsr=1.5:nm=32_533 on theBenchmark for (533ds/0Mi)
% 0.15/0.38  % (1329)dis+2_11_add=large:afr=on:amm=off:bd=off:bce=on:fsd=off:fde=none:gs=on:gsaa=full_model:gsem=off:irw=on:msp=off:nm=4:nwc=1.3:sas=z3:sims=off:sac=on:sp=reverse_arity_569 on theBenchmark for (569ds/0Mi)
% 0.15/0.38  % (1331)ott+10_10:1_add=off:afr=on:amm=off:anc=all:bd=off:bs=on:fsr=off:irw=on:lma=on:msp=off:nm=4:nwc=4.0:sac=on:sp=reverse_frequency_531 on theBenchmark for (531ds/0Mi)
% 0.15/0.38  % (1327)fmb+10_1_bce=on:fmbas=function:fmbsr=1.2:fde=unused:nm=0_846 on theBenchmark for (846ds/0Mi)
% 0.15/0.38  % (1332)ott-10_8_av=off:bd=preordered:bs=on:fsd=off:fsr=off:fde=unused:irw=on:lcm=predicate:lma=on:nm=4:nwc=1.7:sp=frequency_522 on theBenchmark for (522ds/0Mi)
% 0.15/0.38  % (1333)ott+1_64_av=off:bd=off:bce=on:fsd=off:fde=unused:gsp=on:irw=on:lcm=predicate:lma=on:nm=2:nwc=1.1:sims=off:urr=on_497 on theBenchmark for (497ds/0Mi)
% 0.22/0.39  % (1333)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 0.22/0.39  % Exception at run slice level
% 0.22/0.39  User error: Finite model buillding is currently not compatible with polymorphism or higher-order constructs
% 0.22/0.39  % Exception at run slice level
% 0.22/0.39  User error: Finite model buillding is currently not compatible with polymorphism or higher-order constructs
% 0.22/0.39  % Exception at run slice level
% 0.22/0.39  User error: Finite model buillding is currently not compatible with polymorphism or higher-order constructs
% 0.22/0.40  % (1329)First to succeed.
% 0.22/0.40  % (1331)Also succeeded, but the first one will report.
% 0.22/0.40  % (1329)Refutation found. Thanks to Tanya!
% 0.22/0.40  % SZS status Theorem for theBenchmark
% 0.22/0.40  % SZS output start Proof for theBenchmark
% See solution above
% 0.22/0.40  % (1329)------------------------------
% 0.22/0.40  % (1329)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.22/0.40  % (1329)Termination reason: Refutation
% 0.22/0.40  
% 0.22/0.40  % (1329)Memory used [KB]: 1200
% 0.22/0.40  % (1329)Time elapsed: 0.018 s
% 0.22/0.40  % (1329)Instructions burned: 30 (million)
% 0.22/0.40  % (1329)------------------------------
% 0.22/0.40  % (1329)------------------------------
% 0.22/0.40  % (1325)Success in time 0.043 s
%------------------------------------------------------------------------------