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

View Problem - Process Solution

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

% Computer : n023.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 14:15:02 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
tff(1,negated_conjecture,
    ! [X: $real,Y: $real,Z: $real] :
      ( ( $sum(X,Y) != Z )
      | ( $difference(Z,Y) != X )
      | ( $difference(Z,X) != Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',real_combined_problem_2) ).

tff(2,plain,
    ! [X: $real,Y: $real,Z: $real] :
      ( ( $sum(X,Y) != Z )
      | ( $sum(Z,$product(-1,Y)) != X )
      | ( $sum(Z,$product(-1,X)) != Y ) ),
    inference('REWRITE',[status(thm)],[1,'CODE-FOR-$$UMINUS','CODE-FOR-$$DIFFERENCE']) ).

cnf(6,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[2,theory(equality)]),'CODE-FOR-$$SUM',theory(equality)]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : NUM914_1 : TPTP v8.1.0. Released v5.0.0.
% 0.12/0.13  % Command  : run-snark %s %d
% 0.13/0.34  % Computer : n023.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 Jul  7 20:37:41 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.19/0.45  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.19/0.46  * 
% 0.19/0.46  * 
% 0.19/0.47  #<PACKAGE "SNARK-USER">
% 0.19/0.47  * 
% 0.19/0.47  SNARK-TPTP-OPTIONS
% 0.19/0.47  * 
% 0.19/0.47  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.19/0.47   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.19/0.47   (USE-FACTORING :POS)
% 0.19/0.47   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.19/0.47   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.19/0.47   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.19/0.47   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.19/0.47   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.19/0.47   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.19/0.47   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.19/0.47   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.19/0.47   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.19/0.47   (DECLARE-TPTP-SYMBOLS2))
% 0.19/0.47  * 
% 0.19/0.47  "."
% 0.19/0.47  * 
% 0.19/0.47  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-07T20:37:41
% 0.19/0.47  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n023.cluster.edu at 2022-07-07T20:37:41
% 29.86/30.08  
% 29.86/30.08  
% 29.86/30.08  #||
% 29.86/30.08  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 29.86/30.08  % SZS output start Refutation
% See solution above
% 29.86/30.08  ||#
% 29.86/30.08  
% 29.86/30.08  ; Summary of computation:
% 29.86/30.08  ;      1903 formulas have been input or derived (from 3 formulas).
% 29.86/30.08  ;         6 ( 0%) were retained.  Of these,
% 29.86/30.08  ;            3 (50%) were simplified or subsumed later,
% 29.86/30.08  ;            3 (50%) are still being kept.
% 29.86/30.08  ; 
% 29.86/30.08  ; Run time in seconds:
% 29.86/30.08  ;     0.001   0%   Read assertion file          (1 call)
% 29.86/30.08  ;     0.000   0%   Assert                       (1 call)
% 29.86/30.08  ;     0.001   0%   Process new row              (5 calls)
% 29.86/30.08  ;     0.093   0%   Resolution                   (4 calls)
% 29.86/30.08  ;     0.000   0%   Paramodulation               (2 calls)
% 29.86/30.08  ;     0.001   0%   Factoring                    (1 call)
% 29.86/30.08  ;     0.001   0%   Condensing                   (3 calls)
% 29.86/30.08  ;     0.000   0%   Forward subsumption          (3 calls)
% 29.86/30.08  ;     0.000   0%   Backward subsumption         (2 calls)
% 29.86/30.08  ;     0.000   0%   Clause clause subsumption    (1 call)
% 29.86/30.08  ;     0.000   0%   Forward simplification       (5 calls)
% 29.86/30.08  ;     0.000   0%   Backward simplification      (3 calls)
% 29.86/30.08  ;     0.046   0%   Ordering                     (6,044 calls)
% 29.86/30.08  ;    29.423  99%   Ordering ac                  (6,424 calls)
% 29.86/30.08  ;     0.020   0%   Sortal reasoning             (41,824 calls)
% 29.86/30.08  ;     0.000   0%   Purity testing               (1 call)
% 29.86/30.08  ;     0.021   0%   Other
% 29.86/30.08  ;    29.607        Total
% 29.86/30.08  ;    29.609        Real time
% 29.86/30.08  ; 
% 29.86/30.08  ; Term-hash-array has 8 terms in all.
% 29.86/30.08  ; Feature-vector-row-index has 2 entries (2 at peak, 2 added, 0 deleted).
% 29.86/30.08  ; Feature-vector-row-index has 17 nodes (17 at peak, 17 added, 0 deleted).
% 29.86/30.08  ;  Retrieved 1 possibly forward subsuming row in 3 calls.
% 29.86/30.08  ;  Retrieved 0 possibly backward subsumed rows in 2 calls.
% 29.86/30.08  ; Path-index has 9 entries (9 at peak, 9 added, 0 deleted).
% 29.86/30.08  ; Path-index has 17 nodes (17 at peak, 17 added, 0 deleted).
% 29.86/30.08  ; Trie-index has 9 entries (9 at peak, 9 added, 0 deleted).
% 29.86/30.08  ; Trie-index has 7 nodes (7 at peak, 7 added, 0 deleted).
% 29.86/30.08  ; Retrieved 561 unifiable terms in 263 calls.
% 29.86/30.08  ; 
% 29.86/30.08  ; The agenda of rows to process has 1732 entries:
% 29.86/30.08  ;     1 with value 15             62 with value 35              40 with value 48
% 29.86/30.08  ;     8 with value 18            116 with value 36              36 with value 49
% 29.86/30.08  ;     4 with value 22             22 with value 37              58 with value 50
% 29.86/30.08  ;    15 with value 24            104 with value 38              56 with value 51
% 29.86/30.08  ;     5 with value 25             52 with value 39              88 with value 53
% 29.86/30.08  ;     5 with value 26             92 with value 40               4 with value 54
% 29.86/30.08  ;     1 with value 27             60 with value 41              34 with value 55
% 29.86/30.08  ;    35 with value 29             90 with value 42               1 with value 56
% 29.86/30.08  ;    52 with value 30            134 with value 43               4 with value 57
% 29.86/30.08  ;    52 with value 31            148 with value 44               9 with value 58
% 29.86/30.08  ;    34 with value 32            118 with value 45               9 with value 60
% 29.86/30.08  ;    33 with value 33             92 with value 46               1 with value 61
% 29.86/30.08  ;    36 with value 34             20 with value 47               1 with value 63
% 29.86/30.08  Evaluation took:
% 29.86/30.08    29.609 seconds of real time
% 29.86/30.08    29.525436 seconds of user run time
% 29.86/30.08    0.081912 seconds of system run time
% 29.86/30.08    [Run times include 0.048 seconds GC run time.]
% 29.86/30.08    0 calls to %EVAL
% 29.86/30.08    0 page faults and
% 29.86/30.08    119,926,232 bytes consed.
% 29.86/30.08  :PROOF-FOUND
% 29.86/30.08  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-07T20:38:11
% 29.86/30.08  :PROOF-FOUND
% 29.86/30.08  * 
%------------------------------------------------------------------------------