TSTP Solution File: RNG002-1 by E---3.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1
% Problem  : RNG002-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n025.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 : 2400s
% WCLimit  : 300s
% DateTime : Tue Oct 10 19:14:39 EDT 2023

% Result   : Unsatisfiable 136.28s 136.78s
% Output   : CNFRefutation 136.28s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :    7
% Syntax   : Number of clauses     :   21 (  13 unt;   0 nHn;  17 RR)
%            Number of literals    :   36 (   5 equ;  17 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-3 aty)
%            Number of functors    :    6 (   6 usr;   5 con; 0-1 aty)
%            Number of variables   :   31 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(associativity_of_addition1,axiom,
    ( sum(X1,X5,X6)
    | ~ sum(X1,X2,X3)
    | ~ sum(X2,X4,X5)
    | ~ sum(X3,X4,X6) ),
    file('/export/starexec/sandbox/tmp/tmp.KJD0FGw1hY/E---3.1_6127.p',associativity_of_addition1) ).

cnf(additive_identity1,axiom,
    sum(additive_identity,X1,X1),
    file('/export/starexec/sandbox/tmp/tmp.KJD0FGw1hY/E---3.1_6127.p',additive_identity1) ).

cnf(a_plus_c_is_d,hypothesis,
    sum(a,c,d),
    file('/export/starexec/sandbox/tmp/tmp.KJD0FGw1hY/E---3.1_6127.p',a_plus_c_is_d) ).

cnf(left_inverse,axiom,
    sum(additive_inverse(X1),X1,additive_identity),
    file('/export/starexec/sandbox/tmp/tmp.KJD0FGw1hY/E---3.1_6127.p',left_inverse) ).

cnf(a_plus_b_is_d,hypothesis,
    sum(a,b,d),
    file('/export/starexec/sandbox/tmp/tmp.KJD0FGw1hY/E---3.1_6127.p',a_plus_b_is_d) ).

cnf(addition_is_well_defined,axiom,
    ( X3 = X4
    | ~ sum(X1,X2,X3)
    | ~ sum(X1,X2,X4) ),
    file('/export/starexec/sandbox/tmp/tmp.KJD0FGw1hY/E---3.1_6127.p',addition_is_well_defined) ).

cnf(prove_b_equals_c,negated_conjecture,
    b != c,
    file('/export/starexec/sandbox/tmp/tmp.KJD0FGw1hY/E---3.1_6127.p',prove_b_equals_c) ).

cnf(c_0_7,axiom,
    ( sum(X1,X5,X6)
    | ~ sum(X1,X2,X3)
    | ~ sum(X2,X4,X5)
    | ~ sum(X3,X4,X6) ),
    associativity_of_addition1 ).

cnf(c_0_8,axiom,
    sum(additive_identity,X1,X1),
    additive_identity1 ).

cnf(c_0_9,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X1,X4,additive_identity)
    | ~ sum(X4,X3,X2) ),
    inference(spm,[status(thm)],[c_0_7,c_0_8]) ).

cnf(c_0_10,hypothesis,
    sum(a,c,d),
    a_plus_c_is_d ).

cnf(c_0_11,hypothesis,
    ( sum(X1,d,c)
    | ~ sum(X1,a,additive_identity) ),
    inference(spm,[status(thm)],[c_0_9,c_0_10]) ).

cnf(c_0_12,axiom,
    sum(additive_inverse(X1),X1,additive_identity),
    left_inverse ).

cnf(c_0_13,hypothesis,
    sum(a,b,d),
    a_plus_b_is_d ).

cnf(c_0_14,axiom,
    ( X3 = X4
    | ~ sum(X1,X2,X3)
    | ~ sum(X1,X2,X4) ),
    addition_is_well_defined ).

cnf(c_0_15,hypothesis,
    sum(additive_inverse(a),d,c),
    inference(spm,[status(thm)],[c_0_11,c_0_12]) ).

