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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E-SAT---3.1
% Problem  : NUM012-1 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n013.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:58:11 EDT 2023

% Result   : Unsatisfiable 883.85s 192.04s
% Output   : CNFRefutation 883.85s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   19
%            Number of leaves      :   25
% Syntax   : Number of clauses     :  140 (  43 unt;  61 nHn;  69 RR)
%            Number of literals    :  277 (  80 equ;  86 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    6 (   1 avg)
%            Number of predicates  :    6 (   4 usr;   1 prp; 0-2 aty)
%            Number of functors    :   13 (  13 usr;   4 con; 0-2 aty)
%            Number of variables   :  250 (  39 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(non_ordered_pair1,axiom,
    ( X1 = X2
    | X1 = X3
    | ~ member(X1,non_ordered_pair(X2,X3)) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',non_ordered_pair1) ).

cnf(disjoint3,axiom,
    ( disjoint(X1,X2)
    | member(f23(X1,X2),X2) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',disjoint3) ).

cnf(disjoint2,axiom,
    ( disjoint(X1,X2)
    | member(f23(X1,X2),X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',disjoint2) ).

cnf(disjoint1,axiom,
    ( ~ disjoint(X1,X2)
    | ~ member(X3,X1)
    | ~ member(X3,X2) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',disjoint1) ).

cnf(non_ordered_pair3,axiom,
    ( member(X1,non_ordered_pair(X2,X3))
    | ~ little_set(X1)
    | X1 != X3 ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',non_ordered_pair3) ).

cnf(intersection1,axiom,
    ( member(X1,X2)
    | ~ member(X1,intersection(X2,X3)) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',intersection1) ).

cnf(regularity1,axiom,
    ( X1 = empty_set
    | member(f24(X1),X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',regularity1) ).

cnf(a2,axiom,
    ( little_set(X1)
    | ~ member(X1,X2) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',a2) ).

cnf(intersection2,axiom,
    ( member(X1,X3)
    | ~ member(X1,intersection(X2,X3)) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',intersection2) ).

cnf(intersection3,axiom,
    ( member(X1,intersection(X2,X3))
    | ~ member(X1,X2)
    | ~ member(X1,X3) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',intersection3) ).

cnf(non_ordered_pair2,axiom,
    ( member(X1,non_ordered_pair(X2,X3))
    | ~ little_set(X1)
    | X1 != X2 ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',non_ordered_pair2) ).

cnf(another_natural_number,hypothesis,
    member(f77,natural_numbers),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',another_natural_number) ).

cnf(complement1,axiom,
    ( ~ member(X1,complement(X2))
    | ~ member(X1,X2) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',complement1) ).

cnf(a_natural_number,hypothesis,
    member(f76,natural_numbers),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',a_natural_number) ).

cnf(complement2,axiom,
    ( member(X1,complement(X2))
    | member(X1,X2)
    | ~ little_set(X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',complement2) ).

cnf(successor,axiom,
    successor(X1) = union(X1,singleton_set(X1)),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',successor) ).

cnf(singleton_set,axiom,
    singleton_set(X1) = non_ordered_pair(X1,X1),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',singleton_set) ).

cnf(successors_are_equal,hypothesis,
    successor(f76) = successor(f77),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',successors_are_equal) ).

cnf(union,axiom,
    union(X1,X2) = complement(intersection(complement(X1),complement(X2))),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',union) ).

cnf(empty_set,axiom,
    ~ member(X1,empty_set),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',empty_set) ).

cnf(prove_well_definedness_of_successor,negated_conjecture,
    f76 != f77,
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',prove_well_definedness_of_successor) ).

cnf(regularity2,axiom,
    ( X1 = empty_set
    | disjoint(f24(X1),X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',regularity2) ).

cnf(subset2,axiom,
    ( subset(X1,X2)
    | member(f17(X1,X2),X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',subset2) ).

cnf(subset3,axiom,
    ( subset(X1,X2)
    | ~ member(f17(X1,X2),X2) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',subset3) ).

cnf(subset1,axiom,
    ( member(X3,X2)
    | ~ subset(X1,X2)
    | ~ member(X3,X1) ),
    file('/export/starexec/sandbox2/tmp/tmp.q2QSN0e22L/E---3.1_12614.p',subset1) ).

cnf(c_0_25,axiom,
    ( X1 = X2
    | X1 = X3
    | ~ member(X1,non_ordered_pair(X2,X3)) ),
    non_ordered_pair1 ).

cnf(c_0_26,axiom,
    ( disjoint(X1,X2)
    | member(f23(X1,X2),X2) ),
    disjoint3 ).

cnf(c_0_27,axiom,
    ( disjoint(X1,X2)
    | member(f23(X1,X2),X1) ),
    disjoint2 ).

cnf(c_0_28,plain,
    ( f23(X1,non_ordered_pair(X2,X3)) = X2
    | f23(X1,non_ordered_pair(X2,X3)) = X3
    | disjoint(X1,non_ordered_pair(X2,X3)) ),
    inference(spm,[status(thm)],[c_0_25,c_0_26]) ).

cnf(c_0_29,plain,
    ( f23(non_ordered_pair(X1,X2),X3) = X1
    | f23(non_ordered_pair(X1,X2),X3) = X2
    | disjoint(non_ordered_pair(X1,X2),X3) ),
    inference(spm,[status(thm)],[c_0_25,c_0_27]) ).

cnf(c_0_30,plain,
    ( f23(X1,non_ordered_pair(X2,X2)) = X2
    | disjoint(X1,non_ordered_pair(X2,X2)) ),
    inference(er,[status(thm)],[inference(ef,[status(thm)],[c_0_28])]) ).

cnf(c_0_31,plain,
    ( f23(non_ordered_pair(X1,X1),X2) = X1
    | disjoint(non_ordered_pair(X1,X1),X2) ),
    inference(er,[status(thm)],[inference(ef,[status(thm)],[c_0_29])]) ).

cnf(c_0_32,axiom,
    ( ~ disjoint(X1,X2)
    | ~ member(X3,X1)
    | ~ member(X3,X2) ),
    disjoint1 ).

cnf(c_0_33,plain,
    ( X1 = X2
    | disjoint(non_ordered_pair(X1,X1),non_ordered_pair(X2,X2)) ),
    inference(spm,[status(thm)],[c_0_30,c_0_31]) ).

cnf(c_0_34,axiom,
    ( member(X1,non_ordered_pair(X2,X3))
    | ~ little_set(X1)
    | X1 != X3 ),
    non_ordered_pair3 ).

cnf(c_0_35,axiom,
    ( member(X1,X2)
    | ~ member(X1,intersection(X2,X3)) ),
    intersection1 ).

cnf(c_0_36,axiom,
    ( X1 = empty_set
    | member(f24(X1),X1) ),
    regularity1 ).

cnf(c_0_37,plain,
    ( X1 = X2
    | ~ member(X3,non_ordered_pair(X2,X2))
    | ~ member(X3,non_ordered_pair(X1,X1)) ),
    inference(spm,[status(thm)],[c_0_32,c_0_33]) ).

cnf(c_0_38,plain,
    ( member(X1,non_ordered_pair(X2,X1))
    | ~ little_set(X1) ),
    inference(er,[status(thm)],[c_0_34]) ).

cnf(c_0_39,axiom,
    ( little_set(X1)
    | ~ member(X1,X2) ),
    a2 ).

cnf(c_0_40,axiom,
    ( member(X1,X3)
    | ~ member(X1,intersection(X2,X3)) ),
    intersection2 ).

cnf(c_0_41,axiom,
    ( member(X1,intersection(X2,X3))
    | ~ member(X1,X2)
    | ~ member(X1,X3) ),
    intersection3 ).

cnf(c_0_42,plain,
    ( intersection(X1,X2) = empty_set
    | member(f24(intersection(X1,X2)),X1) ),
    inference(spm,[status(thm)],[c_0_35,c_0_36]) ).

cnf(c_0_43,plain,
    ( X1 = X2
    | ~ member(X2,non_ordered_pair(X1,X1)) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_38]),c_0_39]) ).

cnf(c_0_44,plain,
    ( intersection(X1,X2) = empty_set
    | member(f24(intersection(X1,X2)),X2) ),
    inference(spm,[status(thm)],[c_0_40,c_0_36]) ).

cnf(c_0_45,axiom,
    ( member(X1,non_ordered_pair(X2,X3))
    | ~ little_set(X1)
    | X1 != X2 ),
    non_ordered_pair2 ).

cnf(c_0_46,hypothesis,
    member(f77,natural_numbers),
    another_natural_number ).

cnf(c_0_47,plain,
    ( X1 = X2
    | X1 = X3
    | disjoint(non_ordered_pair(X1,X1),non_ordered_pair(X3,X2)) ),
    inference(spm,[status(thm)],[c_0_28,c_0_31]) ).

cnf(c_0_48,axiom,
    ( ~ member(X1,complement(X2))
    | ~ member(X1,X2) ),
    complement1 ).

cnf(c_0_49,plain,
    ( disjoint(X1,intersection(X2,X3))
    | member(f23(X1,intersection(X2,X3)),X3) ),
    inference(spm,[status(thm)],[c_0_40,c_0_26]) ).

cnf(c_0_50,hypothesis,
    member(f76,natural_numbers),
    a_natural_number ).

cnf(c_0_51,plain,
    ( intersection(X1,X2) = empty_set
    | member(f24(intersection(X1,X2)),intersection(X3,X1))
    | ~ member(f24(intersection(X1,X2)),X3) ),
    inference(spm,[status(thm)],[c_0_41,c_0_42]) ).

cnf(c_0_52,plain,
    ( f24(intersection(X1,non_ordered_pair(X2,X2))) = X2
    | intersection(X1,non_ordered_pair(X2,X2)) = empty_set ),
    inference(spm,[status(thm)],[c_0_43,c_0_44]) ).

cnf(c_0_53,plain,
    ( member(X1,non_ordered_pair(X1,X2))
    | ~ little_set(X1) ),
    inference(er,[status(thm)],[c_0_45]) ).

cnf(c_0_54,hypothesis,
    little_set(f77),
    inference(spm,[status(thm)],[c_0_39,c_0_46]) ).

cnf(c_0_55,plain,
    ( X1 = X2
    | X1 = X3
    | ~ member(X4,non_ordered_pair(X2,X3))
    | ~ member(X4,non_ordered_pair(X1,X1)) ),
    inference(spm,[status(thm)],[c_0_32,c_0_47]) ).

cnf(c_0_56,hypothesis,
    ( member(f77,intersection(X1,natural_numbers))
    | ~ member(f77,X1) ),
    inference(spm,[status(thm)],[c_0_41,c_0_46]) ).

cnf(c_0_57,axiom,
    ( member(X1,complement(X2))
    | member(X1,X2)
    | ~ little_set(X1) ),
    complement2 ).

cnf(c_0_58,axiom,
    successor(X1) = union(X1,singleton_set(X1)),
    successor ).

cnf(c_0_59,axiom,
    singleton_set(X1) = non_ordered_pair(X1,X1),
    singleton_set ).

cnf(c_0_60,plain,
    ( disjoint(X1,intersection(X2,complement(X3)))
    | ~ member(f23(X1,intersection(X2,complement(X3))),X3) ),
    inference(spm,[status(thm)],[c_0_48,c_0_49]) ).

cnf(c_0_61,plain,
    ( disjoint(intersection(X1,X2),X3)
    | member(f23(intersection(X1,X2),X3),X1) ),
    inference(spm,[status(thm)],[c_0_35,c_0_27]) ).

cnf(c_0_62,hypothesis,
    little_set(f76),
    inference(spm,[status(thm)],[c_0_39,c_0_50]) ).

cnf(c_0_63,plain,
    ( intersection(X1,non_ordered_pair(X2,X2)) = empty_set
    | member(X2,intersection(X3,X1))
    | ~ member(X2,X3) ),
    inference(spm,[status(thm)],[c_0_51,c_0_52]) ).

cnf(c_0_64,hypothesis,
    member(f77,non_ordered_pair(f77,X1)),
    inference(spm,[status(thm)],[c_0_53,c_0_54]) ).

cnf(c_0_65,plain,
    ( intersection(X1,non_ordered_pair(X2,X3)) = empty_set
    | X4 = X3
    | X4 = X2
    | ~ member(f24(intersection(X1,non_ordered_pair(X2,X3))),non_ordered_pair(X4,X4)) ),
    inference(spm,[status(thm)],[c_0_55,c_0_44]) ).

cnf(c_0_66,hypothesis,
    ( member(f77,intersection(complement(X1),natural_numbers))
    | member(f77,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_56,c_0_57]),c_0_54])]) ).

cnf(c_0_67,hypothesis,
    successor(f76) = successor(f77),
    successors_are_equal ).

cnf(c_0_68,plain,
    successor(X1) = union(X1,non_ordered_pair(X1,X1)),
    inference(rw,[status(thm)],[c_0_58,c_0_59]) ).

cnf(c_0_69,axiom,
    union(X1,X2) = complement(intersection(complement(X1),complement(X2))),
    union ).

cnf(c_0_70,plain,
    disjoint(intersection(X1,X2),intersection(X3,complement(X1))),
    inference(spm,[status(thm)],[c_0_60,c_0_61]) ).

cnf(c_0_71,hypothesis,
    member(f76,non_ordered_pair(f76,X1)),
    inference(spm,[status(thm)],[c_0_53,c_0_62]) ).

cnf(c_0_72,hypothesis,
    ( intersection(X1,non_ordered_pair(f77,f77)) = empty_set
    | member(f77,intersection(non_ordered_pair(f77,X2),X1)) ),
    inference(spm,[status(thm)],[c_0_63,c_0_64]) ).

cnf(c_0_73,plain,
    ( intersection(non_ordered_pair(X1,X1),non_ordered_pair(X2,X3)) = empty_set
    | X1 = X2
    | X1 = X3 ),
    inference(spm,[status(thm)],[c_0_65,c_0_42]) ).

cnf(c_0_74,axiom,
    ~ member(X1,empty_set),
    empty_set ).

cnf(c_0_75,hypothesis,
    ( member(f77,complement(X1))
    | member(f77,X1) ),
    inference(spm,[status(thm)],[c_0_35,c_0_66]) ).

cnf(c_0_76,hypothesis,
    complement(intersection(complement(f77),complement(non_ordered_pair(f77,f77)))) = complement(intersection(complement(f76),complement(non_ordered_pair(f76,f76)))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_67,c_0_68]),c_0_68]),c_0_69]),c_0_69]) ).

cnf(c_0_77,plain,
    ( ~ member(X1,intersection(X2,complement(X3)))
    | ~ member(X1,intersection(X3,X4)) ),
    inference(spm,[status(thm)],[c_0_32,c_0_70]) ).

cnf(c_0_78,hypothesis,
    member(f77,intersection(non_ordered_pair(X1,f77),natural_numbers)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_56,c_0_38]),c_0_54])]) ).

cnf(c_0_79,hypothesis,
    ( intersection(X1,non_ordered_pair(f76,f76)) = empty_set
    | member(f76,intersection(non_ordered_pair(f76,X2),X1)) ),
    inference(spm,[status(thm)],[c_0_63,c_0_71]) ).

cnf(c_0_80,hypothesis,
    ( intersection(non_ordered_pair(X1,X2),non_ordered_pair(f77,f77)) = empty_set
    | f77 = X2
    | f77 = X1 ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_72,c_0_73]),c_0_74]) ).

cnf(c_0_81,negated_conjecture,
    f76 != f77,
    prove_well_definedness_of_successor ).

cnf(c_0_82,hypothesis,
    ( member(f77,complement(intersection(complement(f76),complement(non_ordered_pair(f76,f76)))))
    | member(f77,intersection(complement(f77),complement(non_ordered_pair(f77,f77)))) ),
    inference(spm,[status(thm)],[c_0_75,c_0_76]) ).

cnf(c_0_83,hypothesis,
    ~ member(f77,intersection(X1,complement(non_ordered_pair(X2,f77)))),
    inference(spm,[status(thm)],[c_0_77,c_0_78]) ).

cnf(c_0_84,plain,
    ( disjoint(X1,X2)
    | member(f23(X1,X2),intersection(X3,X1))
    | ~ member(f23(X1,X2),X3) ),
    inference(spm,[status(thm)],[c_0_41,c_0_27]) ).

cnf(c_0_85,plain,
    ( disjoint(X1,intersection(X2,X3))
    | member(f23(X1,intersection(X2,X3)),X2) ),
    inference(spm,[status(thm)],[c_0_35,c_0_26]) ).

cnf(c_0_86,plain,
    ( disjoint(X1,X2)
    | member(f23(X1,X2),intersection(X3,X2))
    | ~ member(f23(X1,X2),X3) ),
    inference(spm,[status(thm)],[c_0_41,c_0_26]) ).

cnf(c_0_87,hypothesis,
    ( intersection(non_ordered_pair(f77,f77),non_ordered_pair(f76,f76)) = empty_set
    | f77 = X1 ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_79,c_0_80]),c_0_74]),c_0_81]) ).

cnf(c_0_88,plain,
    ( member(X1,intersection(X2,non_ordered_pair(X3,X1)))
    | ~ member(X1,X2) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_38]),c_0_39]) ).

cnf(c_0_89,axiom,
    ( X1 = empty_set
    | disjoint(f24(X1),X1) ),
    regularity2 ).

cnf(c_0_90,axiom,
    ( subset(X1,X2)
    | member(f17(X1,X2),X1) ),
    subset2 ).

cnf(c_0_91,hypothesis,
    member(f77,complement(intersection(complement(f76),complement(non_ordered_pair(f76,f76))))),
    inference(sr,[status(thm)],[c_0_82,c_0_83]) ).

cnf(c_0_92,plain,
    ( member(X1,intersection(X2,complement(X3)))
    | member(X1,X3)
    | ~ member(X1,X2) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_57]),c_0_39]) ).

cnf(c_0_93,plain,
    ( disjoint(X1,intersection(X2,X3))
    | member(f23(X1,intersection(X2,X3)),intersection(X2,X1)) ),
    inference(spm,[status(thm)],[c_0_84,c_0_85]) ).

cnf(c_0_94,plain,
    ( disjoint(X1,X2)
    | member(f23(X1,X2),intersection(X1,X2)) ),
    inference(spm,[status(thm)],[c_0_86,c_0_27]) ).

cnf(c_0_95,hypothesis,
    intersection(non_ordered_pair(f77,f77),non_ordered_pair(f76,f76)) = empty_set,
    inference(csr,[status(thm)],[inference(ef,[status(thm)],[c_0_87]),c_0_87]) ).

cnf(c_0_96,plain,
    ( intersection(X1,X2) = empty_set
    | member(f24(intersection(X1,X2)),intersection(X2,non_ordered_pair(X3,f24(intersection(X1,X2))))) ),
    inference(spm,[status(thm)],[c_0_88,c_0_44]) ).

cnf(c_0_97,plain,
    ( f24(intersection(non_ordered_pair(X1,X1),X2)) = X1
    | intersection(non_ordered_pair(X1,X1),X2) = empty_set ),
    inference(spm,[status(thm)],[c_0_43,c_0_42]) ).

cnf(c_0_98,plain,
    ( intersection(complement(X1),X2) = empty_set
    | ~ member(f24(intersection(complement(X1),X2)),X1) ),
    inference(spm,[status(thm)],[c_0_48,c_0_42]) ).

cnf(c_0_99,plain,
    ( X1 = empty_set
    | ~ member(X2,f24(X1))
    | ~ member(X2,X1) ),
    inference(spm,[status(thm)],[c_0_32,c_0_89]) ).

cnf(c_0_100,axiom,
    ( subset(X1,X2)
    | ~ member(f17(X1,X2),X2) ),
    subset3 ).

cnf(c_0_101,plain,
    ( subset(X1,X2)
    | little_set(f17(X1,X2)) ),
    inference(spm,[status(thm)],[c_0_39,c_0_90]) ).

cnf(c_0_102,plain,
    ( f24(non_ordered_pair(X1,X2)) = X1
    | f24(non_ordered_pair(X1,X2)) = X2
    | non_ordered_pair(X1,X2) = empty_set ),
    inference(spm,[status(thm)],[c_0_25,c_0_36]) ).

cnf(c_0_103,hypothesis,
    ~ member(f77,intersection(complement(f76),complement(non_ordered_pair(f76,f76)))),
    inference(spm,[status(thm)],[c_0_48,c_0_91]) ).

cnf(c_0_104,hypothesis,
    ( member(f77,intersection(complement(X1),complement(X2)))
    | member(f77,X1)
    | member(f77,X2) ),
    inference(spm,[status(thm)],[c_0_92,c_0_75]) ).

cnf(c_0_105,plain,
    disjoint(X1,intersection(X2,complement(intersection(X2,X1)))),
    inference(spm,[status(thm)],[c_0_60,c_0_93]) ).

cnf(c_0_106,hypothesis,
    ( member(f76,intersection(X1,natural_numbers))
    | ~ member(f76,X1) ),
    inference(spm,[status(thm)],[c_0_41,c_0_50]) ).

cnf(c_0_107,hypothesis,
    disjoint(non_ordered_pair(f77,f77),non_ordered_pair(f76,f76)),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_94,c_0_95]),c_0_74]) ).

cnf(c_0_108,plain,
    ( intersection(non_ordered_pair(X1,X1),X2) = empty_set
    | member(X1,intersection(X2,non_ordered_pair(X3,X1))) ),
    inference(spm,[status(thm)],[c_0_96,c_0_97]) ).

cnf(c_0_109,plain,
    intersection(complement(X1),X1) = empty_set,
    inference(spm,[status(thm)],[c_0_98,c_0_44]) ).

cnf(c_0_110,plain,
    ( X1 = empty_set
    | subset(f24(X1),X2)
    | ~ member(f17(f24(X1),X2),X1) ),
    inference(spm,[status(thm)],[c_0_99,c_0_90]) ).

cnf(c_0_111,plain,
    ( subset(X1,complement(X2))
    | member(f17(X1,complement(X2)),X2) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_100,c_0_57]),c_0_101]) ).

cnf(c_0_112,plain,
    ( f24(non_ordered_pair(X1,X2)) = X1
    | non_ordered_pair(X1,X2) = empty_set
    | ~ member(X3,non_ordered_pair(X1,X2))
    | ~ member(X3,X2) ),
    inference(spm,[status(thm)],[c_0_99,c_0_102]) ).

cnf(c_0_113,hypothesis,
    ( member(f77,non_ordered_pair(f76,f76))
    | member(f77,f76) ),
    inference(spm,[status(thm)],[c_0_103,c_0_104]) ).

cnf(c_0_114,plain,
    ( ~ member(X1,intersection(X2,complement(intersection(X2,X3))))
    | ~ member(X1,X3) ),
    inference(spm,[status(thm)],[c_0_32,c_0_105]) ).

cnf(c_0_115,hypothesis,
    ( member(f76,intersection(complement(X1),natural_numbers))
    | member(f76,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_106,c_0_57]),c_0_62])]) ).

cnf(c_0_116,hypothesis,
    ( ~ member(X1,non_ordered_pair(f76,f76))
    | ~ member(X1,non_ordered_pair(f77,f77)) ),
    inference(spm,[status(thm)],[c_0_32,c_0_107]) ).

cnf(c_0_117,hypothesis,
    member(f76,non_ordered_pair(X1,f76)),
    inference(spm,[status(thm)],[c_0_38,c_0_62]) ).

cnf(c_0_118,plain,
    intersection(non_ordered_pair(X1,X1),complement(non_ordered_pair(X2,X1))) = empty_set,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_108,c_0_109]),c_0_74]) ).

