TSTP Solution File: MGT064-1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : MGT064-1 : TPTP v8.1.2. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% Computer : n011.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 : Thu Aug 31 09:08:47 EDT 2023

% Result   : Unsatisfiable 5.63s 5.72s
% Output   : CNFRefutation 5.63s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   15
%            Number of leaves      :   61
% Syntax   : Number of formulae    :  149 (  41 unt;  29 typ;   0 def)
%            Number of atoms       :  271 (  56 equ)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  254 ( 103   ~; 151   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   26 (  15   >;  11   *;   0   +;   0  <<)
%            Number of predicates  :   13 (  11 usr;   1 prp; 0-3 aty)
%            Number of functors    :   18 (  18 usr;  14 con; 0-2 aty)
%            Number of variables   :  108 (   6 sgn;   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    smaller_or_equal: ( $i * $i ) > $o ).

tff(decl_23,type,
    smaller: ( $i * $i ) > $o ).

tff(decl_24,type,
    greater_or_equal: ( $i * $i ) > $o ).

tff(decl_25,type,
    greater: ( $i * $i ) > $o ).

tff(decl_26,type,
    has_endowment: $i > $o ).

tff(decl_27,type,
    organization: $i > $o ).

tff(decl_28,type,
    age: ( $i * $i ) > $i ).

tff(decl_29,type,
    eta: $i ).

tff(decl_30,type,
    has_immunity: ( $i * $i ) > $o ).

tff(decl_31,type,
    sk1: $i > $i ).

tff(decl_32,type,
    dissimilar: ( $i * $i * $i ) > $o ).

tff(decl_33,type,
    is_aligned: ( $i * $i ) > $o ).

tff(decl_34,type,
    zero: $i ).

tff(decl_35,type,
    sigma: $i ).

tff(decl_36,type,
    robust_position: $i > $o ).

tff(decl_37,type,
    tau: $i ).

tff(decl_38,type,
    positional_advantage: ( $i * $i ) > $o ).

tff(decl_39,type,
    sk2: $i > $i ).

tff(decl_40,type,
    hazard_of_mortality: ( $i * $i ) > $i ).

tff(decl_41,type,
    very_low: $i ).

tff(decl_42,type,
    low: $i ).

tff(decl_43,type,
    mod1: $i ).

tff(decl_44,type,
    mod2: $i ).

tff(decl_45,type,
    high: $i ).

tff(decl_46,type,
    sk3: $i ).

tff(decl_47,type,
    sk4: $i ).

tff(decl_48,type,
    sk5: $i ).

tff(decl_49,type,
    sk6: $i ).

tff(decl_50,type,
    sk7: $i ).

cnf(assumption_13_54,axiom,
    ( is_aligned(X1,X2)
    | ~ organization(X1)
    | age(X1,X2) != zero ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_13_54) ).

cnf(theorem_10_77,negated_conjecture,
    age(sk3,sk4) = zero,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_10_77) ).

cnf(theorem_10_74,negated_conjecture,
    organization(sk3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_10_74) ).

