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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1
% Problem  : LAT165-1 : TPTP v8.1.2. Released v3.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n032.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 18:07:55 EDT 2023

% Result   : Unsatisfiable 98.42s 13.11s
% Output   : CNFRefutation 98.42s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :    9
% Syntax   : Number of clauses     :   58 (  58 unt;   0 nHn;   4 RR)
%            Number of literals    :   58 (  57 equ;   3 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   4 con; 0-2 aty)
%            Number of variables   :  147 (  22 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(associativity_of_meet,axiom,
    meet(meet(X1,X2),X3) = meet(X1,meet(X2,X3)),
    file('/export/starexec/sandbox2/tmp/tmp.5JJw2wRsDJ/E---3.1_13317.p',associativity_of_meet) ).

cnf(idempotence_of_meet,axiom,
    meet(X1,X1) = X1,
    file('/export/starexec/sandbox2/tmp/tmp.5JJw2wRsDJ/E---3.1_13317.p',idempotence_of_meet) ).

cnf(absorption2,axiom,
    join(X1,meet(X1,X2)) = X1,
    file('/export/starexec/sandbox2/tmp/tmp.5JJw2wRsDJ/E---3.1_13317.p',absorption2) ).

cnf(commutativity_of_meet,axiom,
    meet(X1,X2) = meet(X2,X1),
    file('/export/starexec/sandbox2/tmp/tmp.5JJw2wRsDJ/E---3.1_13317.p',commutativity_of_meet) ).

cnf(absorption1,axiom,
    meet(X1,join(X1,X2)) = X1,
    file('/export/starexec/sandbox2/tmp/tmp.5JJw2wRsDJ/E---3.1_13317.p',absorption1) ).

cnf(commutativity_of_join,axiom,
    join(X1,X2) = join(X2,X1),
    file('/export/starexec/sandbox2/tmp/tmp.5JJw2wRsDJ/E---3.1_13317.p',commutativity_of_join) ).

cnf(associativity_of_join,axiom,
    join(join(X1,X2),X3) = join(X1,join(X2,X3)),
    file('/export/starexec/sandbox2/tmp/tmp.5JJw2wRsDJ/E---3.1_13317.p',associativity_of_join) ).

cnf(equation_H76,axiom,
    meet(X1,join(X2,meet(X3,join(X2,X4)))) = meet(X1,join(X2,meet(X3,join(X4,meet(X1,X2))))),
    file('/export/starexec/sandbox2/tmp/tmp.5JJw2wRsDJ/E---3.1_13317.p',equation_H76) ).

cnf(prove_H77,negated_conjecture,
    meet(a,join(b,meet(c,join(b,d)))) != meet(a,join(b,meet(c,join(d,meet(a,meet(b,c)))))),
    file('/export/starexec/sandbox2/tmp/tmp.5JJw2wRsDJ/E---3.1_13317.p',prove_H77) ).

cnf(c_0_9,axiom,
    meet(meet(X1,X2),X3) = meet(X1,meet(X2,X3)),
    associativity_of_meet ).

cnf(c_0_10,axiom,
    meet(X1,X1) = X1,
    idempotence_of_meet ).

cnf(c_0_11,axiom,
    join(X1,meet(X1,X2)) = X1,
    absorption2 ).

cnf(c_0_12,axiom,
    meet(X1,X2) = meet(X2,X1),
    commutativity_of_meet ).

cnf(c_0_13,axiom,
    meet(X1,join(X1,X2)) = X1,
    absorption1 ).

cnf(c_0_14,axiom,
    join(X1,X2) = join(X2,X1),
    commutativity_of_join ).

cnf(c_0_15,plain,
    meet(X1,meet(X1,X2)) = meet(X1,X2),
    inference(spm,[status(thm)],[c_0_9,c_0_10]) ).

cnf(c_0_16,axiom,
    join(join(X1,X2),X3) = join(X1,join(X2,X3)),
    associativity_of_join ).

cnf(c_0_17,plain,
    join(X1,meet(X2,X1)) = X1,
    inference(spm,[status(thm)],[c_0_11,c_0_12]) ).

cnf(c_0_18,plain,
    meet(X1,meet(join(X1,X2),X3)) = meet(X1,X3),
    inference(spm,[status(thm)],[c_0_9,c_0_13]) ).

cnf(c_0_19,plain,
    meet(X1,join(X2,X1)) = X1,
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_20,plain,
    join(meet(X1,X2),meet(X1,meet(X2,X3))) = meet(X1,X2),
    inference(spm,[status(thm)],[c_0_11,c_0_9]) ).

cnf(c_0_21,plain,
    meet(X1,meet(X2,X1)) = meet(X2,X1),
    inference(spm,[status(thm)],[c_0_15,c_0_12]) ).

cnf(c_0_22,plain,
    join(X1,join(meet(X1,X2),X3)) = join(X1,X3),
    inference(spm,[status(thm)],[c_0_16,c_0_11]) ).

cnf(c_0_23,plain,
    join(meet(X1,X2),meet(join(X1,X3),X2)) = meet(join(X1,X3),X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_18]),c_0_14]) ).

