TSTP Solution File: DAT008_1 by SNARK---20120808r022

View Problem - Process Solution

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

% Computer : n004.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 : Sat Jul 16 01:27:09 EDT 2022

% Result   : Theorem 0.20s 0.52s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : ERROR: Analysing output (Could not find formula named 'CODE-FOR-$$GREATER')

% Comments : 
%------------------------------------------------------------------------------
tff(1,axiom,
    ! [X: array,Y: $int,Z: $int] : ( read(write(X,Y,Z),Y) = Z ),
    file('/export/starexec/sandbox/benchmark/Axioms/DAT001=0.ax',ax1) ).

tff(2,axiom,
    ! [X: $int,Y: $int,Z: array,U: $int] :
      ( ( X = Y )
      | ( read(write(Z,X,U),Y) = read(Z,Y) ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/DAT001=0.ax',ax2) ).

tff(15,negated_conjecture,
    ! [X: $int] : $greater(read('SKOLEMAAAW2.array',X),X),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1) ).

tff(16,negated_conjecture,
    'SKOLEMAAAW1.array' = write(write('SKOLEMAAAW2.array',3,5),7,9),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1) ).

tff(17,negated_conjecture,
    ~ $greater(read('SKOLEMAAAW1.array','SKOLEMAAAW3.$int'),'SKOLEMAAAW3.$int'),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',co1) ).

tff(20,plain,
    read('SKOLEMAAAW1.array',7) = 9,
    inference('PARAMODULATE',[status(thm)],[1,16,theory(equality)]) ).

tff(21,plain,
    ! [X: $int] :
      ( ( 7 = X )
      | ( read('SKOLEMAAAW1.array',X) = read(write('SKOLEMAAAW2.array',3,5),X) ) ),
    inference('PARAMODULATE',[status(thm)],[2,16,theory(equality)]) ).

tff(22,plain,
    read('SKOLEMAAAW1.array',3) = 5,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[1,21,theory(equality)]),theory(equality)]) ).

tff(23,plain,
    ! [X: $int] :
      ( ( 7 = X )
      | ( 3 = X )
      | ( read('SKOLEMAAAW1.array',X) = read('SKOLEMAAAW2.array',X) ) ),
    inference('PARAMODULATE',[status(thm)],[2,21,theory(equality)]) ).

tff(24,plain,
    ! [X: $int] :
      ( ( 7 = X )
      | ( 3 = X )
      | $greater(read('SKOLEMAAAW1.array',X),X) ),
    inference('PARAMODULATE',[status(thm)],[15,23,theory(equality)]) ).

tff(26,plain,
    ( ( 7 = 'SKOLEMAAAW3.$int' )
    | ( 3 = 'SKOLEMAAAW3.$int' ) ),
    inference('HYPERRESOLVE',[status(thm)],[17,24]) ).

tff(27,plain,
    3 = 'SKOLEMAAAW3.$int',
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[17,26,theory(equality)]),'CODE-FOR-$$GREATER',20,theory(equality)]) ).

