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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Vampire-SAT---4.8
% Problem  : SWW551_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 : n022.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 17:35:33 EDT 2024

% Result   : Theorem 0.16s 0.41s
% Output   : Refutation 0.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :   97
% Syntax   : Number of formulae    :  102 (   7 unt;  95 typ;   0 def)
%            Number of atoms       :    7 (   6 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    3 (   3   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    2 (   1 avg)
%            Maximal term depth    :    3 (   2 avg)
%            Number of FOOLs       :    1 (   1 fml;   0 var)
%            Number of types       :    6 (   5 usr)
%            Number of type conns  :  153 (  72   >;  81   *;   0   +;   0  <<)
%            Number of predicates  :   20 (  18 usr;   1 prp; 0-7 aty)
%            Number of functors    :   72 (  72 usr;  13 con; 0-7 aty)
%            Number of variables   :   95 (   0   !;   0   ?;  95   :)
%                                         (  95  !>;   0  ?*;   0  @-;   0  @+)

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

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

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

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

tff(type_def_9,type,
    option: $tType > $tType ).

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

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

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

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

tff(type_def_14,type,
    product_prod: ( $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)) * X1 ) > fun(X0,X2) ) ).

tff(func_def_2,type,
    combk: 
      !>[X0: $tType,X1: $tType] : ( X0 > fun(X1,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,
    start_heap: 
      !>[X0: $tType] : ( list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))) > fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ) ).

tff(func_def_5,type,
    new: 
      !>[X0: $tType] : ( list(char) > exp(X0) ) ).

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

tff(func_def_7,type,
    map_comp: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( fun(X0,option(X1)) * fun(X2,option(X0)) * X2 ) > option(X1) ) ).

tff(func_def_8,type,
    ran: 
      !>[X0: $tType,X1: $tType] : ( fun(X0,option(X1)) > fun(X1,bool) ) ).

tff(func_def_9,type,
    init_fields: list(product_prod(product_prod(list(char),list(char)),ty)) > fun(product_prod(list(char),list(char)),option(val)) ).

tff(func_def_10,type,
    new_Addr: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) > option(nat) ).

tff(func_def_11,type,
    bind: 
      !>[X0: $tType,X1: $tType] : fun(option(X0),fun(fun(X0,option(X1)),option(X1))) ).

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

tff(func_def_13,type,
    none: 
      !>[X0: $tType] : option(X0) ).

tff(func_def_14,type,
    some: 
      !>[X0: $tType] : fun(X0,option(X0)) ).

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

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

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

tff(func_def_18,type,
    product_Pair: 
      !>[X0: $tType,X1: $tType] : ( ( X0 * X1 ) > product_prod(X0,X1) ) ).

tff(func_def_19,type,
    product_prod_rec: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( fun(X0,fun(X1,X2)) * product_prod(X0,X1) ) > X2 ) ).

tff(func_def_20,type,
    quickcheck_orelse: 
      !>[X0: $tType] : ( ( option(X0) * option(X0) ) > option(X0) ) ).

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

tff(func_def_22,type,
    insert: 
      !>[X0: $tType] : ( ( X0 * fun(X0,bool) ) > fun(X0,bool) ) ).

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

tff(func_def_24,type,
    fFalse: bool ).

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

tff(func_def_26,type,
    fTrue: bool ).

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

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

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

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

tff(func_def_31,type,
    c: list(char) ).

tff(func_def_32,type,
    e: fun(list(char),option(ty)) ).

tff(func_def_33,type,
    fDTs: list(product_prod(product_prod(list(char),list(char)),ty)) ).

tff(func_def_34,type,
    p: list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,product_prod(list(list(char)),exp(list(char))))))))))) ).

tff(func_def_35,type,
    t: ty ).

tff(func_def_36,type,
    a: nat ).

tff(func_def_37,type,
    h_a: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ).

tff(func_def_38,type,
    ha: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ).

tff(func_def_39,type,
    sK10: 
      !>[X0: $tType] : ( option(X0) > X0 ) ).

tff(func_def_40,type,
    sK11: ( fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ) > nat ).

tff(func_def_41,type,
    sK12: ( fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ) > list(char) ).

tff(func_def_42,type,
    sK13: ( fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ) > fun(product_prod(list(char),list(char)),option(val)) ).

tff(func_def_43,type,
    sK14: ( fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ) > nat ).

