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

View Problem - Process Solution

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

% Computer : n029.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:14 EDT 2022

% Result   : Theorem 0.30s 19.49s
% Output   : CNFRefutation 0.30s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   30
%            Number of leaves      :   18
% Syntax   : Number of formulae    :  143 (  19 unt;   0 def)
%            Number of atoms       :  504 ( 120 equ)
%            Maximal formula atoms :   24 (   3 avg)
%            Number of connectives :  554 ( 193   ~; 238   |;  80   &)
%                                         (   6 <=>;  37  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :   11 (   9 usr;   1 prp; 0-3 aty)
%            Number of functors    :   15 (  15 usr;   6 con; 0-2 aty)
%            Number of variables   :  264 (  24 sgn 122   !;   0   ?)

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

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

fof(theorem_4,conjecture,
    ! [X1,X5,X6,X7,X8] :
      ( ( organization(X1)
        & has_endowment(X1)
        & smaller_or_equal(age(X1,X5),age(X1,X6))
        & smaller_or_equal(age(X1,X6),eta)
        & greater(age(X1,X7),eta)
        & greater(age(X1,X8),age(X1,X7)) )
     => ( greater(hazard_of_mortality(X1,X8),hazard_of_mortality(X1,X7))
        & greater(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X6))
        & hazard_of_mortality(X1,X6) = hazard_of_mortality(X1,X5) ) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p',theorem_4) ).

fof(meaning_postulate_greater_strict,axiom,
    ! [X1,X2] :
      ~ ( greater(X1,X2)
        & greater(X2,X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001+0.ax',meaning_postulate_greater_strict) ).

fof(meaning_postulate_greater_transitive,axiom,
    ! [X1,X2,X3] :
      ( ( greater(X1,X2)
        & greater(X2,X3) )
     => greater(X1,X3) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001+0.ax',meaning_postulate_greater_transitive) ).

fof(meaning_postulate_greater_comparable,axiom,
    ! [X1,X2] :
      ( smaller(X1,X2)
      | X1 = X2
      | greater(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001+0.ax',meaning_postulate_greater_comparable) ).

fof(definition_1,axiom,
    ! [X1] :
      ( has_endowment(X1)
    <=> ! [X4] :
          ( organization(X1)
          & ( smaller_or_equal(age(X1,X4),eta)
           => has_immunity(X1,X4) )
          & ( greater(age(X1,X4),eta)
           => ~ has_immunity(X1,X4) ) ) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p',definition_1) ).

fof(assumption_2,axiom,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & has_immunity(X1,X5)
        & has_immunity(X1,X4) )
     => hazard_of_mortality(X1,X5) = hazard_of_mortality(X1,X4) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p',assumption_2) ).

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/sandbox2/solver/bin/../tmp/theBenchmark.p',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/sandbox2/solver/bin/../tmp/theBenchmark.p',assumption_6) ).

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

fof(assumption_10,axiom,
    ! [X1,X5,X4] :
      ( organization(X1)
     => stock_of_knowledge(X1,X4) = stock_of_knowledge(X1,X5) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p',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/sandbox2/solver/bin/../tmp/theBenchmark.p',assumption_12) ).

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

fof(assumption_3,axiom,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & has_immunity(X1,X5)
        & ~ has_immunity(X1,X4) )
     => greater(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) ),
    file('/export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p',assumption_3) ).

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/sandbox2/solver/bin/../tmp/theBenchmark.p',assumption_4) ).

fof(c_0_16,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])])])]) ).

fof(c_0_17,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])])])])]) ).

fof(c_0_18,negated_conjecture,
    ~ ! [X1,X5,X6,X7,X8] :
        ( ( organization(X1)
          & has_endowment(X1)
          & smaller_or_equal(age(X1,X5),age(X1,X6))
          & smaller_or_equal(age(X1,X6),eta)
          & greater(age(X1,X7),eta)
          & greater(age(X1,X8),age(X1,X7)) )
       => ( greater(hazard_of_mortality(X1,X8),hazard_of_mortality(X1,X7))
          & greater(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X6))
          & hazard_of_mortality(X1,X6) = hazard_of_mortality(X1,X5) ) ),
    inference(assume_negation,[status(cth)],[theorem_4]) ).

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

