TSTP Solution File: MGT066+1 by Enigma---0.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Enigma---0.5.1
% Problem  : MGT066+1 : TPTP v8.1.0. Released v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : enigmatic-eprover.py %s %d 1

% Computer : n021.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:06:53 EDT 2022

% Result   : Satisfiable 4.03s 1.99s
% Output   : Saturation 4.03s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

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

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

fof(meaning_postulate_greater_transitive,axiom,
    ! [X1,X2,X3] :
      ( ( greater(X1,X2)
        & greater(X2,X3) )
     => greater(X1,X3) ),
    file('/export/starexec/sandbox/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/sandbox/benchmark/Axioms/MGT001+0.ax',meaning_postulate_greater_comparable) ).

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

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

fof(c_0_6,plain,
    ! [X6,X7] :
      ( ( ~ greater_or_equal(X6,X7)
        | greater(X6,X7)
        | X6 = X7 )
      & ( ~ greater(X6,X7)
        | greater_or_equal(X6,X7) )
      & ( X6 != X7
        | greater_or_equal(X6,X7) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[definition_greater_or_equal])])]) ).

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

fof(c_0_8,plain,
    ! [X12,X13,X14] :
      ( ~ greater(X12,X13)
      | ~ greater(X13,X14)
      | greater(X12,X14) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[meaning_postulate_greater_transitive])]) ).

fof(c_0_9,plain,
    ! [X15,X16] :
      ( smaller(X15,X16)
      | X15 = X16
      | greater(X15,X16) ),
    inference(variable_rename,[status(thm)],[meaning_postulate_greater_comparable]) ).

fof(c_0_10,plain,
    ! [X8,X9] :
      ( ( ~ smaller(X8,X9)
        | greater(X9,X8) )
      & ( ~ greater(X9,X8)
        | smaller(X8,X9) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[definition_smaller])]) ).

fof(c_0_11,plain,
    ! [X10,X11] :
      ( ~ greater(X10,X11)
      | ~ greater(X11,X10) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[meaning_postulate_greater_strict])]) ).

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

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

cnf(c_0_14,plain,
    ( greater(X1,X3)
    | ~ greater(X1,X2)
    | ~ greater(X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_8]),
    [final] ).

cnf(c_0_15,plain,
    ( smaller(X1,X2)
    | X1 = X2
    | greater(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_9]),
    [final] ).

cnf(c_0_16,plain,
    ( greater(X1,X2)
    | X1 = X2
    | ~ greater_or_equal(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_6]),
    [final] ).

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

cnf(c_0_18,plain,
    ( greater_or_equal(X1,X2)
    | ~ greater(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_6]),
    [final] ).

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

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

cnf(c_0_21,plain,
    ( ~ greater(X1,X2)
    | ~ greater(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_11]),
    [final] ).

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

cnf(c_0_23,plain,
    greater_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_12]),
    [final] ).

cnf(c_0_24,plain,
    smaller_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_13]),
    [final] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : MGT066+1 : TPTP v8.1.0. Released v2.5.0.
% 0.03/0.12  % Command  : enigmatic-eprover.py %s %d 1
% 0.12/0.33  % Computer : n021.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 09:47:24 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.19/0.44  # ENIGMATIC: Selected SinE mode:
% 0.19/0.45  # Parsing /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.19/0.45  # Filter: axfilter_auto   0 goes into file theBenchmark_axfilter_auto   0.p
% 0.19/0.45  # Filter: axfilter_auto   1 goes into file theBenchmark_axfilter_auto   1.p
% 0.19/0.45  # Filter: axfilter_auto   2 goes into file theBenchmark_axfilter_auto   2.p
% 3.67/1.56  [LightGBM] [Fatal] Data file /export/starexec/sandbox/tmp/enigma-theBenchmark.p-ygowr4gy/test couldn't be read
% 3.67/1.56  [11913] Failed to execute script predict4sine1
% 3.67/1.56  Traceback (most recent call last):
% 3.67/1.56    File "predict4sine1.py", line 24, in <module>
% 3.67/1.56    File "site-packages/lightgbm/basic.py", line 1037, in construct
% 3.67/1.56    File "site-packages/lightgbm/basic.py", line 833, in _lazy_init
% 3.67/1.56    File "site-packages/lightgbm/basic.py", line 47, in _safe_call
% 3.67/1.56  lightgbm.basic.LightGBMError: Data file /export/starexec/sandbox/tmp/enigma-theBenchmark.p-ygowr4gy/test couldn't be read
% 4.03/1.99  # ENIGMATIC: Solved by autoschedule:
% 4.03/1.99  # No SInE strategy applied
% 4.03/1.99  # Trying AutoSched0 for 150 seconds
% 4.03/1.99  # AutoSched0-Mode selected heuristic G_E___207_C18_F1_SE_CS_SP_PI_PS_S2SA
% 4.03/1.99  # and selection function SelectNewComplexAHP.
% 4.03/1.99  #
% 4.03/1.99  # Preprocessing time       : 0.023 s
% 4.03/1.99  # Presaturation interreduction done
% 4.03/1.99  
% 4.03/1.99  # No proof found!
% 4.03/1.99  # SZS status Satisfiable
% 4.03/1.99  # SZS output start Saturation
% See solution above
% 4.03/1.99  
% 4.03/1.99  # -------------------------------------------------
% 4.03/1.99  # User time                : 0.025 s
% 4.03/1.99  # System time              : 0.004 s
% 4.03/1.99  # Total time               : 0.029 s
% 4.03/1.99  # Maximum resident set size: 7120 pages
% 4.03/1.99  
%------------------------------------------------------------------------------