TSTP Solution File: PUZ133+2 by SNARK---20120808r022

View Problem - Process Solution

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

% Computer : n021.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 : Mon Jul 18 18:26:55 EDT 2022

% Result   : Theorem 0.65s 0.82s
% Output   : Refutation 0.65s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   20
% Syntax   : Number of clauses     :   44 (  23 unt;   9 nHn;  41 RR)
%            Number of literals    :   94 (  31 equ;  48 neg)
%            Maximal clause size   :    6 (   2 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :    5 (   3 usr;   3 prp; 0-2 aty)
%            Number of functors    :   10 (  10 usr;   4 con; 0-2 aty)
%            Number of variables   :   33 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ( ~ queens_p
    | ~ le(s(n0),X)
    | ~ le(X,n)
    | ~ le(s(X),Y)
    | ~ le(Y,n)
    | p(X) != p(Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',queens_p) ).

cnf(2,axiom,
    ( ~ queens_p
    | ~ le(s(n0),X)
    | ~ le(X,n)
    | ~ le(s(X),Y)
    | ~ le(Y,n)
    | plus(p(X),X) != plus(p(Y),Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',queens_p) ).

cnf(3,axiom,
    ( ~ queens_p
    | ~ le(s(n0),X)
    | ~ le(X,n)
    | ~ le(s(X),Y)
    | ~ le(Y,n)
    | minus(p(X),X) != minus(p(Y),Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',queens_p) ).

cnf(5,axiom,
    ( le(s(n0),'SKOLEMAAAV1')
    | queens_q ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',queens_q) ).

cnf(6,axiom,
    ( le('SKOLEMAAAV1',n)
    | queens_q ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',queens_q) ).

cnf(7,axiom,
    ( le(s('SKOLEMAAAV1'),'SKOLEMAAAV2')
    | queens_q ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',queens_q) ).

cnf(8,axiom,
    ( le('SKOLEMAAAV2',n)
    | queens_q ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',queens_q) ).

cnf(9,axiom,
    ( ~ le(s('SKOLEMAAAV1'),'SKOLEMAAAV2')
    | le(s(perm('SKOLEMAAAV2')),perm('SKOLEMAAAV1'))
    | queens_q ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',queens_q) ).

cnf(10,axiom,
    ( q('SKOLEMAAAV1') = q('SKOLEMAAAV2')
    | plus(q('SKOLEMAAAV1'),'SKOLEMAAAV1') = plus(q('SKOLEMAAAV2'),'SKOLEMAAAV2')
    | minus(q('SKOLEMAAAV1'),'SKOLEMAAAV1') = minus(q('SKOLEMAAAV2'),'SKOLEMAAAV2')
    | queens_q ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',queens_q) ).

cnf(11,negated_conjecture,
    queens_p,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',queens_sym) ).

cnf(12,negated_conjecture,
    q(X) = p(perm(X)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',queens_sym) ).

cnf(13,negated_conjecture,
    ~ queens_q,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',queens_sym) ).

cnf(14,axiom,
    ( ~ le(s(n0),X)
    | ~ le(X,n)
    | le(s(n0),perm(X)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',permutation_range) ).

cnf(15,axiom,
    ( ~ le(s(n0),X)
    | ~ le(X,n)
    | le(perm(X),n) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',permutation_range) ).

cnf(16,axiom,
    minus(X,Y) = minus(perm(Y),perm(X)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',permutation_another_one) ).

cnf(17,axiom,
    ( ~ le(X,Y)
    | ~ le(Y,Z)
    | le(X,Z) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',le_trans) ).

cnf(18,axiom,
    le(X,s(X)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',succ_le) ).

cnf(19,axiom,
    ( plus(X,Y) != plus(Z,U)
    | minus(X,Z) = minus(U,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',plus1) ).

cnf(20,axiom,
    ( plus(X,Y) = plus(Z,U)
    | minus(X,Z) != minus(U,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',plus1) ).

cnf(21,axiom,
    ( minus(X,Y) != minus(Z,U)
    | minus(X,Z) = minus(Y,U) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',minus1) ).

cnf(22,plain,
    le(s(n0),'SKOLEMAAAV1'),
    inference('REWRITE',[status(thm)],[5,13]) ).

cnf(23,plain,
    le('SKOLEMAAAV1',n),
    inference('REWRITE',[status(thm)],[6,13]) ).

cnf(24,plain,
    le(s('SKOLEMAAAV1'),'SKOLEMAAAV2'),
    inference('REWRITE',[status(thm)],[7,13]) ).

cnf(25,plain,
    le('SKOLEMAAAV2',n),
    inference('REWRITE',[status(thm)],[8,13]) ).

cnf(26,plain,
    le(s(perm('SKOLEMAAAV2')),perm('SKOLEMAAAV1')),
    inference('REWRITE',[status(thm)],[9,24,13]) ).

cnf(27,plain,
    ( p(perm('SKOLEMAAAV1')) = p(perm('SKOLEMAAAV2'))
    | plus(p(perm('SKOLEMAAAV1')),'SKOLEMAAAV1') = plus(p(perm('SKOLEMAAAV2')),'SKOLEMAAAV2')
    | minus(p(perm('SKOLEMAAAV1')),'SKOLEMAAAV1') = minus(p(perm('SKOLEMAAAV2')),'SKOLEMAAAV2') ),
    inference('REWRITE',[status(thm)],[10,13,12,theory(equality)]) ).

cnf(28,plain,
    ( ~ le(s(n0),X)
    | ~ le(X,n)
    | ~ le(s(X),Y)
    | ~ le(Y,n)
    | p(X) != p(Y) ),
    inference('REWRITE',[status(thm)],[1,11]) ).

cnf(29,plain,
    ( ~ le(s(n0),X)
    | ~ le(X,n)
    | ~ le(s(X),Y)
    | ~ le(Y,n)
    | plus(p(X),X) != plus(p(Y),Y) ),
    inference('REWRITE',[status(thm)],[2,11]) ).

cnf(30,plain,
    ( ~ le(s(n0),X)
    | ~ le(X,n)
    | ~ le(s(X),Y)
    | ~ le(Y,n)
    | minus(p(X),X) != minus(p(Y),Y) ),
    inference('REWRITE',[status(thm)],[3,11]) ).

cnf(31,plain,
    le('SKOLEMAAAV1','SKOLEMAAAV2'),
    inference('HYPERRESOLVE',[status(thm)],[17,18,24]) ).

cnf(39,plain,
    le(perm('SKOLEMAAAV2'),perm('SKOLEMAAAV1')),
    inference('HYPERRESOLVE',[status(thm)],[17,18,26]) ).

cnf(42,plain,
    le(perm('SKOLEMAAAV1'),n),
    inference('HYPERRESOLVE',[status(thm)],[15,22,23]) ).

cnf(60,plain,
    ( p(perm('SKOLEMAAAV1')) = p(perm('SKOLEMAAAV2'))
    | minus(p(perm('SKOLEMAAAV1')),'SKOLEMAAAV1') = minus(p(perm('SKOLEMAAAV2')),'SKOLEMAAAV2')
    | minus(p(perm('SKOLEMAAAV2')),p(perm('SKOLEMAAAV1'))) = minus('SKOLEMAAAV1','SKOLEMAAAV2') ),
    inference('HYPERRESOLVE',[status(thm)],[19,27]) ).

cnf(64,plain,
    le(s(n0),'SKOLEMAAAV2'),
    inference('HYPERRESOLVE',[status(thm)],[17,31,22]) ).

cnf(97,plain,
    le(perm('SKOLEMAAAV2'),n),
    inference('HYPERRESOLVE',[status(thm)],[17,39,42]) ).

cnf(107,plain,
    le(s(n0),perm('SKOLEMAAAV2')),
    inference('HYPERRESOLVE',[status(thm)],[14,64,25]) ).

cnf(185,plain,
    p(perm('SKOLEMAAAV1')) != p(perm('SKOLEMAAAV2')),
    inference('UR-RESOLVE',[status(thm)],[28,107,97,26,42]) ).

cnf(188,plain,
    ( minus(p(perm('SKOLEMAAAV1')),'SKOLEMAAAV1') = minus(p(perm('SKOLEMAAAV2')),'SKOLEMAAAV2')
    | minus(p(perm('SKOLEMAAAV2')),p(perm('SKOLEMAAAV1'))) = minus('SKOLEMAAAV1','SKOLEMAAAV2') ),
    inference('REWRITE',[status(thm)],[60,185]) ).

cnf(194,plain,
    minus(p(perm('SKOLEMAAAV2')),perm('SKOLEMAAAV2')) != minus(p(perm('SKOLEMAAAV1')),perm('SKOLEMAAAV1')),
    inference('UR-RESOLVE',[status(thm)],[30,107,97,26,42]) ).

cnf(195,plain,
    plus(p(perm('SKOLEMAAAV2')),perm('SKOLEMAAAV2')) != plus(p(perm('SKOLEMAAAV1')),perm('SKOLEMAAAV1')),
    inference('UR-RESOLVE',[status(thm)],[29,107,97,26,42]) ).

cnf(1013,plain,
    minus(p(perm('SKOLEMAAAV2')),p(perm('SKOLEMAAAV1'))) != minus('SKOLEMAAAV1','SKOLEMAAAV2'),
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[21,194]),16,theory(equality)]) ).

cnf(1014,plain,
    minus(p(perm('SKOLEMAAAV1')),'SKOLEMAAAV1') = minus(p(perm('SKOLEMAAAV2')),'SKOLEMAAAV2'),
    inference('REWRITE',[status(thm)],[188,1013]) ).

cnf(1022,plain,
    minus(p(perm('SKOLEMAAAV2')),p(perm('SKOLEMAAAV1'))) = minus('SKOLEMAAAV2','SKOLEMAAAV1'),
    inference('HYPERRESOLVE',[status(thm)],[21,1014]) ).

cnf(1065,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[20,195]),16,1022,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : PUZ133+2 : TPTP v8.1.0. Released v4.1.0.
% 0.06/0.12  % Command  : run-snark %s %d
% 0.12/0.33  % Computer : n021.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 : Sun May 29 01:43:57 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.45  #<PACKAGE "SNARK-USER">
% 0.18/0.45  * 
% 0.18/0.45  SNARK-TPTP-OPTIONS
% 0.18/0.45  * 
% 0.18/0.45  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.18/0.45   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.18/0.45   (USE-FACTORING :POS)
% 0.18/0.45   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.18/0.45   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.18/0.45   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.18/0.45   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.18/0.45   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.18/0.45   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.18/0.45   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.18/0.45   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.18/0.45   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.18/0.45   (DECLARE-TPTP-SYMBOLS2))
% 0.18/0.45  * 
% 0.18/0.45  "."
% 0.18/0.45  * 
% 0.18/0.45  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-05-29T01:43:57
% 0.18/0.46  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n021.cluster.edu at 2022-05-29T01:43:57
% 0.65/0.82  
% 0.65/0.82  
% 0.65/0.82  #||
% 0.65/0.82  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.65/0.82  % SZS output start Refutation
% See solution above
% 0.65/0.83  ||#
% 0.65/0.83  
% 0.65/0.83  ; Summary of computation:
% 0.65/0.83  ;      5477 formulas have been input or derived (from 429 formulas).
% 0.65/0.83  ;      1065 (19%) were retained.  Of these,
% 0.65/0.83  ;           36 ( 3%) were simplified or subsumed later,
% 0.65/0.83  ;         1029 (97%) are still being kept.
% 0.65/0.83  ; 
% 0.65/0.83  ; Run time in seconds excluding printing time:
% 0.65/0.83  ;     0.004   1%   Read assertion file          (1 call)
% 0.65/0.83  ;     0.001   0%   Assert                       (10 calls)
% 0.65/0.83  ;     0.089  24%   Process new row              (4,490 calls)
% 0.65/0.83  ;     0.106  29%   Resolution                   (856 calls)
% 0.65/0.83  ;     0.022   6%   Paramodulation               (428 calls)
% 0.65/0.83  ;     0.000   0%   Factoring                    (2 calls)
% 0.65/0.83  ;     0.005   1%   Condensing                   (312 calls)
% 0.65/0.83  ;     0.014   4%   Forward subsumption          (312 calls)
% 0.65/0.83  ;     0.010   3%   Backward subsumption         (179 calls)
% 0.65/0.83  ;     0.021   6%   Clause clause subsumption    (1,419 calls)
% 0.65/0.83  ;     0.043  12%   Forward simplification       (4,490 calls)
% 0.65/0.83  ;     0.005   1%   Backward simplification      (1,065 calls)
% 0.65/0.83  ;     0.005   1%   Ordering                     (1,226 calls)
% 0.65/0.83  ;     0.001   0%   Sortal reasoning             (32 calls)
% 0.65/0.83  ;     0.000   0%   Purity testing               (1 call)
% 0.65/0.83  ;     0.040  11%   Other
% 0.65/0.83  ;     0.366        Total
% 0.65/0.83  ;     0.378        Real time
% 0.65/0.83  ; 
% 0.65/0.83  ; Term-hash-array has 1,471 terms in all.
% 0.65/0.83  ; Feature-vector-row-index has 154 entries (154 at peak, 179 added, 25 deleted).
% 0.65/0.83  ; Feature-vector-row-index has 292 nodes (292 at peak, 450 added, 158 deleted).
% 0.65/0.83  ;  Retrieved 1,455 possibly forward subsuming rows in 312 calls.
% 0.65/0.83  ;  Retrieved 409 possibly backward subsumed rows in 179 calls.
% 0.65/0.83  ; Path-index has 1,440 entries (1,440 at peak, 1,529 added, 89 deleted).
% 0.65/0.83  ; Path-index has 892 nodes (892 at peak, 968 added, 76 deleted).
% 0.65/0.83  ; Trie-index has 1,440 entries (1,440 at peak, 1,529 added, 89 deleted).
% 0.65/0.83  ; Trie-index has 2,617 nodes (2,617 at peak, 2,875 added, 258 deleted).
% 0.65/0.83  ; Retrieved 6,799 generalization terms in 8,920 calls.
% 0.65/0.83  ; Retrieved 910 instance terms in 887 calls.
% 0.65/0.83  ; Retrieved 53,279 unifiable terms in 15,688 calls.
% 0.65/0.83  ; 
% 0.65/0.83  ; The agenda of rows to process has 3 entries:
% 0.65/0.83  ;     3 with value 22
% 0.65/0.83  ; The agenda of rows to give has 602 entries:
% 0.65/0.83  ;    36 with value (4 21)         60 with value (4 27)          43 with value (4 33)
% 0.65/0.83  ;    48 with value (4 22)         37 with value (4 28)           2 with value (4 34)
% 0.65/0.83  ;    39 with value (4 23)         54 with value (4 29)           1 with value (4 46)
% 0.65/0.83  ;    50 with value (4 24)         50 with value (4 30)           1 with value (4 47)
% 0.65/0.83  ;    71 with value (4 25)         35 with value (4 31)           1 with value (4 50)
% 0.65/0.83  ;    34 with value (4 26)         39 with value (4 32)           1 with value (4 51)
% 0.65/0.83  Evaluation took:
% 0.65/0.83    0.378 seconds of real time
% 0.65/0.83    0.337277 seconds of user run time
% 0.65/0.83    0.041121 seconds of system run time
% 0.65/0.83    [Run times include 0.017 seconds GC run time.]
% 0.65/0.83    0 calls to %EVAL
% 0.65/0.83    0 page faults and
% 0.65/0.83    28,695,736 bytes consed.
% 0.65/0.83  :PROOF-FOUND
% 0.65/0.83  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-05-29T01:43:58
% 0.65/0.83  :PROOF-FOUND
% 0.65/0.83  * 
%------------------------------------------------------------------------------