TSTP Solution File: COM047_5 by Vampire---4.8

View Problem - Process Solution

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

% Computer : n023.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 02:13:22 EDT 2024

% Result   : ContradictoryAxioms 0.61s 0.77s
% Output   : Refutation 0.61s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   81
% Syntax   : Number of formulae    :   93 (  17 unt;  76 typ;   0 def)
%            Number of atoms       :   17 (   9 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    2 (   2   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   3 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number of types       :    5 (   4 usr)
%            Number of type conns  :   91 (  53   >;  38   *;   0   +;   0  <<)
%            Number of predicates  :   16 (  14 usr;   1 prp; 0-3 aty)
%            Number of functors    :   58 (  58 usr;  10 con; 0-6 aty)
%            Number of variables   :   85 (  34   !;   0   ?;  85   :)
%                                         (  51  !>;   0  ?*;   0  @-;   0  @+)

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

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

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

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

tff(type_def_9,type,
    atom: $tType ).

tff(type_def_10,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,
    combk: 
      !>[X0: $tType,X1: $tType] : fun(X0,fun(X1,X0)) ).

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,
    div_mod: 
      !>[X0: $tType] : ( ( X0 * X0 ) > X0 ) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

tff(func_def_18,type,
    asubst: ( int * list(int) * atom ) > atom ).

tff(func_def_19,type,
    dvd: ( int * int * list(int) ) > atom ).

tff(func_def_20,type,
    c_PresArith_Oatom_OLe: ( int * list(int) ) > atom ).

tff(func_def_21,type,
    nDvd: ( int * int * list(int) ) > atom ).

tff(func_def_22,type,
    atom_case: 
      !>[X0: $tType] : ( ( fun(int,fun(list(int),X0)) * fun(int,fun(int,fun(list(int),X0))) * fun(int,fun(int,fun(list(int),X0))) * atom ) > X0 ) ).

tff(func_def_23,type,
    atom_rec: 
      !>[X0: $tType] : ( ( fun(int,fun(list(int),X0)) * fun(int,fun(int,fun(list(int),X0))) * fun(int,fun(int,fun(list(int),X0))) * atom ) > X0 ) ).

tff(func_def_24,type,
    atom_size: atom > nat ).

tff(func_def_25,type,
    decr_Z: atom > atom ).

tff(func_def_26,type,
    divisor: atom > int ).

tff(func_def_27,type,
    hd_coeff: atom > int ).

tff(func_def_28,type,
    hd_coeff1: ( int * atom ) > atom ).

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

tff(func_def_30,type,
    fFalse: bool ).

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

tff(func_def_32,type,
    fTrue: bool ).

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

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

tff(func_def_35,type,
    a: atom ).

tff(func_def_36,type,
    e: list(int) ).

tff(func_def_37,type,
    i: int ).

tff(func_def_38,type,
    int1: int ).

tff(func_def_39,type,
    j: int ).

tff(func_def_40,type,
    list1: list(int) ).

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

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

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

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

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

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

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

tff(func_def_48,type,
    sK7: atom > int ).

tff(func_def_49,type,
    sK8: atom > int ).

tff(func_def_50,type,
    sK9: atom > list(int) ).

tff(func_def_51,type,
    sK10: atom > int ).

tff(func_def_52,type,
    sK11: atom > int ).

tff(func_def_53,type,
    sK12: atom > list(int) ).

tff(func_def_54,type,
    sK13: atom > int ).

tff(func_def_55,type,
    sK14: atom > list(int) ).

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

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

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

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

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

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

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

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

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

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

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

tff(pred_def_12,type,
    i_Z: ( atom * list(int) ) > $o ).

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

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

tff(f565,plain,
    $false,
    inference(subsumption_resolution,[],[f564,f257]) ).

tff(f257,plain,
    ~ pp(fFalse),
    inference(cnf_transformation,[],[f120]) ).

tff(f120,axiom,
    ~ pp(fFalse),
    file('/export/starexec/sandbox/tmp/tmp.LbrB94Jiry/Vampire---4.8_24516',help_fFalse_1_1_U) ).

tff(f564,plain,
    pp(fFalse),
    inference(forward_demodulation,[],[f563,f249]) ).

tff(f249,plain,
    ! [X1: $tType,X0: $tType,X2: X0,X3: X1] : ( aa(X0,X1,aa(X1,fun(X0,X1),combk(X1,X0),X3),X2) = X3 ),
    inference(cnf_transformation,[],[f144]) ).

tff(f144,plain,
    ! [X0: $tType,X1: $tType,X2: X0,X3: X1] : ( aa(X0,X1,aa(X1,fun(X0,X1),combk(X1,X0),X3),X2) = X3 ),
    inference(rectify,[],[f113]) ).

tff(f113,axiom,
    ! [X1: $tType,X0: $tType,X65: X1,X63: X0] : ( aa(X1,X0,aa(X0,fun(X1,X0),combk(X0,X1),X63),X65) = X63 ),
    file('/export/starexec/sandbox/tmp/tmp.LbrB94Jiry/Vampire---4.8_24516',help_COMBK_1_1_U) ).

tff(f563,plain,
    pp(aa(list(int),bool,aa(bool,fun(list(int),bool),combk(bool,list(int)),fFalse),list1)),
    inference(forward_demodulation,[],[f562,f249]) ).

tff(f562,plain,
    pp(aa(list(int),bool,aa(int,fun(list(int),bool),aa(fun(list(int),bool),fun(int,fun(list(int),bool)),combk(fun(list(int),bool),int),aa(bool,fun(list(int),bool),combk(bool,list(int)),fFalse)),int1),list1)),
    inference(backward_demodulation,[],[f233,f552]) ).

tff(f552,plain,
    ! [X0: $tType,X2: fun(int,fun(int,fun(list(int),X0))),X3: fun(int,fun(int,fun(list(int),X0))),X1: fun(int,fun(list(int),X0))] : ( aa(list(int),X0,aa(int,fun(list(int),X0),X1,int1),list1) = atom_case(X0,X1,X2,X3,a) ),
    inference(superposition,[],[f255,f235]) ).

tff(f235,plain,
    a = c_PresArith_Oatom_OLe(int1,list1),
    inference(cnf_transformation,[],[f1]) ).

tff(f1,axiom,
    a = c_PresArith_Oatom_OLe(int1,list1),
    file('/export/starexec/sandbox/tmp/tmp.LbrB94Jiry/Vampire---4.8_24516',fact_0_Le) ).

tff(f255,plain,
    ! [X0: $tType,X2: int,X3: fun(int,fun(int,fun(list(int),X0))),X1: list(int),X4: fun(int,fun(int,fun(list(int),X0))),X5: fun(int,fun(list(int),X0))] : ( atom_case(X0,X5,X4,X3,c_PresArith_Oatom_OLe(X2,X1)) = aa(list(int),X0,aa(int,fun(list(int),X0),X5,X2),X1) ),
    inference(cnf_transformation,[],[f148]) ).

tff(f148,plain,
    ! [X0: $tType,X1: list(int),X2: int,X3: fun(int,fun(int,fun(list(int),X0))),X4: fun(int,fun(int,fun(list(int),X0))),X5: fun(int,fun(list(int),X0))] : ( atom_case(X0,X5,X4,X3,c_PresArith_Oatom_OLe(X2,X1)) = aa(list(int),X0,aa(int,fun(list(int),X0),X5,X2),X1) ),
    inference(rectify,[],[f17]) ).

tff(f17,axiom,
    ! [X0: $tType,X6: list(int),X22: int,X23: fun(int,fun(int,fun(list(int),X0))),X10: fun(int,fun(int,fun(list(int),X0))),X11: fun(int,fun(list(int),X0))] : ( atom_case(X0,X11,X10,X23,c_PresArith_Oatom_OLe(X22,X6)) = aa(list(int),X0,aa(int,fun(list(int),X0),X11,X22),X6) ),
    file('/export/starexec/sandbox/tmp/tmp.LbrB94Jiry/Vampire---4.8_24516',fact_16_atom_Osimps_I10_J) ).

tff(f233,plain,
    pp(atom_case(bool,aa(fun(list(int),bool),fun(int,fun(list(int),bool)),combk(fun(list(int),bool),int),aa(bool,fun(list(int),bool),combk(bool,list(int)),fFalse)),aa(fun(int,fun(list(int),bool)),fun(int,fun(int,fun(list(int),bool))),combk(fun(int,fun(list(int),bool)),int),aa(fun(list(int),bool),fun(int,fun(list(int),bool)),combk(fun(list(int),bool),int),aa(bool,fun(list(int),bool),combk(bool,list(int)),fTrue))),aa(fun(int,fun(list(int),bool)),fun(int,fun(int,fun(list(int),bool))),combk(fun(int,fun(list(int),bool)),int),aa(fun(list(int),bool),fun(int,fun(list(int),bool)),combk(fun(list(int),bool),int),aa(bool,fun(list(int),bool),combk(bool,list(int)),fTrue))),a)),
    inference(cnf_transformation,[],[f4]) ).

tff(f4,axiom,
    pp(atom_case(bool,aa(fun(list(int),bool),fun(int,fun(list(int),bool)),combk(fun(list(int),bool),int),aa(bool,fun(list(int),bool),combk(bool,list(int)),fFalse)),aa(fun(int,fun(list(int),bool)),fun(int,fun(int,fun(list(int),bool))),combk(fun(int,fun(list(int),bool)),int),aa(fun(list(int),bool),fun(int,fun(list(int),bool)),combk(fun(list(int),bool),int),aa(bool,fun(list(int),bool),combk(bool,list(int)),fTrue))),aa(fun(int,fun(list(int),bool)),fun(int,fun(int,fun(list(int),bool))),combk(fun(int,fun(list(int),bool)),int),aa(fun(list(int),bool),fun(int,fun(list(int),bool)),combk(fun(list(int),bool),int),aa(bool,fun(list(int),bool),combk(bool,list(int)),fTrue))),a)),
    file('/export/starexec/sandbox/tmp/tmp.LbrB94Jiry/Vampire---4.8_24516',fact_3_assms_I1_J) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : COM047_5 : TPTP v8.1.2. Released v6.0.0.
% 0.07/0.15  % 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.16/0.36  % Computer : n023.cluster.edu
% 0.16/0.36  % Model    : x86_64 x86_64
% 0.16/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.36  % Memory   : 8042.1875MB
% 0.16/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.36  % CPULimit   : 300
% 0.16/0.36  % WCLimit    : 300
% 0.16/0.36  % DateTime   : Tue Apr 30 18:56:55 EDT 2024
% 0.16/0.36  % CPUTime    : 
% 0.16/0.36  This is a TF1_THM_EQU_NAR problem
% 0.16/0.36  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/tmp/tmp.LbrB94Jiry/Vampire---4.8_24516
% 0.55/0.75  % (24773)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 (2996ds/83Mi)
% 0.55/0.75  % (24774)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 (2996ds/56Mi)
% 0.55/0.75  % (24767)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 (2996ds/34Mi)
% 0.55/0.75  % (24773)WARNING: Not using newCnf currently not compatible with polymorphic/higher-order inputs.
% 0.55/0.75  % (24770)ott+1011_1:1_sil=2000:urr=on:i=33:sd=1:kws=inv_frequency:ss=axioms:sup=off_0 on Vampire---4 for (2996ds/33Mi)
% 0.55/0.75  % (24771)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 (2996ds/34Mi)
% 0.55/0.75  % (24769)lrs+1011_1:1_sil=8000:sp=occurrence:nwc=10.0:i=78:ss=axioms:sgt=8_0 on Vampire---4 for (2996ds/78Mi)
% 0.55/0.75  % (24768)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 (2996ds/51Mi)
% 0.55/0.75  % (24772)lrs+1002_1:16_to=lpo:sil=32000:sp=unary_frequency:sos=on:i=45:bd=off:ss=axioms_0 on Vampire---4 for (2996ds/45Mi)
% 0.55/0.75  % (24773)WARNING: Not using GeneralSplitting currently not compatible with polymorphic/higher-order inputs.
% 0.55/0.75  % (24774)Refutation not found, incomplete strategy% (24774)------------------------------
% 0.55/0.75  % (24774)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.55/0.75  % (24774)Termination reason: Refutation not found, incomplete strategy
% 0.55/0.75  
% 0.55/0.75  % (24774)Memory used [KB]: 1088
% 0.55/0.75  % (24774)Time elapsed: 0.004 s
% 0.55/0.75  % (24774)Instructions burned: 4 (million)
% 0.55/0.75  % (24774)------------------------------
% 0.55/0.75  % (24774)------------------------------
% 0.55/0.75  % (24772)Refutation not found, incomplete strategy% (24772)------------------------------
% 0.55/0.75  % (24772)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.55/0.75  % (24772)Termination reason: Refutation not found, incomplete strategy
% 0.55/0.75  
% 0.55/0.75  % (24772)Memory used [KB]: 1100
% 0.55/0.75  % (24772)Time elapsed: 0.005 s
% 0.55/0.75  % (24772)Instructions burned: 5 (million)
% 0.55/0.75  % (24772)------------------------------
% 0.55/0.75  % (24772)------------------------------
% 0.55/0.75  % (24767)Refutation not found, incomplete strategy% (24767)------------------------------
% 0.55/0.75  % (24767)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.55/0.75  % (24767)Termination reason: Refutation not found, incomplete strategy
% 0.55/0.75  
% 0.55/0.75  % (24767)Memory used [KB]: 1109
% 0.55/0.75  % (24767)Time elapsed: 0.005 s
% 0.55/0.75  % (24767)Instructions burned: 6 (million)
% 0.55/0.75  % (24767)------------------------------
% 0.55/0.75  % (24767)------------------------------
% 0.61/0.76  % (24775)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 (2996ds/55Mi)
% 0.61/0.76  % (24771)Refutation not found, incomplete strategy% (24771)------------------------------
% 0.61/0.76  % (24771)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.61/0.76  % (24771)Termination reason: Refutation not found, incomplete strategy
% 0.61/0.76  
% 0.61/0.76  % (24771)Memory used [KB]: 1292
% 0.61/0.76  % (24771)Time elapsed: 0.008 s
% 0.61/0.76  % (24771)Instructions burned: 14 (million)
% 0.61/0.76  % (24771)------------------------------
% 0.61/0.76  % (24771)------------------------------
% 0.61/0.76  % (24777)lrs+1010_1:2_sil=4000:tgt=ground:nwc=10.0:st=2.0:i=208:sd=1:bd=off:ss=axioms_0 on Vampire---4 for (2996ds/208Mi)
% 0.61/0.76  % (24776)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 (2996ds/50Mi)
% 0.61/0.76  % (24778)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 Vampire---4 for (2996ds/52Mi)
% 0.61/0.77  % (24770)Instruction limit reached!
% 0.61/0.77  % (24770)------------------------------
% 0.61/0.77  % (24770)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.61/0.77  % (24770)Termination reason: Unknown
% 0.61/0.77  % (24770)Termination phase: Saturation
% 0.61/0.77  
% 0.61/0.77  % (24770)Memory used [KB]: 1375
% 0.61/0.77  % (24770)Time elapsed: 0.019 s
% 0.61/0.77  % (24769)First to succeed.
% 0.61/0.77  % (24770)Instructions burned: 33 (million)
% 0.61/0.77  % (24770)------------------------------
% 0.61/0.77  % (24770)------------------------------
% 0.61/0.77  % (24776)Refutation not found, incomplete strategy% (24776)------------------------------
% 0.61/0.77  % (24776)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.61/0.77  % (24776)Termination reason: Refutation not found, incomplete strategy
% 0.61/0.77  
% 0.61/0.77  % (24776)Memory used [KB]: 1280
% 0.61/0.77  % (24776)Time elapsed: 0.008 s
% 0.61/0.77  % (24776)Instructions burned: 13 (million)
% 0.61/0.77  % (24776)------------------------------
% 0.61/0.77  % (24776)------------------------------
% 0.61/0.77  % (24769)Refutation found. Thanks to Tanya!
% 0.61/0.77  % SZS status ContradictoryAxioms for Vampire---4
% 0.61/0.77  % SZS output start Proof for Vampire---4
% See solution above
% 0.61/0.77  % (24769)------------------------------
% 0.61/0.77  % (24769)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.61/0.77  % (24769)Termination reason: Refutation
% 0.61/0.77  
% 0.61/0.77  % (24769)Memory used [KB]: 1315
% 0.61/0.77  % (24769)Time elapsed: 0.020 s
% 0.61/0.77  % (24769)Instructions burned: 30 (million)
% 0.61/0.77  % (24769)------------------------------
% 0.61/0.77  % (24769)------------------------------
% 0.61/0.77  % (24763)Success in time 0.395 s
% 0.61/0.77  terminate called after throwing an instance of 'Lib::SystemFailException'
% 0.61/0.77  24763 Aborted by signal SIGABRT on /export/starexec/sandbox/tmp/tmp.LbrB94Jiry/Vampire---4.8_24516
% 0.61/0.77  % (24763)------------------------------
% 0.61/0.77  % (24763)Version: Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.61/0.77  % (24763)Termination reason: Unknown
% 0.61/0.77  % (24763)Termination phase: Unknown
% 0.61/0.77  
% 0.61/0.77  % (24763)Memory used [KB]: 514
% 0.61/0.77  % (24763)Time elapsed: 0.395 s
% 0.61/0.77  % (24763)Instructions burned: 967 (million)
% 0.61/0.77  % (24763)------------------------------
% 0.61/0.77  % (24763)------------------------------
% 0.61/0.77  Version : Vampire 4.8 (commit 8e9376e55 on 2024-01-18 13:49:33 +0100)
% 0.61/0.77  ???
% 0.61/0.77   ???
% 0.61/0.77    ???
% 0.61/0.77     ???
% 0.61/0.77      ???
% 0.61/0.77       ???
% 0.61/0.77        ???
% 0.61/0.77         ???
% 0.61/0.77          ???
% 0.61/0.77           ???
% 0.61/0.77            ???
% 0.61/0.77             ???
% 0.61/0.77              ???
% 0.61/0.77               ???
% 0.61/0.77                ???
% 0.61/0.77                 ???
% 0.61/0.77                  ???
% 0.61/0.77                   ???
% 0.61/0.77                    ???
% 0.61/0.77                     ???
% 0.61/0.77  % Vampire---4.8 exiting
%------------------------------------------------------------------------------