TSTP Solution File: GRP114-1 by E-SAT---3.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E-SAT---3.1
% Problem  : GRP114-1 : TPTP v8.1.2. Released v1.2.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 : 2400s
% WCLimit  : 300s
% DateTime : Tue Oct 10 17:45:22 EDT 2023

% Result   : Unsatisfiable 0.21s 0.55s
% Output   : CNFRefutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   17
% Syntax   : Number of clauses     :   62 (  62 unt;   0 nHn;   5 RR)
%            Number of literals    :   62 (  61 equ;   2 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    :    8 (   8 usr;   2 con; 0-2 aty)
%            Number of variables   :   98 (   9 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(inverse_product_lemma,axiom,
    inverse(multiply(X1,X2)) = multiply(inverse(X2),inverse(X1)),
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',inverse_product_lemma) ).

cnf(inverse_of_identity,axiom,
    inverse(identity) = identity,
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',inverse_of_identity) ).

cnf(left_identity,axiom,
    multiply(identity,X1) = X1,
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',left_identity) ).

cnf(inverse_involution,axiom,
    inverse(inverse(X1)) = X1,
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',inverse_involution) ).

cnf(union_intersection_absorbtion,axiom,
    union(intersection(X1,X2),X2) = X2,
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',union_intersection_absorbtion) ).

cnf(union_commutative,axiom,
    union(X1,X2) = union(X2,X1),
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',union_commutative) ).

cnf(negative_part,axiom,
    negative_part(X1) = intersection(X1,identity),
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',negative_part) ).

cnf(intersection_associative,axiom,
    intersection(X1,intersection(X2,X3)) = intersection(intersection(X1,X2),X3),
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',intersection_associative) ).

cnf(multiply_intersection2,axiom,
    multiply(intersection(X1,X2),X3) = intersection(multiply(X1,X3),multiply(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',multiply_intersection2) ).

cnf(intersection_commutative,axiom,
    intersection(X1,X2) = intersection(X2,X1),
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',intersection_commutative) ).

cnf(multiply_union1,axiom,
    multiply(X1,union(X2,X3)) = union(multiply(X1,X2),multiply(X1,X3)),
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',multiply_union1) ).

cnf(positive_part,axiom,
    positive_part(X1) = union(X1,identity),
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',positive_part) ).

cnf(intersection_union_absorbtion,axiom,
    intersection(union(X1,X2),X2) = X2,
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',intersection_union_absorbtion) ).

cnf(union_associative,axiom,
    union(X1,union(X2,X3)) = union(union(X1,X2),X3),
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',union_associative) ).

cnf(associativity,axiom,
    multiply(multiply(X1,X2),X3) = multiply(X1,multiply(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',associativity) ).

cnf(left_inverse,axiom,
    multiply(inverse(X1),X1) = identity,
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',left_inverse) ).

cnf(prove_product,negated_conjecture,
    multiply(positive_part(a),negative_part(a)) != a,
    file('/export/starexec/sandbox/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p',prove_product) ).

cnf(c_0_17,axiom,
    inverse(multiply(X1,X2)) = multiply(inverse(X2),inverse(X1)),
    inverse_product_lemma ).

cnf(c_0_18,axiom,
    inverse(identity) = identity,
    inverse_of_identity ).

cnf(c_0_19,axiom,
    multiply(identity,X1) = X1,
    left_identity ).

cnf(c_0_20,plain,
    multiply(inverse(X1),identity) = inverse(X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_18]),c_0_19]) ).

cnf(c_0_21,axiom,
    inverse(inverse(X1)) = X1,
    inverse_involution ).

cnf(c_0_22,axiom,
    union(intersection(X1,X2),X2) = X2,
    union_intersection_absorbtion ).

cnf(c_0_23,axiom,
    union(X1,X2) = union(X2,X1),
    union_commutative ).

cnf(c_0_24,axiom,
    negative_part(X1) = intersection(X1,identity),
    negative_part ).

cnf(c_0_25,axiom,
    intersection(X1,intersection(X2,X3)) = intersection(intersection(X1,X2),X3),
    intersection_associative ).

cnf(c_0_26,axiom,
    multiply(intersection(X1,X2),X3) = intersection(multiply(X1,X3),multiply(X2,X3)),
    multiply_intersection2 ).

cnf(c_0_27,axiom,
    intersection(X1,X2) = intersection(X2,X1),
    intersection_commutative ).

cnf(c_0_28,axiom,
    multiply(X1,union(X2,X3)) = union(multiply(X1,X2),multiply(X1,X3)),
    multiply_union1 ).

cnf(c_0_29,plain,
    multiply(X1,identity) = X1,
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

cnf(c_0_30,axiom,
    positive_part(X1) = union(X1,identity),
    positive_part ).

cnf(c_0_31,axiom,
    intersection(union(X1,X2),X2) = X2,
    intersection_union_absorbtion ).

cnf(c_0_32,axiom,
    union(X1,union(X2,X3)) = union(union(X1,X2),X3),
    union_associative ).

cnf(c_0_33,plain,
    union(X1,intersection(X2,X1)) = X1,
    inference(rw,[status(thm)],[c_0_22,c_0_23]) ).

cnf(c_0_34,axiom,
    multiply(multiply(X1,X2),X3) = multiply(X1,multiply(X2,X3)),
    associativity ).

cnf(c_0_35,axiom,
    multiply(inverse(X1),X1) = identity,
    left_inverse ).

cnf(c_0_36,plain,
    negative_part(intersection(X1,X2)) = intersection(X1,negative_part(X2)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_25]),c_0_24]) ).

cnf(c_0_37,plain,
    intersection(X1,multiply(X2,X1)) = multiply(negative_part(X2),X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_19]),c_0_24]),c_0_27]) ).

cnf(c_0_38,plain,
    union(X1,multiply(X1,X2)) = multiply(X1,positive_part(X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_29]),c_0_30]),c_0_23]) ).

cnf(c_0_39,plain,
    intersection(X1,union(X2,X1)) = X1,
    inference(rw,[status(thm)],[c_0_31,c_0_27]) ).

cnf(c_0_40,plain,
    intersection(identity,X1) = negative_part(X1),
    inference(spm,[status(thm)],[c_0_24,c_0_27]) ).

cnf(c_0_41,plain,
    positive_part(union(X1,X2)) = union(X1,positive_part(X2)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_30,c_0_32]),c_0_30]) ).

cnf(c_0_42,plain,
    union(identity,negative_part(X1)) = identity,
    inference(spm,[status(thm)],[c_0_33,c_0_24]) ).

cnf(c_0_43,plain,
    union(identity,X1) = positive_part(X1),
    inference(spm,[status(thm)],[c_0_30,c_0_23]) ).

cnf(c_0_44,plain,
    multiply(inverse(X1),multiply(X1,X2)) = X2,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_35]),c_0_19]) ).

cnf(c_0_45,plain,
    intersection(X1,negative_part(multiply(X2,X1))) = negative_part(multiply(negative_part(X2),X1)),
    inference(spm,[status(thm)],[c_0_36,c_0_37]) ).

cnf(c_0_46,plain,
    multiply(inverse(X1),positive_part(X1)) = positive_part(inverse(X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_38,c_0_35]),c_0_30]) ).

