TSTP Solution File: MGT043+1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : MGT043+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 : n023.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 09:08:37 EDT 2023

% Result   : Theorem 0.59s 0.63s
% Output   : CNFRefutation 0.59s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   26
% Syntax   : Number of formulae    :   68 (  13 unt;  17 typ;   0 def)
%            Number of atoms       :  210 (  51 equ)
%            Maximal formula atoms :   12 (   4 avg)
%            Number of connectives :  231 (  72   ~;  64   |;  61   &)
%                                         (   5 <=>;  29  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   29 (  14   >;  15   *;   0   +;   0  <<)
%            Number of predicates  :   10 (   8 usr;   1 prp; 0-3 aty)
%            Number of functors    :    9 (   9 usr;   3 con; 0-2 aty)
%            Number of variables   :   88 (   2 sgn;  60   !;   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,
    organization: $i > $o ).

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

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

tff(decl_29,type,
    position: ( $i * $i ) > $i ).

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

tff(decl_31,type,
    stock_of_knowledge: ( $i * $i ) > $i ).

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

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

tff(decl_34,type,
    epred1_3: ( $i * $i * $i ) > $o ).

tff(decl_35,type,
    epred2_3: ( $i * $i * $i ) > $o ).

tff(decl_36,type,
    esk1_0: $i ).

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

tff(decl_38,type,
    esk3_0: $i ).

fof(lemma_2,conjecture,
    ! [X1,X4,X5] :
      ( ( organization(X1)
        & ~ has_immunity(X1,X4)
        & ~ has_immunity(X1,X5)
        & stock_of_knowledge(X1,X5) = stock_of_knowledge(X1,X4)
        & greater(internal_friction(X1,X5),internal_friction(X1,X4))
        & external_ties(X1,X4) = external_ties(X1,X5) )
     => greater(hazard_of_mortality(X1,X5),hazard_of_mortality(X1,X4)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_2) ).

fof(assumption_6,axiom,
    ! [X1,X4,X5] :
      ( organization(X1)
     => ( ( greater(external_ties(X1,X5),external_ties(X1,X4))
         => greater(position(X1,X5),position(X1,X4)) )
        & ( external_ties(X1,X5) = external_ties(X1,X4)
         => position(X1,X5) = position(X1,X4) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_6) ).

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(definition_smaller,axiom,
    ! [X1,X2] :
      ( smaller(X1,X2)
    <=> greater(X2,X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/MGT001+0.ax',definition_smaller) ).

fof(assumption_5,axiom,
    ! [X1,X4,X5] :
      ( organization(X1)
     => ( ( ( greater(stock_of_knowledge(X1,X5),stock_of_knowledge(X1,X4))
            & smaller_or_equal(internal_friction(X1,X5),internal_friction(X1,X4)) )
         => greater(capability(X1,X5),capability(X1,X4)) )
        & ( ( smaller_or_equal(stock_of_knowledge(X1,X5),stock_of_knowledge(X1,X4))
            & greater(internal_friction(X1,X5),internal_friction(X1,X4)) )
         => smaller(capability(X1,X5),capability(X1,X4)) )
        & ( ( stock_of_knowledge(X1,X5) = stock_of_knowledge(X1,X4)
            & internal_friction(X1,X5) = internal_friction(X1,X4) )
         => capability(X1,X5) = capability(X1,X4) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_5) ).

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_4,axiom,
    ! [X1,X4,X5] :
      ( ( organization(X1)
        & ~ has_immunity(X1,X4)
        & ~ has_immunity(X1,X5) )
     => ( ( ( greater(capability(X1,X5),capability(X1,X4))
            & greater_or_equal(position(X1,X5),position(X1,X4)) )
         => smaller(hazard_of_mortality(X1,X5),hazard_of_mortality(X1,X4)) )
        & ( ( greater_or_equal(capability(X1,X5),capability(X1,X4))
            & greater(position(X1,X5),position(X1,X4)) )
         => smaller(hazard_of_mortality(X1,X5),hazard_of_mortality(X1,X4)) )
        & ( ( capability(X1,X5) = capability(X1,X4)
            & position(X1,X5) = position(X1,X4) )
         => hazard_of_mortality(X1,X5) = hazard_of_mortality(X1,X4) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_4) ).

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

fof(c_0_8,negated_conjecture,
    ~ ! [X1,X4,X5] :
        ( ( organization(X1)
          & ~ has_immunity(X1,X4)
          & ~ has_immunity(X1,X5)
          & stock_of_knowledge(X1,X5) = stock_of_knowledge(X1,X4)
          & greater(internal_friction(X1,X5),internal_friction(X1,X4))
          & external_ties(X1,X4) = external_ties(X1,X5) )
       => greater(hazard_of_mortality(X1,X5),hazard_of_mortality(X1,X4)) ),
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[lemma_2])]) ).

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

fof(c_0_10,plain,
    ! [X25,X26,X27] :
      ( ( ~ greater(external_ties(X25,X27),external_ties(X25,X26))
        | greater(position(X25,X27),position(X25,X26))
        | ~ organization(X25) )
      & ( external_ties(X25,X27) != external_ties(X25,X26)
        | position(X25,X27) = position(X25,X26)
        | ~ organization(X25) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[assumption_6])])]) ).

fof(c_0_11,negated_conjecture,
    ( organization(esk1_0)
    & ~ has_immunity(esk1_0,esk2_0)
    & ~ has_immunity(esk1_0,esk3_0)
    & stock_of_knowledge(esk1_0,esk3_0) = stock_of_knowledge(esk1_0,esk2_0)
    & greater(internal_friction(esk1_0,esk3_0),internal_friction(esk1_0,esk2_0))
    & external_ties(esk1_0,esk2_0) = external_ties(esk1_0,esk3_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)],[c_0_8])])]) ).