cnf(c_0_20,plain,
    ( X1 = X2
    | smaller(X1,X2)
    | ~ smaller_or_equal(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

fof(c_0_21,negated_conjecture,
    ( organization(esk3_0)
    & has_endowment(esk3_0)
    & smaller_or_equal(age(esk3_0,esk4_0),age(esk3_0,esk5_0))
    & smaller_or_equal(age(esk3_0,esk5_0),eta)
    & greater(age(esk3_0,esk6_0),eta)
    & greater(age(esk3_0,esk7_0),age(esk3_0,esk6_0))
    & ( ~ greater(hazard_of_mortality(esk3_0,esk7_0),hazard_of_mortality(esk3_0,esk6_0))
      | ~ greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk5_0))
      | hazard_of_mortality(esk3_0,esk5_0) != hazard_of_mortality(esk3_0,esk4_0) ) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_18])])]) ).

fof(c_0_22,plain,
    ! [X3,X4] :
      ( ~ greater(X3,X4)
      | ~ greater(X4,X3) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[meaning_postulate_greater_strict])]) ).

cnf(c_0_23,plain,
    ( X1 = X2
    | greater(X2,X1)
    | ~ smaller_or_equal(X1,X2) ),
    inference(spm,[status(thm)],[c_0_19,c_0_20]) ).

cnf(c_0_24,negated_conjecture,
    smaller_or_equal(age(esk3_0,esk4_0),age(esk3_0,esk5_0)),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

fof(c_0_25,plain,
    ! [X4,X5,X6] :
      ( ~ greater(X4,X5)
      | ~ greater(X5,X6)
      | greater(X4,X6) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[meaning_postulate_greater_transitive])]) ).

cnf(c_0_26,negated_conjecture,
    smaller_or_equal(age(esk3_0,esk5_0),eta),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_27,plain,
    ( ~ greater(X1,X2)
    | ~ greater(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_28,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | greater(age(esk3_0,esk5_0),age(esk3_0,esk4_0)) ),
    inference(spm,[status(thm)],[c_0_23,c_0_24]) ).

cnf(c_0_29,plain,
    ( greater(X1,X2)
    | ~ greater(X3,X2)
    | ~ greater(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_30,negated_conjecture,
    ( age(esk3_0,esk5_0) = eta
    | greater(eta,age(esk3_0,esk5_0)) ),
    inference(spm,[status(thm)],[c_0_23,c_0_26]) ).

fof(c_0_31,plain,
    ! [X3,X4] :
      ( smaller(X3,X4)
      | X3 = X4
      | greater(X3,X4) ),
    inference(variable_rename,[status(thm)],[meaning_postulate_greater_comparable]) ).

fof(c_0_32,plain,
    ! [X5,X6,X6,X5] :
      ( ( organization(X5)
        | ~ has_endowment(X5) )
      & ( ~ smaller_or_equal(age(X5,X6),eta)
        | has_immunity(X5,X6)
        | ~ has_endowment(X5) )
      & ( ~ greater(age(X5,X6),eta)
        | ~ has_immunity(X5,X6)
        | ~ has_endowment(X5) )
      & ( greater(age(X5,esk2_1(X5)),eta)
        | smaller_or_equal(age(X5,esk1_1(X5)),eta)
        | ~ organization(X5)
        | has_endowment(X5) )
      & ( has_immunity(X5,esk2_1(X5))
        | smaller_or_equal(age(X5,esk1_1(X5)),eta)
        | ~ organization(X5)
        | has_endowment(X5) )
      & ( greater(age(X5,esk2_1(X5)),eta)
        | ~ has_immunity(X5,esk1_1(X5))
        | ~ organization(X5)
        | has_endowment(X5) )
      & ( has_immunity(X5,esk2_1(X5))
        | ~ has_immunity(X5,esk1_1(X5))
        | ~ organization(X5)
        | has_endowment(X5) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[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)],[definition_1])])])])])])])]) ).

cnf(c_0_33,plain,
    ( smaller_or_equal(X1,X2)
    | ~ smaller(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_17]) ).

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

cnf(c_0_35,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | ~ greater(age(esk3_0,esk4_0),age(esk3_0,esk5_0)) ),
    inference(spm,[status(thm)],[c_0_27,c_0_28]) ).

cnf(c_0_36,negated_conjecture,
    ( age(esk3_0,esk5_0) = eta
    | greater(X1,age(esk3_0,esk5_0))
    | ~ greater(X1,eta) ),
    inference(spm,[status(thm)],[c_0_29,c_0_30]) ).

cnf(c_0_37,plain,
    ( greater(X1,X2)
    | X1 = X2
    | smaller(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_31]) ).

fof(c_0_38,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | ~ has_immunity(X6,X7)
      | ~ has_immunity(X6,X8)
      | hazard_of_mortality(X6,X7) = hazard_of_mortality(X6,X8) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[assumption_2])]) ).