cnf(28,plain,
    $false,
    inference('REWRITE',[status(thm)],[17,'CODE-FOR-$$GREATER',22,27,theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : DAT008_1 : TPTP v8.1.0. Released v5.0.0.
% 0.07/0.13  % Command  : run-snark %s %d
% 0.12/0.34  % Computer : n004.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 : Fri Jul  1 16:45:38 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.20/0.46  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.47  * 
% 0.20/0.47  * 
% 0.20/0.48  #<PACKAGE "SNARK-USER">
% 0.20/0.48  * 
% 0.20/0.48  SNARK-TPTP-OPTIONS
% 0.20/0.48  * 
% 0.20/0.48  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.20/0.48   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.20/0.48   (USE-FACTORING :POS)
% 0.20/0.48   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.20/0.48   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.20/0.48   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.20/0.48   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.20/0.48   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.20/0.48   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.20/0.48   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.20/0.48   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.20/0.48   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.20/0.48   (DECLARE-TPTP-SYMBOLS2))
% 0.20/0.48  * 
% 0.20/0.48  "."
% 0.20/0.48  * 
% 0.20/0.48  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-01T16:45:38
% 0.20/0.48  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n004.cluster.edu at 2022-07-01T16:45:38
% 0.20/0.52  
% 0.20/0.52  
% 0.20/0.52  #||
% 0.20/0.52  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.52  % SZS output start Refutation
% See solution above
% 0.20/0.52  ||#
% 0.20/0.52  
% 0.20/0.52  ; Summary of computation:
% 0.20/0.52  ;        57 formulas have been input or derived (from 26 formulas).
% 0.20/0.52  ;        28 (49%) were retained.  Of these,
% 0.20/0.52  ;            3 (11%) were simplified or subsumed later,
% 0.20/0.52  ;           25 (89%) are still being kept.
% 0.20/0.52  ; 
% 0.20/0.52  ; Run time in seconds excluding printing time:
% 0.20/0.52  ;     0.003   9%   Read assertion file          (1 call)
% 0.20/0.52  ;     0.001   3%   Assert                       (3 calls)
% 0.20/0.52  ;     0.001   3%   Process new row              (49 calls)
% 0.20/0.52  ;     0.001   3%   Resolution                   (50 calls)
% 0.20/0.52  ;     0.001   3%   Paramodulation               (25 calls)
% 0.20/0.52  ;     0.000   0%   Factoring                    (9 calls)
% 0.20/0.52  ;     0.000   0%   Condensing                   (15 calls)
% 0.20/0.52  ;     0.000   0%   Forward subsumption          (15 calls)
% 0.20/0.52  ;     0.002   6%   Backward subsumption         (14 calls)
% 0.20/0.52  ;     0.000   0%   Clause clause subsumption    (2 calls)
% 0.36/0.52  ;     0.002   6%   Forward simplification       (49 calls)
% 0.36/0.52  ;     0.002   6%   Backward simplification      (28 calls)
% 0.36/0.52  ;     0.000   0%   Ordering                     (96 calls)
% 0.36/0.52  ;     0.000   0%   Sortal reasoning             (111 calls)
% 0.36/0.52  ;     0.000   0%   Purity testing               (1 call)
% 0.36/0.52  ;     0.022  63%   Other
% 0.36/0.52  ;     0.035        Total
% 0.36/0.52  ;     0.040        Real time
% 0.36/0.52  ; 
% 0.36/0.52  ; Term-hash-array has 46 terms in all.
% 0.36/0.52  ; Feature-vector-row-index has 13 entries (14 at peak, 14 added, 1 deleted).
% 0.36/0.52  ; Feature-vector-row-index has 58 nodes (64 at peak, 64 added, 6 deleted).
% 0.36/0.52  ;  Retrieved 4 possibly forward subsuming rows in 15 calls.
% 0.36/0.52  ;  Retrieved 0 possibly backward subsumed rows in 14 calls.
% 0.36/0.52  ; Path-index has 47 entries (55 at peak, 55 added, 8 deleted).
% 0.36/0.52  ; Path-index has 142 nodes (152 at peak, 152 added, 10 deleted).
% 0.36/0.52  ; Trie-index has 47 entries (55 at peak, 55 added, 8 deleted).
% 0.36/0.52  ; Trie-index has 105 nodes (111 at peak, 111 added, 6 deleted).
% 0.36/0.52  ; Retrieved 24 generalization terms in 40 calls.
% 0.36/0.52  ; Retrieved 13 instance terms in 13 calls.
% 0.36/0.52  ; Retrieved 80 unifiable terms in 93 calls.
% 0.36/0.52  ; 
% 0.36/0.52  ; The agenda of backward simplifiable rows to process has 2 entries:
% 0.36/0.52  ;     2 with value 0
% 0.36/0.52  ; The agenda of rows to process has 2 entries:
% 0.36/0.52  ;     1 with value 17              1 with value 21
% 0.36/0.52  ; The agenda of rows to give has 2 entries:
% 0.36/0.52  ;     1 with value (4 9)           1 with value (4 23)
% 0.36/0.52  Evaluation took:
% 0.36/0.52    0.041 seconds of real time
% 0.36/0.52    0.031828 seconds of user run time
% 0.36/0.52    0.00484 seconds of system run time
% 0.36/0.52    0 calls to %EVAL
% 0.36/0.52    0 page faults and
% 0.36/0.52    2,468,792 bytes consed.
% 0.36/0.52  :PROOF-FOUND
% 0.36/0.52  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-01T16:45:38
% 0.36/0.52  :PROOF-FOUND
% 0.36/0.52  * 
%------------------------------------------------------------------------------