cnf(c_0_24,plain,
    meet(X1,join(X2,join(X3,X1))) = X1,
    inference(spm,[status(thm)],[c_0_19,c_0_16]) ).

cnf(c_0_25,plain,
    join(meet(X1,X2),meet(X2,X1)) = meet(X1,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_10]),c_0_9]),c_0_21]),c_0_9]),c_0_21]) ).

cnf(c_0_26,plain,
    meet(join(X1,X2),join(meet(X1,X3),X2)) = join(meet(X1,X3),X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_19,c_0_22]),c_0_12]) ).

cnf(c_0_27,plain,
    join(X1,join(X2,X3)) = join(X2,join(X3,X1)),
    inference(spm,[status(thm)],[c_0_16,c_0_14]) ).

cnf(c_0_28,plain,
    join(X1,join(X2,X1)) = join(X1,X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_13]),c_0_16]) ).

cnf(c_0_29,plain,
    join(X1,join(X2,meet(X3,join(X1,X2)))) = join(X1,X2),
    inference(spm,[status(thm)],[c_0_16,c_0_17]) ).

cnf(c_0_30,plain,
    join(X1,meet(join(X1,X2),join(X3,X1))) = meet(join(X1,X2),join(X3,X1)),
    inference(spm,[status(thm)],[c_0_23,c_0_19]) ).

cnf(c_0_31,plain,
    meet(X1,meet(X2,join(X3,meet(X2,X1)))) = meet(X1,X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_25]),c_0_9]) ).

cnf(c_0_32,plain,
    meet(X1,join(meet(X1,X2),meet(X1,X3))) = join(meet(X1,X2),meet(X1,X3)),
    inference(spm,[status(thm)],[c_0_26,c_0_11]) ).

cnf(c_0_33,plain,
    join(X1,join(X2,X3)) = join(X3,join(X2,X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_27,c_0_28]),c_0_16]),c_0_28]) ).

cnf(c_0_34,plain,
    join(meet(X1,X2),join(meet(X2,X1),X3)) = join(meet(X1,X2),X3),
    inference(spm,[status(thm)],[c_0_16,c_0_25]) ).

cnf(c_0_35,plain,
    join(X1,meet(X2,meet(X3,X1))) = X1,
    inference(spm,[status(thm)],[c_0_17,c_0_9]) ).

cnf(c_0_36,plain,
    meet(join(X1,X2),join(X2,X1)) = join(X1,X2),
    inference(spm,[status(thm)],[c_0_19,c_0_28]) ).

cnf(c_0_37,plain,
    join(X1,meet(join(X2,X3),join(X1,X2))) = join(X1,X2),
    inference(spm,[status(thm)],[c_0_29,c_0_30]) ).