fof(c_0_12,plain,
    ! [X34,X35,X36] :
      ( ( ~ greater(stock_of_knowledge(X34,X35),stock_of_knowledge(X34,X36))
        | ~ smaller_or_equal(internal_friction(X34,X35),internal_friction(X34,X36))
        | greater(capability(X34,X35),capability(X34,X36))
        | ~ epred2_3(X36,X35,X34) )
      & ( ~ smaller_or_equal(stock_of_knowledge(X34,X35),stock_of_knowledge(X34,X36))
        | ~ greater(internal_friction(X34,X35),internal_friction(X34,X36))
        | smaller(capability(X34,X35),capability(X34,X36))
        | ~ epred2_3(X36,X35,X34) )
      & ( stock_of_knowledge(X34,X35) != stock_of_knowledge(X34,X36)
        | internal_friction(X34,X35) != internal_friction(X34,X36)
        | capability(X34,X35) = capability(X34,X36)
        | ~ epred2_3(X36,X35,X34) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_9])])]) ).

fof(c_0_13,plain,
    ! [X6,X7] :
      ( ( ~ smaller_or_equal(X6,X7)
        | smaller(X6,X7)
        | X6 = X7 )
      & ( ~ smaller(X6,X7)
        | smaller_or_equal(X6,X7) )
      & ( X6 != X7
        | smaller_or_equal(X6,X7) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[definition_smaller_or_equal])])]) ).

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

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

cnf(c_0_16,negated_conjecture,
    organization(esk1_0),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

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

cnf(c_0_18,negated_conjecture,
    stock_of_knowledge(esk1_0,esk3_0) = stock_of_knowledge(esk1_0,esk2_0),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

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

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

cnf(c_0_21,negated_conjecture,
    ( position(esk1_0,X1) = position(esk1_0,X2)
    | external_ties(esk1_0,X1) != external_ties(esk1_0,X2) ),
    inference(spm,[status(thm)],[c_0_15,c_0_16]) ).

cnf(c_0_22,negated_conjecture,
    external_ties(esk1_0,esk2_0) = external_ties(esk1_0,esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

fof(c_0_23,plain,
    ! [X10,X11] :
      ( ( ~ smaller(X10,X11)
        | greater(X11,X10) )
      & ( ~ greater(X11,X10)
        | smaller(X10,X11) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[definition_smaller])]) ).

cnf(c_0_24,negated_conjecture,
    ( smaller(capability(esk1_0,X1),capability(esk1_0,esk2_0))
    | ~ epred2_3(esk2_0,X1,esk1_0)
    | ~ greater(internal_friction(esk1_0,X1),internal_friction(esk1_0,esk2_0))
    | ~ smaller_or_equal(stock_of_knowledge(esk1_0,X1),stock_of_knowledge(esk1_0,esk3_0)) ),
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

cnf(c_0_25,plain,
    smaller_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_19]) ).

cnf(c_0_26,negated_conjecture,
    greater(internal_friction(esk1_0,esk3_0),internal_friction(esk1_0,esk2_0)),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

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

fof(c_0_28,plain,
    ! [X31,X32,X33] :
      ( ( ~ greater(capability(X31,X32),capability(X31,X33))
        | ~ greater_or_equal(position(X31,X32),position(X31,X33))
        | smaller(hazard_of_mortality(X31,X32),hazard_of_mortality(X31,X33))
        | ~ epred1_3(X33,X32,X31) )
      & ( ~ greater_or_equal(capability(X31,X32),capability(X31,X33))
        | ~ greater(position(X31,X32),position(X31,X33))
        | smaller(hazard_of_mortality(X31,X32),hazard_of_mortality(X31,X33))
        | ~ epred1_3(X33,X32,X31) )
      & ( capability(X31,X32) != capability(X31,X33)
        | position(X31,X32) != position(X31,X33)
        | hazard_of_mortality(X31,X32) = hazard_of_mortality(X31,X33)
        | ~ epred1_3(X33,X32,X31) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_20])])]) ).

