TSTP Solution File: MGT050+1 by ET---2.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : ET---2.0
% Problem  : MGT050+1 : TPTP v8.1.0. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_ET %s %d

% Computer : n019.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  : 600s
% DateTime : Sun Jul 17 22:10:13 EDT 2022

% Result   : Theorem 0.23s 1.41s
% Output   : CNFRefutation 0.23s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   65 (  12 unt;   0 def)
%            Number of atoms       :  239 (  46 equ)
%            Maximal formula atoms :   12 (   3 avg)
%            Number of connectives :  258 (  84   ~;  82   |;  54   &)
%                                         (   5 <=>;  33  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :   11 (   9 usr;   1 prp; 0-3 aty)
%            Number of functors    :   10 (  10 usr;   3 con; 0-2 aty)
%            Number of variables   :  152 (  25 sgn  90   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(assumption_4,axiom,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & ~ has_immunity(X1,X5)
        & ~ has_immunity(X1,X4) )
     => ( ( ( greater(capability(X1,X4),capability(X1,X5))
            & greater_or_equal(position(X1,X4),position(X1,X5)) )
         => smaller(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) )
        & ( ( greater_or_equal(capability(X1,X4),capability(X1,X5))
            & greater(position(X1,X4),position(X1,X5)) )
         => smaller(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) )
        & ( ( capability(X1,X4) = capability(X1,X5)
            & position(X1,X4) = position(X1,X5) )
         => hazard_of_mortality(X1,X4) = hazard_of_mortality(X1,X5) ) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',assumption_4) ).

fof(theorem_3,conjecture,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & ~ has_endowment(X1)
        & greater(age(X1,X4),age(X1,X5)) )
     => greater(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',theorem_3) ).

fof(assumption_1,axiom,
    ! [X1,X4] :
      ( ( organization(X1)
        & ~ has_endowment(X1) )
     => ~ has_immunity(X1,X4) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',assumption_1) ).

fof(assumption_5,axiom,
    ! [X1,X5,X4] :
      ( organization(X1)
     => ( ( ( greater(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X5))
            & smaller_or_equal(internal_friction(X1,X4),internal_friction(X1,X5)) )
         => greater(capability(X1,X4),capability(X1,X5)) )
        & ( ( smaller_or_equal(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X5))
            & greater(internal_friction(X1,X4),internal_friction(X1,X5)) )
         => smaller(capability(X1,X4),capability(X1,X5)) )
        & ( ( stock_of_knowledge(X1,X4) = stock_of_knowledge(X1,X5)
            & internal_friction(X1,X4) = internal_friction(X1,X5) )
         => capability(X1,X4) = capability(X1,X5) ) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',assumption_5) ).

fof(assumption_6,axiom,
    ! [X1,X5,X4] :
      ( organization(X1)
     => ( ( greater(external_ties(X1,X4),external_ties(X1,X5))
         => greater(position(X1,X4),position(X1,X5)) )
        & ( external_ties(X1,X4) = external_ties(X1,X5)
         => position(X1,X4) = position(X1,X5) ) ) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',assumption_6) ).

fof(assumption_11,axiom,
    ! [X1,X5,X4] :
      ( organization(X1)
     => external_ties(X1,X4) = external_ties(X1,X5) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',assumption_11) ).

fof(assumption_10,axiom,
    ! [X1,X5,X4] :
      ( organization(X1)
     => stock_of_knowledge(X1,X4) = stock_of_knowledge(X1,X5) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',assumption_10) ).

fof(assumption_12,axiom,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & greater(age(X1,X4),age(X1,X5)) )
     => greater(internal_friction(X1,X4),internal_friction(X1,X5)) ),
    file('/export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in',assumption_12) ).

fof(definition_greater_or_equal,axiom,
    ! [X1,X2] :
      ( greater_or_equal(X1,X2)
    <=> ( greater(X1,X2)
        | X1 = X2 ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/MGT001+0.ax',definition_greater_or_equal) ).

fof(definition_smaller_or_equal,axiom,
    ! [X1,X2] :
      ( smaller_or_equal(X1,X2)
    <=> ( smaller(X1,X2)
        | X1 = X2 ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/MGT001+0.ax',definition_smaller_or_equal) ).

fof(definition_smaller,axiom,
    ! [X1,X2] :
      ( smaller(X1,X2)
    <=> greater(X2,X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/MGT001+0.ax',definition_smaller) ).

fof(c_0_11,plain,
    ! [X5,X4,X1] :
      ( epred1_3(X1,X4,X5)
    <=> ( ( ( greater(capability(X1,X4),capability(X1,X5))
            & greater_or_equal(position(X1,X4),position(X1,X5)) )
         => smaller(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) )
        & ( ( greater_or_equal(capability(X1,X4),capability(X1,X5))
            & greater(position(X1,X4),position(X1,X5)) )
         => smaller(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) )
        & ( ( capability(X1,X4) = capability(X1,X5)
            & position(X1,X4) = position(X1,X5) )
         => hazard_of_mortality(X1,X4) = hazard_of_mortality(X1,X5) ) ) ),
    introduced(definition) ).

fof(c_0_12,axiom,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & ~ has_immunity(X1,X5)
        & ~ has_immunity(X1,X4) )
     => epred1_3(X1,X4,X5) ),
    inference(apply_def,[status(thm)],[assumption_4,c_0_11]) ).

fof(c_0_13,negated_conjecture,
    ~ ! [X1,X5,X4] :
        ( ( organization(X1)
          & ~ has_endowment(X1)
          & greater(age(X1,X4),age(X1,X5)) )
       => greater(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) ),
    inference(assume_negation,[status(cth)],[theorem_3]) ).

fof(c_0_14,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | has_immunity(X6,X7)
      | has_immunity(X6,X8)
      | epred1_3(X6,X8,X7) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[c_0_12])])]) ).

fof(c_0_15,negated_conjecture,
    ( organization(esk1_0)
    & ~ has_endowment(esk1_0)
    & greater(age(esk1_0,esk3_0),age(esk1_0,esk2_0))
    & ~ greater(hazard_of_mortality(esk1_0,esk3_0),hazard_of_mortality(esk1_0,esk2_0)) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[c_0_13])])])]) ).

fof(c_0_16,plain,
    ! [X5,X4,X1] :
      ( epred2_3(X1,X4,X5)
    <=> ( ( ( greater(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X5))
            & smaller_or_equal(internal_friction(X1,X4),internal_friction(X1,X5)) )
         => greater(capability(X1,X4),capability(X1,X5)) )
        & ( ( smaller_or_equal(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X5))
            & greater(internal_friction(X1,X4),internal_friction(X1,X5)) )
         => smaller(capability(X1,X4),capability(X1,X5)) )
        & ( ( stock_of_knowledge(X1,X4) = stock_of_knowledge(X1,X5)
            & internal_friction(X1,X4) = internal_friction(X1,X5) )
         => capability(X1,X4) = capability(X1,X5) ) ) ),
    introduced(definition) ).

fof(c_0_17,plain,
    ! [X5,X6] :
      ( ~ organization(X5)
      | has_endowment(X5)
      | ~ has_immunity(X5,X6) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[assumption_1])])])])]) ).