cnf(definition_smaller_7,axiom,
    ( greater(X2,X1)
    | ~ smaller(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001-0.ax',definition_smaller_7) ).

cnf(meaning_postulate_greater_comparable_11,axiom,
    ( smaller(X1,X2)
    | X1 = X2
    | greater(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001-0.ax',meaning_postulate_greater_comparable_11) ).

cnf(definition_smaller_or_equal_1,axiom,
    ( smaller(X1,X2)
    | X1 = X2
    | ~ smaller_or_equal(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001-0.ax',definition_smaller_or_equal_1) ).

cnf(theorem_10_83,negated_conjecture,
    smaller_or_equal(age(sk3,sk6),sigma),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_10_83) ).

cnf(definition_smaller_8,axiom,
    ( smaller(X2,X1)
    | ~ greater(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001-0.ax',definition_smaller_8) ).

cnf(theorem_10_79,negated_conjecture,
    greater(tau,zero),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_10_79) ).

cnf(meaning_postulate_greater_transitive_10,axiom,
    ( greater(X1,X3)
    | ~ greater(X1,X2)
    | ~ greater(X2,X3) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001-0.ax',meaning_postulate_greater_transitive_10) ).

cnf(theorem_10_80,negated_conjecture,
    greater(sigma,tau),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_10_80) ).

cnf(assumption_15_55,axiom,
    ( dissimilar(X1,X2,X3)
    | ~ organization(X1)
    | age(X1,X2) != zero
    | ~ greater(age(X1,X3),sigma) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_15_55) ).

cnf(assumption_15_56,axiom,
    ( greater(age(X1,X3),sigma)
    | ~ organization(X1)
    | age(X1,X2) != zero
    | ~ dissimilar(X1,X2,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_15_56) ).

cnf(definition_2_47,axiom,
    ( organization(X1)
    | ~ dissimilar(X1,X2,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_2_47) ).

cnf(definition_2_51,axiom,
    ( is_aligned(X1,X3)
    | dissimilar(X1,X2,X3)
    | ~ organization(X1)
    | ~ is_aligned(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_2_51) ).

cnf(assumption_17_66,axiom,
    ( has_immunity(X1,X2)
    | positional_advantage(X1,X2)
    | hazard_of_mortality(X1,X2) = mod2
    | ~ organization(X1)
    | ~ is_aligned(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_17_66) ).

cnf(definition_smaller_or_equal_2,axiom,
    ( smaller_or_equal(X1,X2)
    | ~ smaller(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001-0.ax',definition_smaller_or_equal_2) ).

cnf(theorem_10_84,negated_conjecture,
    greater(age(sk3,sk7),sigma),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_10_84) ).

cnf(definition_4_58,axiom,
    ( positional_advantage(X1,X2)
    | ~ robust_position(X1)
    | ~ greater(age(X1,X2),tau) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_4_58) ).

cnf(theorem_10_82,negated_conjecture,
    greater(age(sk3,sk6),tau),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_10_82) ).

cnf(theorem_10_75,negated_conjecture,
    robust_position(sk3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_10_75) ).

cnf(definition_4_57,axiom,
    ( ~ robust_position(X1)
    | ~ smaller_or_equal(age(X1,X2),tau)
    | ~ positional_advantage(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_4_57) ).

cnf(definition_2_49,axiom,
    ( ~ dissimilar(X1,X2,X3)
    | ~ is_aligned(X1,X2)
    | ~ is_aligned(X1,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_2_49) ).

cnf(assumption_1_46,axiom,
    ( has_endowment(X1)
    | ~ organization(X1)
    | ~ has_immunity(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_1_46) ).

cnf(theorem_10_76,negated_conjecture,
    ~ has_endowment(sk3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_10_76) ).

cnf(assumption_17_65,axiom,
    ( has_immunity(X1,X2)
    | is_aligned(X1,X2)
    | hazard_of_mortality(X1,X2) = mod1
    | ~ organization(X1)
    | ~ positional_advantage(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_17_65) ).

cnf(theorem_10_85,negated_conjecture,
    ( ~ smaller(hazard_of_mortality(sk3,sk6),hazard_of_mortality(sk3,sk7))
    | ~ smaller(hazard_of_mortality(sk3,sk7),hazard_of_mortality(sk3,sk5))
    | hazard_of_mortality(sk3,sk5) != hazard_of_mortality(sk3,sk4) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_10_85) ).

cnf(theorem_10_81,negated_conjecture,
    smaller_or_equal(age(sk3,sk5),tau),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_10_81) ).

cnf(assumption_17_64,axiom,
    ( has_immunity(X1,X2)
    | hazard_of_mortality(X1,X2) = low
    | ~ organization(X1)
    | ~ is_aligned(X1,X2)
    | ~ positional_advantage(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_17_64) ).

cnf(assumption_19_73,axiom,
    greater(mod2,mod1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_19_73) ).

cnf(assumption_18b_69,axiom,
    greater(mod1,low),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_18b_69) ).

cnf(meaning_postulate_greater_strict_9,axiom,
    ( ~ greater(X1,X2)
    | ~ greater(X2,X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001-0.ax',meaning_postulate_greater_strict_9) ).

cnf(c_0_32,axiom,
    ( is_aligned(X1,X2)
    | ~ organization(X1)
    | age(X1,X2) != zero ),
    assumption_13_54 ).

cnf(c_0_33,negated_conjecture,
    age(sk3,sk4) = zero,
    theorem_10_77 ).

cnf(c_0_34,negated_conjecture,
    organization(sk3),
    theorem_10_74 ).

cnf(c_0_35,axiom,
    ( greater(X2,X1)
    | ~ smaller(X1,X2) ),
    definition_smaller_7 ).

cnf(c_0_36,axiom,
    ( smaller(X1,X2)
    | X1 = X2
    | greater(X1,X2) ),
    meaning_postulate_greater_comparable_11 ).

cnf(c_0_37,axiom,
    ( smaller(X1,X2)
    | X1 = X2
    | ~ smaller_or_equal(X1,X2) ),
    definition_smaller_or_equal_1 ).

cnf(c_0_38,negated_conjecture,
    smaller_or_equal(age(sk3,sk6),sigma),
    theorem_10_83 ).

cnf(c_0_39,axiom,
    ( smaller(X2,X1)
    | ~ greater(X1,X2) ),
    definition_smaller_8 ).

cnf(c_0_40,negated_conjecture,
    greater(tau,zero),
    theorem_10_79 ).

cnf(c_0_41,axiom,
    ( greater(X1,X3)
    | ~ greater(X1,X2)
    | ~ greater(X2,X3) ),
    meaning_postulate_greater_transitive_10 ).

cnf(c_0_42,negated_conjecture,
    greater(sigma,tau),
    theorem_10_80 ).

cnf(c_0_43,axiom,
    ( dissimilar(X1,X2,X3)
    | ~ organization(X1)
    | age(X1,X2) != zero
    | ~ greater(age(X1,X3),sigma) ),
    assumption_15_55 ).

cnf(c_0_44,axiom,
    ( greater(age(X1,X3),sigma)
    | ~ organization(X1)
    | age(X1,X2) != zero
    | ~ dissimilar(X1,X2,X3) ),
    assumption_15_56 ).

cnf(c_0_45,axiom,
    ( organization(X1)
    | ~ dissimilar(X1,X2,X3) ),
    definition_2_47 ).

cnf(c_0_46,axiom,
    ( is_aligned(X1,X3)
    | dissimilar(X1,X2,X3)
    | ~ organization(X1)
    | ~ is_aligned(X1,X2) ),
    definition_2_51 ).

cnf(c_0_47,negated_conjecture,
    is_aligned(sk3,sk4),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_33]),c_0_34])]) ).

cnf(c_0_48,plain,
    ( X1 = X2
    | greater(X1,X2)
    | greater(X2,X1) ),
    inference(spm,[status(thm)],[c_0_35,c_0_36]) ).

cnf(c_0_49,negated_conjecture,
    ( age(sk3,sk6) = sigma
    | smaller(age(sk3,sk6),sigma) ),
    inference(spm,[status(thm)],[c_0_37,c_0_38]) ).

cnf(c_0_50,axiom,
    ( has_immunity(X1,X2)
    | positional_advantage(X1,X2)
    | hazard_of_mortality(X1,X2) = mod2
    | ~ organization(X1)
    | ~ is_aligned(X1,X2) ),
    assumption_17_66 ).

cnf(c_0_51,axiom,
    ( smaller_or_equal(X1,X2)
    | ~ smaller(X1,X2) ),
    definition_smaller_or_equal_2 ).

cnf(c_0_52,negated_conjecture,
    smaller(zero,tau),
    inference(spm,[status(thm)],[c_0_39,c_0_40]) ).

cnf(c_0_53,negated_conjecture,
    ( greater(X1,tau)
    | ~ greater(X1,sigma) ),
    inference(spm,[status(thm)],[c_0_41,c_0_42]) ).

cnf(c_0_54,negated_conjecture,
    greater(age(sk3,sk7),sigma),
    theorem_10_84 ).

cnf(c_0_55,negated_conjecture,
    ( dissimilar(sk3,sk4,X1)
    | ~ greater(age(sk3,X1),sigma) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_33]),c_0_34])]) ).

cnf(c_0_56,plain,
    ( greater(age(X1,X2),sigma)
    | age(X1,X3) != zero
    | ~ dissimilar(X1,X3,X2) ),
    inference(csr,[status(thm)],[c_0_44,c_0_45]) ).

cnf(c_0_57,negated_conjecture,
    ( is_aligned(sk3,X1)
    | dissimilar(sk3,sk4,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_47]),c_0_34])]) ).

cnf(c_0_58,axiom,
    ( positional_advantage(X1,X2)
    | ~ robust_position(X1)
    | ~ greater(age(X1,X2),tau) ),
    definition_4_58 ).

cnf(c_0_59,negated_conjecture,
    greater(age(sk3,sk6),tau),
    theorem_10_82 ).

cnf(c_0_60,negated_conjecture,
    robust_position(sk3),
    theorem_10_75 ).

cnf(c_0_61,plain,
    ( X1 = X2
    | greater(X1,X2)
    | greater(X3,X1)
    | ~ greater(X3,X2) ),
    inference(spm,[status(thm)],[c_0_41,c_0_48]) ).

cnf(c_0_62,negated_conjecture,
    ( age(sk3,sk6) = sigma
    | greater(sigma,age(sk3,sk6)) ),
    inference(spm,[status(thm)],[c_0_35,c_0_49]) ).

cnf(c_0_63,axiom,
    ( ~ robust_position(X1)
    | ~ smaller_or_equal(age(X1,X2),tau)
    | ~ positional_advantage(X1,X2) ),
    definition_4_57 ).

cnf(c_0_64,negated_conjecture,
    ( hazard_of_mortality(sk3,sk4) = mod2
    | positional_advantage(sk3,sk4)
    | has_immunity(sk3,sk4) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_50,c_0_47]),c_0_34])]) ).

cnf(c_0_65,negated_conjecture,
    smaller_or_equal(zero,tau),
    inference(spm,[status(thm)],[c_0_51,c_0_52]) ).

cnf(c_0_66,negated_conjecture,
    greater(age(sk3,sk7),tau),
    inference(spm,[status(thm)],[c_0_53,c_0_54]) ).

cnf(c_0_67,axiom,
    ( ~ dissimilar(X1,X2,X3)
    | ~ is_aligned(X1,X2)
    | ~ is_aligned(X1,X3) ),
    definition_2_49 ).

cnf(c_0_68,negated_conjecture,
    dissimilar(sk3,sk4,sk7),
    inference(spm,[status(thm)],[c_0_55,c_0_54]) ).

cnf(c_0_69,negated_conjecture,
    ( is_aligned(sk3,X1)
    | greater(age(sk3,X1),sigma) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_56,c_0_57]),c_0_33])]) ).