cnf(c_0_119,axiom,
    ( member(X3,X2)
    | ~ subset(X1,X2)
    | ~ member(X3,X1) ),
    subset1 ).

cnf(c_0_120,plain,
    ( X1 = empty_set
    | subset(f24(X1),complement(X1)) ),
    inference(spm,[status(thm)],[c_0_110,c_0_111]) ).

cnf(c_0_121,hypothesis,
    ( f24(non_ordered_pair(f77,X1)) = f77
    | non_ordered_pair(f77,X1) = empty_set
    | ~ member(f77,X1) ),
    inference(spm,[status(thm)],[c_0_112,c_0_64]) ).

cnf(c_0_122,hypothesis,
    member(f77,f76),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_113]),c_0_81]) ).

cnf(c_0_123,hypothesis,
    ( ~ member(X1,intersection(complement(f77),complement(intersection(complement(f76),complement(non_ordered_pair(f76,f76))))))
    | ~ member(X1,complement(non_ordered_pair(f77,f77))) ),
    inference(spm,[status(thm)],[c_0_114,c_0_76]) ).

cnf(c_0_124,hypothesis,
    ( member(f76,complement(X1))
    | member(f76,X1) ),
    inference(spm,[status(thm)],[c_0_35,c_0_115]) ).

cnf(c_0_125,hypothesis,
    ~ member(f76,non_ordered_pair(f77,f77)),
    inference(spm,[status(thm)],[c_0_116,c_0_117]) ).