tff(func_def_44,type,
    sK15: ( fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ) > list(char) ).

tff(func_def_45,type,
    sK16: ( fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ) > fun(product_prod(list(char),list(char)),option(val)) ).

tff(func_def_46,type,
    sK17: ( fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * nat * list(char) ) > fun(product_prod(list(char),list(char)),option(val)) ).

tff(func_def_47,type,
    sK18: 
      !>[X0: $tType] : ( option(X0) > X0 ) ).

tff(func_def_48,type,
    sK19: 
      !>[X0: $tType] : ( option(X0) > X0 ) ).

tff(func_def_49,type,
    sK20: 
      !>[X0: $tType] : ( ( fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))) ) > nat ) ).

tff(func_def_50,type,
    sK21: 
      !>[X0: $tType] : ( ( fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))) ) > product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))) ) ).

tff(func_def_51,type,
    sK22: 
      !>[X0: $tType,X1: $tType] : ( fun(product_prod(X0,X1),bool) > X0 ) ).

tff(func_def_52,type,
    sK23: 
      !>[X0: $tType,X1: $tType] : ( fun(product_prod(X0,X1),bool) > X1 ) ).

tff(func_def_53,type,
    sK24: 
      !>[X0: $tType,X1: $tType] : ( fun(product_prod(X0,X1),bool) > product_prod(X0,X1) ) ).

tff(func_def_54,type,
    sK25: 
      !>[X0: $tType,X1: $tType] : ( fun(product_prod(X0,X1),bool) > product_prod(X0,X1) ) ).

tff(func_def_55,type,
    sK26: 
      !>[X0: $tType,X1: $tType] : ( fun(product_prod(X0,X1),bool) > X0 ) ).

tff(func_def_56,type,
    sK27: 
      !>[X0: $tType,X1: $tType] : ( fun(product_prod(X0,X1),bool) > X1 ) ).

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

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

tff(func_def_59,type,
    sK30: 
      !>[X0: $tType] : ( ( fun(X0,bool) * option(X0) ) > X0 ) ).

tff(func_def_60,type,
    sK31: ( list(char) * nat * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ) > fun(product_prod(list(char),list(char)),option(val)) ).

tff(func_def_61,type,
    sK32: 
      !>[X0: $tType] : ( ( X0 * fun(X0,bool) * X0 * fun(X0,bool) ) > fun(X0,bool) ) ).

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

tff(func_def_63,type,
    sK34: 
      !>[X0: $tType,X1: $tType] : ( ( X1 * X0 * fun(X0,option(X1)) ) > X0 ) ).

tff(func_def_64,type,
    sK35: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( fun(X1,option(X0)) * X2 * fun(X2,option(X1)) ) > X1 ) ).

tff(func_def_65,type,
    sK36: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( X2 * X0 * fun(X0,option(X1)) * fun(X1,option(X2)) ) > X1 ) ).

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

tff(pred_def_1,type,
    hconf: 
      !>[X0: $tType] : ( ( list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ) > $o ) ).

tff(pred_def_2,type,
    oconf: 
      !>[X0: $tType] : ( ( list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))) ) > $o ) ).

tff(pred_def_3,type,
    preallocated: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) > $o ).

tff(pred_def_4,type,
    hext: ( fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) ) > $o ).

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

tff(pred_def_6,type,
    fields: 
      !>[X0: $tType] : ( ( list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))) * list(char) * list(product_prod(product_prod(list(char),list(char)),ty)) ) > $o ) ).

tff(pred_def_7,type,
    wTrt: ( list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,product_prod(list(list(char)),exp(list(char))))))))))) * fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * fun(list(char),option(ty)) * exp(list(char)) * ty ) > $o ).

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

tff(pred_def_9,type,
    sP0: 
      !>[X0: $tType] : ( ( fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) * list(product_prod(list(char),product_prod(list(char),product_prod(list(product_prod(list(char),ty)),list(product_prod(list(char),product_prod(list(ty),product_prod(ty,X0)))))))) ) > $o ) ).

tff(pred_def_10,type,
    sP1: 
      !>[X0: $tType] : ( ( bool * option(X0) ) > $o ) ).

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

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

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

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

tff(pred_def_15,type,
    sP6: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( ( fun(X1,option(X0)) * X2 * fun(X2,option(X1)) ) > $o ) ).