cnf(c_0_39,plain,
    ( has_immunity(X1,X2)
    | ~ has_endowment(X1)
    | ~ smaller_or_equal(age(X1,X2),eta) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_40,negated_conjecture,
    has_endowment(esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_41,plain,
    ( smaller_or_equal(X1,X2)
    | ~ greater(X2,X1) ),
    inference(spm,[status(thm)],[c_0_33,c_0_34]) ).

cnf(c_0_42,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | age(esk3_0,esk5_0) = eta
    | ~ greater(age(esk3_0,esk4_0),eta) ),
    inference(spm,[status(thm)],[c_0_35,c_0_36]) ).

cnf(c_0_43,plain,
    ( X1 = X2
    | greater(X1,X2)
    | greater(X2,X1) ),
    inference(spm,[status(thm)],[c_0_19,c_0_37]) ).

cnf(c_0_44,plain,
    ( hazard_of_mortality(X1,X2) = hazard_of_mortality(X1,X3)
    | ~ has_immunity(X1,X3)
    | ~ has_immunity(X1,X2)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_38]) ).

cnf(c_0_45,negated_conjecture,
    has_immunity(esk3_0,esk5_0),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_26]),c_0_40])]) ).

cnf(c_0_46,negated_conjecture,
    organization(esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_47,plain,
    ( has_immunity(X1,X2)
    | ~ has_endowment(X1)
    | ~ greater(eta,age(X1,X2)) ),
    inference(spm,[status(thm)],[c_0_39,c_0_41]) ).

cnf(c_0_48,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | age(esk3_0,esk4_0) = eta
    | age(esk3_0,esk5_0) = eta
    | greater(eta,age(esk3_0,esk4_0)) ),
    inference(spm,[status(thm)],[c_0_42,c_0_43]) ).

cnf(c_0_49,negated_conjecture,
    ( hazard_of_mortality(esk3_0,X1) = hazard_of_mortality(esk3_0,esk5_0)
    | ~ has_immunity(esk3_0,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_45]),c_0_46])]) ).

cnf(c_0_50,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | age(esk3_0,esk5_0) = eta
    | age(esk3_0,esk4_0) = eta
    | has_immunity(esk3_0,esk4_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_48]),c_0_40])]) ).

fof(c_0_51,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) ).

cnf(c_0_52,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | hazard_of_mortality(esk3_0,esk4_0) = hazard_of_mortality(esk3_0,esk5_0)
    | age(esk3_0,esk4_0) = eta
    | age(esk3_0,esk5_0) = eta ),
    inference(spm,[status(thm)],[c_0_49,c_0_50]) ).

fof(c_0_53,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_54,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_51]) ).

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

cnf(c_0_56,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk4_0) = hazard_of_mortality(esk3_0,esk5_0)
    | age(esk3_0,esk5_0) = eta
    | age(esk3_0,esk4_0) = eta ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_52]),c_0_40]),c_0_26])]),c_0_49]) ).

fof(c_0_57,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_53]) ).

fof(c_0_58,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_59,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_60,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_54])])]) ).

fof(c_0_61,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_62,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_55])])])]) ).

cnf(c_0_63,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk4_0) = hazard_of_mortality(esk3_0,esk5_0)
    | age(esk3_0,esk5_0) = eta ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_35,c_0_56]),c_0_30]) ).

fof(c_0_64,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_57])])]) ).

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

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

cnf(c_0_67,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_60]) ).

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

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

fof(c_0_70,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_71,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk5_0) != hazard_of_mortality(esk3_0,esk4_0)
    | ~ greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk5_0))
    | ~ greater(hazard_of_mortality(esk3_0,esk7_0),hazard_of_mortality(esk3_0,esk6_0)) ),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_72,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk4_0) = hazard_of_mortality(esk3_0,esk5_0)
    | smaller_or_equal(age(esk3_0,esk4_0),eta) ),
    inference(spm,[status(thm)],[c_0_24,c_0_63]) ).

cnf(c_0_73,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_64]) ).

cnf(c_0_74,plain,
    ( position(X1,X2) = position(X1,X3)
    | ~ organization(X1) ),
    inference(csr,[status(thm)],[c_0_65,c_0_66]) ).

fof(c_0_75,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_76,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(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_67,c_0_68]),c_0_69]) ).

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

cnf(c_0_78,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_70]) ).

cnf(c_0_79,plain,
    ( X1 = X2
    | greater(X1,X2)
    | greater(X3,X1)
    | ~ greater(X3,X2) ),
    inference(spm,[status(thm)],[c_0_29,c_0_43]) ).

