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

View Problem - Process Solution

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

% Computer : n024.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:54 EDT 2022

% Result   : Unsatisfiable 0.45s 0.67s
% Output   : Refutation 0.45s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :    7
% Syntax   : Number of clauses     :   10 (   8 unt;   0 nHn;   5 RR)
%            Number of literals    :   18 (   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    :    6 (   6 usr;   3 con; 0-2 aty)
%            Number of variables   :   21 (   1 sgn)

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

cnf(closure_of_multiplication,axiom,
    product(X,Y,multiply(X,Y)),
    file('/export/starexec/sandbox2/benchmark/Axioms/BOO002-0.ax',closure_of_multiplication) ).

cnf(additive_identity1,axiom,
    sum(additive_identity,X,X),
    file('/export/starexec/sandbox2/benchmark/Axioms/BOO002-0.ax',additive_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/sandbox2/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/sandbox2/benchmark/Axioms/BOO002-0.ax',distributivity5) ).

cnf(multiplicative_inverse1,axiom,
    product(inverse(X),X,additive_identity),
    file('/export/starexec/sandbox2/benchmark/Axioms/BOO002-0.ax',multiplicative_inverse1) ).

cnf(prove_equations,negated_conjecture,
    ~ product(x,add(x,y),x),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_equations) ).

cnf(21,plain,
    sum(additive_identity,multiply(X,additive_identity),additive_identity),
    inference('HYPERRESOLVE',[status(thm)],[distributivity1,multiplicative_inverse1,closure_of_multiplication,additive_identity1,multiplicative_inverse1]) ).

cnf(64,plain,
    ~ product(additive_identity,y,additive_identity),
    inference('UR-RESOLVE',[status(thm)],[distributivity5,additive_identity1,closure_of_addition,additive_identity1,prove_equations]) ).

cnf(114,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[distributivity5,64,additive_identity1,additive_identity1,closure_of_multiplication]),21]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : BOO009-1 : TPTP v8.1.0. Released v1.0.0.
% 0.07/0.13  % Command  : run-snark %s %d
% 0.12/0.34  % Computer : n024.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 : Wed Jun  1 21:25:36 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.19/0.45  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.46  * 
% 0.19/0.46  * 
% 0.19/0.46  #<PACKAGE "SNARK-USER">
% 0.19/0.46  * 
% 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/sandbox2/benchmark/theBenchmark.p 2022-06-01T21:25:36
% 0.19/0.47  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n024.cluster.edu at 2022-06-01T21:25:36
% 0.19/0.48  
% 0.19/0.48  ; Recognized relation function assertion (|sum| ?X ?Y (|add| ?X ?Y)).
% 0.19/0.48  ; Recognized relation function assertion (|product| ?X ?Y (|multiply| ?X ?Y)).
% 0.19/0.48  ; Recognized commutativity assertion (OR (NOT (|sum| ?X ?Y ?Z)) (|sum| ?Y ?X ?Z)).
% 0.19/0.48  ; Recognized commutativity assertion (OR (NOT (|product| ?X ?Y ?Z)) (|product| ?Y ?X ?Z)).
% 0.19/0.48  ; Recognized possible left identity assertion (|sum| |additive_identity| ?X ?X).
% 0.19/0.48  ; Recognized possible right identity assertion (|sum| ?X |additive_identity| ?X).
% 0.19/0.48  ; Recognized possible left identity assertion (|product| |multiplicative_identity| ?X ?X).
% 0.19/0.48  ; Recognized possible right identity assertion (|product| ?X |multiplicative_identity| ?X).
% 0.19/0.48  ; Recognized possible left inverse assertion (|sum| (|inverse| ?X) ?X |multiplicative_identity|).
% 0.19/0.48  ; Recognized possible right inverse assertion (|sum| ?X (|inverse| ?X) |multiplicative_identity|).
% 0.19/0.48  ; Recognized possible left inverse assertion (|product| (|inverse| ?X) ?X |additive_identity|).
% 0.19/0.48  ; Recognized possible right inverse assertion (|product| ?X (|inverse| ?X) |additive_identity|).
% 0.19/0.48  ; Recognized relation functionality assertion (OR (NOT (|sum| ?X ?Y ?Z)) (NOT (|sum| ?X ?Y ?U)) (= ?Z ?U)).
% 0.19/0.48  ; Recognized relation functionality assertion (OR (NOT (|product| ?X ?Y ?Z)) (NOT (|product| ?X ?Y ?U)) (= ?Z ?U)).
% 0.19/0.48  ; Declaring sum to be commutative.
% 0.19/0.48  ; Declaring add to be commutative.
% 0.19/0.48  ; Declaring product to be commutative.
% 0.45/0.67  ; Declaring multiply to be commutative.
% 0.45/0.67  
% 0.45/0.67  #||
% 0.45/0.67  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.45/0.67  % SZS output start Refutation
% See solution above
% 0.45/0.68  ||#
% 0.45/0.68  
% 0.45/0.68  ; Summary of computation:
% 0.45/0.68  ;      4552 formulas have been input or derived (from 15 formulas).
% 0.45/0.68  ;       114 ( 3%) were retained.  Of these,
% 0.45/0.68  ;          114 (100%) are still being kept.
% 0.45/0.68  ; 
% 0.45/0.68  ; Run time in seconds:
% 0.45/0.68  ;     0.006   3%   Read assertion file          (1 call)
% 0.45/0.68  ;     0.001   0%   Assert                       (23 calls)
% 0.45/0.68  ;     0.019   9%   Process new row              (3,242 calls)
% 0.45/0.68  ;     0.090  43%   Resolution                   (28 calls)
% 0.45/0.68  ;     0.000   0%   Paramodulation               (14 calls)
% 0.45/0.68  ;     0.002   1%   Condensing                   (10 calls)
% 0.45/0.68  ;     0.000   0%   Forward subsumption          (10 calls)
% 0.45/0.68  ;     0.000   0%   Backward subsumption         (6 calls)
% 0.45/0.68  ;     0.003   1%   Clause clause subsumption    (4 calls)
% 0.45/0.68  ;     0.052  25%   Forward simplification       (3,242 calls)
% 0.45/0.68  ;     0.001   0%   Backward simplification      (114 calls)
% 0.45/0.68  ;     0.001   0%   Ordering                     (8 calls)
% 0.45/0.68  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.45/0.68  ;     0.000   0%   Purity testing               (1 call)
% 0.45/0.68  ;     0.033  16%   Other
% 0.45/0.68  ;     0.208        Total
% 0.45/0.68  ;     0.209        Real time
% 0.45/0.68  ; 
% 0.45/0.68  ; Term-hash-array has 204 terms in all.
% 0.45/0.68  ; Feature-vector-row-index has 6 entries (6 at peak, 6 added, 0 deleted).
% 0.45/0.68  ; Feature-vector-row-index has 15 nodes (15 at peak, 15 added, 0 deleted).
% 0.45/0.68  ;  Retrieved 4 possibly forward subsuming rows in 10 calls.
% 0.45/0.68  ;  Retrieved 0 possibly backward subsumed rows in 6 calls.
% 0.45/0.68  ; Path-index has 208 entries (208 at peak, 208 added, 0 deleted).
% 0.45/0.68  ; Path-index has 191 nodes (191 at peak, 191 added, 0 deleted).
% 0.45/0.68  ; Trie-index has 208 entries (208 at peak, 208 added, 0 deleted).
% 0.45/0.68  ; Trie-index has 694 nodes (694 at peak, 694 added, 0 deleted).
% 0.45/0.68  ; Retrieved 9,577 generalization terms in 10,576 calls.
% 0.45/0.68  ; Retrieved 160 instance terms in 107 calls.
% 0.45/0.68  ; Retrieved 71,279 unifiable terms in 7,272 calls.
% 0.45/0.68  ; 
% 0.45/0.68  ; The agenda of rows to process has 2 entries:
% 0.45/0.68  ;     2 with value 12
% 0.45/0.68  ; The agenda of rows to give has 99 entries:
% 0.45/0.68  ;     4 with value (4 7)           9 with value (4 11)           6 with value (4 15)
% 0.45/0.68  ;     3 with value (4 8)           9 with value (4 12)          11 with value (4 16)
% 0.45/0.68  ;    14 with value (4 9)          12 with value (4 13)           4 with value (4 17)
% 0.45/0.68  ;     8 with value (4 10)         17 with value (4 14)           2 with value (4 19)
% 0.45/0.68  Evaluation took:
% 0.45/0.68    0.21 seconds of real time
% 0.45/0.68    0.191394 seconds of user run time
% 0.45/0.68    0.018241 seconds of system run time
% 0.45/0.68    [Run times include 0.004 seconds GC run time.]
% 0.45/0.68    0 calls to %EVAL
% 0.45/0.68    0 page faults and
% 0.45/0.68    13,605,544 bytes consed.
% 0.45/0.68  :PROOF-FOUND
% 0.45/0.68  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-01T21:25:36
% 0.45/0.68  :PROOF-FOUND
% 0.45/0.68  * 
%------------------------------------------------------------------------------