TSTP Solution File: FLD007-3 by E---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1.00
% Problem  : FLD007-3 : TPTP v8.2.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n022.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 : Mon May 20 19:52:13 EDT 2024

% Result   : Unsatisfiable 0.18s 0.49s
% Output   : CNFRefutation 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :    8
% Syntax   : Number of clauses     :   31 (   9 unt;   4 nHn;  31 RR)
%            Number of literals    :   70 (   0 equ;  39 neg)
%            Maximal clause size   :    4 (   2 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    3 (   3 usr;   2 con; 0-1 aty)
%            Number of variables   :   50 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(totality_of_order_relation,axiom,
    ( less_or_equal(X1,X2)
    | less_or_equal(X2,X1)
    | ~ defined(X1)
    | ~ defined(X2) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',totality_of_order_relation) ).

cnf(a_is_defined,hypothesis,
    defined(a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_is_defined) ).

cnf(antisymmetry_of_order_relation,axiom,
    ( sum(additive_identity,X1,X2)
    | ~ less_or_equal(X1,X2)
    | ~ less_or_equal(X2,X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',antisymmetry_of_order_relation) ).

cnf(associativity_addition_1,axiom,
    ( sum(X1,X2,X3)
    | ~ sum(X1,X4,X5)
    | ~ sum(X4,X6,X2)
    | ~ sum(X5,X6,X3) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',associativity_addition_1) ).

cnf(existence_of_inverse_addition,axiom,
    ( sum(additive_inverse(X1),X1,additive_identity)
    | ~ defined(X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',existence_of_inverse_addition) ).

cnf(commutativity_addition,axiom,
    ( sum(X1,X2,X3)
    | ~ sum(X2,X1,X3) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',commutativity_addition) ).

cnf(not_sum_2,negated_conjecture,
    ~ sum(additive_identity,additive_inverse(additive_inverse(a)),a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_sum_2) ).

cnf(well_definedness_of_additive_inverse,axiom,
    ( defined(additive_inverse(X1))
    | ~ defined(X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',well_definedness_of_additive_inverse) ).

cnf(c_0_8,plain,
    ( less_or_equal(X1,X2)
    | less_or_equal(X2,X1)
    | ~ defined(X1)
    | ~ defined(X2) ),
    inference(fof_simplification,[status(thm)],[totality_of_order_relation]) ).

cnf(c_0_9,plain,
    ( less_or_equal(X1,X2)
    | less_or_equal(X2,X1)
    | ~ defined(X1)
    | ~ defined(X2) ),
    c_0_8 ).

cnf(c_0_10,hypothesis,
    defined(a),
    a_is_defined ).

cnf(c_0_11,plain,
    ( sum(additive_identity,X1,X2)
    | ~ less_or_equal(X1,X2)
    | ~ less_or_equal(X2,X1) ),
    inference(fof_simplification,[status(thm)],[antisymmetry_of_order_relation]) ).

cnf(c_0_12,hypothesis,
    ( less_or_equal(X1,a)
    | less_or_equal(a,X1)
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_9,c_0_10]) ).

cnf(c_0_13,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X1,X4,X5)
    | ~ sum(X4,X6,X2)
    | ~ sum(X5,X6,X3) ),
    inference(fof_simplification,[status(thm)],[associativity_addition_1]) ).

cnf(c_0_14,plain,
    ( sum(additive_identity,X1,X2)
    | ~ less_or_equal(X1,X2)
    | ~ less_or_equal(X2,X1) ),
    c_0_11 ).

cnf(c_0_15,hypothesis,
    less_or_equal(a,a),
    inference(spm,[status(thm)],[c_0_12,c_0_10]) ).

cnf(c_0_16,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X1,X4,X5)
    | ~ sum(X4,X6,X2)
    | ~ sum(X5,X6,X3) ),
    c_0_13 ).

cnf(c_0_17,hypothesis,
    sum(additive_identity,a,a),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_14,c_0_15]),c_0_15])]) ).

cnf(c_0_18,plain,
    ( sum(additive_inverse(X1),X1,additive_identity)
    | ~ defined(X1) ),
    inference(fof_simplification,[status(thm)],[existence_of_inverse_addition]) ).

cnf(c_0_19,hypothesis,
    ( sum(X1,X2,a)
    | ~ sum(X3,a,X2)
    | ~ sum(X1,X3,additive_identity) ),
    inference(spm,[status(thm)],[c_0_16,c_0_17]) ).

cnf(c_0_20,plain,
    ( sum(additive_inverse(X1),X1,additive_identity)
    | ~ defined(X1) ),
    c_0_18 ).

cnf(c_0_21,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X2,X1,X3) ),
    inference(fof_simplification,[status(thm)],[commutativity_addition]) ).

cnf(c_0_22,hypothesis,
    ( sum(X1,additive_identity,a)
    | ~ sum(X1,additive_inverse(a),additive_identity) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_19,c_0_20]),c_0_10])]) ).