cnf(c_0_70,negated_conjecture,
    positional_advantage(sk3,sk6),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_59]),c_0_60])]) ).

cnf(c_0_71,negated_conjecture,
    ( greater(X1,tau)
    | ~ greater(X1,age(sk3,sk6)) ),
    inference(spm,[status(thm)],[c_0_41,c_0_59]) ).

cnf(c_0_72,negated_conjecture,
    ( age(sk3,sk6) = sigma
    | X1 = age(sk3,sk6)
    | greater(X1,age(sk3,sk6))
    | greater(sigma,X1) ),
    inference(spm,[status(thm)],[c_0_61,c_0_62]) ).

cnf(c_0_73,axiom,
    ( has_endowment(X1)
    | ~ organization(X1)
    | ~ has_immunity(X1,X2) ),
    assumption_1_46 ).

cnf(c_0_74,negated_conjecture,
    ( hazard_of_mortality(sk3,sk4) = mod2
    | has_immunity(sk3,sk4) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_63,c_0_64]),c_0_60]),c_0_33]),c_0_65])]) ).

cnf(c_0_75,negated_conjecture,
    ~ has_endowment(sk3),
    theorem_10_76 ).

cnf(c_0_76,axiom,
    ( has_immunity(X1,X2)
    | is_aligned(X1,X2)
    | hazard_of_mortality(X1,X2) = mod1
    | ~ organization(X1)
    | ~ positional_advantage(X1,X2) ),
    assumption_17_65 ).