cnf(c_0_38,plain,
    meet(X1,join(meet(X2,X3),meet(X2,X1))) = meet(X1,X2),
    inference(spm,[status(thm)],[c_0_31,c_0_32]) ).

cnf(c_0_39,plain,
    join(meet(X1,X2),X3) = join(X3,meet(X2,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_34]),c_0_25]) ).

cnf(c_0_40,plain,
    join(X1,join(X2,meet(X3,join(X2,X1)))) = join(X1,X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_35,c_0_36]),c_0_16]) ).

cnf(c_0_41,plain,
    join(X1,meet(join(X1,X2),join(X1,X3))) = meet(join(X1,X2),join(X1,X3)),
    inference(spm,[status(thm)],[c_0_23,c_0_13]) ).

cnf(c_0_42,plain,
    join(X1,meet(join(X2,X3),join(X1,X3))) = join(X1,X3),
    inference(spm,[status(thm)],[c_0_37,c_0_14]) ).

cnf(c_0_43,plain,
    meet(X1,join(meet(X1,X2),meet(X2,X3))) = meet(X1,X2),
    inference(spm,[status(thm)],[c_0_38,c_0_39]) ).

cnf(c_0_44,plain,
    join(X1,meet(join(X2,X3),join(X2,X1))) = join(X1,X2),
    inference(spm,[status(thm)],[c_0_40,c_0_41]) ).

cnf(c_0_45,plain,
    join(X1,meet(X2,join(X1,meet(X2,X3)))) = join(X1,meet(X2,X3)),
    inference(spm,[status(thm)],[c_0_42,c_0_11]) ).

cnf(c_0_46,axiom,
    meet(X1,join(X2,meet(X3,join(X2,X4)))) = meet(X1,join(X2,meet(X3,join(X4,meet(X1,X2))))),
    equation_H76 ).

cnf(c_0_47,plain,
    meet(X1,join(X2,meet(X1,join(X2,X3)))) = meet(X1,join(X2,X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_44]),c_0_14]) ).

cnf(c_0_48,plain,
    meet(X1,meet(join(X2,X1),X3)) = meet(X1,X3),
    inference(spm,[status(thm)],[c_0_9,c_0_19]) ).

cnf(c_0_49,plain,
    meet(X1,meet(X2,meet(X1,X3))) = meet(X2,meet(X1,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_9,c_0_21]),c_0_9]),c_0_9]) ).

cnf(c_0_50,plain,
    join(X1,meet(X2,join(X3,meet(X2,X1)))) = join(X1,meet(X2,join(X1,X3))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_46]),c_0_47]) ).

cnf(c_0_51,negated_conjecture,
    meet(a,join(b,meet(c,join(b,d)))) != meet(a,join(b,meet(c,join(d,meet(a,meet(b,c)))))),
    prove_H77 ).

cnf(c_0_52,plain,
    meet(X1,meet(X2,X3)) = meet(X2,meet(X1,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_48,c_0_11]),c_0_9]),c_0_9]),c_0_49]) ).

cnf(c_0_53,plain,
    join(X1,meet(X2,join(X3,meet(X1,X2)))) = join(X1,meet(X2,join(X1,X3))),
    inference(spm,[status(thm)],[c_0_50,c_0_12]) ).

cnf(c_0_54,negated_conjecture,
    meet(a,join(b,meet(c,join(d,meet(b,meet(a,c)))))) != meet(a,join(b,meet(c,join(b,d)))),
    inference(spm,[status(thm)],[c_0_51,c_0_52]) ).

cnf(c_0_55,plain,
    join(X1,meet(X2,join(X3,meet(X1,meet(X4,X2))))) = join(X1,meet(X2,join(meet(X1,X4),X3))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_22,c_0_53]),c_0_22]),c_0_9]) ).

cnf(c_0_56,plain,
    meet(X1,join(X2,meet(X3,join(X4,meet(X2,X1))))) = meet(X1,join(X2,meet(X3,join(X2,X4)))),
    inference(spm,[status(thm)],[c_0_46,c_0_12]) ).

