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

View Problem - Process Solution

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

% Computer : n009.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:12 EDT 2022

% Result   : Theorem 0.40s 0.61s
% Output   : Refutation 0.40s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   10
% Syntax   : Number of clauses     :   19 (  13 unt;   0 nHn;  15 RR)
%            Number of literals    :   28 (  16 equ;  10 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    4 (   1 avg)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   4 con; 0-2 aty)
%            Number of variables   :   17 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(5,axiom,
    multiplication(X,one) = X,
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+0.ax',multiplicative_right_identity) ).

cnf(7,axiom,
    multiplication(X,addition(Y,Z)) = addition(multiplication(X,Y),multiplication(X,Z)),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+0.ax',right_distributivity) ).

cnf(13,axiom,
    ( ~ test(X)
    | complement('SKOLEMAAAV1'(X),X) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+1.ax',test_1) ).

cnf(15,axiom,
    ( ~ complement(X,Y)
    | multiplication(Y,X) = zero ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+1.ax',test_2) ).

cnf(16,axiom,
    ( ~ complement(X,Y)
    | multiplication(X,Y) = zero ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+1.ax',test_2) ).

cnf(17,axiom,
    ( ~ complement(X,Y)
    | addition(X,Y) = one ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+1.ax',test_2) ).

cnf(18,axiom,
    ( complement(X,Y)
    | multiplication(Y,X) != zero
    | multiplication(X,Y) != zero
    | addition(X,Y) != one ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+1.ax',test_2) ).

cnf(20,axiom,
    ( ~ test(X)
    | c(X) = Y
    | ~ complement(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+1.ax',test_3) ).

cnf(22,negated_conjecture,
    test('SKOLEMAAAV3'),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals) ).

cnf(23,negated_conjecture,
    'SKOLEMAAAV2' != addition(multiplication('SKOLEMAAAV2','SKOLEMAAAV3'),multiplication('SKOLEMAAAV2',c('SKOLEMAAAV3'))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals) ).

cnf(24,plain,
    complement('SKOLEMAAAV1'('SKOLEMAAAV3'),'SKOLEMAAAV3'),
    inference('HYPERRESOLVE',[status(thm)],[13,22]) ).

cnf(74,plain,
    addition('SKOLEMAAAV1'('SKOLEMAAAV3'),'SKOLEMAAAV3') = one,
    inference('HYPERRESOLVE',[status(thm)],[17,24]) ).

cnf(76,plain,
    multiplication('SKOLEMAAAV1'('SKOLEMAAAV3'),'SKOLEMAAAV3') = zero,
    inference('HYPERRESOLVE',[status(thm)],[16,24]) ).

cnf(77,plain,
    multiplication('SKOLEMAAAV3','SKOLEMAAAV1'('SKOLEMAAAV3')) = zero,
    inference('HYPERRESOLVE',[status(thm)],[15,24]) ).

cnf(98,plain,
    X = addition(multiplication(X,'SKOLEMAAAV1'('SKOLEMAAAV3')),multiplication(X,'SKOLEMAAAV3')),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[7,74,theory(equality)]),5,theory(equality)]) ).

cnf(100,plain,
    complement('SKOLEMAAAV3','SKOLEMAAAV1'('SKOLEMAAAV3')),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[18,74,theory(equality)]),77,76,theory(equality)]) ).

cnf(106,plain,
    c('SKOLEMAAAV3') = 'SKOLEMAAAV1'('SKOLEMAAAV3'),
    inference('HYPERRESOLVE',[status(thm)],[20,100,22]) ).

cnf(114,plain,
    X = addition(multiplication(X,c('SKOLEMAAAV3')),multiplication(X,'SKOLEMAAAV3')),
    inference('REWRITE',[status(thm)],[98,106,theory(equality)]) ).

cnf(116,plain,
    $false,
    inference('REWRITE',[status(thm)],[23,114,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.13  % Problem  : KLE022+1 : TPTP v8.1.0. Released v4.0.0.
% 0.03/0.14  % Command  : run-snark %s %d
% 0.13/0.35  % Computer : n009.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 600
% 0.13/0.35  % DateTime : Thu Jun 16 16:16:53 EDT 2022
% 0.13/0.36  % CPUTime  : 
% 0.21/0.48  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.21/0.49  * 
% 0.21/0.49  * 
% 0.21/0.50  #<PACKAGE "SNARK-USER">
% 0.21/0.50  * 
% 0.21/0.50  SNARK-TPTP-OPTIONS
% 0.21/0.50  * 
% 0.21/0.50  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.21/0.50   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.21/0.50   (USE-FACTORING :POS)
% 0.21/0.50   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.21/0.50   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.21/0.50   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.21/0.50   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.21/0.50   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.21/0.50   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.21/0.50   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.21/0.50   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.21/0.50   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.21/0.50   (DECLARE-TPTP-SYMBOLS2))
% 0.21/0.50  * 
% 0.21/0.50  "."
% 0.21/0.50  * 
% 0.21/0.50  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-16T16:16:53
% 0.21/0.50  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n009.cluster.edu at 2022-06-16T16:16:53
% 0.21/0.51  
% 0.21/0.51  ; Recognized commutativity assertion (= (|addition| ?X ?Y) (|addition| ?Y ?X)).
% 0.21/0.51  ; Recognized associativity assertion (= (|addition| ?X (|addition| ?Y ?Z)) (|addition| (|addition| ?X ?Y) ?Z)).
% 0.21/0.51  ; Recognized right identity assertion (= (|addition| ?X |zero|) ?X).
% 0.21/0.51  ; Recognized associativity assertion (= (|multiplication| ?X (|multiplication| ?Y ?Z)) (|multiplication| (|multiplication| ?X ?Y) ?Z)).
% 0.21/0.51  ; Recognized right identity assertion (= (|multiplication| ?X |one|) ?X).
% 0.21/0.52  ; Recognized left identity assertion (= (|multiplication| |one| ?X) ?X).
% 0.21/0.52  ; Declaring addition to be commutative.
% 0.40/0.61  ; Declaring addition to be associative-commutative.
% 0.40/0.61  
% 0.40/0.61  #||
% 0.40/0.61  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.40/0.61  % SZS output start Refutation
% See solution above
% 0.40/0.62  ||#
% 0.40/0.62  
% 0.40/0.62  ; Summary of computation:
% 0.40/0.62  ;       506 formulas have been input or derived (from 47 formulas).
% 0.40/0.62  ;       116 (23%) were retained.  Of these,
% 0.40/0.62  ;           25 (22%) were simplified or subsumed later,
% 0.40/0.62  ;           91 (78%) are still being kept.
% 0.40/0.62  ; 
% 0.40/0.62  ; Run time in seconds excluding printing time:
% 0.40/0.62  ;     0.005   4%   Read assertion file          (1 call)
% 0.40/0.62  ;     0.001   1%   Assert                       (17 calls)
% 0.40/0.62  ;     0.010   9%   Process new row              (447 calls)
% 0.40/0.62  ;     0.004   3%   Resolution                   (92 calls)
% 0.40/0.62  ;     0.008   7%   Paramodulation               (46 calls)
% 0.40/0.62  ;     0.000   0%   Factoring                    (1 call)
% 0.40/0.62  ;     0.002   2%   Embedding                    (16 calls)
% 0.40/0.62  ;     0.022  19%   Condensing                   (93 calls)
% 0.40/0.62  ;     0.005   4%   Forward subsumption          (93 calls)
% 0.40/0.62  ;     0.001   1%   Backward subsumption         (44 calls)
% 0.40/0.62  ;     0.002   2%   Clause clause subsumption    (155 calls)
% 0.40/0.62  ;     0.027  23%   Forward simplification       (424 calls)
% 0.40/0.62  ;     0.001   1%   Backward simplification      (103 calls)
% 0.40/0.62  ;     0.002   2%   Ordering                     (341 calls)
% 0.40/0.62  ;     0.000   0%   Ordering ac                  (37 calls)
% 0.40/0.62  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.40/0.62  ;     0.000   0%   Purity testing               (1 call)
% 0.40/0.62  ;     0.026  22%   Other
% 0.40/0.62  ;     0.116        Total
% 0.40/0.62  ;     0.118        Real time
% 0.40/0.62  ; 
% 0.40/0.62  ; Term-hash-array has 287 terms in all.
% 0.40/0.62  ; Feature-vector-row-index has 39 entries (39 at peak, 44 added, 5 deleted).
% 0.40/0.62  ; Feature-vector-row-index has 136 nodes (138 at peak, 171 added, 35 deleted).
% 0.40/0.62  ;  Retrieved 210 possibly forward subsuming rows in 93 calls.
% 0.40/0.62  ;  Retrieved 20 possibly backward subsumed rows in 44 calls.
% 0.40/0.62  ; Path-index has 246 entries (265 at peak, 296 added, 50 deleted).
% 0.40/0.62  ; Path-index has 266 nodes (277 at peak, 299 added, 33 deleted).
% 0.40/0.62  ; Trie-index has 246 entries (265 at peak, 296 added, 50 deleted).
% 0.40/0.62  ; Trie-index has 250 nodes (275 at peak, 306 added, 56 deleted).
% 0.40/0.62  ; Retrieved 6,772 generalization terms in 2,848 calls.
% 0.40/0.62  ; Retrieved 99 instance terms in 76 calls.
% 0.40/0.62  ; Retrieved 1,558 unifiable terms in 371 calls.
% 0.40/0.62  ; 
% 0.40/0.62  ; The agenda of backward simplifiable rows to process has 3 entries:
% 0.40/0.62  ;     3 with value 0
% 0.40/0.62  ; The agenda of rows to process has 7 entries:
% 0.40/0.62  ;     6 with value 13              1 with value 17
% 0.40/0.62  ; The agenda of rows to give has 51 entries:
% 0.40/0.62  ;     1 with value (4 7)           4 with value (4 17)           2 with value (4 41)
% 0.40/0.62  ;     1 with value (4 9)           1 with value (4 18)           2 with value (4 51)
% 0.40/0.62  ;     8 with value (4 11)          5 with value (4 20)           1 with value (4 59)
% 0.40/0.62  ;     2 with value (4 12)          1 with value (4 21)           1 with value (4 61)
% 0.40/0.62  ;     3 with value (4 13)          6 with value (4 28)           2 with value (4 79)
% 0.40/0.62  ;     2 with value (4 15)          4 with value (4 38)           1 with value (4 107)
% 0.40/0.62  ;     2 with value (4 16)          2 with value (4 39)
% 0.40/0.62  Evaluation took:
% 0.40/0.62    0.119 seconds of real time
% 0.40/0.62    0.10796 seconds of user run time
% 0.40/0.62    0.010339 seconds of system run time
% 0.40/0.62    0 calls to %EVAL
% 0.40/0.62    0 page faults and
% 0.40/0.62    7,472,776 bytes consed.
% 0.40/0.62  :PROOF-FOUND
% 0.40/0.62  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-16T16:16:53
% 0.40/0.62  :PROOF-FOUND
% 0.40/0.62  * 
%------------------------------------------------------------------------------