TSTP Solution File: FLD059-3 by E-SAT---3.1.00

View Problem - Process Solution

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

% 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 : Mon May 20 19:53:18 EDT 2024

% Result   : Unsatisfiable 0.16s 0.49s
% Output   : CNFRefutation 0.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   12
% Syntax   : Number of clauses     :   47 (  15 unt;   4 nHn;  47 RR)
%            Number of literals    :  114 (   0 equ;  66 neg)
%            Maximal clause size   :    5 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    3 (   3 usr;   2 con; 0-2 aty)
%            Number of variables   :   86 (   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/sandbox2/benchmark/Axioms/FLD002-0.ax',totality_of_order_relation) ).

cnf(a_is_defined,hypothesis,
    defined(a),
    file('/export/starexec/sandbox2/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/sandbox2/benchmark/Axioms/FLD002-0.ax',antisymmetry_of_order_relation) ).

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

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

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

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

cnf(totality_of_addition,axiom,
    ( sum(X1,X2,add(X1,X2))
    | ~ defined(X1)
    | ~ defined(X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/FLD002-0.ax',totality_of_addition) ).

cnf(well_definedness_of_additive_identity,axiom,
    defined(additive_identity),
    file('/export/starexec/sandbox2/benchmark/Axioms/FLD002-0.ax',well_definedness_of_additive_identity) ).

cnf(transitivity_of_order_relation,axiom,
    ( less_or_equal(X1,X2)
    | ~ less_or_equal(X1,X3)
    | ~ less_or_equal(X3,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/FLD002-0.ax',transitivity_of_order_relation) ).

cnf(less_or_equal_2,negated_conjecture,
    less_or_equal(additive_identity,a),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less_or_equal_2) ).

cnf(not_less_or_equal_3,negated_conjecture,
    ~ less_or_equal(additive_identity,add(a,a)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_less_or_equal_3) ).

cnf(c_0_12,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_13,plain,
    ( less_or_equal(X1,X2)
    | less_or_equal(X2,X1)
    | ~ defined(X1)
    | ~ defined(X2) ),
    c_0_12 ).

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

cnf(c_0_15,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_16,hypothesis,
    ( less_or_equal(X1,a)
    | less_or_equal(a,X1)
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

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

cnf(c_0_18,plain,
    ( sum(additive_identity,X1,X2)
    | ~ less_or_equal(X1,X2)
    | ~ less_or_equal(X2,X1) ),
    c_0_15 ).

cnf(c_0_19,hypothesis,
    less_or_equal(a,a),
    inference(spm,[status(thm)],[c_0_16,c_0_14]) ).

cnf(c_0_20,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X4,X5,X1)
    | ~ sum(X5,X2,X6)
    | ~ sum(X4,X6,X3) ),
    c_0_17 ).

cnf(c_0_21,hypothesis,
    sum(additive_identity,a,a),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_18,c_0_19]),c_0_19])]) ).

cnf(c_0_22,plain,
    ( sum(additive_identity,X1,X1)
    | ~ defined(X1) ),
    inference(fof_simplification,[status(thm)],[existence_of_identity_addition]) ).

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

cnf(c_0_24,plain,
    ( less_or_equal(X1,X2)
    | ~ less_or_equal(X3,X4)
    | ~ sum(X3,X5,X1)
    | ~ sum(X4,X5,X2) ),
    inference(fof_simplification,[status(thm)],[compatibility_of_order_relation_and_addition]) ).

cnf(c_0_25,plain,
    ( sum(X1,X2,add(X1,X2))
    | ~ defined(X1)
    | ~ defined(X2) ),
    inference(fof_simplification,[status(thm)],[totality_of_addition]) ).

cnf(c_0_26,hypothesis,
    ( sum(X1,a,X2)
    | ~ sum(X3,a,X2)
    | ~ sum(X3,additive_identity,X1) ),
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

cnf(c_0_27,plain,
    ( sum(additive_identity,X1,X1)
    | ~ defined(X1) ),
    c_0_22 ).

cnf(c_0_28,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X2,X1,X3) ),
    c_0_23 ).

cnf(c_0_29,plain,
    ( less_or_equal(X1,X2)
    | ~ less_or_equal(X3,X4)
    | ~ sum(X3,X5,X1)
    | ~ sum(X4,X5,X2) ),
    c_0_24 ).

cnf(c_0_30,plain,
    ( sum(X1,X2,add(X1,X2))
    | ~ defined(X1)
    | ~ defined(X2) ),
    c_0_25 ).

cnf(c_0_31,hypothesis,
    ( sum(X1,a,a)
    | ~ sum(additive_identity,additive_identity,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_27]),c_0_14])]) ).

cnf(c_0_32,axiom,
    defined(additive_identity),
    well_definedness_of_additive_identity ).

cnf(c_0_33,hypothesis,
    sum(a,additive_identity,a),
    inference(spm,[status(thm)],[c_0_28,c_0_21]) ).

