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

View Problem - Process Solution

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

% Computer : n021.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:10:06 EDT 2023

% Result   : Unsatisfiable 20.27s 3.02s
% Output   : CNFRefutation 20.27s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   27
%            Number of leaves      :   12
% Syntax   : Number of clauses     :  107 ( 103 unt;   0 nHn;   9 RR)
%            Number of literals    :  115 ( 114 equ;  11 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    8 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   5 con; 0-2 aty)
%            Number of variables   :  217 (  30 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(absorption1,axiom,
    meet(X1,join(X1,X2)) = X1,
    file('/export/starexec/sandbox2/tmp/tmp.hYn3p7QKz3/E---3.1_23658.p',absorption1) ).

cnf(complement_join,axiom,
    join(X1,complement(X1)) = one,
    file('/export/starexec/sandbox2/tmp/tmp.hYn3p7QKz3/E---3.1_23658.p',complement_join) ).

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

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

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

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

cnf(complement_meet,axiom,
    meet(X1,complement(X1)) = zero,
    file('/export/starexec/sandbox2/tmp/tmp.hYn3p7QKz3/E---3.1_23658.p',complement_meet) ).

cnf(equation_H82,axiom,
    meet(X1,join(meet(X2,join(X1,X3)),meet(X3,join(X1,X2)))) = join(meet(X1,X2),meet(X1,X3)),
    file('/export/starexec/sandbox2/tmp/tmp.hYn3p7QKz3/E---3.1_23658.p',equation_H82) ).

cnf(associativity_of_meet,axiom,
    meet(meet(X1,X2),X3) = meet(X1,meet(X2,X3)),
    file('/export/starexec/sandbox2/tmp/tmp.hYn3p7QKz3/E---3.1_23658.p',associativity_of_meet) ).

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

cnf(meet_join_complement,axiom,
    ( complement(X1) = X2
    | meet(X1,X2) != zero
    | join(X1,X2) != one ),
    file('/export/starexec/sandbox2/tmp/tmp.hYn3p7QKz3/E---3.1_23658.p',meet_join_complement) ).

cnf(prove_distributivity,negated_conjecture,
    meet(a,join(b,c)) != join(meet(a,b),meet(a,c)),
    file('/export/starexec/sandbox2/tmp/tmp.hYn3p7QKz3/E---3.1_23658.p',prove_distributivity) ).

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

cnf(c_0_13,axiom,
    join(X1,complement(X1)) = one,
    complement_join ).

cnf(c_0_14,plain,
    meet(X1,one) = X1,
    inference(spm,[status(thm)],[c_0_12,c_0_13]) ).

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

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

cnf(c_0_17,plain,
    meet(one,X1) = X1,
    inference(spm,[status(thm)],[c_0_14,c_0_15]) ).

cnf(c_0_18,plain,
    join(X1,meet(X2,X1)) = X1,
    inference(spm,[status(thm)],[c_0_16,c_0_15]) ).

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

cnf(c_0_20,plain,
    join(one,X1) = one,
    inference(spm,[status(thm)],[c_0_12,c_0_17]) ).

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

cnf(c_0_22,axiom,
    meet(X1,complement(X1)) = zero,
    complement_meet ).

cnf(c_0_23,plain,
    join(X1,join(X2,X1)) = join(X1,X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_18,c_0_12]),c_0_19]) ).

cnf(c_0_24,plain,
    join(X1,join(complement(X1),X2)) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_19,c_0_13]),c_0_20]) ).

cnf(c_0_25,plain,
    join(X1,one) = one,
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

cnf(c_0_26,axiom,
    meet(X1,join(meet(X2,join(X1,X3)),meet(X3,join(X1,X2)))) = join(meet(X1,X2),meet(X1,X3)),
    equation_H82 ).

cnf(c_0_27,plain,
    join(X1,zero) = X1,
    inference(spm,[status(thm)],[c_0_16,c_0_22]) ).

cnf(c_0_28,plain,
    join(complement(X1),join(X2,X1)) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_24]),c_0_25]),c_0_19]) ).

