TSTP Solution File: ANA133-1 by E-SAT---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E-SAT---3.1.00
% Problem  : ANA133-1 : TPTP v8.2.0. Released v8.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n009.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 18:38:47 EDT 2024

% Result   : Unsatisfiable 8.23s 1.54s
% Output   : CNFRefutation 8.23s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   12
% Syntax   : Number of clauses     :   37 (  37 unt;   0 nHn;   8 RR)
%            Number of literals    :   37 (  36 equ;   3 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    9 (   9 usr;   3 con; 0-2 aty)
%            Number of variables   :   46 (   3 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(derivative_of_times,axiom,
    d(times(X1,X2)) = '+'(times(X1,d(X2)),times(X2,d(X1))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',derivative_of_times) ).

cnf(commutativity_of_times,axiom,
    times(X1,X2) = times(X2,X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_of_times) ).

cnf(associtivity_of_plus,axiom,
    '+'(X1,'+'(X2,X3)) = '+'('+'(X1,X2),X3),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associtivity_of_plus) ).

cnf(minus,axiom,
    '+'(X1,minus(X1)) = zero,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',minus) ).

cnf(plus_zero,axiom,
    '+'(zero,X1) = X1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',plus_zero) ).

cnf(derivative_of_x,axiom,
    d(x) = one,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',derivative_of_x) ).

cnf(times_one,axiom,
    times(one,X1) = X1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',times_one) ).

cnf(commutativity_of_plus,axiom,
    '+'(X1,X2) = '+'(X2,X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_of_plus) ).

cnf(derivative_of_cos,axiom,
    d(cos(X1)) = minus(times(sin(X1),d(X1))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',derivative_of_cos) ).

cnf(derivative_of_sin,axiom,
    d(sin(X1)) = times(cos(X1),d(X1)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',derivative_of_sin) ).

cnf(goal,negated_conjecture,
    d(X1) != times(x,cos(x)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goal) ).

cnf(derivative_of_plus,axiom,
    d('+'(X1,X2)) = '+'(d(X1),d(X2)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',derivative_of_plus) ).

cnf(c_0_12,axiom,
    d(times(X1,X2)) = '+'(times(X1,d(X2)),times(X2,d(X1))),
    derivative_of_times ).

cnf(c_0_13,axiom,
    times(X1,X2) = times(X2,X1),
    commutativity_of_times ).

cnf(c_0_14,axiom,
    '+'(X1,'+'(X2,X3)) = '+'('+'(X1,X2),X3),
    associtivity_of_plus ).

cnf(c_0_15,axiom,
    '+'(X1,minus(X1)) = zero,
    minus ).

cnf(c_0_16,axiom,
    '+'(zero,X1) = X1,
    plus_zero ).

cnf(c_0_17,plain,
    '+'(times(X1,d(X2)),times(d(X1),X2)) = d(times(X1,X2)),
    inference(spm,[status(thm)],[c_0_12,c_0_13]) ).

cnf(c_0_18,axiom,
    d(x) = one,
    derivative_of_x ).

cnf(c_0_19,axiom,
    times(one,X1) = X1,
    times_one ).

cnf(c_0_20,axiom,
    '+'(X1,X2) = '+'(X2,X1),
    commutativity_of_plus ).

cnf(c_0_21,plain,
    '+'(X1,'+'(minus(X1),X2)) = X2,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_14,c_0_15]),c_0_16]) ).

cnf(c_0_22,plain,
    '+'(X1,times(x,d(X1))) = d(times(x,X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_18]),c_0_19]),c_0_20]) ).

cnf(c_0_23,plain,
    '+'(X1,zero) = X1,
    inference(spm,[status(thm)],[c_0_16,c_0_20]) ).

cnf(c_0_24,axiom,
    d(cos(X1)) = minus(times(sin(X1),d(X1))),
    derivative_of_cos ).

cnf(c_0_25,axiom,
    d(sin(X1)) = times(cos(X1),d(X1)),
    derivative_of_sin ).

cnf(c_0_26,plain,
    '+'(X1,d(times(x,minus(X1)))) = times(x,d(minus(X1))),
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

cnf(c_0_27,plain,
    minus(minus(X1)) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_21,c_0_15]),c_0_23]) ).

cnf(c_0_28,plain,
    minus(times(d(X1),sin(X1))) = d(cos(X1)),
    inference(rw,[status(thm)],[c_0_24,c_0_13]) ).

cnf(c_0_29,plain,
    times(d(X1),cos(X1)) = d(sin(X1)),
    inference(rw,[status(thm)],[c_0_25,c_0_13]) ).

cnf(c_0_30,negated_conjecture,
    d(X1) != times(x,cos(x)),
    inference(fof_simplification,[status(thm)],[goal]) ).

cnf(c_0_31,plain,
    '+'(d(times(x,X1)),minus(X1)) = times(x,d(X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_27]),c_0_20]) ).

