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

View Problem - Process Solution

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

% Computer : n026.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 : Sun Jul 17 22:25:37 EDT 2022

% Result   : Unsatisfiable 0.18s 0.50s
% Output   : Refutation 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    7
% Syntax   : Number of clauses     :   11 (   7 unt;   0 nHn;   8 RR)
%            Number of literals    :   18 (   3 equ;   8 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    6 (   4 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   15 (   6 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(definition_smaller_or_equal_3,axiom,
    ( X != Y
    | smaller_or_equal(X,Y) ),
    file('/export/starexec/sandbox/benchmark/Axioms/MGT001-0.ax',definition_smaller_or_equal_3) ).

cnf(assumption_5_33,axiom,
    ( ~ organization(X)
    | ~ smaller_or_equal(stock_of_knowledge(X,Y),stock_of_knowledge(X,Z))
    | ~ greater(internal_friction(X,Y),internal_friction(X,Z))
    | smaller(capability(X,Y),capability(X,Z)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_5_33) ).

cnf(assumption_10_35,axiom,
    ( ~ organization(X)
    | stock_of_knowledge(X,Y) = stock_of_knowledge(X,Z) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_10_35) ).

cnf(assumption_12_36,axiom,
    ( ~ organization(X)
    | ~ greater(age(X,Y),age(X,Z))
    | greater(internal_friction(X,Y),internal_friction(X,Z)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_12_36) ).

cnf(lemma_5_37,negated_conjecture,
    organization(sk1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_5_37) ).

cnf(lemma_5_38,negated_conjecture,
    greater(age(sk1,sk3),age(sk1,sk2)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_5_38) ).

cnf(lemma_5_39,negated_conjecture,
    ~ smaller(capability(sk1,sk3),capability(sk1,sk2)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_5_39) ).

cnf(29,plain,
    stock_of_knowledge(sk1,X) = stock_of_knowledge(sk1,Y),
    inference('HYPERRESOLVE',[status(thm)],[assumption_10_35,lemma_5_37]) ).

cnf(30,plain,
    greater(internal_friction(sk1,sk3),internal_friction(sk1,sk2)),
    inference('HYPERRESOLVE',[status(thm)],[assumption_12_36,lemma_5_37,lemma_5_38]) ).

cnf(34,plain,
    smaller_or_equal(stock_of_knowledge(sk1,X),stock_of_knowledge(sk1,Y)),
    inference('HYPERRESOLVE',[status(thm)],[definition_smaller_or_equal_3,29]) ).

cnf(41,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[assumption_5_33,30,lemma_5_37,lemma_5_39]),34]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : MGT048-1 : TPTP v8.1.0. Released v2.4.0.
% 0.03/0.12  % Command  : run-snark %s %d
% 0.12/0.33  % Computer : n026.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Thu Jun  9 10:51:17 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.18/0.45  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.18/0.46  * 
% 0.18/0.46  * 
% 0.18/0.46  #<PACKAGE "SNARK-USER">
% 0.18/0.46  * 
% 0.18/0.46  SNARK-TPTP-OPTIONS
% 0.18/0.46  * 
% 0.18/0.46  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.18/0.46   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.18/0.46   (USE-FACTORING :POS)
% 0.18/0.46   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.18/0.46   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.18/0.46   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.18/0.46   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.18/0.46   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.18/0.46   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.18/0.46   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.18/0.46   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.18/0.46   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.18/0.46   (DECLARE-TPTP-SYMBOLS2))
% 0.18/0.46  * 
% 0.18/0.46  "."
% 0.18/0.46  * 
% 0.18/0.46  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-09T10:51:18
% 0.18/0.46  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n026.cluster.edu at 2022-06-09T10:51:18
% 0.18/0.50  
% 0.18/0.50  
% 0.18/0.50  #||
% 0.18/0.50  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.18/0.50  % SZS output start Refutation
% See solution above
% 0.18/0.50  ||#
% 0.18/0.50  
% 0.18/0.50  ; Summary of computation:
% 0.18/0.50  ;        83 formulas have been input or derived (from 28 formulas).
% 0.18/0.50  ;        41 (49%) were retained.  Of these,
% 0.18/0.50  ;           41 (100%) are still being kept.
% 0.18/0.50  ; 
% 0.18/0.50  ; Run time in seconds excluding printing time:
% 0.18/0.50  ;     0.004  11%   Read assertion file          (1 call)
% 0.18/0.50  ;     0.001   3%   Assert                       (19 calls)
% 0.18/0.50  ;     0.002   5%   Process new row              (74 calls)
% 0.18/0.50  ;     0.003   8%   Resolution                   (54 calls)
% 0.18/0.50  ;     0.000   0%   Paramodulation               (27 calls)
% 0.18/0.50  ;     0.000   0%   Factoring                    (1 call)
% 0.18/0.50  ;     0.002   5%   Condensing                   (31 calls)
% 0.18/0.50  ;     0.000   0%   Forward subsumption          (31 calls)
% 0.18/0.50  ;     0.000   0%   Backward subsumption         (23 calls)
% 0.18/0.50  ;     0.000   0%   Clause clause subsumption    (14 calls)
% 0.18/0.50  ;     0.002   5%   Forward simplification       (74 calls)
% 0.18/0.50  ;     0.001   3%   Backward simplification      (41 calls)
% 0.18/0.50  ;     0.000   0%   Ordering                     (28 calls)
% 0.18/0.50  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.18/0.50  ;     0.000   0%   Purity testing               (1 call)
% 0.18/0.50  ;     0.023  61%   Other
% 0.18/0.50  ;     0.038        Total
% 0.18/0.50  ;     0.040        Real time
% 0.18/0.50  ; 
% 0.18/0.50  ; Term-hash-array has 70 terms in all.
% 0.18/0.50  ; Feature-vector-row-index has 23 entries (23 at peak, 23 added, 0 deleted).
% 0.18/0.50  ; Feature-vector-row-index has 102 nodes (102 at peak, 102 added, 0 deleted).
% 0.18/0.50  ;  Retrieved 24 possibly forward subsuming rows in 31 calls.
% 0.18/0.50  ;  Retrieved 2 possibly backward subsumed rows in 23 calls.
% 0.18/0.50  ; Path-index has 73 entries (73 at peak, 73 added, 0 deleted).
% 0.18/0.50  ; Path-index has 237 nodes (237 at peak, 237 added, 0 deleted).
% 0.18/0.50  ; Trie-index has 73 entries (73 at peak, 73 added, 0 deleted).
% 0.18/0.50  ; Trie-index has 221 nodes (221 at peak, 221 added, 0 deleted).
% 0.18/0.50  ; Retrieved 49 generalization terms in 86 calls.
% 0.18/0.50  ; Retrieved 21 instance terms in 17 calls.
% 0.18/0.50  ; Retrieved 538 unifiable terms in 249 calls.
% 0.18/0.50  ; 
% 0.18/0.50  ; The agenda of rows to process has 4 entries:
% 0.18/0.50  ;     4 with value 11
% 0.18/0.50  ; The agenda of rows to give has 13 entries:
% 0.18/0.50  ;     6 with value (4 11)          1 with value (4 19)           2 with value (4 29)
% 0.18/0.50  ;     2 with value (4 13)          2 with value (4 20)
% 0.18/0.50  Evaluation took:
% 0.18/0.50    0.04 seconds of real time
% 0.18/0.50    0.029697 seconds of user run time
% 0.18/0.50    0.010738 seconds of system run time
% 0.18/0.50    0 calls to %EVAL
% 0.18/0.50    0 page faults and
% 0.18/0.50    2,538,232 bytes consed.
% 0.18/0.50  :PROOF-FOUND
% 0.18/0.50  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-09T10:51:18
% 0.18/0.50  :PROOF-FOUND
% 0.18/0.50  * 
%------------------------------------------------------------------------------