tff(pred_def_16,type,
    sP7: 
      !>[X0: $tType,X1: $tType] : ( ( X0 * X0 * X1 * X1 ) > $o ) ).

tff(pred_def_17,type,
    sP8: 
      !>[X0: $tType,X1: $tType] : ( ( X1 * fun(X1,option(X0)) * X0 * X1 * X0 ) > $o ) ).

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

tff(f617,plain,
    $false,
    inference(subsumption_resolution,[],[f407,f402]) ).

tff(f402,plain,
    new_Addr(ha) != aa(nat,option(nat),some(nat),a),
    inference(cnf_transformation,[],[f119]) ).

tff(f119,plain,
    new_Addr(ha) != aa(nat,option(nat),some(nat),a),
    inference(flattening,[],[f118]) ).

tff(f118,negated_conjecture,
    ( ~ new_Addr(ha) = aa(nat,option(nat),some(nat),a) ),
    inference(negated_conjecture,[],[f117]) ).

tff(f117,conjecture,
    new_Addr(ha) = aa(nat,option(nat),some(nat),a),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conj_0) ).

tff(f407,plain,
    new_Addr(ha) = aa(nat,option(nat),some(nat),a),
    inference(cnf_transformation,[],[f1]) ).

tff(f1,axiom,
    new_Addr(ha) = aa(nat,option(nat),some(nat),a),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_0_RedNew_I1_J) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.15  % Problem    : SWW551_5 : TPTP v8.1.2. Released v6.0.0.
% 0.00/0.16  % Command    : vampire --mode casc_sat -m 16384 --cores 7 -t %d %s
% 0.11/0.36  % Computer : n022.cluster.edu
% 0.11/0.36  % Model    : x86_64 x86_64
% 0.11/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.36  % Memory   : 8042.1875MB
% 0.11/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.36  % CPULimit   : 300
% 0.11/0.36  % WCLimit    : 300
% 0.11/0.36  % DateTime   : Tue Apr 30 02:56:13 EDT 2024
% 0.11/0.37  % CPUTime    : 
% 0.11/0.37  % (30010)Running in auto input_syntax mode. Trying TPTP
% 0.16/0.40  % (30014)WARNING: value z3 for option sas not known
% 0.16/0.40  % (30013)fmb+10_1_bce=on:fmbdsb=on:fmbes=contour:fmbswr=3:fde=none:nm=0_793 on theBenchmark for (793ds/0Mi)
% 0.16/0.40  % (30012)fmb+10_1_bce=on:fmbas=function:fmbsr=1.2:fde=unused:nm=0_846 on theBenchmark for (846ds/0Mi)
% 0.16/0.40  % (30015)fmb+10_1_bce=on:fmbsr=1.5:nm=32_533 on theBenchmark for (533ds/0Mi)
% 0.16/0.40  % (30014)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.16/0.40  % (30017)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.16/0.40  % (30016)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.16/0.40  % (30018)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.16/0.40  % (30018)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 0.16/0.40  % Exception at run slice level
% 0.16/0.40  User error: Finite model buillding is currently not compatible with polymorphism or higher-order constructs% Exception at run slice level
% 0.16/0.40  User error: Finite model buillding is currently not compatible with polymorphism or higher-order constructs
% 0.16/0.40  
% 0.16/0.41  % Exception at run slice level
% 0.16/0.41  User error: Finite model buillding is currently not compatible with polymorphism or higher-order constructs
% 0.16/0.41  % (30018)First to succeed.
% 0.16/0.41  % (30014)Also succeeded, but the first one will report.
% 0.16/0.41  % (30018)Refutation found. Thanks to Tanya!
% 0.16/0.41  % SZS status Theorem for theBenchmark
% 0.16/0.41  % SZS output start Proof for theBenchmark
% See solution above
% 0.16/0.41  % (30018)------------------------------
% 0.16/0.41  % (30018)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.16/0.41  % (30018)Termination reason: Refutation
% 0.16/0.41  
% 0.16/0.41  % (30018)Memory used [KB]: 1150
% 0.16/0.41  % (30018)Time elapsed: 0.012 s
% 0.16/0.41  % (30018)Instructions burned: 22 (million)
% 0.16/0.41  % (30018)------------------------------
% 0.16/0.41  % (30018)------------------------------
% 0.16/0.41  % (30010)Success in time 0.038 s
%------------------------------------------------------------------------------