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

View Problem - Process Solution

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

% Computer : n007.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:11 EDT 2022

% Result   : Theorem 0.40s 0.57s
% 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(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(13,axiom,
    ( ~ test(X)
    | complement('SKOLEMAAAV1'(X),X) ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE001+1.ax',test_1) ).

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

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

cnf(17,axiom,
    ( ~ complement(X,Y)
    | addition(X,Y) = one ),
    file('/export/starexec/sandbox/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/sandbox/benchmark/Axioms/KLE001+1.ax',test_2) ).

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

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

cnf(23,negated_conjecture,
    'SKOLEMAAAV2' != addition(multiplication('SKOLEMAAAV3','SKOLEMAAAV2'),multiplication(c('SKOLEMAAAV3'),'SKOLEMAAAV2')),
    file('/export/starexec/sandbox/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(96,plain,
    X = addition(multiplication('SKOLEMAAAV1'('SKOLEMAAAV3'),X),multiplication('SKOLEMAAAV3',X)),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[8,74,theory(equality)]),6,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(112,plain,
    X = addition(multiplication(c('SKOLEMAAAV3'),X),multiplication('SKOLEMAAAV3',X)),
    inference('REWRITE',[status(thm)],[96,106,theory(equality)]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : KLE021+1 : TPTP v8.1.0. Released v4.0.0.
% 0.03/0.12  % Command  : run-snark %s %d
% 0.12/0.33  % Computer : n007.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Thu Jun 16 14:58:26 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.44  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.18/0.45  * 
% 0.18/0.45  * 
% 0.18/0.46  #<PACKAGE "SNARK-USER">
% 0.18/0.46  * 
% 0.18/0.46  SNARK-TPTP-OPTIONS
% 0.18/0.46  * 
% 0.18/0.46  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.18/0.46   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.18/0.46   (USE-FACTORING :POS)
% 0.18/0.46   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.18/0.46   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.18/0.46   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.18/0.46   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.18/0.46   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.18/0.46   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.18/0.46   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.18/0.46   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.18/0.46   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.18/0.46   (DECLARE-TPTP-SYMBOLS2))
% 0.18/0.46  * 
% 0.18/0.46  "."
% 0.18/0.46  * 
% 0.18/0.46  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-16T14:58:26
% 0.18/0.46  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n007.cluster.edu at 2022-06-16T14:58:26
% 0.18/0.48  
% 0.18/0.48  ; Recognized commutativity assertion (= (|addition| ?X ?Y) (|addition| ?Y ?X)).
% 0.18/0.48  ; Recognized associativity assertion (= (|addition| ?X (|addition| ?Y ?Z)) (|addition| (|addition| ?X ?Y) ?Z)).
% 0.18/0.48  ; Recognized right identity assertion (= (|addition| ?X |zero|) ?X).
% 0.18/0.48  ; Recognized associativity assertion (= (|multiplication| ?X (|multiplication| ?Y ?Z)) (|multiplication| (|multiplication| ?X ?Y) ?Z)).
% 0.18/0.48  ; Recognized right identity assertion (= (|multiplication| ?X |one|) ?X).
% 0.18/0.48  ; Recognized left identity assertion (= (|multiplication| |one| ?X) ?X).
% 0.18/0.48  ; Declaring addition to be commutative.
% 0.40/0.57  ; Declaring addition to be associative-commutative.
% 0.40/0.57  
% 0.40/0.57  #||
% 0.40/0.57  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.40/0.57  % SZS output start Refutation
% See solution above
% 0.40/0.58  ||#
% 0.40/0.58  
% 0.40/0.58  ; Summary of computation:
% 0.40/0.58  ;       505 formulas have been input or derived (from 47 formulas).
% 0.40/0.58  ;       114 (23%) were retained.  Of these,
% 0.40/0.58  ;           25 (22%) were simplified or subsumed later,
% 0.40/0.58  ;           89 (78%) are still being kept.
% 0.40/0.58  ; 
% 0.40/0.58  ; Run time in seconds:
% 0.40/0.58  ;     0.005   4%   Read assertion file          (1 call)
% 0.40/0.58  ;     0.001   1%   Assert                       (17 calls)
% 0.40/0.58  ;     0.019  17%   Process new row              (445 calls)
% 0.40/0.58  ;     0.002   2%   Resolution                   (92 calls)
% 0.40/0.58  ;     0.009   8%   Paramodulation               (46 calls)
% 0.40/0.58  ;     0.000   0%   Factoring                    (1 call)
% 0.40/0.58  ;     0.000   0%   Embedding                    (15 calls)
% 0.40/0.58  ;     0.019  17%   Condensing                   (93 calls)
% 0.40/0.58  ;     0.002   2%   Forward subsumption          (93 calls)
% 0.40/0.58  ;     0.001   1%   Backward subsumption         (44 calls)
% 0.40/0.58  ;     0.003   3%   Clause clause subsumption    (155 calls)
% 0.40/0.58  ;     0.022  19%   Forward simplification       (423 calls)
% 0.40/0.58  ;     0.001   1%   Backward simplification      (102 calls)
% 0.40/0.58  ;     0.003   3%   Ordering                     (339 calls)
% 0.40/0.58  ;     0.002   2%   Ordering ac                  (37 calls)
% 0.40/0.58  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.40/0.58  ;     0.000   0%   Purity testing               (1 call)
% 0.40/0.58  ;     0.025  22%   Other
% 0.40/0.58  ;     0.114        Total
% 0.40/0.58  ;     0.114        Real time
% 0.40/0.58  ; 
% 0.40/0.58  ; Term-hash-array has 282 terms in all.
% 0.40/0.58  ; Feature-vector-row-index has 39 entries (39 at peak, 44 added, 5 deleted).
% 0.40/0.58  ; Feature-vector-row-index has 136 nodes (138 at peak, 171 added, 35 deleted).
% 0.40/0.58  ;  Retrieved 210 possibly forward subsuming rows in 93 calls.
% 0.40/0.58  ;  Retrieved 20 possibly backward subsumed rows in 44 calls.
% 0.40/0.58  ; Path-index has 240 entries (265 at peak, 290 added, 50 deleted).
% 0.40/0.58  ; Path-index has 260 nodes (277 at peak, 293 added, 33 deleted).
% 0.40/0.58  ; Trie-index has 240 entries (265 at peak, 290 added, 50 deleted).
% 0.40/0.58  ; Trie-index has 247 nodes (273 at peak, 301 added, 54 deleted).
% 0.40/0.58  ; Retrieved 6,761 generalization terms in 2,843 calls.
% 0.40/0.58  ; Retrieved 98 instance terms in 75 calls.
% 0.40/0.58  ; Retrieved 1,558 unifiable terms in 371 calls.
% 0.40/0.58  ; 
% 0.40/0.58  ; The agenda of backward simplifiable rows to process has 4 entries:
% 0.40/0.58  ;     4 with value 0
% 0.40/0.58  ; The agenda of rows to process has 7 entries:
% 0.40/0.58  ;     6 with value 13              1 with value 17
% 0.40/0.58  ; The agenda of rows to give has 49 entries:
% 0.40/0.58  ;     1 with value (4 7)           2 with value (4 17)           2 with value (4 41)
% 0.40/0.58  ;     1 with value (4 9)           1 with value (4 18)           2 with value (4 51)
% 0.40/0.58  ;     8 with value (4 11)          5 with value (4 20)           1 with value (4 59)
% 0.40/0.58  ;     2 with value (4 12)          1 with value (4 21)           1 with value (4 61)
% 0.40/0.58  ;     3 with value (4 13)          6 with value (4 28)           2 with value (4 79)
% 0.40/0.58  ;     2 with value (4 15)          4 with value (4 38)           1 with value (4 107)
% 0.40/0.58  ;     2 with value (4 16)          2 with value (4 39)
% 0.40/0.58  Evaluation took:
% 0.40/0.58    0.115 seconds of real time
% 0.40/0.58    0.106894 seconds of user run time
% 0.40/0.58    0.007796 seconds of system run time
% 0.40/0.58    0 calls to %EVAL
% 0.40/0.58    0 page faults and
% 0.40/0.58    7,452,776 bytes consed.
% 0.40/0.58  :PROOF-FOUND
% 0.40/0.58  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-16T14:58:27
% 0.40/0.58  :PROOF-FOUND
% 0.40/0.58  * 
%------------------------------------------------------------------------------