cnf(c_0_57,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_54,c_0_55]),c_0_14]),c_0_56])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.11  % Problem    : LAT165-1 : TPTP v8.1.2. Released v3.1.0.
% 0.08/0.12  % Command    : run_E %s %d THM
% 0.11/0.32  % Computer : n032.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit   : 2400
% 0.11/0.32  % WCLimit    : 300
% 0.11/0.32  % DateTime   : Mon Oct  2 11:06:49 EDT 2023
% 0.11/0.32  % CPUTime    : 
% 0.17/0.43  Running first-order theorem proving
% 0.17/0.43  Running: /export/starexec/sandbox2/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/sandbox2/tmp/tmp.5JJw2wRsDJ/E---3.1_13317.p
% 98.42/13.11  # Version: 3.1pre001
% 98.42/13.11  # Preprocessing class: FSSSSMSSSSSNFFN.
% 98.42/13.11  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 98.42/13.11  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 98.42/13.11  # Starting new_bool_3 with 300s (1) cores
% 98.42/13.11  # Starting new_bool_1 with 300s (1) cores
% 98.42/13.11  # Starting sh5l with 300s (1) cores
% 98.42/13.11  # G-E--_302_C18_F1_URBAN_RG_S04BN with pid 13395 completed with status 0
% 98.42/13.11  # Result found by G-E--_302_C18_F1_URBAN_RG_S04BN
% 98.42/13.11  # Preprocessing class: FSSSSMSSSSSNFFN.
% 98.42/13.11  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 98.42/13.11  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 98.42/13.11  # No SInE strategy applied
% 98.42/13.11  # Search class: FUUPM-FFSF22-DFFFFFNN
% 98.42/13.11  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 98.42/13.11  # Starting G-E--_302_C18_F1_URBAN_S5PRR_RG_S04BN with 374s (1) cores
% 98.42/13.11  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 151s (1) cores
% 98.42/13.11  # Starting new_bool_1 with 366s (1) cores
% 98.42/13.11  # Starting G-E--_303_C18_F1_URBAN_S0Y with 140s (1) cores
% 98.42/13.11  # Starting U----_102_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 98.42/13.11  # U----_102_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN with pid 13406 completed with status 0
% 98.42/13.11  # Result found by U----_102_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN
% 98.42/13.11  # Preprocessing class: FSSSSMSSSSSNFFN.
% 98.42/13.11  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 98.42/13.11  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 98.42/13.11  # No SInE strategy applied
% 98.42/13.11  # Search class: FUUPM-FFSF22-DFFFFFNN
% 98.42/13.11  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 98.42/13.11  # Starting G-E--_302_C18_F1_URBAN_S5PRR_RG_S04BN with 374s (1) cores
% 98.42/13.11  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 151s (1) cores
% 98.42/13.11  # Starting new_bool_1 with 366s (1) cores
% 98.42/13.11  # Starting G-E--_303_C18_F1_URBAN_S0Y with 140s (1) cores
% 98.42/13.11  # Starting U----_102_C09_12_F1_SE_CS_SP_PS_S5PRR_RG_S04AN with 136s (1) cores
% 98.42/13.11  # Preprocessing time       : 0.001 s
% 98.42/13.11  # Presaturation interreduction done
% 98.42/13.11  
% 98.42/13.11  # Proof found!
% 98.42/13.11  # SZS status Unsatisfiable
% 98.42/13.11  # SZS output start CNFRefutation
% See solution above
% 98.42/13.11  # Parsed axioms                        : 10
% 98.42/13.11  # Removed by relevancy pruning/SinE    : 0
% 98.42/13.11  # Initial clauses                      : 10
% 98.42/13.11  # Removed in clause preprocessing      : 0
% 98.42/13.11  # Initial clauses in saturation        : 10
% 98.42/13.11  # Processed clauses                    : 34096
% 98.42/13.11  # ...of these trivial                  : 8589
% 98.42/13.11  # ...subsumed                          : 24720
% 98.42/13.11  # ...remaining for further processing  : 787
% 98.42/13.11  # Other redundant clauses eliminated   : 0
% 98.42/13.11  # Clauses deleted for lack of memory   : 0
% 98.42/13.11  # Backward-subsumed                    : 0
% 98.42/13.11  # Backward-rewritten                   : 4
% 98.42/13.11  # Generated clauses                    : 848610
% 98.42/13.11  # ...of the previous two non-redundant : 520568
% 98.42/13.11  # ...aggressively subsumed             : 0
% 98.42/13.11  # Contextual simplify-reflections      : 0
% 98.42/13.11  # Paramodulations                      : 848610
% 98.42/13.11  # Factorizations                       : 0
% 98.42/13.11  # NegExts                              : 0
% 98.42/13.11  # Equation resolutions                 : 0
% 98.42/13.11  # Total rewrite steps                  : 1309943
% 98.42/13.11  # Propositional unsat checks           : 0
% 98.42/13.11  #    Propositional check models        : 0
% 98.42/13.11  #    Propositional check unsatisfiable : 0
% 98.42/13.11  #    Propositional clauses             : 0
% 98.42/13.11  #    Propositional clauses after purity: 0
% 98.42/13.11  #    Propositional unsat core size     : 0
% 98.42/13.11  #    Propositional preprocessing time  : 0.000
% 98.42/13.11  #    Propositional encoding time       : 0.000
% 98.42/13.11  #    Propositional solver time         : 0.000
% 98.42/13.11  #    Success case prop preproc time    : 0.000
% 98.42/13.11  #    Success case prop encoding time   : 0.000
% 98.42/13.11  #    Success case prop solver time     : 0.000
% 98.42/13.11  # Current number of processed clauses  : 773
% 98.42/13.11  #    Positive orientable unit clauses  : 762
% 98.42/13.11  #    Positive unorientable unit clauses: 10
% 98.42/13.11  #    Negative unit clauses             : 1
% 98.42/13.11  #    Non-unit-clauses                  : 0
% 98.42/13.11  # Current number of unprocessed clauses: 486430
% 98.42/13.11  # ...number of literals in the above   : 486430
% 98.42/13.11  # Current number of archived formulas  : 0
% 98.42/13.11  # Current number of archived clauses   : 14
% 98.42/13.11  # Clause-clause subsumption calls (NU) : 0
% 98.42/13.11  # Rec. Clause-clause subsumption calls : 0
% 98.42/13.11  # Non-unit clause-clause subsumptions  : 0
% 98.42/13.11  # Unit Clause-clause subsumption calls : 67
% 98.42/13.11  # Rewrite failures with RHS unbound    : 0
% 98.42/13.11  # BW rewrite match attempts            : 25835
% 98.42/13.11  # BW rewrite match successes           : 294
% 98.42/13.11  # Condensation attempts                : 0
% 98.42/13.11  # Condensation successes               : 0
% 98.42/13.11  # Termbank termtop insertions          : 10581195
% 98.42/13.11  
% 98.42/13.11  # -------------------------------------------------
% 98.42/13.11  # User time                : 11.896 s
% 98.42/13.11  # System time              : 0.423 s
% 98.42/13.11  # Total time               : 12.319 s
% 98.42/13.11  # Maximum resident set size: 1528 pages
% 98.42/13.11  
% 98.42/13.11  # -------------------------------------------------
% 98.42/13.11  # User time                : 59.438 s
% 98.42/13.11  # System time              : 1.613 s
% 98.42/13.11  # Total time               : 61.051 s
% 98.42/13.11  # Maximum resident set size: 1676 pages
% 98.42/13.11  % E---3.1 exiting
% 98.42/13.12  % E---3.1 exiting
%------------------------------------------------------------------------------