cnf(c_0_29,plain,
    meet(X1,join(X2,meet(complement(X1),join(X1,X2)))) = meet(X1,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_13]),c_0_14]),c_0_22]),c_0_27]) ).

cnf(c_0_30,plain,
    join(X1,complement(meet(X2,X1))) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_18]),c_0_21]) ).

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

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

cnf(c_0_33,axiom,
    ( complement(X1) = X2
    | meet(X1,X2) != zero
    | join(X1,X2) != one ),
    meet_join_complement ).

cnf(c_0_34,plain,
    meet(X1,join(complement(X1),complement(meet(X2,X1)))) = meet(X1,complement(meet(X2,X1))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_30]),c_0_14]),c_0_21]) ).

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

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

cnf(c_0_37,plain,
    ( complement(X1) = X2
    | meet(X2,X1) != zero
    | join(X1,X2) != one ),
    inference(spm,[status(thm)],[c_0_33,c_0_15]) ).

cnf(c_0_38,plain,
    meet(join(X1,X2),join(complement(X1),complement(join(X1,X2)))) = meet(complement(X1),join(X1,X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_12]),c_0_21]),c_0_15]) ).

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

cnf(c_0_40,plain,
    meet(X1,zero) = zero,
    inference(spm,[status(thm)],[c_0_36,c_0_22]) ).

cnf(c_0_41,plain,
    meet(X1,meet(X2,complement(meet(X1,X2)))) = zero,
    inference(spm,[status(thm)],[c_0_22,c_0_31]) ).

cnf(c_0_42,plain,
    join(X1,join(complement(meet(X2,X1)),meet(complement(X2),join(X2,X1)))) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_30,c_0_29]),c_0_19]),c_0_21]) ).

cnf(c_0_43,plain,
    complement(complement(X1)) = X1,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_22]),c_0_21]),c_0_13])]) ).

cnf(c_0_44,plain,
    meet(X1,join(complement(X1),complement(join(X1,X2)))) = zero,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_35,c_0_38]),c_0_39]),c_0_22]) ).

cnf(c_0_45,plain,
    meet(zero,X1) = zero,
    inference(spm,[status(thm)],[c_0_40,c_0_15]) ).

cnf(c_0_46,plain,
    join(zero,X1) = X1,
    inference(spm,[status(thm)],[c_0_27,c_0_21]) ).

cnf(c_0_47,plain,
    meet(X1,meet(complement(meet(X1,X2)),join(X2,meet(complement(X1),join(X1,X2))))) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_29]),c_0_15]) ).

cnf(c_0_48,plain,
    join(X1,join(X2,complement(meet(complement(X2),join(X1,X2))))) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_28]),c_0_43]),c_0_14]),c_0_19]),c_0_23]) ).

cnf(c_0_49,plain,
    join(complement(X1),complement(join(X1,X2))) = complement(X1),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_44]),c_0_24])]) ).

cnf(c_0_50,plain,
    meet(X1,meet(X2,complement(meet(X2,X1)))) = zero,
    inference(spm,[status(thm)],[c_0_41,c_0_15]) ).

cnf(c_0_51,plain,
    meet(X1,meet(complement(X1),X2)) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_22]),c_0_45]) ).

cnf(c_0_52,plain,
    complement(zero) = one,
    inference(spm,[status(thm)],[c_0_13,c_0_46]) ).

cnf(c_0_53,plain,
    meet(X1,meet(complement(meet(X2,X1)),join(X2,meet(complement(X1),join(X1,X2))))) = zero,
    inference(spm,[status(thm)],[c_0_47,c_0_15]) ).

cnf(c_0_54,plain,
    join(X1,join(X2,complement(join(X1,X2)))) = one,
    inference(spm,[status(thm)],[c_0_13,c_0_19]) ).

cnf(c_0_55,plain,
    join(X1,join(X2,complement(meet(complement(X2),join(X2,X1))))) = one,
    inference(spm,[status(thm)],[c_0_48,c_0_21]) ).