cnf(c_0_34,plain,
    ( less_or_equal(X1,add(X2,X3))
    | ~ less_or_equal(X4,X2)
    | ~ defined(X3)
    | ~ defined(X2)
    | ~ sum(X4,X3,X1) ),
    inference(spm,[status(thm)],[c_0_29,c_0_30]) ).

cnf(c_0_35,hypothesis,
    sum(add(additive_identity,additive_identity),a,a),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_30]),c_0_32])]) ).

cnf(c_0_36,hypothesis,
    ( less_or_equal(X1,a)
    | ~ less_or_equal(X2,a)
    | ~ sum(X2,additive_identity,X1) ),
    inference(spm,[status(thm)],[c_0_29,c_0_33]) ).

cnf(c_0_37,plain,
    ( less_or_equal(X1,X2)
    | ~ less_or_equal(X1,X3)
    | ~ less_or_equal(X3,X2) ),
    inference(fof_simplification,[status(thm)],[transitivity_of_order_relation]) ).

cnf(c_0_38,hypothesis,
    ( less_or_equal(a,add(X1,a))
    | ~ less_or_equal(add(additive_identity,additive_identity),X1)
    | ~ defined(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_35]),c_0_14])]) ).

cnf(c_0_39,hypothesis,
    ( less_or_equal(add(X1,additive_identity),a)
    | ~ less_or_equal(X1,a)
    | ~ defined(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_30]),c_0_32])]) ).

cnf(c_0_40,negated_conjecture,
    less_or_equal(additive_identity,a),
    less_or_equal_2 ).

cnf(c_0_41,negated_conjecture,
    ~ less_or_equal(additive_identity,add(a,a)),
    inference(fof_simplification,[status(thm)],[not_less_or_equal_3]) ).

cnf(c_0_42,plain,
    ( less_or_equal(X1,X2)
    | ~ less_or_equal(X1,X3)
    | ~ less_or_equal(X3,X2) ),
    c_0_37 ).

cnf(c_0_43,hypothesis,
    less_or_equal(a,add(a,a)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_38,c_0_39]),c_0_14]),c_0_40]),c_0_32])]) ).

cnf(c_0_44,negated_conjecture,
    ~ less_or_equal(additive_identity,add(a,a)),
    c_0_41 ).

cnf(c_0_45,hypothesis,
    ( less_or_equal(X1,add(a,a))
    | ~ less_or_equal(X1,a) ),
    inference(spm,[status(thm)],[c_0_42,c_0_43]) ).