cnf(c_0_29,negated_conjecture,
    ( position(esk1_0,X1) = position(esk1_0,esk2_0)
    | external_ties(esk1_0,X1) != external_ties(esk1_0,esk3_0) ),
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

fof(c_0_30,plain,
    ! [X8,X9] :
      ( ( ~ greater_or_equal(X8,X9)
        | greater(X8,X9)
        | X8 = X9 )
      & ( ~ greater(X8,X9)
        | greater_or_equal(X8,X9) )
      & ( X8 != X9
        | greater_or_equal(X8,X9) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[definition_greater_or_equal])])]) ).

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

cnf(c_0_32,negated_conjecture,
    ( smaller(capability(esk1_0,esk3_0),capability(esk1_0,esk2_0))
    | ~ epred2_3(esk2_0,esk3_0,esk1_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_25]),c_0_26])]) ).

fof(c_0_33,plain,
    ! [X22,X23,X24] :
      ( ~ organization(X22)
      | epred2_3(X23,X24,X22) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_27])]) ).

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

cnf(c_0_35,negated_conjecture,
    position(esk1_0,esk2_0) = position(esk1_0,esk3_0),
    inference(er,[status(thm)],[c_0_29]) ).

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

cnf(c_0_37,negated_conjecture,
    ( greater(capability(esk1_0,esk2_0),capability(esk1_0,esk3_0))
    | ~ epred2_3(esk2_0,esk3_0,esk1_0) ),
    inference(spm,[status(thm)],[c_0_31,c_0_32]) ).

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

cnf(c_0_39,plain,
    ( smaller(hazard_of_mortality(esk1_0,esk2_0),hazard_of_mortality(esk1_0,X1))
    | ~ epred1_3(X1,esk2_0,esk1_0)
    | ~ greater(capability(esk1_0,esk2_0),capability(esk1_0,X1))
    | ~ greater_or_equal(position(esk1_0,esk3_0),position(esk1_0,X1)) ),
    inference(spm,[status(thm)],[c_0_34,c_0_35]) ).

cnf(c_0_40,plain,
    greater_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_36]) ).

cnf(c_0_41,negated_conjecture,
    greater(capability(esk1_0,esk2_0),capability(esk1_0,esk3_0)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_38]),c_0_16])]) ).

fof(c_0_42,plain,
    ! [X1,X4,X5] :
      ( ( organization(X1)
        & ~ has_immunity(X1,X4)
        & ~ has_immunity(X1,X5) )
     => epred1_3(X4,X5,X1) ),
    inference(apply_def,[status(thm)],[inference(fof_simplification,[status(thm)],[assumption_4]),c_0_14]) ).

cnf(c_0_43,plain,
    ( smaller(hazard_of_mortality(esk1_0,esk2_0),hazard_of_mortality(esk1_0,esk3_0))
    | ~ epred1_3(esk3_0,esk2_0,esk1_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_40]),c_0_41])]) ).

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

fof(c_0_45,plain,
    ! [X19,X20,X21] :
      ( ~ organization(X19)
      | has_immunity(X19,X20)
      | has_immunity(X19,X21)
      | epred1_3(X20,X21,X19) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_42])]) ).

cnf(c_0_46,plain,
    ~ epred1_3(esk3_0,esk2_0,esk1_0),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_43]),c_0_44]) ).

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

cnf(c_0_48,negated_conjecture,
    ~ has_immunity(esk1_0,esk2_0),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

cnf(c_0_49,negated_conjecture,
    ~ has_immunity(esk1_0,esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

cnf(c_0_50,plain,
    $false,
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_47]),c_0_16])]),c_0_48]),c_0_49]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem    : MGT043+1 : TPTP v8.1.2. Released v2.4.0.
% 0.08/0.15  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.16/0.37  % Computer : n023.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit   : 300
% 0.16/0.37  % WCLimit    : 300
% 0.16/0.37  % DateTime   : Mon Aug 28 06:51:10 EDT 2023
% 0.16/0.37  % CPUTime  : 
% 0.23/0.60  start to proof: theBenchmark
% 0.59/0.63  % Version  : CSE_E---1.5
% 0.59/0.63  % Problem  : theBenchmark.p
% 0.59/0.63  % Proof found
% 0.59/0.63  % SZS status Theorem for theBenchmark.p
% 0.59/0.63  % SZS output start Proof
% See solution above
% 0.59/0.64  % Total time : 0.021000 s
% 0.59/0.64  % SZS output end Proof
% 0.59/0.64  % Total time : 0.024000 s
%------------------------------------------------------------------------------