TSTP Solution File: CAT006-1 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : CAT006-1 : TPTP v8.1.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n029.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 : Fri Jul 15 00:07:07 EDT 2022

% Result   : Unsatisfiable 0.37s 0.55s
% Output   : Refutation 0.37s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    9
% Syntax   : Number of clauses     :   13 (   9 unt;   0 nHn;  11 RR)
%            Number of literals    :   21 (   2 equ;   9 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    5 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :    3 (   3 usr;   2 con; 0-1 aty)
%            Number of variables   :   14 (   2 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(category_theory_axiom3,axiom,
    ( ~ product(X,Y,Z)
    | ~ defined(U,Z)
    | defined(U,X) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CAT001-0.ax',category_theory_axiom3) ).

cnf(codomain_is_an_identity_map,axiom,
    identity_map(codomain(X)),
    file('/export/starexec/sandbox/benchmark/Axioms/CAT001-0.ax',codomain_is_an_identity_map) ).

cnf(product_on_codomain,axiom,
    product(codomain(X),X,X),
    file('/export/starexec/sandbox/benchmark/Axioms/CAT001-0.ax',product_on_codomain) ).

cnf(identity1,axiom,
    ( ~ defined(X,Y)
    | ~ identity_map(X)
    | product(X,Y,Y) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CAT001-0.ax',identity1) ).

cnf(identity2,axiom,
    ( ~ defined(X,Y)
    | ~ identity_map(Y)
    | product(X,Y,X) ),
    file('/export/starexec/sandbox/benchmark/Axioms/CAT001-0.ax',identity2) ).

cnf(composition_is_well_defined,axiom,
    ( ~ product(X,Y,Z)
    | ~ product(X,Y,U)
    | Z = U ),
    file('/export/starexec/sandbox/benchmark/Axioms/CAT001-0.ax',composition_is_well_defined) ).

cnf(ha_defined,hypothesis,
    defined(h,a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ha_defined) ).

cnf(h_is_the_identity_map,hypothesis,
    identity_map(h),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',h_is_the_identity_map) ).

cnf(prove_codomain_of_a_is_h,negated_conjecture,
    codomain(a) != h,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_codomain_of_a_is_h) ).

cnf(35,plain,
    defined(h,codomain(a)),
    inference('HYPERRESOLVE',[status(thm)],[category_theory_axiom3,product_on_codomain,ha_defined]) ).

cnf(62,plain,
    product(h,codomain(a),h),
    inference('HYPERRESOLVE',[status(thm)],[identity2,35,codomain_is_an_identity_map]) ).

cnf(64,plain,
    product(h,codomain(a),codomain(a)),
    inference('HYPERRESOLVE',[status(thm)],[identity1,35,h_is_the_identity_map]) ).

cnf(147,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[composition_is_well_defined,62,prove_codomain_of_a_is_h]),64]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem  : CAT006-1 : TPTP v8.1.0. Released v1.0.0.
% 0.08/0.13  % Command  : run-snark %s %d
% 0.12/0.34  % Computer : n029.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Sun May 29 19:05:13 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.19/0.45  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.19/0.46  * 
% 0.19/0.46  * 
% 0.19/0.47  #<PACKAGE "SNARK-USER">
% 0.19/0.47  * 
% 0.19/0.47  SNARK-TPTP-OPTIONS
% 0.19/0.47  * 
% 0.19/0.47  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.19/0.47   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.19/0.47   (USE-FACTORING :POS)
% 0.19/0.47   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.19/0.47   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.19/0.47   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.19/0.47   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.19/0.47   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.19/0.47   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.19/0.47   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.19/0.47   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.19/0.47   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.19/0.47   (DECLARE-TPTP-SYMBOLS2))
% 0.19/0.47  * 
% 0.19/0.47  "."
% 0.19/0.47  * 
% 0.19/0.47  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-05-29T19:05:13
% 0.19/0.47  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n029.cluster.edu at 2022-05-29T19:05:13
% 0.19/0.48  
% 0.19/0.48  ; Recognized possible associativity assertion (OR (NOT (|product| ?X ?Y ?Z)) (NOT (|product| ?Z ?U ?V)) (NOT (|product| ?Y ?U ?W)) (|product| ?X ?W ?V)).
% 0.19/0.48  ; Recognized possible associativity assertion (OR (NOT (|product| ?X ?Y ?Z)) (NOT (|product| ?U ?Z ?V)) (NOT (|product| ?U ?X ?W)) (|product| ?W ?Y ?V)).
% 0.37/0.55  ; Recognized relation functionality assertion (OR (NOT (|product| ?X ?Y ?Z)) (NOT (|product| ?X ?Y ?U)) (= ?Z ?U)).
% 0.37/0.55  
% 0.37/0.55  #||
% 0.37/0.55  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.37/0.55  % SZS output start Refutation
% See solution above
% 0.37/0.55  ||#
% 0.37/0.55  
% 0.37/0.55  ; Summary of computation:
% 0.37/0.55  ;       924 formulas have been input or derived (from 42 formulas).
% 0.37/0.55  ;       147 (16%) were retained.  Of these,
% 0.37/0.55  ;           29 (20%) were simplified or subsumed later,
% 0.37/0.55  ;          118 (80%) are still being kept.
% 0.37/0.55  ; 
% 0.37/0.55  ; Run time in seconds excluding printing time:
% 0.37/0.55  ;     0.004   5%   Read assertion file          (1 call)
% 0.37/0.55  ;     0.000   0%   Assert                       (21 calls)
% 0.37/0.55  ;     0.008  10%   Process new row              (747 calls)
% 0.37/0.55  ;     0.026  32%   Resolution                   (82 calls)
% 0.37/0.55  ;     0.000   0%   Paramodulation               (41 calls)
% 0.37/0.55  ;     0.000   0%   Condensing                   (12 calls)
% 0.37/0.55  ;     0.001   1%   Forward subsumption          (12 calls)
% 0.37/0.55  ;     0.000   0%   Backward subsumption         (12 calls)
% 0.37/0.55  ;     0.000   0%   Clause clause subsumption    (16 calls)
% 0.37/0.55  ;     0.006   8%   Forward simplification       (609 calls)
% 0.37/0.55  ;     0.004   5%   Backward simplification      (147 calls)
% 0.37/0.55  ;     0.000   0%   Ordering                     (16 calls)
% 0.37/0.55  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.37/0.55  ;     0.000   0%   Purity testing               (1 call)
% 0.37/0.55  ;     0.031  39%   Other
% 0.37/0.55  ;     0.080        Total
% 0.37/0.55  ;     0.082        Real time
% 0.37/0.55  ; 
% 0.37/0.55  ; Term-hash-array has 210 terms in all.
% 0.37/0.55  ; Feature-vector-row-index has 12 entries (12 at peak, 12 added, 0 deleted).
% 0.37/0.55  ; Feature-vector-row-index has 18 nodes (18 at peak, 18 added, 0 deleted).
% 0.37/0.55  ;  Retrieved 11 possibly forward subsuming rows in 12 calls.
% 0.37/0.55  ;  Retrieved 5 possibly backward subsumed rows in 12 calls.
% 0.37/0.55  ; Path-index has 176 entries (176 at peak, 212 added, 36 deleted).
% 0.37/0.55  ; Path-index has 291 nodes (291 at peak, 317 added, 26 deleted).
% 0.37/0.55  ; Trie-index has 176 entries (176 at peak, 212 added, 36 deleted).
% 0.37/0.55  ; Trie-index has 475 nodes (475 at peak, 555 added, 80 deleted).
% 0.37/0.55  ; Retrieved 960 generalization terms in 953 calls.
% 0.37/0.55  ; Retrieved 139 instance terms in 134 calls.
% 0.37/0.55  ; Retrieved 16,921 unifiable terms in 2,486 calls.
% 0.37/0.55  ; 
% 0.37/0.55  ; The agenda of rows to process has 11 entries:
% 0.37/0.55  ;     5 with value 11              6 with value 12
% 0.37/0.55  ; The agenda of rows to give has 82 entries:
% 0.37/0.55  ;     1 with value (4 9)          12 with value (4 12)          10 with value (4 15)
% 0.37/0.55  ;     6 with value (4 10)          7 with value (4 13)           4 with value (4 16)
% 0.37/0.55  ;    17 with value (4 11)         17 with value (4 14)           8 with value (4 17)
% 0.37/0.55  Evaluation took:
% 0.37/0.55    0.082 seconds of real time
% 0.37/0.55    0.073273 seconds of user run time
% 0.37/0.55    0.009148 seconds of system run time
% 0.37/0.55    0 calls to %EVAL
% 0.37/0.55    0 page faults and
% 0.37/0.55    4,250,472 bytes consed.
% 0.37/0.55  :PROOF-FOUND
% 0.37/0.55  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-05-29T19:05:13
% 0.37/0.55  :PROOF-FOUND
% 0.37/0.55  * 
%------------------------------------------------------------------------------