cnf(c_0_18,plain,
    ( epred1_3(X1,X2,X3)
    | has_immunity(X1,X2)
    | has_immunity(X1,X3)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_19,negated_conjecture,
    organization(esk1_0),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

fof(c_0_20,plain,
    ! [X5,X4,X1] :
      ( epred2_3(X1,X4,X5)
     => ( ( ( greater(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X5))
            & smaller_or_equal(internal_friction(X1,X4),internal_friction(X1,X5)) )
         => greater(capability(X1,X4),capability(X1,X5)) )
        & ( ( smaller_or_equal(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X5))
            & greater(internal_friction(X1,X4),internal_friction(X1,X5)) )
         => smaller(capability(X1,X4),capability(X1,X5)) )
        & ( ( stock_of_knowledge(X1,X4) = stock_of_knowledge(X1,X5)
            & internal_friction(X1,X4) = internal_friction(X1,X5) )
         => capability(X1,X4) = capability(X1,X5) ) ) ),
    inference(split_equiv,[status(thm)],[c_0_16]) ).

fof(c_0_21,axiom,
    ! [X1,X5,X4] :
      ( organization(X1)
     => epred2_3(X1,X4,X5) ),
    inference(apply_def,[status(thm)],[assumption_5,c_0_16]) ).

fof(c_0_22,plain,
    ! [X5,X4,X1] :
      ( epred1_3(X1,X4,X5)
     => ( ( ( greater(capability(X1,X4),capability(X1,X5))
            & greater_or_equal(position(X1,X4),position(X1,X5)) )
         => smaller(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) )
        & ( ( greater_or_equal(capability(X1,X4),capability(X1,X5))
            & greater(position(X1,X4),position(X1,X5)) )
         => smaller(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) )
        & ( ( capability(X1,X4) = capability(X1,X5)
            & position(X1,X4) = position(X1,X5) )
         => hazard_of_mortality(X1,X4) = hazard_of_mortality(X1,X5) ) ) ),
    inference(split_equiv,[status(thm)],[c_0_11]) ).