cnf(c_0_126,plain,
    ( member(X1,intersection(non_ordered_pair(X1,X2),non_ordered_pair(X3,X1)))
    | ~ little_set(X1) ),
    inference(spm,[status(thm)],[c_0_88,c_0_53]) ).

cnf(c_0_127,plain,
    disjoint(non_ordered_pair(X1,X1),complement(non_ordered_pair(X2,X1))),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_94,c_0_118]),c_0_74]) ).

cnf(c_0_128,plain,
    ( X1 = empty_set
    | member(X2,complement(X1))
    | ~ member(X2,f24(X1)) ),
    inference(spm,[status(thm)],[c_0_119,c_0_120]) ).

cnf(c_0_129,hypothesis,
    ( f24(non_ordered_pair(f77,f76)) = f77
    | non_ordered_pair(f77,f76) = empty_set ),
    inference(spm,[status(thm)],[c_0_121,c_0_122]) ).

cnf(c_0_130,hypothesis,
    ~ member(f76,intersection(complement(f77),complement(intersection(complement(f76),complement(non_ordered_pair(f76,f76)))))),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_123,c_0_124]),c_0_125]) ).

cnf(c_0_131,plain,
    ( member(X1,intersection(complement(X2),complement(X3)))
    | member(X1,X2)
    | member(X1,X3)
    | ~ little_set(X1) ),
    inference(spm,[status(thm)],[c_0_92,c_0_57]) ).