cnf(c_0_77,negated_conjecture,
    positional_advantage(sk3,sk7),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_66]),c_0_60])]) ).

cnf(c_0_78,negated_conjecture,
    ~ is_aligned(sk3,sk7),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_67,c_0_68]),c_0_47])]) ).

cnf(c_0_79,negated_conjecture,
    ( hazard_of_mortality(sk3,X1) = mod2
    | positional_advantage(sk3,X1)
    | has_immunity(sk3,X1)
    | greater(age(sk3,X1),sigma) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_50,c_0_69]),c_0_34])]) ).

cnf(c_0_80,negated_conjecture,
    ~ smaller_or_equal(age(sk3,sk6),tau),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_63,c_0_70]),c_0_60])]) ).

cnf(c_0_81,negated_conjecture,
    ( age(sk3,sk6) = sigma
    | X1 = age(sk3,sk6)
    | greater(sigma,X1)
    | greater(X1,tau) ),
    inference(spm,[status(thm)],[c_0_71,c_0_72]) ).

cnf(c_0_82,negated_conjecture,
    ( ~ smaller(hazard_of_mortality(sk3,sk6),hazard_of_mortality(sk3,sk7))
    | ~ smaller(hazard_of_mortality(sk3,sk7),hazard_of_mortality(sk3,sk5))
    | hazard_of_mortality(sk3,sk5) != hazard_of_mortality(sk3,sk4) ),
    theorem_10_85 ).

