TSTP Solution File: KLE089+1 by SNARK---20120808r022

View Problem - Process Solution

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

% Computer : n011.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 : Sun Jul 17 02:26:35 EDT 2022

% Result   : Theorem 1.38s 1.55s
% Output   : Refutation 1.38s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   11
% Syntax   : Number of clauses     :   22 (  22 unt;   0 nHn;   7 RR)
%            Number of literals    :   22 (  21 equ;   2 neg)
%            Maximal clause size   :    1 (   1 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   4 con; 0-2 aty)
%            Number of variables   :   22 (   3 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    addition(X,zero) = X,
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',additive_identity) ).

cnf(2,axiom,
    addition(X,X) = X,
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',additive_idempotence) ).

cnf(3,plain,
    addition(X,addition(X,Y)) = addition(X,Y),
    inference('EMBED',[status(thm)],[2]) ).

cnf(4,axiom,
    multiplication(X,multiplication(Y,Z)) = multiplication(multiplication(X,Y),Z),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',multiplicative_associativity) ).

cnf(6,axiom,
    multiplication(one,X) = X,
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',multiplicative_left_identity) ).

cnf(8,axiom,
    multiplication(addition(X,Y),Z) = addition(multiplication(X,Z),multiplication(Y,Z)),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',left_distributivity) ).

cnf(10,axiom,
    multiplication(zero,X) = zero,
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+0.ax',left_annihilation) ).

cnf(13,axiom,
    multiplication(antidomain(X),X) = zero,
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+4.ax',domain1) ).

cnf(16,axiom,
    addition(antidomain(antidomain(X)),antidomain(X)) = one,
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+4.ax',domain3) ).

cnf(17,plain,
    addition(antidomain(antidomain(X)),addition(antidomain(X),Y)) = addition(one,Y),
    inference('EMBED',[status(thm)],[16]) ).

cnf(18,axiom,
    domain(X) = antidomain(antidomain(X)),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+4.ax',domain4) ).

cnf(25,negated_conjecture,
    addition(domain('SKOLEMAAAV1'),antidomain('SKOLEMAAAV2')) = antidomain('SKOLEMAAAV2'),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals) ).

cnf(26,plain,
    addition(antidomain(antidomain('SKOLEMAAAV1')),antidomain('SKOLEMAAAV2')) = antidomain('SKOLEMAAAV2'),
    inference('REWRITE',[status(thm)],[25,18,theory(equality)]) ).

cnf(27,plain,
    addition(antidomain(antidomain('SKOLEMAAAV1')),addition(antidomain('SKOLEMAAAV2'),X)) = addition(antidomain('SKOLEMAAAV2'),X),
    inference('EMBED',[status(thm)],[26]) ).

cnf(28,negated_conjecture,
    multiplication(domain('SKOLEMAAAV1'),'SKOLEMAAAV2') != zero,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals) ).

cnf(29,plain,
    multiplication(antidomain(antidomain('SKOLEMAAAV1')),'SKOLEMAAAV2') != zero,
    inference('REWRITE',[status(thm)],[28,18,theory(equality)]) ).

cnf(40,plain,
    addition(one,antidomain(X)) = one,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[3,17,theory(equality)]),16,theory(equality)]) ).

cnf(61,plain,
    addition(antidomain('SKOLEMAAAV2'),antidomain('SKOLEMAAAV1')) = one,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[17,27,theory(equality)]),40,theory(equality)]) ).

cnf(71,plain,
    multiplication(antidomain(X),multiplication(X,Y)) = zero,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[4,13,theory(equality)]),10,theory(equality)]) ).

cnf(219,plain,
    X = addition(multiplication(antidomain('SKOLEMAAAV2'),X),multiplication(antidomain('SKOLEMAAAV1'),X)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[8,61,theory(equality)]),6,theory(equality)]) ).

cnf(913,plain,
    'SKOLEMAAAV2' = multiplication(antidomain('SKOLEMAAAV1'),'SKOLEMAAAV2'),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[219,13,theory(equality)]),1,theory(equality)]) ).