cnf(c_0_80,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk7_0) = hazard_of_mortality(esk3_0,esk6_0)
    | greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk7_0))
    | hazard_of_mortality(esk3_0,esk4_0) != hazard_of_mortality(esk3_0,esk5_0)
    | ~ greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk5_0)) ),
    inference(spm,[status(thm)],[c_0_71,c_0_43]) ).

cnf(c_0_81,negated_conjecture,
    hazard_of_mortality(esk3_0,esk4_0) = hazard_of_mortality(esk3_0,esk5_0),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_72]),c_0_40])]),c_0_49]) ).

cnf(c_0_82,plain,
    ( smaller(hazard_of_mortality(X1,X2),hazard_of_mortality(X1,X3))
    | ~ epred1_3(X1,X2,X3)
    | ~ organization(X1)
    | ~ greater(capability(X1,X2),capability(X1,X3))
    | ~ greater_or_equal(position(X1,X2),position(X1,X4)) ),
    inference(spm,[status(thm)],[c_0_73,c_0_74]) ).

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

cnf(c_0_84,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,X4),stock_of_knowledge(X1,X5)) ),
    inference(spm,[status(thm)],[c_0_76,c_0_68]) ).

cnf(c_0_85,plain,
    smaller_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_77]) ).

cnf(c_0_86,plain,
    ( greater(X1,internal_friction(X2,X3))
    | ~ organization(X2)
    | ~ greater(age(X2,X4),age(X2,X3))
    | ~ greater(X1,internal_friction(X2,X4)) ),
    inference(spm,[status(thm)],[c_0_29,c_0_78]) ).

cnf(c_0_87,negated_conjecture,
    greater(age(esk3_0,esk7_0),age(esk3_0,esk6_0)),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_88,plain,
    ( X1 = internal_friction(X2,X3)
    | greater(internal_friction(X2,X4),X1)
    | greater(X1,internal_friction(X2,X3))
    | ~ organization(X2)
    | ~ greater(age(X2,X4),age(X2,X3)) ),
    inference(spm,[status(thm)],[c_0_79,c_0_78]) ).

cnf(c_0_89,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk7_0) = hazard_of_mortality(esk3_0,esk6_0)
    | greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk7_0))
    | ~ greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk5_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_80,c_0_81])]) ).

fof(c_0_90,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | ~ has_immunity(X6,X7)
      | has_immunity(X6,X8)
      | greater(hazard_of_mortality(X6,X8),hazard_of_mortality(X6,X7)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[inference(fof_simplification,[status(thm)],[assumption_3])])]) ).

cnf(c_0_91,plain,
    ( ~ has_endowment(X1)
    | ~ has_immunity(X1,X2)
    | ~ greater(age(X1,X2),eta) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_92,negated_conjecture,
    greater(age(esk3_0,esk6_0),eta),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_93,plain,
    ( smaller(hazard_of_mortality(X1,X2),hazard_of_mortality(X1,X3))
    | ~ epred1_3(X1,X2,X3)
    | ~ organization(X1)
    | ~ greater(capability(X1,X2),capability(X1,X3))
    | ~ greater_or_equal(position(X1,X4),position(X1,X5)) ),
    inference(spm,[status(thm)],[c_0_82,c_0_74]) ).

cnf(c_0_94,plain,
    greater_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_83]) ).

cnf(c_0_95,plain,
    ( smaller(capability(X1,X2),capability(X1,X3))
    | ~ organization(X1)
    | ~ greater(internal_friction(X1,X2),internal_friction(X1,X3)) ),
    inference(spm,[status(thm)],[c_0_84,c_0_85]) ).

cnf(c_0_96,negated_conjecture,
    ( greater(X1,internal_friction(esk3_0,esk6_0))
    | ~ greater(X1,internal_friction(esk3_0,esk7_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_86,c_0_87]),c_0_46])]) ).

cnf(c_0_97,negated_conjecture,
    ( X1 = internal_friction(esk3_0,esk6_0)
    | greater(X1,internal_friction(esk3_0,esk6_0))
    | greater(internal_friction(esk3_0,esk7_0),X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_88,c_0_87]),c_0_46])]) ).

cnf(c_0_98,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk7_0) = hazard_of_mortality(esk3_0,esk6_0)
    | greater(X1,hazard_of_mortality(esk3_0,esk7_0))
    | ~ greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk5_0))
    | ~ greater(X1,hazard_of_mortality(esk3_0,esk6_0)) ),
    inference(spm,[status(thm)],[c_0_29,c_0_89]) ).