cnf(c_0_23,plain,
    ( has_endowment(X1)
    | ~ has_immunity(X1,X2)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

cnf(c_0_24,negated_conjecture,
    ( epred1_3(esk1_0,X1,X2)
    | has_immunity(esk1_0,X2)
    | has_immunity(esk1_0,X1) ),
    inference(spm,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_25,negated_conjecture,
    ~ has_endowment(esk1_0),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

fof(c_0_26,plain,
    ! [X6,X7,X8,X7,X8] :
      ( ( ~ greater(external_ties(X6,X8),external_ties(X6,X7))
        | greater(position(X6,X8),position(X6,X7))
        | ~ organization(X6) )
      & ( external_ties(X6,X8) != external_ties(X6,X7)
        | position(X6,X8) = position(X6,X7)
        | ~ organization(X6) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[assumption_6])])])])]) ).

fof(c_0_27,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | external_ties(X6,X8) = external_ties(X6,X7) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[assumption_11])])])]) ).

fof(c_0_28,plain,
    ! [X6,X7,X8] :
      ( ( ~ greater(stock_of_knowledge(X8,X7),stock_of_knowledge(X8,X6))
        | ~ smaller_or_equal(internal_friction(X8,X7),internal_friction(X8,X6))
        | greater(capability(X8,X7),capability(X8,X6))
        | ~ epred2_3(X8,X7,X6) )
      & ( ~ smaller_or_equal(stock_of_knowledge(X8,X7),stock_of_knowledge(X8,X6))
        | ~ greater(internal_friction(X8,X7),internal_friction(X8,X6))
        | smaller(capability(X8,X7),capability(X8,X6))
        | ~ epred2_3(X8,X7,X6) )
      & ( stock_of_knowledge(X8,X7) != stock_of_knowledge(X8,X6)
        | internal_friction(X8,X7) != internal_friction(X8,X6)
        | capability(X8,X7) = capability(X8,X6)
        | ~ epred2_3(X8,X7,X6) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_20])])]) ).

fof(c_0_29,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | epred2_3(X6,X8,X7) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_21])])])]) ).

fof(c_0_30,plain,
    ! [X6,X7,X8] :
      ( ( ~ greater(capability(X8,X7),capability(X8,X6))
        | ~ greater_or_equal(position(X8,X7),position(X8,X6))
        | smaller(hazard_of_mortality(X8,X7),hazard_of_mortality(X8,X6))
        | ~ epred1_3(X8,X7,X6) )
      & ( ~ greater_or_equal(capability(X8,X7),capability(X8,X6))
        | ~ greater(position(X8,X7),position(X8,X6))
        | smaller(hazard_of_mortality(X8,X7),hazard_of_mortality(X8,X6))
        | ~ epred1_3(X8,X7,X6) )
      & ( capability(X8,X7) != capability(X8,X6)
        | position(X8,X7) != position(X8,X6)
        | hazard_of_mortality(X8,X7) = hazard_of_mortality(X8,X6)
        | ~ epred1_3(X8,X7,X6) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_22])])]) ).

cnf(c_0_31,negated_conjecture,
    ( epred1_3(esk1_0,X1,X2)
    | has_immunity(esk1_0,X2) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_24]),c_0_19])]),c_0_25]) ).

cnf(c_0_32,plain,
    ( position(X1,X2) = position(X1,X3)
    | ~ organization(X1)
    | external_ties(X1,X2) != external_ties(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_26]) ).

cnf(c_0_33,plain,
    ( external_ties(X1,X2) = external_ties(X1,X3)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_27]) ).

cnf(c_0_34,plain,
    ( smaller(capability(X1,X2),capability(X1,X3))
    | ~ epred2_3(X1,X2,X3)
    | ~ greater(internal_friction(X1,X2),internal_friction(X1,X3))
    | ~ smaller_or_equal(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X3)) ),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