cnf(935,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[71,913,theory(equality)]),29]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : KLE089+1 : TPTP v8.1.0. Released v4.0.0.
% 0.12/0.13  % Command  : run-snark %s %d
% 0.13/0.34  % Computer : n011.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Thu Jun 16 09:59:21 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.20/0.45  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.46  * 
% 0.20/0.46  * 
% 0.20/0.47  #<PACKAGE "SNARK-USER">
% 0.20/0.47  * 
% 0.20/0.47  SNARK-TPTP-OPTIONS
% 0.20/0.47  * 
% 0.20/0.47  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.20/0.47   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.20/0.47   (USE-FACTORING :POS)
% 0.20/0.47   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.20/0.47   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.20/0.47   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.20/0.47   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.20/0.47   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.20/0.47   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.20/0.47   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.20/0.47   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.20/0.47   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.20/0.47   (DECLARE-TPTP-SYMBOLS2))
% 0.20/0.47  * 
% 0.20/0.47  "."
% 0.20/0.47  * 
% 0.20/0.47  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-16T09:59:21
% 0.20/0.47  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n011.cluster.edu at 2022-06-16T09:59:21
% 0.20/0.48  
% 0.20/0.48  ; Recognized commutativity assertion (= (|addition| ?X ?Y) (|addition| ?Y ?X)).
% 0.20/0.48  ; Recognized associativity assertion (= (|addition| ?X (|addition| ?Y ?Z)) (|addition| (|addition| ?X ?Y) ?Z)).
% 0.20/0.48  ; Recognized right identity assertion (= (|addition| ?X |zero|) ?X).
% 0.20/0.48  ; Recognized associativity assertion (= (|multiplication| ?X (|multiplication| ?Y ?Z)) (|multiplication| (|multiplication| ?X ?Y) ?Z)).
% 0.20/0.48  ; Recognized right identity assertion (= (|multiplication| ?X |one|) ?X).
% 0.20/0.48  ; Recognized left identity assertion (= (|multiplication| |one| ?X) ?X).
% 0.20/0.48  ; Recognized possible left inverse assertion (= (|multiplication| (|antidomain| ?X) ?X) |zero|).
% 0.20/0.49  ; Recognized possible right inverse assertion (= (|multiplication| ?X (|coantidomain| ?X)) |zero|).
% 0.20/0.49  ; Declaring addition to be commutative.
% 1.38/1.55  ; Declaring addition to be associative-commutative.
% 1.38/1.55  
% 1.38/1.55  #||
% 1.38/1.55  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 1.38/1.55  % SZS output start Refutation
% See solution above
% 1.38/1.55  ||#
% 1.38/1.55  
% 1.38/1.55  ; Summary of computation:
% 1.38/1.55  ;      6523 formulas have been input or derived (from 120 formulas).
% 1.38/1.55  ;       935 (14%) were retained.  Of these,
% 1.38/1.55  ;           34 ( 4%) were simplified or subsumed later,
% 1.38/1.55  ;          901 (96%) are still being kept.
% 1.38/1.55  ; 
% 1.38/1.55  ; Run time in seconds excluding printing time:
% 1.38/1.55  ;     0.005   0%   Read assertion file          (1 call)
% 1.38/1.55  ;     0.001   0%   Assert                       (21 calls)
% 1.38/1.55  ;     0.092   9%   Process new row              (6,187 calls)
% 1.38/1.55  ;     0.016   1%   Resolution                   (238 calls)
% 1.38/1.55  ;     0.087   8%   Paramodulation               (119 calls)
% 1.38/1.55  ;     0.000   0%   Embedding                    (138 calls)
% 1.38/1.55  ;     0.019   2%   Condensing                   (468 calls)
% 1.38/1.55  ;     0.022   2%   Forward subsumption          (468 calls)
% 1.38/1.55  ;     0.009   1%   Backward subsumption         (143 calls)
% 1.38/1.55  ;     0.010   1%   Clause clause subsumption    (1,266 calls)
% 1.38/1.55  ;     0.733  68%   Forward simplification       (6,029 calls)
% 1.38/1.55  ;     0.026   2%   Backward simplification      (798 calls)
% 1.38/1.55  ;     0.017   2%   Ordering                     (4,377 calls)
% 1.38/1.55  ;     0.002   0%   Ordering ac                  (869 calls)
% 1.38/1.55  ;     0.000   0%   Sortal reasoning             (32 calls)
% 1.38/1.55  ;     0.000   0%   Purity testing               (1 call)
% 1.38/1.55  ;     0.038   4%   Other
% 1.38/1.55  ;     1.077        Total
% 1.38/1.55  ;     1.081        Real time
% 1.38/1.55  ; 
% 1.38/1.55  ; Term-hash-array has 2,091 terms in all.
% 1.38/1.55  ; Feature-vector-row-index has 143 entries (143 at peak, 143 added, 0 deleted).
% 1.38/1.55  ; Feature-vector-row-index has 1,059 nodes (1,059 at peak, 1,059 added, 0 deleted).
% 1.38/1.55  ;  Retrieved 1,802 possibly forward subsuming rows in 468 calls.
% 1.38/1.55  ;  Retrieved 66 possibly backward subsumed rows in 143 calls.
% 1.38/1.55  ; Path-index has 2,006 entries (2,006 at peak, 2,107 added, 101 deleted).
% 1.38/1.55  ; Path-index has 1,534 nodes (1,534 at peak, 1,594 added, 60 deleted).
% 1.38/1.55  ; Trie-index has 2,006 entries (2,006 at peak, 2,107 added, 101 deleted).
% 1.38/1.55  ; Trie-index has 1,900 nodes (1,900 at peak, 2,022 added, 122 deleted).
% 1.38/1.55  ; Retrieved 1,144,506 generalization terms in 41,745 calls.
% 1.38/1.55  ; Retrieved 1,533 instance terms in 672 calls.
% 1.38/1.55  ; Retrieved 17,264 unifiable terms in 812 calls.
% 1.38/1.55  ; 
% 1.38/1.55  ; The agenda of rows to process has 9 entries:
% 1.38/1.55  ;     2 with value 16              1 with value 19               1 with value 28
% 1.38/1.55  ;     1 with value 17              1 with value 20               1 with value 29
% 1.38/1.55  ;     2 with value 18
% 1.38/1.55  ; The agenda of rows to give has 785 entries:
% 1.38/1.55  ;     1 with value (4 12)         44 with value (4 25)           5 with value (4 35)
% 1.38/1.55  ;     2 with value (4 16)         33 with value (4 26)           4 with value (4 36)
% 1.38/1.55  ;    36 with value (4 17)         36 with value (4 27)           4 with value (4 38)
% 1.38/1.55  ;    61 with value (4 18)         38 with value (4 28)           2 with value (4 39)
% 1.38/1.55  ;    75 with value (4 19)         11 with value (4 29)           4 with value (4 40)
% 1.38/1.55  ;    77 with value (4 20)         27 with value (4 30)           4 with value (4 42)
% 1.38/1.55  ;    73 with value (4 21)         23 with value (4 31)           2 with value (4 44)
% 1.38/1.55  ;    58 with value (4 22)         40 with value (4 32)           2 with value (4 45)
% 1.38/1.55  ;    41 with value (4 23)         14 with value (4 33)           2 with value (4 47)
% 1.38/1.55  ;    39 with value (4 24)         25 with value (4 34)           2 with value (4 48)
% 1.38/1.55  Evaluation took:
% 1.38/1.55    1.081 seconds of real time
% 1.38/1.55    1.028749 seconds of user run time
% 1.38/1.55    0.052278 seconds of system run time
% 1.38/1.55    [Run times include 0.035 seconds GC run time.]
% 1.38/1.55    0 calls to %EVAL
% 1.38/1.55    0 page faults and
% 1.38/1.55    83,301,600 bytes consed.
% 1.38/1.55  :PROOF-FOUND
% 1.38/1.55  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-16T09:59:22
% 1.38/1.55  :PROOF-FOUND
% 1.38/1.55  * 
%------------------------------------------------------------------------------