TSTP Solution File: GRP394+3 by Enigma---0.5.1

View Problem - Process Solution

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

% Computer : n032.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 : Sat Jul 16 08:38:50 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
fof(associativity,axiom,
    ! [X1,X2,X3] : multiply(multiply(X1,X2),X3) = multiply(X1,multiply(X2,X3)),
    file('/export/starexec/sandbox/benchmark/Axioms/GRP004+0.ax',associativity) ).

fof(left_inverse,axiom,
    ! [X1] : multiply(inverse(X1),X1) = identity,
    file('/export/starexec/sandbox/benchmark/Axioms/GRP004+0.ax',left_inverse) ).

fof(left_identity,axiom,
    ! [X1] : multiply(identity,X1) = X1,
    file('/export/starexec/sandbox/benchmark/Axioms/GRP004+0.ax',left_identity) ).

fof(c_0_3,plain,
    ! [X6,X7,X8] : multiply(multiply(X6,X7),X8) = multiply(X6,multiply(X7,X8)),
    inference(variable_rename,[status(thm)],[associativity]) ).

fof(c_0_4,plain,
    ! [X5] : multiply(inverse(X5),X5) = identity,
    inference(variable_rename,[status(thm)],[left_inverse]) ).

fof(c_0_5,plain,
    ! [X4] : multiply(identity,X4) = X4,
    inference(variable_rename,[status(thm)],[left_identity]) ).

cnf(c_0_6,plain,
    multiply(multiply(X1,X2),X3) = multiply(X1,multiply(X2,X3)),
    inference(split_conjunct,[status(thm)],[c_0_3]),
    [final] ).

cnf(c_0_7,plain,
    multiply(inverse(X1),X1) = identity,
    inference(split_conjunct,[status(thm)],[c_0_4]),
    [final] ).

cnf(c_0_8,plain,
    multiply(identity,X1) = X1,
    inference(split_conjunct,[status(thm)],[c_0_5]),
    [final] ).

cnf(c_0_9,plain,
    multiply(inverse(X1),multiply(X1,X2)) = X2,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_6,c_0_7]),c_0_8]),
    [final] ).

cnf(c_0_10,plain,
    multiply(inverse(inverse(X1)),identity) = X1,
    inference(spm,[status(thm)],[c_0_9,c_0_7]) ).

cnf(c_0_11,plain,
    multiply(inverse(inverse(X1)),X2) = multiply(X1,X2),
    inference(spm,[status(thm)],[c_0_9,c_0_9]) ).

cnf(c_0_12,plain,
    multiply(X1,identity) = X1,
    inference(rw,[status(thm)],[c_0_10,c_0_11]),
    [final] ).

cnf(c_0_13,plain,
    inverse(inverse(X1)) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_11,c_0_12]),c_0_12]),
    [final] ).

cnf(c_0_14,plain,
    multiply(X1,inverse(X1)) = identity,
    inference(spm,[status(thm)],[c_0_7,c_0_13]),
    [final] ).

cnf(c_0_15,plain,
    multiply(X1,multiply(X2,inverse(multiply(X1,X2)))) = identity,
    inference(spm,[status(thm)],[c_0_6,c_0_14]) ).

cnf(c_0_16,plain,
    multiply(inverse(identity),X1) = X1,
    inference(spm,[status(thm)],[c_0_9,c_0_8]) ).

cnf(c_0_17,plain,
    multiply(X1,inverse(multiply(X2,X1))) = inverse(X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_9,c_0_15]),c_0_12]) ).

cnf(c_0_18,plain,
    multiply(inverse(inverse(identity)),X1) = X1,
    inference(spm,[status(thm)],[c_0_9,c_0_16]) ).

cnf(c_0_19,plain,
    inverse(multiply(X1,X2)) = multiply(inverse(X2),inverse(X1)),
    inference(spm,[status(thm)],[c_0_9,c_0_17]),
    [final] ).

cnf(c_0_20,plain,
    multiply(X1,multiply(inverse(X1),X2)) = X2,
    inference(spm,[status(thm)],[c_0_9,c_0_13]),
    [final] ).

cnf(c_0_21,plain,
    inverse(identity) = identity,
    inference(spm,[status(thm)],[c_0_7,c_0_18]),
    [final] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : GRP394+3 : TPTP v8.1.0. Released v2.5.0.
% 0.03/0.11  % Command  : enigmatic-eprover.py %s %d 1
% 0.11/0.31  % Computer : n032.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit : 300
% 0.11/0.31  % WCLimit  : 600
% 0.11/0.31  % DateTime : Mon Jun 13 05:05:28 EDT 2022
% 0.11/0.31  % CPUTime  : 
% 0.16/0.39  # ENIGMATIC: Selected SinE mode:
% 0.16/0.40  # Parsing /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.16/0.40  # Filter: axfilter_auto   0 goes into file theBenchmark_axfilter_auto   0.p
% 0.16/0.40  # Filter: axfilter_auto   1 goes into file theBenchmark_axfilter_auto   1.p
% 0.16/0.40  # Filter: axfilter_auto   2 goes into file theBenchmark_axfilter_auto   2.p
% 3.48/1.46  [LightGBM] [Fatal] Data file /export/starexec/sandbox/tmp/enigma-theBenchmark.p-jdbviqij/test couldn't be read
% 3.48/1.46  [3370] Failed to execute script predict4sine1
% 3.48/1.46  Traceback (most recent call last):
% 3.48/1.46    File "predict4sine1.py", line 24, in <module>
% 3.48/1.46    File "site-packages/lightgbm/basic.py", line 1037, in construct
% 3.48/1.46    File "site-packages/lightgbm/basic.py", line 833, in _lazy_init
% 3.48/1.46    File "site-packages/lightgbm/basic.py", line 47, in _safe_call
% 3.48/1.46  lightgbm.basic.LightGBMError: Data file /export/starexec/sandbox/tmp/enigma-theBenchmark.p-jdbviqij/test couldn't be read
% 4.53/1.78  # ENIGMATIC: Solved by autoschedule:
% 4.53/1.78  # No SInE strategy applied
% 4.53/1.78  # Trying AutoSched0 for 150 seconds
% 4.53/1.78  # AutoSched0-Mode selected heuristic H_____102_C00_02_nc_F1_PI_AE_CS_SP_PS_S2S
% 4.53/1.78  # and selection function SelectNewComplexAHP.
% 4.53/1.78  #
% 4.53/1.78  # Preprocessing time       : 0.016 s
% 4.53/1.78  # Presaturation interreduction done
% 4.53/1.78  
% 4.53/1.78  # No proof found!
% 4.53/1.78  # SZS status Satisfiable
% 4.53/1.78  # SZS output start Saturation
% See solution above
% 4.53/1.78  
% 4.53/1.78  # -------------------------------------------------
% 4.53/1.78  # User time                : 0.016 s
% 4.53/1.78  # System time              : 0.005 s
% 4.53/1.78  # Total time               : 0.021 s
% 4.53/1.78  # Maximum resident set size: 7120 pages
% 4.53/1.78  
%------------------------------------------------------------------------------