cnf(c_0_23,negated_conjecture,
    ~ sum(additive_identity,additive_inverse(additive_inverse(a)),a),
    inference(fof_simplification,[status(thm)],[not_sum_2]) ).

cnf(c_0_24,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X2,X1,X3) ),
    c_0_21 ).

cnf(c_0_25,hypothesis,
    ( sum(additive_inverse(additive_inverse(a)),additive_identity,a)
    | ~ defined(additive_inverse(a)) ),
    inference(spm,[status(thm)],[c_0_22,c_0_20]) ).

cnf(c_0_26,negated_conjecture,
    ~ sum(additive_identity,additive_inverse(additive_inverse(a)),a),
    c_0_23 ).

cnf(c_0_27,plain,
    ( defined(additive_inverse(X1))
    | ~ defined(X1) ),
    inference(fof_simplification,[status(thm)],[well_definedness_of_additive_inverse]) ).

cnf(c_0_28,hypothesis,
    ~ defined(additive_inverse(a)),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_25]),c_0_26]) ).

cnf(c_0_29,plain,
    ( defined(additive_inverse(X1))
    | ~ defined(X1) ),
    c_0_27 ).

cnf(c_0_30,hypothesis,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_29]),c_0_10])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem    : FLD007-3 : TPTP v8.2.0. Bugfixed v2.1.0.
% 0.10/0.13  % Command    : run_E %s %d THM
% 0.12/0.34  % Computer : n022.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit   : 300
% 0.12/0.34  % WCLimit    : 300
% 0.12/0.34  % DateTime   : Sat May 18 21:32:37 EDT 2024
% 0.12/0.34  % CPUTime    : 
% 0.18/0.47  Running first-order theorem proving
% 0.18/0.47  Running: /export/starexec/sandbox/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --auto-schedule=8 --cpu-limit=300 /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.18/0.49  # Version: 3.1.0
% 0.18/0.49  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.18/0.49  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.18/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.18/0.49  # Starting new_bool_3 with 300s (1) cores
% 0.18/0.49  # Starting new_bool_1 with 300s (1) cores
% 0.18/0.49  # Starting sh5l with 300s (1) cores
% 0.18/0.49  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 4284 completed with status 0
% 0.18/0.49  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 0.18/0.49  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.18/0.49  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.18/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.18/0.49  # No SInE strategy applied
% 0.18/0.49  # Search class: FGUNF-FFMS21-SFFFFFNN
% 0.18/0.49  # Scheduled 7 strats onto 5 cores with 1500 seconds (1500 total)
% 0.18/0.49  # Starting G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S5PRR_S04BN with 675s (1) cores
% 0.18/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 0.18/0.49  # Starting U----_206e_02_C07_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 0.18/0.49  # Starting G-E--_208_C02CMA_F1_SE_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 0.18/0.49  # Starting G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0S with 136s (1) cores
% 0.18/0.49  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 4291 completed with status 0
% 0.18/0.49  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 0.18/0.49  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.18/0.49  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.18/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.18/0.49  # No SInE strategy applied
% 0.18/0.49  # Search class: FGUNF-FFMS21-SFFFFFNN
% 0.18/0.49  # Scheduled 7 strats onto 5 cores with 1500 seconds (1500 total)
% 0.18/0.49  # Starting G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S5PRR_S04BN with 675s (1) cores
% 0.18/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 0.18/0.49  # Preprocessing time       : 0.001 s
% 0.18/0.49  # Presaturation interreduction done
% 0.18/0.49  
% 0.18/0.49  # Proof found!
% 0.18/0.49  # SZS status Unsatisfiable
% 0.18/0.49  # SZS output start CNFRefutation
% See solution above
% 0.18/0.49  # Parsed axioms                        : 28
% 0.18/0.49  # Removed by relevancy pruning/SinE    : 0
% 0.18/0.49  # Initial clauses                      : 28
% 0.18/0.49  # Removed in clause preprocessing      : 0
% 0.18/0.49  # Initial clauses in saturation        : 28
% 0.18/0.49  # Processed clauses                    : 104
% 0.18/0.49  # ...of these trivial                  : 0
% 0.18/0.49  # ...subsumed                          : 7
% 0.18/0.49  # ...remaining for further processing  : 97
% 0.18/0.49  # Other redundant clauses eliminated   : 0
% 0.18/0.49  # Clauses deleted for lack of memory   : 0
% 0.18/0.49  # Backward-subsumed                    : 1
% 0.18/0.49  # Backward-rewritten                   : 0
% 0.18/0.49  # Generated clauses                    : 206
% 0.18/0.49  # ...of the previous two non-redundant : 179
% 0.18/0.49  # ...aggressively subsumed             : 0
% 0.18/0.49  # Contextual simplify-reflections      : 0
% 0.18/0.49  # Paramodulations                      : 206
% 0.18/0.49  # Factorizations                       : 0
% 0.18/0.49  # NegExts                              : 0
% 0.18/0.49  # Equation resolutions                 : 0
% 0.18/0.49  # Disequality decompositions           : 0
% 0.18/0.49  # Total rewrite steps                  : 39
% 0.18/0.49  # ...of those cached                   : 30
% 0.18/0.49  # Propositional unsat checks           : 0
% 0.18/0.49  #    Propositional check models        : 0
% 0.18/0.49  #    Propositional check unsatisfiable : 0
% 0.18/0.49  #    Propositional clauses             : 0
% 0.18/0.49  #    Propositional clauses after purity: 0
% 0.18/0.49  #    Propositional unsat core size     : 0
% 0.18/0.49  #    Propositional preprocessing time  : 0.000
% 0.18/0.49  #    Propositional encoding time       : 0.000
% 0.18/0.49  #    Propositional solver time         : 0.000
% 0.18/0.49  #    Success case prop preproc time    : 0.000
% 0.18/0.49  #    Success case prop encoding time   : 0.000
% 0.18/0.49  #    Success case prop solver time     : 0.000
% 0.18/0.49  # Current number of processed clauses  : 68
% 0.18/0.49  #    Positive orientable unit clauses  : 11
% 0.18/0.49  #    Positive unorientable unit clauses: 0
% 0.18/0.49  #    Negative unit clauses             : 3
% 0.18/0.49  #    Non-unit-clauses                  : 54
% 0.18/0.49  # Current number of unprocessed clauses: 131
% 0.18/0.49  # ...number of literals in the above   : 485
% 0.18/0.49  # Current number of archived formulas  : 0
% 0.18/0.49  # Current number of archived clauses   : 29
% 0.18/0.49  # Clause-clause subsumption calls (NU) : 266
% 0.18/0.49  # Rec. Clause-clause subsumption calls : 242
% 0.18/0.49  # Non-unit clause-clause subsumptions  : 7
% 0.18/0.49  # Unit Clause-clause subsumption calls : 74
% 0.18/0.49  # Rewrite failures with RHS unbound    : 0
% 0.18/0.49  # BW rewrite match attempts            : 2
% 0.18/0.49  # BW rewrite match successes           : 0
% 0.18/0.49  # Condensation attempts                : 0
% 0.18/0.49  # Condensation successes               : 0
% 0.18/0.49  # Termbank termtop insertions          : 3761
% 0.18/0.49  # Search garbage collected termcells   : 116
% 0.18/0.49  
% 0.18/0.49  # -------------------------------------------------
% 0.18/0.49  # User time                : 0.010 s
% 0.18/0.49  # System time              : 0.002 s
% 0.18/0.49  # Total time               : 0.012 s
% 0.18/0.49  # Maximum resident set size: 1672 pages
% 0.18/0.49  
% 0.18/0.49  # -------------------------------------------------
% 0.18/0.49  # User time                : 0.047 s
% 0.18/0.49  # System time              : 0.008 s
% 0.18/0.49  # Total time               : 0.055 s
% 0.18/0.49  # Maximum resident set size: 1720 pages
% 0.18/0.49  % E---3.1 exiting
% 0.18/0.49  % E exiting
%------------------------------------------------------------------------------