cnf(c_0_32,plain,
    minus(sin(x)) = d(cos(x)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_18]),c_0_19]) ).

cnf(c_0_33,axiom,
    d('+'(X1,X2)) = '+'(d(X1),d(X2)),
    derivative_of_plus ).

cnf(c_0_34,plain,
    d(sin(x)) = cos(x),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_18]),c_0_19]) ).

cnf(c_0_35,negated_conjecture,
    d(X1) != times(x,cos(x)),
    c_0_30 ).

cnf(c_0_36,plain,
    $false,
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_32]),c_0_33]),c_0_34]),c_0_35]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : ANA133-1 : TPTP v8.2.0. Released v8.1.0.
% 0.13/0.14  % Command    : run_E %s %d THM
% 0.14/0.35  % Computer : n009.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   : 300
% 0.14/0.35  % WCLimit    : 300
% 0.14/0.35  % DateTime   : Mon May 20 07:41:22 EDT 2024
% 0.14/0.35  % CPUTime    : 
% 0.20/0.49  Running first-order model finding
% 0.20/0.49  Running: /export/starexec/sandbox/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/sandbox/benchmark/theBenchmark.p
% 8.23/1.54  # Version: 3.1.0
% 8.23/1.54  # Preprocessing class: FSMSSMSSSSSNFFN.
% 8.23/1.54  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 8.23/1.54  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 8.23/1.54  # Starting new_bool_3 with 300s (1) cores
% 8.23/1.54  # Starting new_bool_1 with 300s (1) cores
% 8.23/1.54  # Starting sh5l with 300s (1) cores
% 8.23/1.54  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 22875 completed with status 0
% 8.23/1.54  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 8.23/1.54  # Preprocessing class: FSMSSMSSSSSNFFN.
% 8.23/1.54  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 8.23/1.54  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 8.23/1.54  # No SInE strategy applied
% 8.23/1.54  # Search class: FUUPM-FFSS21-MFFFFFNN
% 8.23/1.54  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 8.23/1.54  # Starting G-E--_209_C18_F1_AE_CS_SP_PI_S0Y with 811s (1) cores
% 8.23/1.54  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 8.23/1.54  # Starting G-E--_208_B07_F1_S5PRR_SE_CS_SP_PS_S0Y with 136s (1) cores
% 8.23/1.54  # Starting G-E--_209_C18_F1_AE_CS_SP_S0Y with 136s (1) cores
% 8.23/1.54  # Starting new_bool_3 with 136s (1) cores
% 8.23/1.54  # G-E--_209_C18_F1_AE_CS_SP_PI_S0Y with pid 22879 completed with status 0
% 8.23/1.54  # Result found by G-E--_209_C18_F1_AE_CS_SP_PI_S0Y
% 8.23/1.54  # Preprocessing class: FSMSSMSSSSSNFFN.
% 8.23/1.54  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 8.23/1.54  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 8.23/1.54  # No SInE strategy applied
% 8.23/1.54  # Search class: FUUPM-FFSS21-MFFFFFNN
% 8.23/1.54  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 8.23/1.54  # Starting G-E--_209_C18_F1_AE_CS_SP_PI_S0Y with 811s (1) cores
% 8.23/1.54  # Preprocessing time       : 0.001 s
% 8.23/1.54  
% 8.23/1.54  # Proof found!
% 8.23/1.54  # SZS status Unsatisfiable
% 8.23/1.54  # SZS output start CNFRefutation
% See solution above
% 8.23/1.54  # Parsed axioms                        : 17
% 8.23/1.54  # Removed by relevancy pruning/SinE    : 0
% 8.23/1.54  # Initial clauses                      : 17
% 8.23/1.54  # Removed in clause preprocessing      : 0
% 8.23/1.54  # Initial clauses in saturation        : 17
% 8.23/1.54  # Processed clauses                    : 10575
% 8.23/1.54  # ...of these trivial                  : 3229
% 8.23/1.54  # ...subsumed                          : 5072
% 8.23/1.54  # ...remaining for further processing  : 2274
% 8.23/1.54  # Other redundant clauses eliminated   : 0
% 8.23/1.54  # Clauses deleted for lack of memory   : 0
% 8.23/1.54  # Backward-subsumed                    : 0
% 8.23/1.54  # Backward-rewritten                   : 60
% 8.23/1.54  # Generated clauses                    : 171765
% 8.23/1.54  # ...of the previous two non-redundant : 107536
% 8.23/1.54  # ...aggressively subsumed             : 0
% 8.23/1.54  # Contextual simplify-reflections      : 0
% 8.23/1.54  # Paramodulations                      : 171765
% 8.23/1.54  # Factorizations                       : 0
% 8.23/1.54  # NegExts                              : 0
% 8.23/1.54  # Equation resolutions                 : 0
% 8.23/1.54  # Disequality decompositions           : 0
% 8.23/1.54  # Total rewrite steps                  : 304703
% 8.23/1.54  # ...of those cached                   : 249747
% 8.23/1.54  # Propositional unsat checks           : 0
% 8.23/1.54  #    Propositional check models        : 0
% 8.23/1.54  #    Propositional check unsatisfiable : 0
% 8.23/1.54  #    Propositional clauses             : 0
% 8.23/1.54  #    Propositional clauses after purity: 0
% 8.23/1.54  #    Propositional unsat core size     : 0
% 8.23/1.54  #    Propositional preprocessing time  : 0.000
% 8.23/1.54  #    Propositional encoding time       : 0.000
% 8.23/1.54  #    Propositional solver time         : 0.000
% 8.23/1.54  #    Success case prop preproc time    : 0.000
% 8.23/1.54  #    Success case prop encoding time   : 0.000
% 8.23/1.54  #    Success case prop solver time     : 0.000
% 8.23/1.54  # Current number of processed clauses  : 2214
% 8.23/1.54  #    Positive orientable unit clauses  : 2173
% 8.23/1.54  #    Positive unorientable unit clauses: 34
% 8.23/1.54  #    Negative unit clauses             : 7
% 8.23/1.54  #    Non-unit-clauses                  : 0
% 8.23/1.54  # Current number of unprocessed clauses: 95999
% 8.23/1.54  # ...number of literals in the above   : 95999
% 8.23/1.54  # Current number of archived formulas  : 0
% 8.23/1.54  # Current number of archived clauses   : 60
% 8.23/1.54  # Clause-clause subsumption calls (NU) : 0
% 8.23/1.54  # Rec. Clause-clause subsumption calls : 0
% 8.23/1.54  # Non-unit clause-clause subsumptions  : 0
% 8.23/1.54  # Unit Clause-clause subsumption calls : 180
% 8.23/1.54  # Rewrite failures with RHS unbound    : 0
% 8.23/1.54  # BW rewrite match attempts            : 143522
% 8.23/1.54  # BW rewrite match successes           : 277
% 8.23/1.54  # Condensation attempts                : 0
% 8.23/1.54  # Condensation successes               : 0
% 8.23/1.54  # Termbank termtop insertions          : 2749197
% 8.23/1.54  # Search garbage collected termcells   : 2
% 8.23/1.54  
% 8.23/1.54  # -------------------------------------------------
% 8.23/1.54  # User time                : 0.914 s
% 8.23/1.54  # System time              : 0.062 s
% 8.23/1.54  # Total time               : 0.975 s
% 8.23/1.54  # Maximum resident set size: 1576 pages
% 8.23/1.54  
% 8.23/1.54  # -------------------------------------------------
% 8.23/1.54  # User time                : 4.740 s
% 8.23/1.54  # System time              : 0.223 s
% 8.23/1.54  # Total time               : 4.963 s
% 8.23/1.54  # Maximum resident set size: 1692 pages
% 8.23/1.54  % E---3.1 exiting
%------------------------------------------------------------------------------