cnf(c_0_56,plain,
    join(complement(X1),complement(join(X2,X1))) = complement(X1),
    inference(spm,[status(thm)],[c_0_49,c_0_21]) ).

cnf(c_0_57,plain,
    meet(complement(X1),meet(X2,X1)) = zero,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_50,c_0_51]),c_0_52]),c_0_14]),c_0_31]) ).

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

cnf(c_0_59,plain,
    meet(X1,meet(X2,meet(join(meet(X1,X2),X3),X4))) = meet(X1,meet(X2,X4)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_35]),c_0_31]) ).

cnf(c_0_60,plain,
    meet(X1,meet(join(X2,complement(X1)),complement(meet(X1,join(X2,complement(join(X1,X2))))))) = zero,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_54]),c_0_15]),c_0_14]),c_0_19]),c_0_21]),c_0_49]),c_0_15]) ).

cnf(c_0_61,plain,
    join(X1,join(complement(X2),complement(meet(X2,join(complement(X2),X1))))) = one,
    inference(spm,[status(thm)],[c_0_55,c_0_43]) ).

cnf(c_0_62,plain,
    join(complement(X1),complement(meet(X1,X2))) = complement(meet(X1,X2)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_56,c_0_16]),c_0_21]) ).

cnf(c_0_63,plain,
    meet(X1,complement(join(X1,X2))) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_12]),c_0_15]) ).

cnf(c_0_64,plain,
    meet(complement(X1),complement(join(X1,X2))) = complement(join(X1,X2)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_49]),c_0_15]) ).

cnf(c_0_65,plain,
    ( complement(meet(X1,X2)) = X3
    | meet(X1,meet(X2,X3)) != zero
    | join(meet(X1,X2),X3) != one ),
    inference(spm,[status(thm)],[c_0_33,c_0_31]) ).

cnf(c_0_66,plain,
    meet(X1,meet(X2,complement(meet(X2,join(complement(X2),meet(X1,X2)))))) = zero,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_59,c_0_60]),c_0_40]),c_0_18]),c_0_21]) ).

cnf(c_0_67,plain,
    join(X1,complement(meet(X2,join(complement(X2),X1)))) = one,
    inference(rw,[status(thm)],[c_0_61,c_0_62]) ).

cnf(c_0_68,plain,
    meet(X1,meet(X2,complement(join(meet(X1,X2),X3)))) = zero,
    inference(spm,[status(thm)],[c_0_31,c_0_63]) ).

cnf(c_0_69,plain,
    meet(complement(X1),complement(join(X2,X1))) = complement(join(X2,X1)),
    inference(spm,[status(thm)],[c_0_64,c_0_21]) ).

cnf(c_0_70,plain,
    complement(meet(X1,join(complement(X1),meet(X2,X1)))) = complement(meet(X2,X1)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_66]),c_0_67])]) ).

cnf(c_0_71,plain,
    meet(X1,complement(join(X2,meet(X1,complement(X2))))) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_68,c_0_69]),c_0_21]) ).

cnf(c_0_72,plain,
    meet(X1,join(complement(X1),meet(X2,X1))) = meet(X2,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_70]),c_0_43]) ).

cnf(c_0_73,plain,
    meet(X1,complement(join(X2,meet(complement(X2),X1)))) = zero,
    inference(spm,[status(thm)],[c_0_71,c_0_15]) ).

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

cnf(c_0_75,plain,
    meet(join(X1,X2),join(X1,complement(join(X1,X2)))) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_12]),c_0_21]) ).

cnf(c_0_76,plain,
    join(X1,complement(join(complement(X1),X2))) = X1,
    inference(spm,[status(thm)],[c_0_49,c_0_43]) ).

cnf(c_0_77,plain,
    meet(complement(join(X1,meet(complement(X1),X2))),join(X2,meet(X1,join(complement(X1),X2)))) = zero,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_73,c_0_29]),c_0_43]),c_0_15]) ).

cnf(c_0_78,plain,
    meet(X1,join(X2,complement(join(X2,X1)))) = meet(X1,X2),
    inference(spm,[status(thm)],[c_0_74,c_0_75]) ).