cnf(c_0_99,plain,
    ( greater(hazard_of_mortality(X1,X2),hazard_of_mortality(X1,X3))
    | has_immunity(X1,X2)
    | ~ has_immunity(X1,X3)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_90]) ).

cnf(c_0_100,negated_conjecture,
    ~ has_immunity(esk3_0,esk6_0),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_91,c_0_92]),c_0_40])]) ).

cnf(c_0_101,plain,
    ( smaller(hazard_of_mortality(X1,X2),hazard_of_mortality(X1,X3))
    | ~ epred1_3(X1,X2,X3)
    | ~ organization(X1)
    | ~ greater(capability(X1,X2),capability(X1,X3)) ),
    inference(spm,[status(thm)],[c_0_93,c_0_94]) ).

cnf(c_0_102,plain,
    ( greater(capability(X1,X2),capability(X1,X3))
    | ~ organization(X1)
    | ~ greater(internal_friction(X1,X3),internal_friction(X1,X2)) ),
    inference(spm,[status(thm)],[c_0_19,c_0_95]) ).

cnf(c_0_103,negated_conjecture,
    ( internal_friction(esk3_0,esk7_0) = internal_friction(esk3_0,esk6_0)
    | greater(internal_friction(esk3_0,esk7_0),internal_friction(esk3_0,esk6_0)) ),
    inference(spm,[status(thm)],[c_0_96,c_0_97]) ).

cnf(c_0_104,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk7_0) = hazard_of_mortality(esk3_0,esk6_0)
    | greater(X1,hazard_of_mortality(esk3_0,esk7_0))
    | ~ greater(X1,hazard_of_mortality(esk3_0,esk6_0)) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_98,c_0_99]),c_0_45]),c_0_46])]),c_0_100]) ).

cnf(c_0_105,plain,
    ( smaller_or_equal(hazard_of_mortality(X1,X2),hazard_of_mortality(X1,X3))
    | ~ epred1_3(X1,X2,X3)
    | ~ organization(X1)
    | ~ greater(capability(X1,X2),capability(X1,X3)) ),
    inference(spm,[status(thm)],[c_0_33,c_0_101]) ).

cnf(c_0_106,negated_conjecture,
    ( internal_friction(esk3_0,esk7_0) = internal_friction(esk3_0,esk6_0)
    | greater(capability(esk3_0,esk6_0),capability(esk3_0,esk7_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_102,c_0_103]),c_0_46])]) ).

cnf(c_0_107,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk7_0) = hazard_of_mortality(esk3_0,esk6_0)
    | ~ greater(hazard_of_mortality(esk3_0,esk7_0),X1)
    | ~ greater(X1,hazard_of_mortality(esk3_0,esk6_0)) ),
    inference(spm,[status(thm)],[c_0_27,c_0_104]) ).

fof(c_0_108,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_53]) ).

cnf(c_0_109,negated_conjecture,
    ( greater(X1,eta)
    | ~ greater(X1,age(esk3_0,esk6_0)) ),
    inference(spm,[status(thm)],[c_0_29,c_0_92]) ).

cnf(c_0_110,negated_conjecture,
    ( internal_friction(esk3_0,esk7_0) = internal_friction(esk3_0,esk6_0)
    | smaller_or_equal(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk7_0))
    | ~ epred1_3(esk3_0,esk6_0,esk7_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_105,c_0_106]),c_0_46])]) ).

cnf(c_0_111,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk7_0) = hazard_of_mortality(esk3_0,esk6_0)
    | ~ greater(hazard_of_mortality(esk3_0,esk7_0),hazard_of_mortality(esk3_0,esk6_0)) ),
    inference(spm,[status(thm)],[c_0_107,c_0_104]) ).

fof(c_0_112,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_108])])]) ).

cnf(c_0_113,negated_conjecture,
    greater(age(esk3_0,esk7_0),eta),
    inference(spm,[status(thm)],[c_0_109,c_0_87]) ).

cnf(c_0_114,plain,
    ( capability(X1,X2) = capability(X1,X3)
    | ~ epred2_3(X1,X2,X3)
    | internal_friction(X1,X2) != internal_friction(X1,X3)
    | stock_of_knowledge(X1,X2) != stock_of_knowledge(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_60]) ).

cnf(c_0_115,negated_conjecture,
    ( internal_friction(esk3_0,esk7_0) = internal_friction(esk3_0,esk6_0)
    | hazard_of_mortality(esk3_0,esk7_0) = hazard_of_mortality(esk3_0,esk6_0)
    | ~ epred1_3(esk3_0,esk6_0,esk7_0) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_110]),c_0_111]) ).

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

