TSTP Solution File: SET516-6 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : SET516-6 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n017.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  : 600s
% DateTime : Tue Jul 19 05:10:06 EDT 2022

% Result   : Unsatisfiable 1.28s 1.48s
% Output   : Refutation 1.28s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   12
% Syntax   : Number of clauses     :   30 (  19 unt;   4 nHn;  21 RR)
%            Number of literals    :   44 (  16 equ;  16 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   3 con; 0-2 aty)
%            Number of variables   :   27 (   6 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(subclass_members,axiom,
    ( ~ subclass(X,Y)
    | ~ member(Z,X)
    | member(Z,Y) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',subclass_members) ).

cnf(class_elements_are_sets,axiom,
    subclass(X,universal_class),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',class_elements_are_sets) ).

cnf(equal_implies_subclass1,axiom,
    ( X != Y
    | subclass(X,Y) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',equal_implies_subclass1) ).

cnf(unordered_pair_member,axiom,
    ( ~ member(X,unordered_pair(Y,Z))
    | X = Y
    | X = Z ),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',unordered_pair_member) ).

cnf(unordered_pair3,axiom,
    ( ~ member(X,universal_class)
    | member(X,unordered_pair(Y,X)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',unordered_pair3) ).

cnf(unordered_pairs_in_universal,axiom,
    member(unordered_pair(X,Y),universal_class),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',unordered_pairs_in_universal) ).

cnf(singleton_set,axiom,
    unordered_pair(X,X) = singleton(X),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',singleton_set) ).

cnf(intersection3,axiom,
    ( ~ member(X,Y)
    | ~ member(X,Z)
    | member(X,intersection(Y,Z)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',intersection3) ).

cnf(complement1,axiom,
    ( ~ member(X,complement(Y))
    | ~ member(X,Y) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',complement1) ).

cnf(regularity1,axiom,
    ( X = null_class
    | member(regular(X),X) ),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',regularity1) ).

cnf(regularity2,axiom,
    ( X = null_class
    | intersection(X,regular(X)) = null_class ),
    file('/export/starexec/sandbox/benchmark/Axioms/SET004-0.ax',regularity2) ).

cnf(prove_corollary_to_no_class_belongs_to_itself_1,negated_conjecture,
    singleton(x) = x,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_corollary_to_no_class_belongs_to_itself_1) ).

cnf(131,plain,
    member(singleton(X),universal_class),
    inference('PARAMODULATE',[status(thm)],[unordered_pairs_in_universal,singleton_set,theory(equality)]) ).

cnf(152,plain,
    ( X = null_class
    | member(regular(X),universal_class) ),
    inference('HYPERRESOLVE',[status(thm)],[subclass_members,class_elements_are_sets,regularity1]) ).

cnf(203,plain,
    ( ~ member(X,singleton(Y))
    | X = Y ),
    inference('PARAMODULATE',[status(thm)],[unordered_pair_member,singleton_set,theory(equality)]) ).

cnf(317,plain,
    member(x,universal_class),
    inference('PARAMODULATE',[status(thm)],[131,prove_corollary_to_no_class_belongs_to_itself_1,theory(equality)]) ).

cnf(343,plain,
    ~ member(x,complement(universal_class)),
    inference('UR-RESOLVE',[status(thm)],[complement1,317]) ).

cnf(344,plain,
    member(x,unordered_pair(X,x)),
    inference('HYPERRESOLVE',[status(thm)],[unordered_pair3,317]) ).

cnf(1853,plain,
    member(x,x),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[344,singleton_set,theory(equality)]),prove_corollary_to_no_class_belongs_to_itself_1,theory(equality)]) ).

cnf(1929,plain,
    ~ subclass(x,complement(universal_class)),
    inference('UR-RESOLVE',[status(thm)],[subclass_members,1853,343]) ).

cnf(1932,plain,
    member(x,intersection(x,x)),
    inference('HYPERRESOLVE',[status(thm)],[intersection3,1853,1853]) ).

cnf(3095,plain,
    complement(universal_class) = null_class,
    inference('HYPERRESOLVE',[status(thm)],[complement1,152,regularity1]) ).

cnf(3100,plain,
    ~ member(x,null_class),
    inference('REWRITE',[status(thm)],[343,3095,theory(equality)]) ).

cnf(3183,plain,
    ~ subclass(x,null_class),
    inference('REWRITE',[status(thm)],[1929,3095,theory(equality)]) ).

cnf(3822,plain,
    x != null_class,
    inference('UR-RESOLVE',[status(thm)],[equal_implies_subclass1,3183]) ).

cnf(5363,plain,
    intersection(x,regular(x)) = null_class,
    inference('UR-RESOLVE',[status(thm)],[regularity2,3822]) ).

cnf(5810,plain,
    ( ~ member(X,x)
    | X = x ),
    inference('PARAMODULATE',[status(thm)],[203,prove_corollary_to_no_class_belongs_to_itself_1,theory(equality)]) ).

cnf(5815,plain,
    regular(x) = x,
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[5810,regularity1]),3822]) ).

cnf(5816,plain,
    intersection(x,x) = null_class,
    inference('REWRITE',[status(thm)],[5363,5815,theory(equality)]) ).

cnf(5817,plain,
    $false,
    inference('REWRITE',[status(thm)],[1932,3100,5816,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : SET516-6 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.08/0.14  % Command  : run-snark %s %d
% 0.14/0.35  % Computer : n017.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  : 600
% 0.14/0.35  % DateTime : Sun Jul 10 18:30:48 EDT 2022
% 0.14/0.35  % CPUTime  : 
% 0.20/0.47  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.48  * 
% 0.20/0.48  * 
% 0.20/0.49  #<PACKAGE "SNARK-USER">
% 0.20/0.49  * 
% 0.20/0.49  SNARK-TPTP-OPTIONS
% 0.20/0.49  * 
% 0.20/0.49  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.20/0.49   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.20/0.49   (USE-FACTORING :POS)
% 0.20/0.49   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.20/0.49   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.20/0.49   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.20/0.49   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.20/0.49   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.20/0.49   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.20/0.49   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.20/0.49   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.20/0.49   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.20/0.49   (DECLARE-TPTP-SYMBOLS2))
% 0.20/0.49  * 
% 0.20/0.49  "."
% 0.20/0.49  * 
% 0.20/0.49  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-10T18:30:48
% 0.20/0.49  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n017.cluster.edu at 2022-07-10T18:30:48
% 1.28/1.48  
% 1.28/1.48  
% 1.28/1.48  #||
% 1.28/1.48  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 1.28/1.48  % SZS output start Refutation
% See solution above
% 1.28/1.48  ||#
% 1.28/1.48  
% 1.28/1.48  ; Summary of computation:
% 1.28/1.48  ;     11591 formulas have been input or derived (from 265 formulas).
% 1.28/1.48  ;      5817 (50%) were retained.  Of these,
% 1.28/1.48  ;          399 ( 7%) were simplified or subsumed later,
% 1.28/1.48  ;         5418 (93%) are still being kept.
% 1.28/1.48  ; 
% 1.28/1.48  ; Run time in seconds excluding printing time:
% 1.28/1.48  ;     0.021   2%   Read assertion file          (1 call)
% 1.28/1.48  ;     0.004   0%   Assert                       (113 calls)
% 1.28/1.48  ;     0.331  33%   Process new row              (11,202 calls)
% 1.28/1.48  ;     0.261  26%   Resolution                   (528 calls)
% 1.28/1.48  ;     0.006   1%   Paramodulation               (264 calls)
% 1.28/1.48  ;     0.000   0%   Factoring                    (5 calls)
% 1.28/1.48  ;     0.008   1%   Condensing                   (786 calls)
% 1.28/1.48  ;     0.046   5%   Forward subsumption          (786 calls)
% 1.28/1.48  ;     0.088   9%   Backward subsumption         (749 calls)
% 1.28/1.48  ;     0.005   1%   Clause clause subsumption    (1,488 calls)
% 1.28/1.48  ;     0.094   9%   Forward simplification       (11,199 calls)
% 1.28/1.48  ;     0.058   6%   Backward simplification      (5,802 calls)
% 1.28/1.48  ;     0.007   1%   Ordering                     (1,896 calls)
% 1.28/1.48  ;     0.000   0%   Sortal reasoning             (32 calls)
% 1.28/1.48  ;     0.000   0%   Purity testing               (1 call)
% 1.28/1.48  ;     0.064   6%   Other
% 1.28/1.48  ;     0.993        Total
% 1.28/1.48  ;     0.995        Real time
% 1.28/1.49  ; 
% 1.28/1.49  ; Term-hash-array has 8,961 terms in all.
% 1.28/1.49  ; Feature-vector-row-index has 727 entries (734 at peak, 749 added, 22 deleted).
% 1.28/1.49  ; Feature-vector-row-index has 3,633 nodes (3,663 at peak, 3,753 added, 120 deleted).
% 1.28/1.49  ;  Retrieved 1,429 possibly forward subsuming rows in 786 calls.
% 1.28/1.49  ;  Retrieved 412 possibly backward subsumed rows in 749 calls.
% 1.28/1.49  ; Path-index has 8,448 entries (8,654 at peak, 9,018 added, 570 deleted).
% 1.28/1.49  ; Path-index has 5,629 nodes (5,635 at peak, 5,733 added, 104 deleted).
% 1.28/1.49  ; Trie-index has 8,448 entries (8,654 at peak, 9,018 added, 570 deleted).
% 1.28/1.49  ; Trie-index has 23,670 nodes (24,257 at peak, 25,191 added, 1,521 deleted).
% 1.28/1.49  ; Retrieved 7,915 generalization terms in 28,338 calls.
% 1.28/1.49  ; Retrieved 5,076 instance terms in 5,052 calls.
% 1.28/1.49  ; Retrieved 532,704 unifiable terms in 8,732 calls.
% 1.28/1.49  ; 
% 1.28/1.49  ; The agenda of rows to give has 5174 entries:
% 1.28/1.49  ;     1 with value (4 9)          22 with value (4 22)           3 with value (4 34)
% 1.28/1.49  ;    85 with value (4 11)         14 with value (4 23)           2 with value (4 37)
% 1.28/1.49  ;   127 with value (4 12)         11 with value (4 24)           1 with value (4 43)
% 1.28/1.49  ;   178 with value (4 13)          6 with value (4 25)           1 with value (4 44)
% 1.28/1.49  ;   259 with value (4 14)         10 with value (4 26)           1 with value (4 45)
% 1.28/1.49  ;   221 with value (4 15)          7 with value (4 27)           4 with value (4 46)
% 1.28/1.49  ;   644 with value (4 16)          9 with value (4 28)           2 with value (4 49)
% 1.28/1.49  ;   773 with value (4 17)         13 with value (4 29)           1 with value (4 51)
% 1.28/1.49  ;  1223 with value (4 18)          3 with value (4 30)           1 with value (4 53)
% 1.28/1.49  ;   842 with value (4 19)          2 with value (4 31)           1 with value (4 55)
% 1.28/1.49  ;   434 with value (4 20)          1 with value (4 32)           1 with value (4 59)
% 1.28/1.49  ;   268 with value (4 21)          2 with value (4 33)           1 with value (4 63)
% 1.28/1.49  Evaluation took:
% 1.28/1.49    0.995 seconds of real time
% 1.28/1.49    0.916495 seconds of user run time
% 1.28/1.49    0.079212 seconds of system run time
% 1.28/1.49    [Run times include 0.11 seconds GC run time.]
% 1.28/1.49    0 calls to %EVAL
% 1.28/1.49    0 page faults and
% 1.28/1.49    68,925,512 bytes consed.
% 1.28/1.49  :PROOF-FOUND
% 1.28/1.49  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-10T18:30:49
% 1.28/1.49  :PROOF-FOUND
% 1.28/1.49  * 
%------------------------------------------------------------------------------