cnf(c_0_47,plain,
    negative_part(positive_part(X1)) = identity,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_40]),c_0_30]) ).

cnf(c_0_48,plain,
    union(X1,positive_part(multiply(X1,X2))) = positive_part(multiply(X1,positive_part(X2))),
    inference(spm,[status(thm)],[c_0_41,c_0_38]) ).

cnf(c_0_49,plain,
    multiply(negative_part(inverse(X1)),X1) = negative_part(X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_35]),c_0_24]) ).

cnf(c_0_50,plain,
    positive_part(negative_part(X1)) = identity,
    inference(rw,[status(thm)],[c_0_42,c_0_43]) ).

cnf(c_0_51,plain,
    multiply(X1,inverse(multiply(X2,X1))) = inverse(X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_17]),c_0_21]) ).

cnf(c_0_52,plain,
    union(X1,negative_part(X1)) = X1,
    inference(spm,[status(thm)],[c_0_33,c_0_40]) ).

cnf(c_0_53,plain,
    negative_part(multiply(negative_part(inverse(X1)),positive_part(X1))) = identity,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_46]),c_0_47]),c_0_24]),c_0_47]) ).

cnf(c_0_54,plain,
    positive_part(multiply(negative_part(inverse(X1)),positive_part(X1))) = identity,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_48,c_0_49]),c_0_50]),c_0_30]),c_0_50]) ).