cnf(c_0_117,negated_conjecture,
    ~ has_immunity(esk3_0,esk7_0),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_91,c_0_113]),c_0_40])]) ).

cnf(c_0_118,plain,
    ( capability(X1,X2) = capability(X1,X3)
    | internal_friction(X1,X2) != internal_friction(X1,X3)
    | ~ organization(X1) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_114,c_0_69]),c_0_68]) ).

cnf(c_0_119,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk7_0) = hazard_of_mortality(esk3_0,esk6_0)
    | internal_friction(esk3_0,esk7_0) = internal_friction(esk3_0,esk6_0) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_115,c_0_116]),c_0_46])]),c_0_100]),c_0_117]) ).

cnf(c_0_120,plain,
    ( hazard_of_mortality(X1,X2) = hazard_of_mortality(X1,X3)
    | ~ epred1_3(X1,X2,X3)
    | position(X1,X2) != position(X1,X3)
    | capability(X1,X2) != capability(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_64]) ).

cnf(c_0_121,plain,
    ( hazard_of_mortality(esk3_0,esk7_0) = hazard_of_mortality(esk3_0,esk6_0)
    | capability(esk3_0,esk7_0) = capability(esk3_0,X1)
    | internal_friction(esk3_0,esk6_0) != internal_friction(esk3_0,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_118,c_0_119]),c_0_46])]) ).

cnf(c_0_122,plain,
    ( has_immunity(X1,X2)
    | ~ has_immunity(X1,X3)
    | ~ organization(X1)
    | ~ greater(hazard_of_mortality(X1,X3),hazard_of_mortality(X1,X2)) ),
    inference(spm,[status(thm)],[c_0_27,c_0_99]) ).

cnf(c_0_123,plain,
    ( hazard_of_mortality(X1,X2) = hazard_of_mortality(X1,X3)
    | has_immunity(X1,X3)
    | has_immunity(X1,X2)
    | capability(X1,X2) != capability(X1,X3)
    | ~ organization(X1) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_120,c_0_116]),c_0_74]) ).

cnf(c_0_124,plain,
    ( capability(esk3_0,esk7_0) = capability(esk3_0,esk6_0)
    | hazard_of_mortality(esk3_0,esk7_0) = hazard_of_mortality(esk3_0,esk6_0) ),
    inference(er,[status(thm)],[c_0_121]) ).

cnf(c_0_125,negated_conjecture,
    ( has_immunity(esk3_0,esk4_0)
    | ~ has_immunity(esk3_0,X1)
    | ~ greater(hazard_of_mortality(esk3_0,X1),hazard_of_mortality(esk3_0,esk5_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_122,c_0_81]),c_0_46])]) ).

cnf(c_0_126,negated_conjecture,
    ( has_immunity(esk3_0,esk4_0)
    | greater(hazard_of_mortality(esk3_0,esk5_0),hazard_of_mortality(esk3_0,X1))
    | ~ has_immunity(esk3_0,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_99,c_0_81]),c_0_46])]) ).

cnf(c_0_127,plain,
    ( hazard_of_mortality(esk3_0,esk7_0) = hazard_of_mortality(esk3_0,esk6_0)
    | hazard_of_mortality(esk3_0,esk7_0) = hazard_of_mortality(esk3_0,X1)
    | has_immunity(esk3_0,X1)
    | capability(esk3_0,esk6_0) != capability(esk3_0,X1) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_123,c_0_124]),c_0_46])]),c_0_117]) ).

cnf(c_0_128,negated_conjecture,
    has_immunity(esk3_0,esk4_0),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_125,c_0_126]),c_0_45])]) ).

cnf(c_0_129,plain,
    hazard_of_mortality(esk3_0,esk7_0) = hazard_of_mortality(esk3_0,esk6_0),
    inference(sr,[status(thm)],[inference(er,[status(thm)],[c_0_127]),c_0_100]) ).

cnf(c_0_130,negated_conjecture,
    ( ~ greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk5_0))
    | ~ greater(hazard_of_mortality(esk3_0,esk7_0),hazard_of_mortality(esk3_0,esk6_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_71,c_0_81])]) ).

cnf(c_0_131,negated_conjecture,
    ( has_immunity(esk3_0,X1)
    | greater(hazard_of_mortality(esk3_0,X1),hazard_of_mortality(esk3_0,esk5_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_99,c_0_81]),c_0_46])]),c_0_128])]) ).

cnf(c_0_132,plain,
    ( smaller(hazard_of_mortality(esk3_0,X1),hazard_of_mortality(esk3_0,esk6_0))
    | ~ epred1_3(esk3_0,X1,esk7_0)
    | ~ greater(capability(esk3_0,X1),capability(esk3_0,esk7_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_101,c_0_129]),c_0_46])]) ).