cnf(c_0_83,negated_conjecture,
    hazard_of_mortality(sk3,sk4) = mod2,
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_73,c_0_74]),c_0_34])]),c_0_75]) ).

cnf(c_0_84,negated_conjecture,
    ( hazard_of_mortality(sk3,sk7) = mod1
    | has_immunity(sk3,sk7) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_76,c_0_77]),c_0_34])]),c_0_78]) ).

cnf(c_0_85,negated_conjecture,
    ( hazard_of_mortality(sk3,X1) = mod2
    | has_immunity(sk3,X1)
    | greater(age(sk3,X1),sigma)
    | ~ smaller_or_equal(age(sk3,X1),tau) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_63,c_0_79]),c_0_60])]) ).

cnf(c_0_86,negated_conjecture,
    smaller_or_equal(age(sk3,sk5),tau),
    theorem_10_81 ).

cnf(c_0_87,axiom,
    ( has_immunity(X1,X2)
    | hazard_of_mortality(X1,X2) = low
    | ~ organization(X1)
    | ~ is_aligned(X1,X2)
    | ~ positional_advantage(X1,X2) ),
    assumption_17_64 ).

cnf(c_0_88,negated_conjecture,
    ( age(sk3,sk6) = sigma
    | greater(X1,tau)
    | greater(sigma,X1)
    | ~ smaller_or_equal(X1,tau) ),
    inference(spm,[status(thm)],[c_0_80,c_0_81]) ).