cnf(c_0_35,plain,
    ( epred2_3(X1,X2,X3)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_29]) ).

fof(c_0_36,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | stock_of_knowledge(X6,X8) = stock_of_knowledge(X6,X7) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[assumption_10])])])]) ).

fof(c_0_37,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | ~ greater(age(X6,X8),age(X6,X7))
      | greater(internal_friction(X6,X8),internal_friction(X6,X7)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[assumption_12])]) ).

cnf(c_0_38,plain,
    ( smaller(hazard_of_mortality(X1,X2),hazard_of_mortality(X1,X3))
    | ~ epred1_3(X1,X2,X3)
    | ~ greater_or_equal(position(X1,X2),position(X1,X3))
    | ~ greater(capability(X1,X2),capability(X1,X3)) ),
    inference(split_conjunct,[status(thm)],[c_0_30]) ).

cnf(c_0_39,negated_conjecture,
    epred1_3(esk1_0,X1,X2),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_31]),c_0_19])]),c_0_25]) ).

cnf(c_0_40,plain,
    ( position(X1,X2) = position(X1,X3)
    | ~ organization(X1) ),
    inference(csr,[status(thm)],[c_0_32,c_0_33]) ).

fof(c_0_41,plain,
    ! [X3,X4,X3,X4] :
      ( ( ~ greater_or_equal(X3,X4)
        | greater(X3,X4)
        | X3 = X4 )
      & ( ~ greater(X3,X4)
        | greater_or_equal(X3,X4) )
      & ( X3 != X4
        | greater_or_equal(X3,X4) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[definition_greater_or_equal])])])])]) ).

cnf(c_0_42,plain,
    ( smaller(capability(X1,X2),capability(X1,X3))
    | ~ organization(X1)
    | ~ greater(internal_friction(X1,X2),internal_friction(X1,X3))
    | ~ smaller_or_equal(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X3)) ),
    inference(spm,[status(thm)],[c_0_34,c_0_35]) ).

cnf(c_0_43,plain,
    ( stock_of_knowledge(X1,X2) = stock_of_knowledge(X1,X3)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_36]) ).

cnf(c_0_44,plain,
    ( greater(internal_friction(X1,X2),internal_friction(X1,X3))
    | ~ greater(age(X1,X2),age(X1,X3))
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_37]) ).

cnf(c_0_45,negated_conjecture,
    greater(age(esk1_0,esk3_0),age(esk1_0,esk2_0)),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

fof(c_0_46,plain,
    ! [X3,X4,X3,X4] :
      ( ( ~ smaller_or_equal(X3,X4)
        | smaller(X3,X4)
        | X3 = X4 )
      & ( ~ smaller(X3,X4)
        | smaller_or_equal(X3,X4) )
      & ( X3 != X4
        | smaller_or_equal(X3,X4) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[definition_smaller_or_equal])])])])]) ).

cnf(c_0_47,plain,
    ( smaller(hazard_of_mortality(esk1_0,X1),hazard_of_mortality(esk1_0,X2))
    | ~ greater(capability(esk1_0,X1),capability(esk1_0,X2))
    | ~ greater_or_equal(position(esk1_0,X1),position(esk1_0,X2)) ),
    inference(spm,[status(thm)],[c_0_38,c_0_39]) ).

cnf(c_0_48,negated_conjecture,
    position(esk1_0,X1) = position(esk1_0,X2),
    inference(spm,[status(thm)],[c_0_40,c_0_19]) ).

cnf(c_0_49,plain,
    ( greater_or_equal(X1,X2)
    | X1 != X2 ),
    inference(split_conjunct,[status(thm)],[c_0_41]) ).

cnf(c_0_50,plain,
    ( smaller(capability(X1,X2),capability(X1,X3))
    | ~ organization(X1)
    | ~ greater(internal_friction(X1,X2),internal_friction(X1,X3))
    | ~ smaller_or_equal(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X4)) ),
    inference(spm,[status(thm)],[c_0_42,c_0_43]) ).

cnf(c_0_51,negated_conjecture,
    greater(internal_friction(esk1_0,esk3_0),internal_friction(esk1_0,esk2_0)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_45]),c_0_19])]) ).

cnf(c_0_52,plain,
    ( smaller_or_equal(X1,X2)
    | X1 != X2 ),
    inference(split_conjunct,[status(thm)],[c_0_46]) ).

