TSTP Solution File: FLD022-3 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : FLD022-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run-snark %s %d

% Computer : n017.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 02:27:02 EDT 2022

% Result   : Unsatisfiable 7.31s 7.49s
% Output   : Refutation 7.31s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    8
% Syntax   : Number of clauses     :   12 (   9 unt;   0 nHn;  12 RR)
%            Number of literals    :   17 (   0 equ;   6 neg)
%            Maximal clause size   :    4 (   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;   5 con; 0-1 aty)
%            Number of variables   :    8 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(associativity_addition_1,axiom,
    ( sum(X,Y,Z)
    | ~ sum(X,U,V)
    | ~ sum(U,W,Y)
    | ~ sum(V,W,Z) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',associativity_addition_1) ).

cnf(existence_of_identity_addition,axiom,
    ( sum(additive_identity,X,X)
    | ~ defined(X) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',existence_of_identity_addition) ).

cnf(existence_of_inverse_addition,axiom,
    ( sum(additive_inverse(X),X,additive_identity)
    | ~ defined(X) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',existence_of_inverse_addition) ).

cnf(b_is_defined,hypothesis,
    defined(b),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_is_defined) ).

cnf(c_is_defined,hypothesis,
    defined(c),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',c_is_defined) ).

cnf(sum_5,negated_conjecture,
    sum(a,c,u),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sum_5) ).

cnf(sum_6,negated_conjecture,
    sum(b,c,u),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sum_6) ).

cnf(not_sum_7,negated_conjecture,
    ~ sum(additive_identity,a,b),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_sum_7) ).

cnf(32,plain,
    sum(additive_identity,b,b),
    inference('HYPERRESOLVE',[status(thm)],[existence_of_identity_addition,b_is_defined]) ).

cnf(49,plain,
    sum(additive_inverse(c),c,additive_identity),
    inference('HYPERRESOLVE',[status(thm)],[existence_of_inverse_addition,c_is_defined]) ).

cnf(33105,plain,
    sum(additive_inverse(c),u,b),
    inference('HYPERRESOLVE',[status(thm)],[associativity_addition_1,49,sum_6,32]) ).

cnf(33107,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[associativity_addition_1,49,not_sum_7,sum_5]),33105]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.14  % Problem  : FLD022-3 : TPTP v8.1.0. Bugfixed v2.1.0.
% 0.04/0.15  % Command  : run-snark %s %d
% 0.16/0.37  % Computer : n017.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit : 300
% 0.16/0.37  % WCLimit  : 600
% 0.16/0.37  % DateTime : Tue Jun  7 01:57:02 EDT 2022
% 0.16/0.37  % CPUTime  : 
% 0.23/0.50  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.23/0.51  * 
% 0.23/0.51  * 
% 0.23/0.52  #<PACKAGE "SNARK-USER">
% 0.23/0.52  * 
% 0.23/0.52  SNARK-TPTP-OPTIONS
% 0.23/0.52  * 
% 0.23/0.52  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.23/0.52   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.23/0.52   (USE-FACTORING :POS)
% 0.23/0.52   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.23/0.52   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.23/0.52   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.23/0.52   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.23/0.52   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.23/0.52   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.23/0.52   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.23/0.52   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.23/0.52   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.23/0.52   (DECLARE-TPTP-SYMBOLS2))
% 0.23/0.52  * 
% 0.23/0.52  "."
% 0.23/0.52  * 
% 0.23/0.52  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-07T01:57:02
% 0.23/0.52  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n017.cluster.edu at 2022-06-07T01:57:02
% 0.23/0.54  
% 0.23/0.54  ; Recognized possible associativity assertion (OR (|sum| ?X ?Y ?Z) (NOT (|sum| ?X ?U ?V)) (NOT (|sum| ?U ?W ?Y)) (NOT (|sum| ?V ?W ?Z))).
% 0.23/0.54  ; Recognized possible associativity assertion (OR (|sum| ?X ?Y ?Z) (NOT (|sum| ?U ?V ?X)) (NOT (|sum| ?V ?Y ?W)) (NOT (|sum| ?U ?W ?Z))).
% 0.23/0.54  ; Recognized commutativity assertion (OR (|sum| ?X ?Y ?Z) (NOT (|sum| ?Y ?X ?Z))).
% 0.23/0.54  ; Recognized possible associativity assertion (OR (|product| ?X ?Y ?Z) (NOT (|product| ?X ?U ?V)) (NOT (|product| ?U ?W ?Y)) (NOT (|product| ?V ?W ?Z))).
% 0.23/0.54  ; Recognized possible associativity assertion (OR (|product| ?X ?Y ?Z) (NOT (|product| ?U ?V ?X)) (NOT (|product| ?V ?Y ?W)) (NOT (|product| ?U ?W ?Z))).
% 0.23/0.54  ; Recognized commutativity assertion (OR (|product| ?X ?Y ?Z) (NOT (|product| ?Y ?X ?Z))).
% 0.23/0.54  ; Declaring sum to be commutative.
% 7.31/7.49  ; Declaring product to be commutative.
% 7.31/7.49  
% 7.31/7.49  #||
% 7.31/7.49  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 7.31/7.49  % SZS output start Refutation
% See solution above
% 7.31/7.49  ||#
% 7.31/7.49  
% 7.31/7.49  ; Summary of computation:
% 7.31/7.49  ;     67243 formulas have been input or derived (from 135 formulas).
% 7.31/7.49  ;     33107 (49%) were retained.  Of these,
% 7.31/7.49  ;            2 ( 0%) were simplified or subsumed later,
% 7.31/7.49  ;        33105 (100%) are still being kept.
% 7.31/7.49  ; 
% 7.31/7.49  ; Run time in seconds excluding printing time:
% 7.31/7.49  ;     0.007   0%   Read assertion file          (1 call)
% 7.31/7.49  ;     0.002   0%   Assert                       (33 calls)
% 7.31/7.49  ;     2.433  35%   Process new row              (66,897 calls)
% 7.31/7.49  ;     3.099  44%   Resolution                   (268 calls)
% 7.31/7.49  ;     0.003   0%   Paramodulation               (134 calls)
% 7.31/7.49  ;     0.007   0%   Condensing                   (7,326 calls)
% 7.31/7.49  ;     0.362   5%   Forward subsumption          (7,326 calls)
% 7.31/7.49  ;     0.108   2%   Backward subsumption         (3,755 calls)
% 7.31/7.49  ;     0.022   0%   Clause clause subsumption    (31,490 calls)
% 7.31/7.49  ;     0.363   5%   Forward simplification       (66,897 calls)
% 7.31/7.49  ;     0.345   5%   Backward simplification      (33,107 calls)
% 7.31/7.49  ;     0.002   0%   Ordering                     (1,008 calls)
% 7.31/7.49  ;     0.000   0%   Sortal reasoning             (32 calls)
% 7.31/7.49  ;     0.000   0%   Purity testing               (1 call)
% 7.31/7.49  ;     0.220   3%   Other
% 7.31/7.49  ;     6.973        Total
% 7.31/7.49  ;     6.975        Real time
% 7.31/7.50  ; 
% 7.31/7.50  ; Term-hash-array has 51,400 terms in all.
% 7.31/7.50  ; Feature-vector-row-index has 3,753 entries (3,753 at peak, 3,755 added, 2 deleted).
% 7.31/7.50  ; Feature-vector-row-index has 2,315 nodes (2,315 at peak, 2,327 added, 12 deleted).
% 7.31/7.50  ;  Retrieved 67,338 possibly forward subsuming rows in 7,326 calls.
% 7.31/7.50  ;  Retrieved 30,748 possibly backward subsumed rows in 3,755 calls.
% 7.31/7.50  ; Path-index has 51,406 entries (51,406 at peak, 51,409 added, 3 deleted).
% 7.31/7.50  ; Path-index has 1,107 nodes (1,107 at peak, 1,110 added, 3 deleted).
% 7.31/7.50  ; Trie-index has 51,406 entries (51,406 at peak, 51,409 added, 3 deleted).
% 7.31/7.50  ; Trie-index has 143,059 nodes (143,059 at peak, 143,063 added, 4 deleted).
% 7.31/7.50  ; Retrieved 30,218 generalization terms in 74,192 calls.
% 7.31/7.50  ; Retrieved 29,354 instance terms in 29,351 calls.
% 7.31/7.50  ; Retrieved 7,528,431 unifiable terms in 6,913 calls.
% 7.31/7.50  ; 
% 7.31/7.50  ; The agenda of rows to process has 3 entries:
% 7.31/7.50  ;     2 with value 10              1 with value 11
% 7.31/7.50  ; The agenda of rows to give has 32970 entries:
% 7.31/7.50  ;     8 with value (4 8)       10540 with value (4 13)         576 with value (4 18)
% 7.31/7.50  ;   105 with value (4 9)         114 with value (4 14)       10374 with value (4 19)
% 7.31/7.50  ;   254 with value (4 10)       1826 with value (4 15)        2556 with value (4 20)
% 7.31/7.50  ;  1903 with value (4 11)        459 with value (4 16)          72 with value (4 22)
% 7.31/7.50  ;  2167 with value (4 12)       2016 with value (4 17)
% 7.31/7.50  Evaluation took:
% 7.31/7.50    6.976 seconds of real time
% 7.31/7.50    6.518279 seconds of user run time
% 7.31/7.50    0.457774 seconds of system run time
% 7.31/7.50    [Run times include 1.083 seconds GC run time.]
% 7.31/7.50    0 calls to %EVAL
% 7.31/7.50    0 page faults and
% 7.31/7.50    391,761,128 bytes consed.
% 7.31/7.50  :PROOF-FOUND
% 7.31/7.50  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-07T01:57:09
% 7.31/7.50  :PROOF-FOUND
% 7.31/7.50  * 
%------------------------------------------------------------------------------