cnf(c_0_55,plain,
    multiply(inverse(multiply(X1,X2)),X1) = inverse(X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_51]),c_0_21]) ).

cnf(c_0_56,plain,
    multiply(negative_part(inverse(X1)),positive_part(X1)) = identity,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_52,c_0_53]),c_0_30]),c_0_54]) ).

cnf(c_0_57,plain,
    multiply(positive_part(X1),inverse(positive_part(inverse(X1)))) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_51,c_0_46]),c_0_21]) ).

cnf(c_0_58,plain,
    inverse(positive_part(X1)) = negative_part(inverse(X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_55,c_0_56]),c_0_18]),c_0_19]) ).

cnf(c_0_59,negated_conjecture,
    multiply(positive_part(a),negative_part(a)) != a,
    prove_product ).

cnf(c_0_60,plain,
    multiply(positive_part(X1),negative_part(X1)) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_57,c_0_58]),c_0_21]) ).

cnf(c_0_61,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_59,c_0_60])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem    : GRP114-1 : TPTP v8.1.2. Released v1.2.0.
% 0.11/0.14  % Command    : run_E %s %d THM
% 0.13/0.35  % Computer : n009.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit   : 2400
% 0.13/0.35  % WCLimit    : 300
% 0.13/0.35  % DateTime   : Tue Oct  3 02:41:14 EDT 2023
% 0.13/0.35  % CPUTime    : 
% 0.21/0.48  Running first-order model finding
% 0.21/0.48  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/tmp/tmp.VpMgIiKFOc/E---3.1_27150.p
% 0.21/0.55  # Version: 3.1pre001
% 0.21/0.55  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.21/0.55  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.21/0.55  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.21/0.55  # Starting new_bool_3 with 300s (1) cores
% 0.21/0.55  # Starting new_bool_1 with 300s (1) cores
% 0.21/0.55  # Starting sh5l with 300s (1) cores
% 0.21/0.55  # new_bool_3 with pid 27253 completed with status 0
% 0.21/0.55  # Result found by new_bool_3
% 0.21/0.55  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.21/0.55  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.21/0.55  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.21/0.55  # Starting new_bool_3 with 300s (1) cores
% 0.21/0.55  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,3,20000,1.0)
% 0.21/0.55  # Search class: FUUPM-FFSF21-SFFFFFNN
% 0.21/0.55  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.21/0.55  # Starting U----_102_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN with 181s (1) cores
% 0.21/0.55  # U----_102_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN with pid 27258 completed with status 0
% 0.21/0.55  # Result found by U----_102_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN
% 0.21/0.55  # Preprocessing class: FSMSSMSSSSSNFFN.
% 0.21/0.55  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 0.21/0.55  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 0.21/0.55  # Starting new_bool_3 with 300s (1) cores
% 0.21/0.55  # SinE strategy is GSinE(CountFormulas,hypos,1.5,,3,20000,1.0)
% 0.21/0.55  # Search class: FUUPM-FFSF21-SFFFFFNN
% 0.21/0.55  # Scheduled 5 strats onto 1 cores with 300 seconds (300 total)
% 0.21/0.55  # Starting U----_102_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN with 181s (1) cores
% 0.21/0.55  # Preprocessing time       : 0.001 s
% 0.21/0.55  # Presaturation interreduction done
% 0.21/0.55  
% 0.21/0.55  # Proof found!
% 0.21/0.55  # SZS status Unsatisfiable
% 0.21/0.55  # SZS output start CNFRefutation
% See solution above
% 0.21/0.55  # Parsed axioms                        : 21
% 0.21/0.55  # Removed by relevancy pruning/SinE    : 0
% 0.21/0.55  # Initial clauses                      : 21
% 0.21/0.55  # Removed in clause preprocessing      : 0
% 0.21/0.55  # Initial clauses in saturation        : 21
% 0.21/0.55  # Processed clauses                    : 390
% 0.21/0.55  # ...of these trivial                  : 142
% 0.21/0.55  # ...subsumed                          : 40
% 0.21/0.55  # ...remaining for further processing  : 208
% 0.21/0.55  # Other redundant clauses eliminated   : 0
% 0.21/0.55  # Clauses deleted for lack of memory   : 0
% 0.21/0.55  # Backward-subsumed                    : 0
% 0.21/0.55  # Backward-rewritten                   : 29
% 0.21/0.55  # Generated clauses                    : 7276
% 0.21/0.55  # ...of the previous two non-redundant : 2942
% 0.21/0.55  # ...aggressively subsumed             : 0
% 0.21/0.55  # Contextual simplify-reflections      : 0
% 0.21/0.55  # Paramodulations                      : 7276
% 0.21/0.55  # Factorizations                       : 0
% 0.21/0.55  # NegExts                              : 0
% 0.21/0.55  # Equation resolutions                 : 0
% 0.21/0.55  # Total rewrite steps                  : 12789
% 0.21/0.55  # Propositional unsat checks           : 0
% 0.21/0.55  #    Propositional check models        : 0
% 0.21/0.55  #    Propositional check unsatisfiable : 0
% 0.21/0.55  #    Propositional clauses             : 0
% 0.21/0.55  #    Propositional clauses after purity: 0
% 0.21/0.55  #    Propositional unsat core size     : 0
% 0.21/0.55  #    Propositional preprocessing time  : 0.000
% 0.21/0.55  #    Propositional encoding time       : 0.000
% 0.21/0.55  #    Propositional solver time         : 0.000
% 0.21/0.55  #    Success case prop preproc time    : 0.000
% 0.21/0.55  #    Success case prop encoding time   : 0.000
% 0.21/0.55  #    Success case prop solver time     : 0.000
% 0.21/0.55  # Current number of processed clauses  : 158
% 0.21/0.55  #    Positive orientable unit clauses  : 154
% 0.21/0.55  #    Positive unorientable unit clauses: 4
% 0.21/0.55  #    Negative unit clauses             : 0
% 0.21/0.55  #    Non-unit-clauses                  : 0
% 0.21/0.55  # Current number of unprocessed clauses: 2592
% 0.21/0.55  # ...number of literals in the above   : 2592
% 0.21/0.55  # Current number of archived formulas  : 0
% 0.21/0.55  # Current number of archived clauses   : 50
% 0.21/0.55  # Clause-clause subsumption calls (NU) : 0
% 0.21/0.55  # Rec. Clause-clause subsumption calls : 0
% 0.21/0.55  # Non-unit clause-clause subsumptions  : 0
% 0.21/0.55  # Unit Clause-clause subsumption calls : 7
% 0.21/0.55  # Rewrite failures with RHS unbound    : 0
% 0.21/0.55  # BW rewrite match attempts            : 161
% 0.21/0.55  # BW rewrite match successes           : 88
% 0.21/0.55  # Condensation attempts                : 0
% 0.21/0.55  # Condensation successes               : 0
% 0.21/0.55  # Termbank termtop insertions          : 56314
% 0.21/0.55  
% 0.21/0.55  # -------------------------------------------------
% 0.21/0.55  # User time                : 0.056 s
% 0.21/0.55  # System time              : 0.004 s
% 0.21/0.55  # Total time               : 0.060 s
% 0.21/0.55  # Maximum resident set size: 1616 pages
% 0.21/0.55  
% 0.21/0.55  # -------------------------------------------------
% 0.21/0.55  # User time                : 0.058 s
% 0.21/0.55  # System time              : 0.005 s
% 0.21/0.55  # Total time               : 0.064 s
% 0.21/0.55  # Maximum resident set size: 1676 pages
% 0.21/0.55  % E---3.1 exiting
%------------------------------------------------------------------------------