fof(c_0_53,plain,
    ! [X3,X4,X3,X4] :
      ( ( ~ smaller(X3,X4)
        | greater(X4,X3) )
      & ( ~ greater(X4,X3)
        | smaller(X3,X4) ) ),
    inference(shift_quantors,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[definition_smaller])])])]) ).

cnf(c_0_54,negated_conjecture,
    ( smaller(hazard_of_mortality(esk1_0,X1),hazard_of_mortality(esk1_0,X2))
    | ~ greater(capability(esk1_0,X1),capability(esk1_0,X2))
    | ~ greater_or_equal(position(esk1_0,X1),position(esk1_0,X3)) ),
    inference(spm,[status(thm)],[c_0_47,c_0_48]) ).

cnf(c_0_55,plain,
    greater_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_49]) ).

cnf(c_0_56,negated_conjecture,
    ( smaller(capability(esk1_0,esk3_0),capability(esk1_0,esk2_0))
    | ~ smaller_or_equal(stock_of_knowledge(esk1_0,esk3_0),stock_of_knowledge(esk1_0,X1)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_50,c_0_51]),c_0_19])]) ).

cnf(c_0_57,plain,
    smaller_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_52]) ).

cnf(c_0_58,plain,
    ( greater(X1,X2)
    | ~ smaller(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_53]) ).

cnf(c_0_59,negated_conjecture,
    ( smaller(hazard_of_mortality(esk1_0,X1),hazard_of_mortality(esk1_0,X2))
    | ~ greater(capability(esk1_0,X1),capability(esk1_0,X2)) ),
    inference(spm,[status(thm)],[c_0_54,c_0_55]) ).

cnf(c_0_60,negated_conjecture,
    smaller(capability(esk1_0,esk3_0),capability(esk1_0,esk2_0)),
    inference(spm,[status(thm)],[c_0_56,c_0_57]) ).

cnf(c_0_61,negated_conjecture,
    ( greater(hazard_of_mortality(esk1_0,X1),hazard_of_mortality(esk1_0,X2))
    | ~ greater(capability(esk1_0,X2),capability(esk1_0,X1)) ),
    inference(spm,[status(thm)],[c_0_58,c_0_59]) ).

cnf(c_0_62,negated_conjecture,
    greater(capability(esk1_0,esk2_0),capability(esk1_0,esk3_0)),
    inference(spm,[status(thm)],[c_0_58,c_0_60]) ).

cnf(c_0_63,negated_conjecture,
    ~ greater(hazard_of_mortality(esk1_0,esk3_0),hazard_of_mortality(esk1_0,esk2_0)),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_64,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_61,c_0_62]),c_0_63]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : MGT050+1 : TPTP v8.1.0. Released v2.4.0.