cnf(c_0_132,plain,
    ~ member(X1,intersection(X2,complement(non_ordered_pair(X1,X3)))),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_77,c_0_126]),c_0_39]) ).

cnf(c_0_133,plain,
    ( ~ member(X1,complement(non_ordered_pair(X2,X3)))
    | ~ member(X1,non_ordered_pair(X3,X3)) ),
    inference(spm,[status(thm)],[c_0_32,c_0_127]) ).

cnf(c_0_134,hypothesis,
    ( non_ordered_pair(f77,f76) = empty_set
    | member(X1,complement(non_ordered_pair(f77,f76)))
    | ~ member(X1,f77) ),
    inference(spm,[status(thm)],[c_0_128,c_0_129]) ).

cnf(c_0_135,hypothesis,
    member(f76,f77),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_130,c_0_131]),c_0_62])]),c_0_132]) ).

cnf(c_0_136,plain,
    ~ member(X1,complement(non_ordered_pair(X2,X1))),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_133,c_0_38]),c_0_39]) ).

cnf(c_0_137,hypothesis,
    non_ordered_pair(f77,f76) = empty_set,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_134,c_0_135]),c_0_136]) ).

cnf(c_0_138,plain,
    intersection(empty_set,X1) = empty_set,
    inference(spm,[status(thm)],[c_0_74,c_0_42]) ).

