TSTP Solution File: SWW552_5 by Vampire---4.8

View Problem - Process Solution

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

% Computer : n025.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 07:01:18 EDT 2024

% Result   : Theorem 0.57s 0.75s
% Output   : Refutation 0.57s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :   87
% Syntax   : Number of formulae    :   92 (   7 unt;  85 typ;   0 def)
%            Number of atoms       :    7 (   0 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    :    4 (   2 avg)
%            Number of types       :    6 (   5 usr)
%            Number of type conns  :  115 (  65   >;  50   *;   0   +;   0  <<)
%            Number of predicates  :   13 (  12 usr;   1 prp; 0-6 aty)
%            Number of functors    :   68 (  68 usr;  13 con; 0-7 aty)
%            Number of variables   :  145 (   0   !;   0   ?; 145   :)
%                                         ( 145  !>;   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,
    combk: 
      !>[X0: $tType,X1: $tType] : ( X0 > fun(X1,X0) ) ).

tff(func_def_2,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_3,type,
    fAss: 
      !>[X0: $tType] : ( ( exp(X0) * list(char) * list(char) * exp(X0) ) > exp(X0) ) ).

tff(func_def_4,type,
    val1: 
      !>[X0: $tType] : ( val > exp(X0) ) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

tff(func_def_18,type,
    red: 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(product_prod(product_prod(exp(list(char)),product_prod(fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),fun(list(char),option(val)))),product_prod(exp(list(char)),product_prod(fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),fun(list(char),option(val))))),bool) ).

tff(func_def_19,type,
    transitive_rtrancl: 
      !>[X0: $tType] : ( fun(product_prod(X0,X0),bool) > fun(product_prod(X0,X0),bool) ) ).

tff(func_def_20,type,
    the_Addr: val > nat ).

tff(func_def_21,type,
    addr: nat > val ).

tff(func_def_22,type,
    unit: val ).

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,
    fTrue: bool ).

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

tff(func_def_27,type,
    d: list(char) ).

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

tff(func_def_29,type,
    f: list(char) ).

tff(func_def_30,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_31,type,
    t: ty ).

tff(func_def_32,type,
    a: nat ).

tff(func_def_33,type,
    fs: fun(product_prod(list(char),list(char)),option(val)) ).

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

tff(func_def_35,type,
    v: val ).

tff(func_def_36,type,
    sK0: 
      !>[X0: $tType] : ( option(X0) > X0 ) ).

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

tff(func_def_38,type,
    sK2: 
      !>[X0: $tType] : ( option(X0) > X0 ) ).

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

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

tff(func_def_41,type,
    sK5: 
      !>[X0: $tType,X1: $tType] : ( product_prod(X0,X1) > X0 ) ).

tff(func_def_42,type,
    sK6: 
      !>[X0: $tType,X1: $tType] : ( product_prod(X0,X1) > X1 ) ).

tff(func_def_43,type,
    sK7: 
      !>[X0: $tType,X1: $tType] : ( product_prod(X0,X1) > X0 ) ).

tff(func_def_44,type,
    sK8: 
      !>[X0: $tType,X1: $tType] : ( product_prod(X0,X1) > X1 ) ).

tff(func_def_45,type,
    sK9: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( product_prod(X0,product_prod(X1,X2)) > X0 ) ).

tff(func_def_46,type,
    sK10: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( product_prod(X0,product_prod(X1,X2)) > X1 ) ).

tff(func_def_47,type,
    sK11: 
      !>[X0: $tType,X1: $tType,X2: $tType] : ( product_prod(X0,product_prod(X1,X2)) > X2 ) ).

tff(func_def_48,type,
    sK12: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,X3))) > X0 ) ).

tff(func_def_49,type,
    sK13: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,X3))) > X1 ) ).

tff(func_def_50,type,
    sK14: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,X3))) > X2 ) ).

tff(func_def_51,type,
    sK15: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,X3))) > X3 ) ).

tff(func_def_52,type,
    sK16: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,X4)))) > X0 ) ).

tff(func_def_53,type,
    sK17: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,X4)))) > X1 ) ).

tff(func_def_54,type,
    sK18: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,X4)))) > X2 ) ).

tff(func_def_55,type,
    sK19: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,X4)))) > X3 ) ).

tff(func_def_56,type,
    sK20: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,X4)))) > X4 ) ).

tff(func_def_57,type,
    sK21: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,product_prod(X4,X5))))) > X0 ) ).

tff(func_def_58,type,
    sK22: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,product_prod(X4,X5))))) > X1 ) ).

tff(func_def_59,type,
    sK23: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,product_prod(X4,X5))))) > X2 ) ).

