TSTP Solution File: BOO005-1 by SNARK---20120808r022

View Problem - Process Solution

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

% Computer : n019.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 23:48:52 EDT 2022

% Result   : Unsatisfiable 0.38s 0.62s
% Output   : Refutation 0.38s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :    6
% Syntax   : Number of clauses     :    9 (   7 unt;   0 nHn;   5 RR)
%            Number of literals    :   17 (   0 equ;  10 neg)
%            Maximal clause size   :    5 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   2 con; 0-2 aty)
%            Number of variables   :   19 (   1 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(closure_of_addition,axiom,
    sum(X,Y,add(X,Y)),
    file('/export/starexec/sandbox/benchmark/Axioms/BOO002-0.ax',closure_of_addition) ).

cnf(multiplicative_identity1,axiom,
    product(multiplicative_identity,X,X),
    file('/export/starexec/sandbox/benchmark/Axioms/BOO002-0.ax',multiplicative_identity1) ).

cnf(distributivity1,axiom,
    ( ~ product(X,Y,Z)
    | ~ product(X,U,V)
    | ~ sum(Y,U,W)
    | ~ product(X,W,X1)
    | sum(Z,V,X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/BOO002-0.ax',distributivity1) ).

cnf(distributivity5,axiom,
    ( ~ sum(X,Y,Z)
    | ~ sum(X,U,V)
    | ~ product(Y,U,W)
    | ~ sum(X,W,X1)
    | product(Z,V,X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/BOO002-0.ax',distributivity5) ).

cnf(additive_inverse1,axiom,
    sum(inverse(X),X,multiplicative_identity),
    file('/export/starexec/sandbox/benchmark/Axioms/BOO002-0.ax',additive_inverse1) ).

cnf(prove_equations,negated_conjecture,
    ~ sum(x,multiplicative_identity,multiplicative_identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_equations) ).

cnf(25,plain,
    ~ product(multiplicative_identity,add(x,multiplicative_identity),multiplicative_identity),
    inference('UR-RESOLVE',[status(thm)],[distributivity1,multiplicative_identity1,multiplicative_identity1,closure_of_addition,prove_equations]) ).

cnf(64,plain,
    product(multiplicative_identity,add(X,multiplicative_identity),multiplicative_identity),
    inference('HYPERRESOLVE',[status(thm)],[distributivity5,additive_inverse1,closure_of_addition,multiplicative_identity1,additive_inverse1]) ).

cnf(65,plain,
    $false,
    inference('REWRITE',[status(thm)],[25,64]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : BOO005-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : run-snark %s %d
% 0.13/0.34  % Computer : n019.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 : Wed Jun  1 17:53:40 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.20/0.45  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.46  * 
% 0.20/0.46  * 
% 0.20/0.47  #<PACKAGE "SNARK-USER">
% 0.20/0.47  * 
% 0.20/0.47  SNARK-TPTP-OPTIONS
% 0.20/0.47  * 
% 0.20/0.47  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.20/0.47   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.20/0.47   (USE-FACTORING :POS)
% 0.20/0.47   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.20/0.47   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.20/0.47   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.20/0.47   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.20/0.47   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.20/0.47   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.20/0.47   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.20/0.47   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.20/0.47   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.20/0.47   (DECLARE-TPTP-SYMBOLS2))
% 0.20/0.47  * 
% 0.20/0.47  "."
% 0.20/0.47  * 
% 0.20/0.47  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-01T17:53:40
% 0.20/0.47  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n019.cluster.edu at 2022-06-01T17:53:40
% 0.20/0.48  
% 0.20/0.48  ; Recognized relation function assertion (|sum| ?X ?Y (|add| ?X ?Y)).
% 0.20/0.48  ; Recognized relation function assertion (|product| ?X ?Y (|multiply| ?X ?Y)).
% 0.20/0.48  ; Recognized commutativity assertion (OR (NOT (|sum| ?X ?Y ?Z)) (|sum| ?Y ?X ?Z)).
% 0.20/0.48  ; Recognized commutativity assertion (OR (NOT (|product| ?X ?Y ?Z)) (|product| ?Y ?X ?Z)).
% 0.20/0.48  ; Recognized possible left identity assertion (|sum| |additive_identity| ?X ?X).
% 0.20/0.48  ; Recognized possible right identity assertion (|sum| ?X |additive_identity| ?X).
% 0.20/0.48  ; Recognized possible left identity assertion (|product| |multiplicative_identity| ?X ?X).
% 0.20/0.48  ; Recognized possible right identity assertion (|product| ?X |multiplicative_identity| ?X).
% 0.20/0.48  ; Recognized possible left inverse assertion (|sum| (|inverse| ?X) ?X |multiplicative_identity|).
% 0.20/0.48  ; Recognized possible right inverse assertion (|sum| ?X (|inverse| ?X) |multiplicative_identity|).
% 0.20/0.48  ; Recognized possible left inverse assertion (|product| (|inverse| ?X) ?X |additive_identity|).
% 0.20/0.48  ; Recognized possible right inverse assertion (|product| ?X (|inverse| ?X) |additive_identity|).
% 0.20/0.48  ; Recognized relation functionality assertion (OR (NOT (|sum| ?X ?Y ?Z)) (NOT (|sum| ?X ?Y ?U)) (= ?Z ?U)).
% 0.20/0.48  ; Recognized relation functionality assertion (OR (NOT (|product| ?X ?Y ?Z)) (NOT (|product| ?X ?Y ?U)) (= ?Z ?U)).
% 0.20/0.48  ; Declaring sum to be commutative.
% 0.20/0.48  ; Declaring add to be commutative.
% 0.20/0.48  ; Declaring product to be commutative.
% 0.38/0.62  ; Declaring multiply to be commutative.
% 0.38/0.62  
% 0.38/0.62  #||
% 0.38/0.62  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.38/0.62  % SZS output start Refutation
% See solution above
% 0.38/0.62  ||#
% 0.38/0.62  
% 0.38/0.62  ; Summary of computation:
% 0.38/0.62  ;      3453 formulas have been input or derived (from 13 formulas).
% 0.38/0.62  ;        65 ( 2%) were retained.  Of these,
% 0.38/0.62  ;            1 ( 2%) were simplified or subsumed later,
% 0.38/0.62  ;           64 (98%) are still being kept.
% 0.38/0.62  ; 
% 0.38/0.62  ; Run time in seconds excluding printing time:
% 0.38/0.62  ;     0.006   4%   Read assertion file          (1 call)
% 0.38/0.62  ;     0.001   1%   Assert                       (23 calls)
% 0.38/0.62  ;     0.013   9%   Process new row              (1,689 calls)
% 0.38/0.62  ;     0.066  45%   Resolution                   (24 calls)
% 0.38/0.62  ;     0.000   0%   Paramodulation               (12 calls)
% 0.38/0.62  ;     0.001   1%   Condensing                   (10 calls)
% 0.38/0.62  ;     0.001   1%   Forward subsumption          (10 calls)
% 0.38/0.62  ;     0.000   0%   Backward subsumption         (6 calls)
% 0.38/0.62  ;     0.002   1%   Clause clause subsumption    (4 calls)
% 0.38/0.62  ;     0.029  20%   Forward simplification       (1,689 calls)
% 0.38/0.62  ;     0.000   0%   Backward simplification      (65 calls)
% 0.38/0.62  ;     0.000   0%   Ordering                     (8 calls)
% 0.38/0.62  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.38/0.62  ;     0.000   0%   Purity testing               (1 call)
% 0.38/0.62  ;     0.028  19%   Other
% 0.38/0.62  ;     0.147        Total
% 0.38/0.62  ;     0.148        Real time
% 0.38/0.62  ; 
% 0.38/0.62  ; Term-hash-array has 121 terms in all.
% 0.38/0.62  ; Feature-vector-row-index has 6 entries (6 at peak, 6 added, 0 deleted).
% 0.38/0.62  ; Feature-vector-row-index has 15 nodes (15 at peak, 15 added, 0 deleted).
% 0.38/0.62  ;  Retrieved 4 possibly forward subsuming rows in 10 calls.
% 0.38/0.62  ;  Retrieved 0 possibly backward subsumed rows in 6 calls.
% 0.38/0.62  ; Path-index has 122 entries (124 at peak, 124 added, 2 deleted).
% 0.38/0.62  ; Path-index has 141 nodes (143 at peak, 143 added, 2 deleted).
% 0.38/0.62  ; Trie-index has 122 entries (124 at peak, 124 added, 2 deleted).
% 0.38/0.62  ; Trie-index has 381 nodes (385 at peak, 385 added, 4 deleted).
% 0.38/0.62  ; Retrieved 4,725 generalization terms in 5,364 calls.
% 0.38/0.62  ; Retrieved 69 instance terms in 58 calls.
% 0.38/0.62  ; Retrieved 44,898 unifiable terms in 5,398 calls.
% 0.38/0.62  ; 
% 0.38/0.62  ; The agenda of rows to process has 868 entries:
% 0.38/0.62  ;    75 with value 9             147 with value 13              91 with value 16
% 0.38/0.62  ;    32 with value 10            130 with value 14              32 with value 17
% 0.38/0.62  ;   196 with value 11             96 with value 15               1 with value 19
% 0.38/0.62  ;    68 with value 12
% 0.38/0.62  ; The agenda of input rows to give has 1 entry:
% 0.38/0.62  ;     1 with value 25
% 0.38/0.62  ; The agenda of rows to give has 50 entries:
% 0.38/0.62  ;     1 with value (4 6)           4 with value (4 11)           3 with value (4 15)
% 0.38/0.62  ;     2 with value (4 7)           4 with value (4 12)           5 with value (4 16)
% 0.38/0.62  ;     3 with value (4 8)           6 with value (4 13)           2 with value (4 17)
% 0.38/0.62  ;     7 with value (4 9)           8 with value (4 14)           1 with value (4 19)
% 0.38/0.62  ;     4 with value (4 10)
% 0.38/0.62  Evaluation took:
% 0.38/0.62    0.148 seconds of real time
% 0.38/0.62    0.132371 seconds of user run time
% 0.38/0.62    0.016304 seconds of system run time
% 0.38/0.62    0 calls to %EVAL
% 0.38/0.62    0 page faults and
% 0.38/0.62    9,049,072 bytes consed.
% 0.38/0.62  :PROOF-FOUND
% 0.38/0.62  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-01T17:53:41
% 0.38/0.62  :PROOF-FOUND
% 0.38/0.62  * 
%------------------------------------------------------------------------------