% 0.03/0.13  % Command  : run_ET %s %d
% 0.12/0.34  % Computer : n019.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Thu Jun  9 10:57:10 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.23/1.41  # Running protocol protocol_eprover_4a02c828a8cc55752123edbcc1ad40e453c11447 for 23 seconds:
% 0.23/1.41  # SinE strategy is GSinE(CountFormulas,hypos,1.4,,04,100,1.0)
% 0.23/1.41  # Preprocessing time       : 0.017 s
% 0.23/1.41  
% 0.23/1.41  # Proof found!
% 0.23/1.41  # SZS status Theorem
% 0.23/1.41  # SZS output start CNFRefutation
% See solution above
% 0.23/1.41  # Proof object total steps             : 65
% 0.23/1.41  # Proof object clause steps            : 34
% 0.23/1.41  # Proof object formula steps           : 31
% 0.23/1.41  # Proof object conjectures             : 19
% 0.23/1.41  # Proof object clause conjectures      : 16
% 0.23/1.41  # Proof object formula conjectures     : 3
% 0.23/1.41  # Proof object initial clauses used    : 16
% 0.23/1.41  # Proof object initial formulas used   : 11
% 0.23/1.41  # Proof object generating inferences   : 15
% 0.23/1.41  # Proof object simplifying inferences  : 14
% 0.23/1.41  # Training examples: 0 positive, 0 negative
% 0.23/1.41  # Parsed axioms                        : 14
% 0.23/1.41  # Removed by relevancy pruning/SinE    : 0
% 0.23/1.41  # Initial clauses                      : 29
% 0.23/1.41  # Removed in clause preprocessing      : 0
% 0.23/1.41  # Initial clauses in saturation        : 29
% 0.23/1.41  # Processed clauses                    : 257
% 0.23/1.41  # ...of these trivial                  : 1
% 0.23/1.41  # ...subsumed                          : 126
% 0.23/1.41  # ...remaining for further processing  : 130
% 0.23/1.41  # Other redundant clauses eliminated   : 12
% 0.23/1.41  # Clauses deleted for lack of memory   : 0
% 0.23/1.41  # Backward-subsumed                    : 20
% 0.23/1.41  # Backward-rewritten                   : 3
% 0.23/1.41  # Generated clauses                    : 2649
% 0.23/1.41  # ...of the previous two non-trivial   : 2409
% 0.23/1.41  # Contextual simplify-reflections      : 97
% 0.23/1.41  # Paramodulations                      : 2552
% 0.23/1.41  # Factorizations                       : 83
% 0.23/1.41  # Equation resolutions                 : 14
% 0.23/1.41  # Current number of processed clauses  : 105
% 0.23/1.41  #    Positive orientable unit clauses  : 8
% 0.23/1.41  #    Positive unorientable unit clauses: 1
% 0.23/1.41  #    Negative unit clauses             : 6
% 0.23/1.41  #    Non-unit-clauses                  : 90
% 0.23/1.41  # Current number of unprocessed clauses: 1914
% 0.23/1.41  # ...number of literals in the above   : 16510
% 0.23/1.41  # Current number of archived formulas  : 0
% 0.23/1.41  # Current number of archived clauses   : 23
% 0.23/1.41  # Clause-clause subsumption calls (NU) : 10261
% 0.23/1.41  # Rec. Clause-clause subsumption calls : 6728
% 0.23/1.41  # Non-unit clause-clause subsumptions  : 230
% 0.23/1.41  # Unit Clause-clause subsumption calls : 67
% 0.23/1.41  # Rewrite failures with RHS unbound    : 10
% 0.23/1.41  # BW rewrite match attempts            : 11
% 0.23/1.41  # BW rewrite match successes           : 4
% 0.23/1.41  # Condensation attempts                : 0
% 0.23/1.41  # Condensation successes               : 0
% 0.23/1.41  # Termbank termtop insertions          : 51821
% 0.23/1.41  
% 0.23/1.41  # -------------------------------------------------
% 0.23/1.41  # User time                : 0.135 s
% 0.23/1.41  # System time              : 0.004 s
% 0.23/1.41  # Total time               : 0.139 s
% 0.23/1.41  # Maximum resident set size: 4844 pages
% 0.23/23.41  eprover: CPU time limit exceeded, terminating
% 0.23/23.41  eprover: CPU time limit exceeded, terminating
% 0.23/23.42  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.23/23.42  eprover: No such file or directory
% 0.23/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.23/23.43  eprover: No such file or directory
% 0.23/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.23/23.43  eprover: No such file or directory
% 0.23/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.23/23.43  eprover: No such file or directory
% 0.23/23.43  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.23/23.43  eprover: No such file or directory
% 0.23/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.23/23.44  eprover: No such file or directory
% 0.23/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.23/23.44  eprover: No such file or directory
% 0.23/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.23/23.44  eprover: No such file or directory
% 0.23/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.23/23.44  eprover: No such file or directory
% 0.23/23.44  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.23/23.44  eprover: No such file or directory
% 0.23/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.23/23.45  eprover: No such file or directory
% 0.23/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.23/23.45  eprover: No such file or directory
% 0.23/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.23/23.45  eprover: No such file or directory
% 0.23/23.45  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.23/23.45  eprover: No such file or directory
% 0.23/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.23/23.46  eprover: No such file or directory
% 0.23/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.23/23.46  eprover: No such file or directory
% 0.23/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.23/23.46  eprover: No such file or directory
% 0.23/23.46  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p
% 0.23/23.46  eprover: No such file or directory
% 0.23/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.23/23.47  eprover: No such file or directory
% 0.23/23.47  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.23/23.47  eprover: No such file or directory
% 0.23/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.23/23.48  eprover: No such file or directory
% 0.23/23.48  eprover: Cannot stat file /export/starexec/sandbox/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.23/23.48  eprover: No such file or directory
%------------------------------------------------------------------------------