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

View Problem - Process Solution

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

% Computer : n032.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 : Thu Jul 14 22:09:41 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
tff('SOLVE-$$LESSEQ-BY-$$$LESS',axiom,
    ! [X: 'NUMBER',Y: 'NUMBER'] :
      ( $lesseq(X,Y)
      | '$$$LESS'(Y,X) ) ).

tff(16,negated_conjecture,
    ! [X: $int] :
      ( pow2(X)
      | ( X != 1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pow_of_2_8) ).

tff(17,negated_conjecture,
    ! [X: $int,Y: $int] :
      ( pow2(X)
      | ~ $lesseq(2,X)
      | ( $product(2,Y) != X )
      | ~ pow2(Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pow_of_2_8) ).

tff(18,negated_conjecture,
    ~ pow2(8),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',pow_of_2_8) ).

tff(19,plain,
    pow2(1),
    inference('HYPERRESOLVE',[status(thm)],[16,theory(equality)]) ).

tff(20,plain,
    pow2(2),
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[17,19,'SOLVE-$$LESSEQ-BY-$$$LESS',theory(equality)]),'CODE-FOR-$$$LESS','CODE-FOR-$$PRODUCT']) ).

tff(23,plain,
    pow2(4),
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[17,20,'SOLVE-$$LESSEQ-BY-$$$LESS',theory(equality)]),'CODE-FOR-$$$LESS','CODE-FOR-$$PRODUCT']) ).

cnf(26,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[17,23,'SOLVE-$$LESSEQ-BY-$$$LESS',theory(equality)]),18,'CODE-FOR-$$$LESS','CODE-FOR-$$PRODUCT']) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.08  % Problem  : ARI620_1 : TPTP v8.1.0. Released v5.1.0.
% 0.07/0.08  % Command  : run-snark %s %d
% 0.07/0.27  % Computer : n032.cluster.edu
% 0.07/0.27  % Model    : x86_64 x86_64
% 0.07/0.27  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.07/0.27  % Memory   : 8042.1875MB
% 0.07/0.27  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.07/0.27  % CPULimit : 300
% 0.07/0.27  % WCLimit  : 600
% 0.07/0.27  % DateTime : Fri Jun 17 13:53:46 EDT 2022
% 0.07/0.27  % CPUTime  : 
% 0.11/0.35  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.11/0.35  * 
% 0.11/0.35  * 
% 0.11/0.36  #<PACKAGE "SNARK-USER">
% 0.11/0.36  * 
% 0.11/0.36  SNARK-TPTP-OPTIONS
% 0.11/0.36  * 
% 0.11/0.36  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.11/0.36   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.11/0.36   (USE-FACTORING :POS)
% 0.11/0.36   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.11/0.36   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.11/0.36   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.11/0.36   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.11/0.36   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.11/0.36   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.11/0.36   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.11/0.36   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.11/0.36   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.11/0.36   (DECLARE-TPTP-SYMBOLS2))
% 0.11/0.36  * 
% 0.11/0.36  "."
% 0.11/0.36  * 
% 0.11/0.36  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-17T13:53:46
% 0.11/0.36  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n032.cluster.edu at 2022-06-17T13:53:46
% 0.11/0.38  
% 0.11/0.38  
% 0.11/0.38  #||
% 0.11/0.38  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.11/0.38  % SZS output start Refutation
% See solution above
% 0.11/0.38  ||#
% 0.11/0.38  
% 0.11/0.38  ; Summary of computation:
% 0.11/0.38  ;        47 formulas have been input or derived (from 22 formulas).
% 0.11/0.38  ;        26 (55%) were retained.  Of these,
% 0.11/0.38  ;            2 ( 8%) were simplified or subsumed later,
% 0.11/0.38  ;           24 (92%) are still being kept.
% 0.11/0.38  ; 
% 0.11/0.38  ; Run time in seconds excluding printing time:
% 0.11/0.38  ;     0.001   6%   Read assertion file          (1 call)
% 0.11/0.38  ;     0.000   0%   Assert                       (1 call)
% 0.11/0.38  ;     0.000   0%   Process new row              (44 calls)
% 0.11/0.38  ;     0.001   6%   Resolution                   (42 calls)
% 0.11/0.38  ;     0.000   0%   Paramodulation               (21 calls)
% 0.11/0.38  ;     0.000   0%   Factoring                    (4 calls)
% 0.11/0.38  ;     0.000   0%   Condensing                   (13 calls)
% 0.11/0.38  ;     0.001   6%   Forward subsumption          (13 calls)
% 0.11/0.38  ;     0.000   0%   Backward subsumption         (13 calls)
% 0.11/0.38  ;     0.001   6%   Forward simplification       (44 calls)
% 0.11/0.38  ;     0.000   0%   Backward simplification      (26 calls)
% 0.11/0.38  ;     0.000   0%   Ordering                     (6 calls)
% 0.11/0.38  ;     0.000   0%   Sortal reasoning             (143 calls)
% 0.11/0.38  ;     0.001   6%   Purity testing               (1 call)
% 0.11/0.38  ;     0.013  72%   Other
% 0.11/0.38  ;     0.018        Total
% 0.11/0.38  ;     0.020        Real time
% 0.11/0.38  ; 
% 0.11/0.38  ; Term-hash-array has 30 terms in all.
% 0.11/0.38  ; Feature-vector-row-index has 13 entries (13 at peak, 13 added, 0 deleted).
% 0.11/0.38  ; Feature-vector-row-index has 36 nodes (36 at peak, 36 added, 0 deleted).
% 0.11/0.38  ;  Retrieved 0 possibly forward subsuming rows in 13 calls.
% 0.11/0.38  ;  Retrieved 0 possibly backward subsumed rows in 13 calls.
% 0.11/0.38  ; Path-index has 33 entries (34 at peak, 37 added, 4 deleted).
% 0.11/0.38  ; Path-index has 61 nodes (62 at peak, 65 added, 4 deleted).
% 0.11/0.38  ; Trie-index has 33 entries (34 at peak, 37 added, 4 deleted).
% 0.11/0.38  ; Trie-index has 46 nodes (47 at peak, 50 added, 4 deleted).
% 0.11/0.38  ; Retrieved 17 generalization terms in 25 calls.
% 0.11/0.38  ; Retrieved 12 instance terms in 12 calls.
% 0.11/0.38  ; Retrieved 217 unifiable terms in 110 calls.
% 0.11/0.38  ; 
% 0.11/0.38  ; The agenda of rows to give has 2 entries:
% 0.11/0.38  ;     1 with value (4 9)           1 with value (4 10)
% 0.11/0.38  Evaluation took:
% 0.11/0.38    0.02 seconds of real time
% 0.11/0.38    0.017044 seconds of user run time
% 0.11/0.38    0.00314 seconds of system run time
% 0.11/0.38    0 calls to %EVAL
% 0.11/0.38    0 page faults and
% 0.11/0.38    1,886,472 bytes consed.
% 0.11/0.38  :PROOF-FOUND
% 0.11/0.38  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-17T13:53:46
% 0.11/0.38  :PROOF-FOUND
% 0.11/0.38  * 
%------------------------------------------------------------------------------