cnf(c_0_133,negated_conjecture,
    ( ~ greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk5_0))
    | ~ greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk6_0)) ),
    inference(rw,[status(thm)],[c_0_130,c_0_129]) ).

cnf(c_0_134,negated_conjecture,
    greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk5_0)),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_131,c_0_129]),c_0_117]) ).

cnf(c_0_135,plain,
    ( greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,X1))
    | ~ epred1_3(esk3_0,X1,esk7_0)
    | ~ greater(capability(esk3_0,X1),capability(esk3_0,esk7_0)) ),
    inference(spm,[status(thm)],[c_0_19,c_0_132]) ).

cnf(c_0_136,negated_conjecture,
    ~ greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk6_0)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_133,c_0_134])]) ).

cnf(c_0_137,negated_conjecture,
    ( internal_friction(esk3_0,esk7_0) = internal_friction(esk3_0,esk6_0)
    | ~ epred1_3(esk3_0,esk6_0,esk7_0) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_135,c_0_106]),c_0_136]) ).

cnf(c_0_138,plain,
    ( ~ organization(X1)
    | ~ greater(internal_friction(X1,X2),internal_friction(X1,X3))
    | ~ greater(age(X1,X3),age(X1,X2)) ),
    inference(spm,[status(thm)],[c_0_27,c_0_78]) ).

cnf(c_0_139,negated_conjecture,
    internal_friction(esk3_0,esk7_0) = internal_friction(esk3_0,esk6_0),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_137,c_0_116]),c_0_46])]),c_0_100]),c_0_117]) ).

cnf(c_0_140,negated_conjecture,
    ( ~ greater(internal_friction(esk3_0,X1),internal_friction(esk3_0,esk6_0))
    | ~ greater(age(esk3_0,esk7_0),age(esk3_0,X1)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_138,c_0_139]),c_0_46])]) ).

cnf(c_0_141,negated_conjecture,
    ( greater(internal_friction(esk3_0,esk6_0),internal_friction(esk3_0,X1))
    | ~ greater(age(esk3_0,esk7_0),age(esk3_0,X1)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_78,c_0_139]),c_0_46])]) ).