cnf(c_0_16,hypothesis,
    ( sum(X1,d,b)
    | ~ sum(X1,a,additive_identity) ),
    inference(spm,[status(thm)],[c_0_9,c_0_13]) ).

cnf(c_0_17,hypothesis,
    ( X1 = c
    | ~ sum(additive_inverse(a),d,X1) ),
    inference(spm,[status(thm)],[c_0_14,c_0_15]) ).

cnf(c_0_18,hypothesis,
    sum(additive_inverse(a),d,b),
    inference(spm,[status(thm)],[c_0_16,c_0_12]) ).

cnf(c_0_19,negated_conjecture,
    b != c,
    prove_b_equals_c ).

cnf(c_0_20,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_18]),c_0_19]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : RNG002-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.14  % Command    : run_E %s %d THM
% 0.14/0.35  % Computer : n025.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit   : 2400
% 0.14/0.35  % WCLimit    : 300
% 0.14/0.35  % DateTime   : Mon Oct  2 19:57:36 EDT 2023
% 0.14/0.35  % CPUTime    : 
% 0.21/0.49  Running first-order theorem proving
% 0.21/0.49  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/tmp/tmp.KJD0FGw1hY/E---3.1_6127.p
% 136.28/136.78  # Version: 3.1pre001
% 136.28/136.78  # Preprocessing class: FSMSSMSSSSSNFFN.
% 136.28/136.78  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 136.28/136.78  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 136.28/136.78  # Starting new_bool_3 with 300s (1) cores
% 136.28/136.78  # Starting new_bool_1 with 300s (1) cores
% 136.28/136.78  # Starting sh5l with 300s (1) cores
% 136.28/136.78  # sh5l with pid 6262 completed with status 0
% 136.28/136.78  # Result found by sh5l
% 136.28/136.78  # Preprocessing class: FSMSSMSSSSSNFFN.
% 136.28/136.78  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 136.28/136.78  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 136.28/136.78  # Starting new_bool_3 with 300s (1) cores
% 136.28/136.78  # Starting new_bool_1 with 300s (1) cores
% 136.28/136.78  # Starting sh5l with 300s (1) cores
% 136.28/136.78  # SinE strategy is gf500_gu_R04_F100_L20000
% 136.28/136.78  # Search class: FHUSM-FFMF11-SFFFFFNN
% 136.28/136.78  # partial match(1): FHUSM-FFMF21-SFFFFFNN
% 136.28/136.78  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 136.28/136.78  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S4d with 181s (1) cores
% 136.28/136.78  # G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S4d with pid 6269 completed with status 0
% 136.28/136.78  # Result found by G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S4d
% 136.28/136.78  # Preprocessing class: FSMSSMSSSSSNFFN.
% 136.28/136.78  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 136.28/136.78  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 136.28/136.78  # Starting new_bool_3 with 300s (1) cores
% 136.28/136.78  # Starting new_bool_1 with 300s (1) cores
% 136.28/136.78  # Starting sh5l with 300s (1) cores
% 136.28/136.78  # SinE strategy is gf500_gu_R04_F100_L20000
% 136.28/136.78  # Search class: FHUSM-FFMF11-SFFFFFNN
% 136.28/136.78  # partial match(1): FHUSM-FFMF21-SFFFFFNN
% 136.28/136.78  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 136.28/136.78  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S4d with 181s (1) cores
% 136.28/136.78  # Preprocessing time       : 0.001 s
% 136.28/136.78  # Presaturation interreduction done
% 136.28/136.78  
% 136.28/136.78  # Proof found!
% 136.28/136.78  # SZS status Unsatisfiable
% 136.28/136.78  # SZS output start CNFRefutation
% See solution above
% 136.28/136.78  # Parsed axioms                        : 20
% 136.28/136.78  # Removed by relevancy pruning/SinE    : 2
% 136.28/136.78  # Initial clauses                      : 18
% 136.28/136.78  # Removed in clause preprocessing      : 0
% 136.28/136.78  # Initial clauses in saturation        : 18
% 136.28/136.78  # Processed clauses                    : 82
% 136.28/136.78  # ...of these trivial                  : 1
% 136.28/136.78  # ...subsumed                          : 3
% 136.28/136.78  # ...remaining for further processing  : 78
% 136.28/136.78  # Other redundant clauses eliminated   : 0
% 136.28/136.78  # Clauses deleted for lack of memory   : 0
% 136.28/136.78  # Backward-subsumed                    : 0
% 136.28/136.78  # Backward-rewritten                   : 0
% 136.28/136.78  # Generated clauses                    : 130
% 136.28/136.78  # ...of the previous two non-redundant : 97
% 136.28/136.78  # ...aggressively subsumed             : 0
% 136.28/136.78  # Contextual simplify-reflections      : 0
% 136.28/136.78  # Paramodulations                      : 130
% 136.28/136.78  # Factorizations                       : 0
% 136.28/136.78  # NegExts                              : 0
% 136.28/136.78  # Equation resolutions                 : 0
% 136.28/136.78  # Total rewrite steps                  : 37
% 136.28/136.78  # Propositional unsat checks           : 0
% 136.28/136.78  #    Propositional check models        : 0
% 136.28/136.78  #    Propositional check unsatisfiable : 0
% 136.28/136.78  #    Propositional clauses             : 0
% 136.28/136.78  #    Propositional clauses after purity: 0
% 136.28/136.78  #    Propositional unsat core size     : 0
% 136.28/136.78  #    Propositional preprocessing time  : 0.000
% 136.28/136.78  #    Propositional encoding time       : 0.000
% 136.28/136.78  #    Propositional solver time         : 0.000
% 136.28/136.78  #    Success case prop preproc time    : 0.000
% 136.28/136.78  #    Success case prop encoding time   : 0.000
% 136.28/136.78  #    Success case prop solver time     : 0.000
% 136.28/136.78  # Current number of processed clauses  : 60
% 136.28/136.78  #    Positive orientable unit clauses  : 14
% 136.28/136.78  #    Positive unorientable unit clauses: 0
% 136.28/136.78  #    Negative unit clauses             : 1
% 136.28/136.78  #    Non-unit-clauses                  : 45
% 136.28/136.78  # Current number of unprocessed clauses: 42
% 136.28/136.78  # ...number of literals in the above   : 101
% 136.28/136.78  # Current number of archived formulas  : 0
% 136.28/136.78  # Current number of archived clauses   : 18
% 136.28/136.78  # Clause-clause subsumption calls (NU) : 445
% 136.28/136.78  # Rec. Clause-clause subsumption calls : 355
% 136.28/136.78  # Non-unit clause-clause subsumptions  : 3
% 136.28/136.78  # Unit Clause-clause subsumption calls : 0
% 136.28/136.78  # Rewrite failures with RHS unbound    : 0
% 136.28/136.78  # BW rewrite match attempts            : 2
% 136.28/136.78  # BW rewrite match successes           : 0
% 136.28/136.78  # Condensation attempts                : 0
% 136.28/136.78  # Condensation successes               : 0
% 136.28/136.78  # Termbank termtop insertions          : 2073
% 136.28/136.78  
% 136.28/136.78  # -------------------------------------------------
% 136.28/136.78  # User time                : 0.007 s
% 136.28/136.78  # System time              : 0.004 s
% 136.28/136.78  # Total time               : 0.011 s
% 136.28/136.78  # Maximum resident set size: 1640 pages
% 136.28/136.78  
% 136.28/136.78  # -------------------------------------------------
% 136.28/136.78  # User time                : 0.009 s
% 136.28/136.78  # System time              : 0.006 s
% 136.28/136.78  # Total time               : 0.015 s
% 136.28/136.78  # Maximum resident set size: 1688 pages
% 136.28/136.78  % E---3.1 exiting
% 136.28/136.78  % E---3.1 exiting
%------------------------------------------------------------------------------