cnf(c_0_89,negated_conjecture,
    ( hazard_of_mortality(sk3,sk5) != mod2
    | ~ smaller(hazard_of_mortality(sk3,sk6),hazard_of_mortality(sk3,sk7))
    | ~ smaller(hazard_of_mortality(sk3,sk7),hazard_of_mortality(sk3,sk5)) ),
    inference(rw,[status(thm)],[c_0_82,c_0_83]) ).

cnf(c_0_90,negated_conjecture,
    hazard_of_mortality(sk3,sk7) = mod1,
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_73,c_0_84]),c_0_34])]),c_0_75]) ).

cnf(c_0_91,negated_conjecture,
    ( hazard_of_mortality(sk3,sk5) = mod2
    | has_immunity(sk3,sk5)
    | greater(age(sk3,sk5),sigma) ),
    inference(spm,[status(thm)],[c_0_85,c_0_86]) ).

cnf(c_0_92,axiom,
    greater(mod2,mod1),
    assumption_19_73 ).

cnf(c_0_93,negated_conjecture,
    ( hazard_of_mortality(sk3,X1) = low
    | has_immunity(sk3,X1)
    | greater(age(sk3,X1),sigma)
    | ~ positional_advantage(sk3,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_87,c_0_69]),c_0_34])]) ).

cnf(c_0_94,negated_conjecture,
    ( age(sk3,sk6) = sigma
    | greater(sigma,age(sk3,sk5))
    | greater(age(sk3,sk5),tau) ),
    inference(spm,[status(thm)],[c_0_88,c_0_86]) ).

cnf(c_0_95,negated_conjecture,
    ( age(sk3,sk5) = tau
    | smaller(age(sk3,sk5),tau) ),
    inference(spm,[status(thm)],[c_0_37,c_0_86]) ).

cnf(c_0_96,negated_conjecture,
    ( hazard_of_mortality(sk3,sk5) != mod2
    | ~ smaller(hazard_of_mortality(sk3,sk6),mod1)
    | ~ smaller(mod1,hazard_of_mortality(sk3,sk5)) ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_89,c_0_90]),c_0_90]) ).

cnf(c_0_97,negated_conjecture,
    ( hazard_of_mortality(sk3,sk5) = mod2
    | greater(age(sk3,sk5),sigma) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_73,c_0_91]),c_0_34])]),c_0_75]) ).

cnf(c_0_98,plain,
    smaller(mod1,mod2),
    inference(spm,[status(thm)],[c_0_39,c_0_92]) ).

cnf(c_0_99,negated_conjecture,
    ( hazard_of_mortality(sk3,sk6) = low
    | has_immunity(sk3,sk6)
    | greater(age(sk3,sk6),sigma) ),
    inference(spm,[status(thm)],[c_0_93,c_0_70]) ).

cnf(c_0_100,axiom,
    greater(mod1,low),
    assumption_18b_69 ).

cnf(c_0_101,negated_conjecture,
    ( age(sk3,sk6) = sigma
    | positional_advantage(sk3,sk5)
    | greater(sigma,age(sk3,sk5)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_94]),c_0_60])]) ).

cnf(c_0_102,negated_conjecture,
    ( age(sk3,sk5) = tau
    | greater(tau,age(sk3,sk5)) ),
    inference(spm,[status(thm)],[c_0_35,c_0_95]) ).

cnf(c_0_103,axiom,
    ( ~ greater(X1,X2)
    | ~ greater(X2,X1) ),
    meaning_postulate_greater_strict_9 ).

cnf(c_0_104,negated_conjecture,
    ( greater(age(sk3,sk5),sigma)
    | ~ smaller(hazard_of_mortality(sk3,sk6),mod1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_96,c_0_97]),c_0_98])]) ).

cnf(c_0_105,negated_conjecture,
    ( hazard_of_mortality(sk3,sk6) = low
    | greater(age(sk3,sk6),sigma) ),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_73,c_0_99]),c_0_34])]),c_0_75]) ).