tff(func_def_60,type,
    sK24: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,product_prod(X4,X5))))) > X3 ) ).

tff(func_def_61,type,
    sK25: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,product_prod(X4,X5))))) > X4 ) ).

tff(func_def_62,type,
    sK26: 
      !>[X0: $tType,X1: $tType,X2: $tType,X3: $tType,X4: $tType,X5: $tType] : ( product_prod(X0,product_prod(X1,product_prod(X2,product_prod(X3,product_prod(X4,X5))))) > X5 ) ).

tff(pred_def_1,type,
    eval: ( 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))))))))))) * exp(list(char)) * product_prod(fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),fun(list(char),option(val))) * exp(list(char)) * product_prod(fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),fun(list(char),option(val))) ) > $o ).

tff(pred_def_2,type,
    conf: 
      !>[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))))) * val * ty ) > $o ) ).

tff(pred_def_3,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_4,type,
    lconf: 
      !>[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))))) * fun(list(char),option(val)) * fun(list(char),option(ty)) ) > $o ) ).

tff(pred_def_5,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_6,type,
    preallocated: fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))) > $o ).

tff(pred_def_7,type,
    redp: ( 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))))))))))) * exp(list(char)) * product_prod(fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),fun(list(char),option(val))) * exp(list(char)) * product_prod(fun(nat,option(product_prod(list(char),fun(product_prod(list(char),list(char)),option(val))))),fun(list(char),option(val))) ) > $o ).

tff(pred_def_8,type,
    has_field: 
      !>[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(char) * ty * list(char) ) > $o ) ).

tff(pred_def_9,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_10,type,
    member: 
      !>[X0: $tType] : ( ( X0 * fun(X0,bool) ) > $o ) ).

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

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

tff(f311,plain,
    $false,
    inference(subsumption_resolution,[],[f200,f204]) ).

tff(f204,plain,
    hconf(product_prod(list(list(char)),exp(list(char))),p,ha),
    inference(cnf_transformation,[],[f1]) ).

tff(f1,axiom,
    hconf(product_prod(list(list(char)),exp(list(char))),p,ha),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_0_RedFAss_I3_J) ).

tff(f200,plain,
    ~ hconf(product_prod(list(list(char)),exp(list(char))),p,ha),
    inference(cnf_transformation,[],[f107]) ).

tff(f107,plain,
    ~ hconf(product_prod(list(list(char)),exp(list(char))),p,ha),
    inference(flattening,[],[f106]) ).

tff(f106,negated_conjecture,
    ~ hconf(product_prod(list(list(char)),exp(list(char))),p,ha),
    inference(negated_conjecture,[],[f105]) ).

tff(f105,conjecture,
    hconf(product_prod(list(list(char)),exp(list(char))),p,ha),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conj_0) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : SWW552_5 : TPTP v8.2.0. Released v6.0.0.
% 0.14/0.14  % 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.35  % Computer : n025.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   : Sat May 18 20:24:08 EDT 2024
% 0.21/0.36  % CPUTime    : 
% 0.21/0.36  This is a TF1_THM_EQU_NAR problem
% 0.21/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/benchmark/theBenchmark.p
% 0.57/0.75  % (11364)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 (2996ds/56Mi)
% 0.57/0.75  % (11357)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 (2996ds/34Mi)
% 0.57/0.75  % (11359)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on theBenchmark for (2996ds/78Mi)
% 0.57/0.75  % (11358)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 (2996ds/51Mi)
% 0.57/0.75  % (11364)First to succeed.
% 0.57/0.75  % (11363)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 (2996ds/83Mi)
% 0.57/0.75  % (11364)Solution written to "/export/starexec/sandbox2/tmp/vampire-proof-11342"
% 0.57/0.75  % (11364)Refutation found. Thanks to Tanya!
% 0.57/0.75  % SZS status Theorem for theBenchmark
% 0.57/0.75  % SZS output start Proof for theBenchmark
% See solution above
% 0.57/0.75  % (11364)------------------------------
% 0.57/0.75  % (11364)Version: Vampire 4.8 (commit 3a798227e on 2024-05-03 07:42:47 +0200)
% 0.57/0.75  % (11364)Termination reason: Refutation
% 0.57/0.75  
% 0.57/0.75  % (11364)Memory used [KB]: 1161
% 0.57/0.75  % (11364)Time elapsed: 0.004 s
% 0.57/0.75  % (11364)Instructions burned: 10 (million)
% 0.57/0.75  % (11342)Success in time 0.389 s
% 0.57/0.75  % Vampire---4.8 exiting
%------------------------------------------------------------------------------