cnf(c_0_79,plain,
    join(X1,join(X2,complement(join(X2,X1)))) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_23]),c_0_21]),c_0_19]) ).

cnf(c_0_80,plain,
    join(X1,complement(join(X2,complement(X1)))) = X1,
    inference(spm,[status(thm)],[c_0_76,c_0_21]) ).

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

cnf(c_0_82,plain,
    meet(join(X1,X2),complement(join(X2,meet(complement(X2),X1)))) = zero,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_77,c_0_78]),c_0_79]),c_0_14]),c_0_19]),c_0_21]),c_0_80]),c_0_15]) ).

cnf(c_0_83,plain,
    join(X1,join(X2,complement(join(X2,meet(X3,X1))))) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_81,c_0_79]),c_0_25]) ).

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

cnf(c_0_85,plain,
    complement(join(X1,meet(complement(X1),X2))) = complement(join(X2,X1)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_82]),c_0_19]),c_0_83])]) ).

cnf(c_0_86,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_31,c_0_84]),c_0_31]),c_0_31]) ).

cnf(c_0_87,plain,
    join(X1,meet(complement(X1),X2)) = join(X2,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_85]),c_0_43]) ).

cnf(c_0_88,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_74,c_0_16]),c_0_31]),c_0_31]),c_0_86]) ).

cnf(c_0_89,plain,
    meet(X1,join(complement(X1),meet(X1,X2))) = meet(X1,X2),
    inference(spm,[status(thm)],[c_0_72,c_0_15]) ).

cnf(c_0_90,plain,
    join(complement(X1),meet(X1,X2)) = join(X2,complement(X1)),
    inference(spm,[status(thm)],[c_0_87,c_0_43]) ).

cnf(c_0_91,plain,
    meet(X1,meet(X2,join(X3,X1))) = meet(X1,X2),
    inference(spm,[status(thm)],[c_0_74,c_0_15]) ).

cnf(c_0_92,plain,
    meet(X1,join(meet(X1,X2),meet(X3,X1))) = join(meet(X1,X2),meet(X1,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_16]),c_0_31]),c_0_36]),c_0_39]) ).

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

cnf(c_0_94,plain,
    join(X1,meet(X2,meet(complement(X1),X3))) = join(meet(X2,X3),X1),
    inference(spm,[status(thm)],[c_0_87,c_0_88]) ).

cnf(c_0_95,plain,
    meet(X1,join(X2,complement(X1))) = meet(X1,X2),
    inference(rw,[status(thm)],[c_0_89,c_0_90]) ).

cnf(c_0_96,plain,
    meet(X1,join(meet(X2,X3),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_91,c_0_92]),c_0_31]),c_0_93]),c_0_31]),c_0_32]) ).

cnf(c_0_97,plain,
    join(X1,meet(X2,join(X3,X1))) = join(meet(X2,X3),X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_94,c_0_95]),c_0_94]),c_0_43]),c_0_21]) ).

cnf(c_0_98,plain,
    meet(join(X1,X2),join(meet(X3,X1),X2)) = join(meet(X3,X1),X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_81]),c_0_15]) ).

cnf(c_0_99,plain,
    meet(X1,join(complement(X1),X2)) = meet(X1,X2),
    inference(spm,[status(thm)],[c_0_95,c_0_21]) ).

cnf(c_0_100,negated_conjecture,
    meet(a,join(b,c)) != join(meet(a,b),meet(a,c)),
    prove_distributivity ).

cnf(c_0_101,plain,
    join(meet(X1,X2),meet(X1,X3)) = meet(X1,join(X2,meet(X1,X3))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_96,c_0_97]),c_0_98]),c_0_15]) ).

cnf(c_0_102,plain,
    join(X1,meet(X2,join(X1,X3))) = join(meet(X2,X3),X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_94,c_0_99]),c_0_94]),c_0_43]),c_0_21]) ).

cnf(c_0_103,plain,
    meet(X1,join(meet(X1,X2),X3)) = meet(X1,join(X2,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_97]),c_0_31]),c_0_98]) ).