cnf(c_0_139,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_126,c_0_137]),c_0_138]),c_0_54])]),c_0_74]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : NUM012-1 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.07/0.14  % Command    : run_E %s %d THM
% 0.14/0.35  % Computer : n013.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 14:25:29 EDT 2023
% 0.14/0.36  % CPUTime    : 
% 0.21/0.49  Running first-order model finding
% 0.21/0.49  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.q2QSN0e22L/E---3.1_12614.p
% 883.85/192.04  # Version: 3.1pre001
% 883.85/192.04  # Preprocessing class: FSLMSMSMSSSNFFN.
% 883.85/192.04  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 883.85/192.04  # Starting G-E--_207_C18_F1_AE_CS_SP_PI_PS_S2S with 1200s (4) cores
% 883.85/192.04  # Starting new_bool_3 with 600s (2) cores
% 883.85/192.04  # Starting new_bool_1 with 300s (1) cores
% 883.85/192.04  # Starting sh5l with 300s (1) cores
% 883.85/192.04  # new_bool_3 with pid 12694 completed with status 8
% 883.85/192.04  # new_bool_1 with pid 12695 completed with status 8
% 883.85/192.04  # G-E--_207_C18_F1_AE_CS_SP_PI_PS_S2S with pid 12693 completed with status 0
% 883.85/192.04  # Result found by G-E--_207_C18_F1_AE_CS_SP_PI_PS_S2S
% 883.85/192.04  # Preprocessing class: FSLMSMSMSSSNFFN.
% 883.85/192.04  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 883.85/192.04  # Starting G-E--_207_C18_F1_AE_CS_SP_PI_PS_S2S with 1200s (4) cores
% 883.85/192.04  # No SInE strategy applied
% 883.85/192.04  # Search class: FGHSF-FSLM31-DFFFFFNN
% 883.85/192.04  # partial match(1): FGHSF-FSLM31-MFFFFFNN
% 883.85/192.04  # Scheduled 6 strats onto 4 cores with 1200 seconds (1200 total)
% 883.85/192.04  # Starting G-E--_110_C45_F1_PI_AE_Q4_CS_SP_PS_S4S with 649s (1) cores
% 883.85/192.04  # Starting G-E--_207_C18_F1_AE_CS_SP_PI_PS_S2S with 121s (1) cores
% 883.85/192.04  # Starting SAT001_MinMin_p005000_rr_RG with 109s (1) cores
% 883.85/192.04  # Starting G-E--_301_C18_F1_URBAN_S5PRR_RG_S070I with 109s (1) cores
% 883.85/192.04  # G-E--_301_C18_F1_URBAN_S5PRR_RG_S070I with pid 12709 completed with status 7
% 883.85/192.04  # Starting G-E--_207_C18_F1_SE_CS_SP_PI_PS_S5PRR_RG_S2S with 109s (1) cores
% 883.85/192.04  # SAT001_MinMin_p005000_rr_RG with pid 12708 completed with status 7
% 883.85/192.04  # Starting G-E--_208_C18_F1_SE_CS_SP_PS_S5PRR_S0Y with 103s (1) cores
% 883.85/192.04  # G-E--_207_C18_F1_AE_CS_SP_PI_PS_S2S with pid 12707 completed with status 7
% 883.85/192.04  # G-E--_110_C45_F1_PI_AE_Q4_CS_SP_PS_S4S with pid 12706 completed with status 0
% 883.85/192.04  # Result found by G-E--_110_C45_F1_PI_AE_Q4_CS_SP_PS_S4S
% 883.85/192.04  # Preprocessing class: FSLMSMSMSSSNFFN.
% 883.85/192.04  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 883.85/192.04  # Starting G-E--_207_C18_F1_AE_CS_SP_PI_PS_S2S with 1200s (4) cores
% 883.85/192.04  # No SInE strategy applied
% 883.85/192.04  # Search class: FGHSF-FSLM31-DFFFFFNN
% 883.85/192.04  # partial match(1): FGHSF-FSLM31-MFFFFFNN
% 883.85/192.04  # Scheduled 6 strats onto 4 cores with 1200 seconds (1200 total)
% 883.85/192.04  # Starting G-E--_110_C45_F1_PI_AE_Q4_CS_SP_PS_S4S with 649s (1) cores
% 883.85/192.04  # Preprocessing time       : 0.005 s
% 883.85/192.04  # Presaturation interreduction done
% 883.85/192.04  
% 883.85/192.04  # Proof found!
% 883.85/192.04  # SZS status Unsatisfiable
% 883.85/192.04  # SZS output start CNFRefutation
% See solution above
% 883.85/192.04  # Parsed axioms                        : 223
% 883.85/192.04  # Removed by relevancy pruning/SinE    : 0
% 883.85/192.04  # Initial clauses                      : 223
% 883.85/192.04  # Removed in clause preprocessing      : 6
% 883.85/192.04  # Initial clauses in saturation        : 217
% 883.85/192.04  # Processed clauses                    : 191014
% 883.85/192.04  # ...of these trivial                  : 3827
% 883.85/192.04  # ...subsumed                          : 158991
% 883.85/192.04  # ...remaining for further processing  : 28196
% 883.85/192.04  # Other redundant clauses eliminated   : 734
% 883.85/192.04  # Clauses deleted for lack of memory   : 223553
% 883.85/192.04  # Backward-subsumed                    : 862
% 883.85/192.04  # Backward-rewritten                   : 619
% 883.85/192.04  # Generated clauses                    : 8283103
% 883.85/192.04  # ...of the previous two non-redundant : 7101420
% 883.85/192.04  # ...aggressively subsumed             : 0
% 883.85/192.04  # Contextual simplify-reflections      : 373
% 883.85/192.04  # Paramodulations                      : 8281910
% 883.85/192.04  # Factorizations                       : 385
% 883.85/192.04  # NegExts                              : 0
% 883.85/192.04  # Equation resolutions                 : 778
% 883.85/192.04  # Total rewrite steps                  : 2613817
% 883.85/192.04  # Propositional unsat checks           : 0
% 883.85/192.04  #    Propositional check models        : 0
% 883.85/192.04  #    Propositional check unsatisfiable : 0
% 883.85/192.04  #    Propositional clauses             : 0
% 883.85/192.04  #    Propositional clauses after purity: 0
% 883.85/192.04  #    Propositional unsat core size     : 0
% 883.85/192.04  #    Propositional preprocessing time  : 0.000
% 883.85/192.04  #    Propositional encoding time       : 0.000
% 883.85/192.04  #    Propositional solver time         : 0.000
% 883.85/192.04  #    Success case prop preproc time    : 0.000
% 883.85/192.04  #    Success case prop encoding time   : 0.000
% 883.85/192.04  #    Success case prop solver time     : 0.000
% 883.85/192.04  # Current number of processed clauses  : 26465
% 883.85/192.04  #    Positive orientable unit clauses  : 7174
% 883.85/192.04  #    Positive unorientable unit clauses: 0
% 883.85/192.04  #    Negative unit clauses             : 1588
% 883.85/192.04  #    Non-unit-clauses                  : 17703
% 883.85/192.04  # Current number of unprocessed clauses: 1619110
% 883.85/192.04  # ...number of literals in the above   : 3953655
% 883.85/192.04  # Current number of archived formulas  : 0
% 883.85/192.04  # Current number of archived clauses   : 1734
% 883.85/192.04  # Clause-clause subsumption calls (NU) : 69099139
% 883.85/192.04  # Rec. Clause-clause subsumption calls : 22983270
% 883.85/192.05  # Non-unit clause-clause subsumptions  : 63194
% 883.85/192.05  # Unit Clause-clause subsumption calls : 4108030
% 883.85/192.05  # Rewrite failures with RHS unbound    : 0
% 883.85/192.05  # BW rewrite match attempts            : 1911576
% 883.85/192.05  # BW rewrite match successes           : 337
% 883.85/192.05  # Condensation attempts                : 0
% 883.85/192.05  # Condensation successes               : 0
% 883.85/192.05  # Termbank termtop insertions          : 281497481
% 883.85/192.05  
% 883.85/192.05  # -------------------------------------------------
% 883.85/192.05  # User time                : 521.674 s
% 883.85/192.05  # System time              : 8.061 s
% 883.85/192.05  # Total time               : 529.735 s
% 883.85/192.05  # Maximum resident set size: 2368 pages
% 883.85/192.05  
% 883.85/192.05  # -------------------------------------------------
% 883.85/192.05  # User time                : 681.429 s
% 883.85/192.05  # System time              : 11.363 s
% 883.85/192.05  # Total time               : 692.792 s
% 883.85/192.05  # Maximum resident set size: 1884 pages
% 883.85/192.05  % E---3.1 exiting
%------------------------------------------------------------------------------