cnf(c_0_106,plain,
    smaller(low,mod1),
    inference(spm,[status(thm)],[c_0_39,c_0_100]) ).

cnf(c_0_107,negated_conjecture,
    ( age(sk3,sk6) = sigma
    | greater(sigma,age(sk3,sk5)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_63,c_0_101]),c_0_60]),c_0_86])]) ).

cnf(c_0_108,negated_conjecture,
    ( age(sk3,sk5) = tau
    | greater(X1,age(sk3,sk5))
    | ~ greater(X1,tau) ),
    inference(spm,[status(thm)],[c_0_41,c_0_102]) ).

cnf(c_0_109,negated_conjecture,
    ( age(sk3,sk6) = sigma
    | ~ greater(age(sk3,sk6),sigma) ),
    inference(spm,[status(thm)],[c_0_103,c_0_62]) ).

cnf(c_0_110,negated_conjecture,
    ( greater(age(sk3,sk6),sigma)
    | greater(age(sk3,sk5),sigma) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_104,c_0_105]),c_0_106])]) ).

cnf(c_0_111,negated_conjecture,
    ( age(sk3,sk6) = sigma
    | ~ greater(age(sk3,sk5),sigma) ),
    inference(spm,[status(thm)],[c_0_103,c_0_107]) ).

cnf(c_0_112,negated_conjecture,
    ( age(sk3,sk5) = tau
    | greater(sigma,age(sk3,sk5)) ),
    inference(spm,[status(thm)],[c_0_108,c_0_42]) ).

cnf(c_0_113,negated_conjecture,
    age(sk3,sk6) = sigma,
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_109,c_0_110]),c_0_111]) ).

cnf(c_0_114,negated_conjecture,
    ( age(sk3,sk5) = tau
    | ~ greater(age(sk3,sk5),sigma) ),
    inference(spm,[status(thm)],[c_0_103,c_0_112]) ).

cnf(c_0_115,negated_conjecture,
    ( greater(age(sk3,sk5),sigma)
    | greater(sigma,sigma) ),
    inference(rw,[status(thm)],[c_0_110,c_0_113]) ).

cnf(c_0_116,negated_conjecture,
    ( age(sk3,sk5) = tau
    | greater(sigma,sigma) ),
    inference(spm,[status(thm)],[c_0_114,c_0_115]) ).

cnf(c_0_117,negated_conjecture,
    ~ greater(tau,sigma),
    inference(spm,[status(thm)],[c_0_103,c_0_42]) ).

cnf(c_0_118,negated_conjecture,
    greater(sigma,sigma),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_115,c_0_116]),c_0_117]) ).

cnf(c_0_119,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_103,c_0_118]),c_0_118])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.16  % Problem    : MGT064-1 : TPTP v8.1.2. Released v2.4.0.
% 0.12/0.17  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.14/0.38  % Computer : n011.cluster.edu
% 0.14/0.38  % Model    : x86_64 x86_64
% 0.14/0.38  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.38  % Memory   : 8042.1875MB
% 0.14/0.38  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.38  % CPULimit   : 300
% 0.14/0.38  % WCLimit    : 300
% 0.14/0.38  % DateTime   : Mon Aug 28 06:38:55 EDT 2023
% 0.14/0.39  % CPUTime  : 
% 0.21/0.62  start to proof: theBenchmark
% 5.63/5.72  % Version  : CSE_E---1.5
% 5.63/5.72  % Problem  : theBenchmark.p
% 5.63/5.72  % Proof found
% 5.63/5.72  % SZS status Theorem for theBenchmark.p
% 5.63/5.72  % SZS output start Proof
% See solution above
% 5.63/5.73  % Total time : 5.100000 s
% 5.63/5.73  % SZS output end Proof
% 5.63/5.73  % Total time : 5.104000 s
%------------------------------------------------------------------------------