cnf(c_0_104,negated_conjecture,
    meet(a,join(b,meet(a,c))) != meet(a,join(b,c)),
    inference(rw,[status(thm)],[c_0_100,c_0_101]) ).

cnf(c_0_105,plain,
    meet(X1,join(X2,meet(X1,X3))) = meet(X1,join(X2,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_102,c_0_103]),c_0_101]),c_0_102]),c_0_103]),c_0_101]) ).

cnf(c_0_106,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_104,c_0_105])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.10  % Problem    : LAT217-1 : TPTP v8.1.2. Released v3.1.0.
% 0.03/0.11  % Command    : run_E %s %d THM
% 0.11/0.31  % Computer : n021.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit   : 2400
% 0.11/0.31  % WCLimit    : 300
% 0.11/0.31  % DateTime   : Mon Oct  2 10:55:29 EDT 2023
% 0.11/0.31  % CPUTime    : 
% 0.15/0.43  Running first-order model finding
% 0.15/0.43  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/tmp/tmp.hYn3p7QKz3/E---3.1_23658.p
% 20.27/3.02  # Version: 3.1pre001
% 20.27/3.02  # Preprocessing class: FSSSSMSSSSSNFFN.
% 20.27/3.02  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 20.27/3.02  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 20.27/3.02  # Starting new_bool_3 with 300s (1) cores
% 20.27/3.02  # Starting new_bool_1 with 300s (1) cores
% 20.27/3.02  # Starting sh5l with 300s (1) cores
% 20.27/3.02  # G-E--_302_C18_F1_URBAN_RG_S04BN with pid 23736 completed with status 0
% 20.27/3.02  # Result found by G-E--_302_C18_F1_URBAN_RG_S04BN
% 20.27/3.02  # Preprocessing class: FSSSSMSSSSSNFFN.
% 20.27/3.02  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 20.27/3.02  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 20.27/3.02  # No SInE strategy applied
% 20.27/3.02  # Search class: FHUPM-FFSF21-MFFFFFNN
% 20.27/3.02  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 20.27/3.02  # Starting G----_X1276__C12_02_nc_F1_AE_CS_SP_S5PRR_S2S with 811s (1) cores
% 20.27/3.02  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 151s (1) cores
% 20.27/3.02  # Starting G----_X1276__C12_02_nc_F1_AE_CS_SP_S2S with 136s (1) cores
% 20.27/3.02  # Starting new_bool_3 with 136s (1) cores
% 20.27/3.02  # Starting new_bool_1 with 136s (1) cores
% 20.27/3.02  # G----_X1276__C12_02_nc_F1_AE_CS_SP_S2S with pid 23744 completed with status 0
% 20.27/3.02  # Result found by G----_X1276__C12_02_nc_F1_AE_CS_SP_S2S
% 20.27/3.02  # Preprocessing class: FSSSSMSSSSSNFFN.
% 20.27/3.02  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 20.27/3.02  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 20.27/3.02  # No SInE strategy applied
% 20.27/3.02  # Search class: FHUPM-FFSF21-MFFFFFNN
% 20.27/3.02  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 20.27/3.02  # Starting G----_X1276__C12_02_nc_F1_AE_CS_SP_S5PRR_S2S with 811s (1) cores
% 20.27/3.02  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 151s (1) cores
% 20.27/3.02  # Starting G----_X1276__C12_02_nc_F1_AE_CS_SP_S2S with 136s (1) cores
% 20.27/3.02  # Preprocessing time       : 0.001 s
% 20.27/3.02  # Presaturation interreduction done
% 20.27/3.02  
% 20.27/3.02  # Proof found!
% 20.27/3.02  # SZS status Unsatisfiable
% 20.27/3.02  # SZS output start CNFRefutation
% See solution above
% 20.27/3.02  # Parsed axioms                        : 13
% 20.27/3.02  # Removed by relevancy pruning/SinE    : 0
% 20.27/3.02  # Initial clauses                      : 13
% 20.27/3.02  # Removed in clause preprocessing      : 0
% 20.27/3.02  # Initial clauses in saturation        : 13
% 20.27/3.02  # Processed clauses                    : 8133
% 20.27/3.02  # ...of these trivial                  : 2241
% 20.27/3.02  # ...subsumed                          : 5176
% 20.27/3.02  # ...remaining for further processing  : 716
% 20.27/3.02  # Other redundant clauses eliminated   : 0
% 20.27/3.02  # Clauses deleted for lack of memory   : 0
% 20.27/3.02  # Backward-subsumed                    : 0
% 20.27/3.02  # Backward-rewritten                   : 339
% 20.27/3.02  # Generated clauses                    : 205702
% 20.27/3.02  # ...of the previous two non-redundant : 121286
% 20.27/3.02  # ...aggressively subsumed             : 0
% 20.27/3.02  # Contextual simplify-reflections      : 0
% 20.27/3.02  # Paramodulations                      : 205651
% 20.27/3.02  # Factorizations                       : 0
% 20.27/3.02  # NegExts                              : 0
% 20.27/3.02  # Equation resolutions                 : 51
% 20.27/3.02  # Total rewrite steps                  : 487952
% 20.27/3.02  # Propositional unsat checks           : 0
% 20.27/3.02  #    Propositional check models        : 0
% 20.27/3.02  #    Propositional check unsatisfiable : 0
% 20.27/3.02  #    Propositional clauses             : 0
% 20.27/3.02  #    Propositional clauses after purity: 0
% 20.27/3.02  #    Propositional unsat core size     : 0
% 20.27/3.02  #    Propositional preprocessing time  : 0.000
% 20.27/3.02  #    Propositional encoding time       : 0.000
% 20.27/3.02  #    Propositional solver time         : 0.000
% 20.27/3.02  #    Success case prop preproc time    : 0.000
% 20.27/3.02  #    Success case prop encoding time   : 0.000
% 20.27/3.02  #    Success case prop solver time     : 0.000
% 20.27/3.02  # Current number of processed clauses  : 364
% 20.27/3.02  #    Positive orientable unit clauses  : 225
% 20.27/3.02  #    Positive unorientable unit clauses: 10
% 20.27/3.02  #    Negative unit clauses             : 0
% 20.27/3.02  #    Non-unit-clauses                  : 129
% 20.27/3.02  # Current number of unprocessed clauses: 111930
% 20.27/3.02  # ...number of literals in the above   : 129254
% 20.27/3.02  # Current number of archived formulas  : 0
% 20.27/3.02  # Current number of archived clauses   : 352
% 20.27/3.02  # Clause-clause subsumption calls (NU) : 17104
% 20.27/3.02  # Rec. Clause-clause subsumption calls : 16768
% 20.27/3.02  # Non-unit clause-clause subsumptions  : 3251
% 20.27/3.02  # Unit Clause-clause subsumption calls : 437
% 20.27/3.02  # Rewrite failures with RHS unbound    : 0
% 20.27/3.02  # BW rewrite match attempts            : 5220
% 20.27/3.02  # BW rewrite match successes           : 1256
% 20.27/3.02  # Condensation attempts                : 0
% 20.27/3.02  # Condensation successes               : 0
% 20.27/3.02  # Termbank termtop insertions          : 2810477
% 20.27/3.02  
% 20.27/3.02  # -------------------------------------------------
% 20.27/3.02  # User time                : 2.432 s
% 20.27/3.02  # System time              : 0.099 s
% 20.27/3.02  # Total time               : 2.531 s
% 20.27/3.02  # Maximum resident set size: 1588 pages
% 20.27/3.02  
% 20.27/3.02  # -------------------------------------------------
% 20.27/3.02  # User time                : 12.460 s
% 20.27/3.02  # System time              : 0.273 s
% 20.27/3.02  # Total time               : 12.733 s
% 20.27/3.02  # Maximum resident set size: 1676 pages
% 20.27/3.02  % E---3.1 exiting
%------------------------------------------------------------------------------