cnf(c_0_46,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_45]),c_0_40])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.09  % Problem    : FLD059-3 : TPTP v8.2.0. Bugfixed v2.1.0.
% 0.08/0.10  % Command    : run_E %s %d THM
% 0.10/0.32  % Computer : n011.cluster.edu
% 0.10/0.32  % Model    : x86_64 x86_64
% 0.10/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.32  % Memory   : 8042.1875MB
% 0.10/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.32  % CPULimit   : 300
% 0.10/0.32  % WCLimit    : 300
% 0.10/0.32  % DateTime   : Sat May 18 21:19:08 EDT 2024
% 0.10/0.32  % CPUTime    : 
% 0.16/0.46  Running first-order model finding
% 0.16/0.46  Running: /export/starexec/sandbox2/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --satauto-schedule=8 --cpu-limit=300 /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.16/0.49  # Version: 3.1.0
% 0.16/0.49  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.16/0.49  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.16/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.16/0.49  # Starting new_bool_3 with 300s (1) cores
% 0.16/0.49  # Starting new_bool_1 with 300s (1) cores
% 0.16/0.49  # Starting sh5l with 300s (1) cores
% 0.16/0.49  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 28553 completed with status 0
% 0.16/0.49  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 0.16/0.49  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.16/0.49  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.16/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.16/0.49  # No SInE strategy applied
% 0.16/0.49  # Search class: FGUNF-FFMS21-SFFFFFNN
% 0.16/0.49  # Scheduled 7 strats onto 5 cores with 1500 seconds (1500 total)
% 0.16/0.49  # Starting G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S5PRR_S04BN with 675s (1) cores
% 0.16/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 0.16/0.49  # Starting U----_206e_02_C07_23_F1_SE_PI_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 0.16/0.49  # Starting G-E--_208_C02CMA_F1_SE_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 0.16/0.49  # Starting G-E--_207_C18_F1_AE_CS_SP_PI_PS_S0S with 136s (1) cores
% 0.16/0.49  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 28559 completed with status 0
% 0.16/0.49  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 0.16/0.49  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.16/0.49  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.16/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.16/0.49  # No SInE strategy applied
% 0.16/0.49  # Search class: FGUNF-FFMS21-SFFFFFNN
% 0.16/0.49  # Scheduled 7 strats onto 5 cores with 1500 seconds (1500 total)
% 0.16/0.49  # Starting G-E--_208_C12_11_nc_F1_SE_CS_SP_PS_S5PRR_S04BN with 675s (1) cores
% 0.16/0.49  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 0.16/0.49  # Preprocessing time       : 0.001 s
% 0.16/0.49  # Presaturation interreduction done
% 0.16/0.49  
% 0.16/0.49  # Proof found!
% 0.16/0.49  # SZS status Unsatisfiable
% 0.16/0.49  # SZS output start CNFRefutation
% See solution above
% 0.16/0.49  # Parsed axioms                        : 29
% 0.16/0.49  # Removed by relevancy pruning/SinE    : 0
% 0.16/0.49  # Initial clauses                      : 29
% 0.16/0.49  # Removed in clause preprocessing      : 0
% 0.16/0.49  # Initial clauses in saturation        : 29
% 0.16/0.49  # Processed clauses                    : 260
% 0.16/0.49  # ...of these trivial                  : 6
% 0.16/0.49  # ...subsumed                          : 46
% 0.16/0.49  # ...remaining for further processing  : 208
% 0.16/0.49  # Other redundant clauses eliminated   : 0
% 0.16/0.49  # Clauses deleted for lack of memory   : 0
% 0.16/0.49  # Backward-subsumed                    : 6
% 0.16/0.49  # Backward-rewritten                   : 2
% 0.16/0.49  # Generated clauses                    : 687
% 0.16/0.49  # ...of the previous two non-redundant : 560
% 0.16/0.49  # ...aggressively subsumed             : 0
% 0.16/0.49  # Contextual simplify-reflections      : 0
% 0.16/0.49  # Paramodulations                      : 687
% 0.16/0.49  # Factorizations                       : 0
% 0.16/0.49  # NegExts                              : 0
% 0.16/0.49  # Equation resolutions                 : 0
% 0.16/0.49  # Disequality decompositions           : 0
% 0.16/0.49  # Total rewrite steps                  : 280
% 0.16/0.49  # ...of those cached                   : 262
% 0.16/0.49  # Propositional unsat checks           : 0
% 0.16/0.49  #    Propositional check models        : 0
% 0.16/0.49  #    Propositional check unsatisfiable : 0
% 0.16/0.49  #    Propositional clauses             : 0
% 0.16/0.49  #    Propositional clauses after purity: 0
% 0.16/0.49  #    Propositional unsat core size     : 0
% 0.16/0.49  #    Propositional preprocessing time  : 0.000
% 0.16/0.49  #    Propositional encoding time       : 0.000
% 0.16/0.49  #    Propositional solver time         : 0.000
% 0.16/0.49  #    Success case prop preproc time    : 0.000
% 0.16/0.49  #    Success case prop encoding time   : 0.000
% 0.16/0.49  #    Success case prop solver time     : 0.000
% 0.16/0.49  # Current number of processed clauses  : 171
% 0.16/0.49  #    Positive orientable unit clauses  : 22
% 0.16/0.49  #    Positive unorientable unit clauses: 0
% 0.16/0.49  #    Negative unit clauses             : 2
% 0.16/0.49  #    Non-unit-clauses                  : 147
% 0.16/0.49  # Current number of unprocessed clauses: 351
% 0.16/0.49  # ...number of literals in the above   : 1269
% 0.16/0.49  # Current number of archived formulas  : 0
% 0.16/0.49  # Current number of archived clauses   : 37
% 0.16/0.49  # Clause-clause subsumption calls (NU) : 1236
% 0.16/0.49  # Rec. Clause-clause subsumption calls : 1051
% 0.16/0.49  # Non-unit clause-clause subsumptions  : 52
% 0.16/0.49  # Unit Clause-clause subsumption calls : 277
% 0.16/0.49  # Rewrite failures with RHS unbound    : 0
% 0.16/0.49  # BW rewrite match attempts            : 6
% 0.16/0.49  # BW rewrite match successes           : 2
% 0.16/0.49  # Condensation attempts                : 0
% 0.16/0.50  # Condensation successes               : 0
% 0.16/0.50  # Termbank termtop insertions          : 10428
% 0.16/0.50  # Search garbage collected termcells   : 116
% 0.16/0.50  
% 0.16/0.50  # -------------------------------------------------
% 0.16/0.50  # User time                : 0.024 s
% 0.16/0.50  # System time              : 0.004 s
% 0.16/0.50  # Total time               : 0.027 s
% 0.16/0.50  # Maximum resident set size: 1676 pages
% 0.16/0.50  
% 0.16/0.50  # -------------------------------------------------
% 0.16/0.50  # User time                : 0.104 s
% 0.16/0.50  # System time              : 0.008 s
% 0.16/0.50  # Total time               : 0.113 s
% 0.16/0.50  # Maximum resident set size: 1724 pages
% 0.16/0.50  % E---3.1 exiting
%------------------------------------------------------------------------------