cnf(c_0_142,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_140,c_0_141]),c_0_87])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : MGT051+1 : TPTP v8.1.0. Released v2.4.0.
% 0.03/0.12  % Command  : run_ET %s %d
% 0.12/0.33  % Computer : n029.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Thu Jun  9 08:56:21 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.30/19.49  # Running protocol protocol_eprover_63dc1b1eb7d762c2f3686774d32795976f981b97 for 23 seconds:
% 0.30/19.49  # Preprocessing time       : 0.017 s
% 0.30/19.49  
% 0.30/19.49  # Proof found!
% 0.30/19.49  # SZS status Theorem
% 0.30/19.49  # SZS output start CNFRefutation
% See solution above
% 0.30/19.49  # Proof object total steps             : 143
% 0.30/19.49  # Proof object clause steps            : 102
% 0.30/19.49  # Proof object formula steps           : 41
% 0.30/19.49  # Proof object conjectures             : 54
% 0.30/19.49  # Proof object clause conjectures      : 51
% 0.30/19.49  # Proof object formula conjectures     : 3
% 0.30/19.49  # Proof object initial clauses used    : 30
% 0.30/19.49  # Proof object initial formulas used   : 16
% 0.30/19.49  # Proof object generating inferences   : 65
% 0.30/19.49  # Proof object simplifying inferences  : 78
% 0.30/19.49  # Training examples: 0 positive, 0 negative
% 0.30/19.49  # Parsed axioms                        : 16
% 0.30/19.49  # Removed by relevancy pruning/SinE    : 0
% 0.30/19.49  # Initial clauses                      : 40
% 0.30/19.49  # Removed in clause preprocessing      : 0
% 0.30/19.49  # Initial clauses in saturation        : 40
% 0.30/19.49  # Processed clauses                    : 13909
% 0.30/19.49  # ...of these trivial                  : 32
% 0.30/19.49  # ...subsumed                          : 9442
% 0.30/19.49  # ...remaining for further processing  : 4435
% 0.30/19.49  # Other redundant clauses eliminated   : 76
% 0.30/19.49  # Clauses deleted for lack of memory   : 630503
% 0.30/19.49  # Backward-subsumed                    : 547
% 0.30/19.49  # Backward-rewritten                   : 2096
% 0.30/19.49  # Generated clauses                    : 977301
% 0.30/19.49  # ...of the previous two non-trivial   : 891625
% 0.30/19.49  # Contextual simplify-reflections      : 10547
% 0.30/19.49  # Paramodulations                      : 976089
% 0.30/19.49  # Factorizations                       : 1125
% 0.30/19.49  # Equation resolutions                 : 86
% 0.30/19.49  # Current number of processed clauses  : 1789
% 0.30/19.49  #    Positive orientable unit clauses  : 16
% 0.30/19.49  #    Positive unorientable unit clauses: 0
% 0.30/19.49  #    Negative unit clauses             : 11
% 0.30/19.49  #    Non-unit-clauses                  : 1762
% 0.30/19.49  # Current number of unprocessed clauses: 111262
% 0.30/19.49  # ...number of literals in the above   : 952144
% 0.30/19.49  # Current number of archived formulas  : 0
% 0.30/19.49  # Current number of archived clauses   : 2644
% 0.30/19.49  # Clause-clause subsumption calls (NU) : 4124912
% 0.30/19.49  # Rec. Clause-clause subsumption calls : 688749
% 0.30/19.49  # Non-unit clause-clause subsumptions  : 19385
% 0.30/19.49  # Unit Clause-clause subsumption calls : 4180
% 0.30/19.49  # Rewrite failures with RHS unbound    : 0
% 0.30/19.49  # BW rewrite match attempts            : 16
% 0.30/19.49  # BW rewrite match successes           : 6
% 0.30/19.49  # Condensation attempts                : 0
% 0.30/19.49  # Condensation successes               : 0
% 0.30/19.49  # Termbank termtop insertions          : 26171392
% 0.30/19.49  
% 0.30/19.49  # -------------------------------------------------
% 0.30/19.49  # User time                : 18.355 s
% 0.30/19.49  # System time              : 0.115 s
% 0.30/19.49  # Total time               : 18.470 s
% 0.30/19.49  # Maximum resident set size: 132112 pages
% 0.30/23.40  eprover: CPU time limit exceeded, terminating
% 0.30/23.40  eprover: CPU time limit exceeded, terminating
% 0.30/23.41  eprover: CPU time limit exceeded, terminating
% 0.30/23.41  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.41  eprover: No such file or directory
% 0.30/23.42  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.42  eprover: No such file or directory
% 0.30/23.42  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.30/23.42  eprover: No such file or directory
% 0.30/23.42  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.42  eprover: No such file or directory
% 0.30/23.42  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.30/23.42  eprover: No such file or directory
% 0.30/23.42  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.42  eprover: No such file or directory
% 0.30/23.43  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.43  eprover: No such file or directory
% 0.30/23.43  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.30/23.43  eprover: No such file or directory
% 0.30/23.43  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.43  eprover: No such file or directory
% 0.30/23.43  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.43  eprover: No such file or directory
% 0.30/23.43  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.30/23.43  eprover: No such file or directory
% 0.30/23.44  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.44  eprover: No such file or directory
% 0.30/23.44  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.44  eprover: No such file or directory
% 0.30/23.44  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.30/23.44  eprover: No such file or directory
% 0.30/23.44  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.44  eprover: No such file or directory
% 0.30/23.44  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.30/23.44  eprover: No such file or directory
% 0.30/23.44  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.44  eprover: No such file or directory
% 0.30/23.44  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.44  eprover: No such file or directory
% 0.30/23.45  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.30/23.45  eprover: No such file or directory
% 0.30/23.45  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.45  eprover: No such file or directory
% 0.30/23.45  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.45  eprover: No such file or directory
% 0.30/23.45  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.30/23.45  eprover: No such file or directory
% 0.30/23.45  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.45  eprover: No such file or directory
% 0.30/23.45  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.30/23.45  eprover: No such file or directory
% 0.30/23.45  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.45  eprover: No such file or directory
% 0.30/23.46  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.46  eprover: No such file or directory
% 0.30/23.46  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.30/23.46  eprover: No such file or directory
% 0.30/23.46  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p
% 0.30/23.46  eprover: No such file or directory
% 0.30/23.46  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.46  eprover: No such file or directory
% 0.30/23.47  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.47  eprover: No such file or directory
% 0.30/23.47  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.47  eprover: No such file or directory
% 0.30/23.48  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.48  eprover: No such file or directory
% 0.30/23.48  eprover: Cannot stat file /export/starexec/sandbox2/solver/bin/../tmp/theBenchmark.p.mepo_128.in
% 0.30/23.48  eprover: No such file or directory
%------------------------------------------------------------------------------