TSTP Solution File: MGT057+1 by SNARK---20120808r022

View Problem - Process Solution

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

% Computer : n022.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:41 EDT 2022

% Result   : Theorem 0.17s 0.48s
% Output   : Refutation 0.17s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    4
%            Number of leaves      :   13
% Syntax   : Number of clauses     :   22 (  14 unt;   1 nHn;  21 RR)
%            Number of literals    :   36 (   4 equ;  17 neg)
%            Maximal clause size   :    4 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    8 (   6 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   6 con; 0-2 aty)
%            Number of variables   :   14 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(2,axiom,
    ( smaller_or_equal(X,Y)
    | ~ smaller(X,Y) ),
    file('/export/starexec/sandbox/benchmark/Axioms/MGT001+0.ax',definition_smaller_or_equal) ).

cnf(8,axiom,
    ( smaller(X,Y)
    | ~ greater(Y,X) ),
    file('/export/starexec/sandbox/benchmark/Axioms/MGT001+0.ax',definition_smaller) ).

cnf(13,axiom,
    ( ~ has_endowment(X)
    | ~ smaller_or_equal(age(X,Y),eta)
    | has_immunity(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_1) ).

cnf(14,axiom,
    ( ~ has_endowment(X)
    | ~ greater(age(X,Y),eta)
    | ~ has_immunity(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_1) ).

cnf(18,axiom,
    ( ~ organization(X)
    | ~ has_immunity(X,Y)
    | ~ has_immunity(X,Z)
    | hazard_of_mortality(X,Y) = hazard_of_mortality(X,Z) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_2) ).

cnf(19,axiom,
    ( ~ organization(X)
    | ~ has_immunity(X,Y)
    | has_immunity(X,Z)
    | greater(hazard_of_mortality(X,Z),hazard_of_mortality(X,Y)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_3) ).

cnf(20,negated_conjecture,
    organization('SKOLEMAAAV2'),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',theorem_6) ).

cnf(21,negated_conjecture,
    has_endowment('SKOLEMAAAV2'),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',theorem_6) ).

cnf(22,negated_conjecture,
    age('SKOLEMAAAV2','SKOLEMAAAV3') = zero,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',theorem_6) ).

cnf(23,negated_conjecture,
    smaller_or_equal(age('SKOLEMAAAV2','SKOLEMAAAV4'),eta),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',theorem_6) ).

cnf(24,negated_conjecture,
    greater(age('SKOLEMAAAV2','SKOLEMAAAV5'),eta),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',theorem_6) ).

cnf(25,negated_conjecture,
    greater(eta,zero),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',theorem_6) ).

cnf(26,negated_conjecture,
    ( ~ greater(hazard_of_mortality('SKOLEMAAAV2','SKOLEMAAAV5'),hazard_of_mortality('SKOLEMAAAV2','SKOLEMAAAV4'))
    | hazard_of_mortality('SKOLEMAAAV2','SKOLEMAAAV4') != hazard_of_mortality('SKOLEMAAAV2','SKOLEMAAAV3') ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',theorem_6) ).

cnf(31,plain,
    smaller(zero,eta),
    inference('HYPERRESOLVE',[status(thm)],[8,25]) ).

cnf(39,plain,
    has_immunity('SKOLEMAAAV2','SKOLEMAAAV4'),
    inference('HYPERRESOLVE',[status(thm)],[13,21,23]) ).

cnf(40,plain,
    ( ~ smaller_or_equal(zero,eta)
    | has_immunity('SKOLEMAAAV2','SKOLEMAAAV3') ),
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[13,22,theory(equality)]),21]) ).

cnf(41,plain,
    ~ has_immunity('SKOLEMAAAV2','SKOLEMAAAV5'),
    inference('UR-RESOLVE',[status(thm)],[14,21,24]) ).

cnf(42,plain,
    smaller_or_equal(zero,eta),
    inference('HYPERRESOLVE',[status(thm)],[2,31]) ).

cnf(43,plain,
    has_immunity('SKOLEMAAAV2','SKOLEMAAAV3'),
    inference('REWRITE',[status(thm)],[40,42]) ).

cnf(49,plain,
    greater(hazard_of_mortality('SKOLEMAAAV2','SKOLEMAAAV5'),hazard_of_mortality('SKOLEMAAAV2','SKOLEMAAAV4')),
    inference('UR-RESOLVE',[status(thm)],[19,41,20,39]) ).

cnf(50,plain,
    hazard_of_mortality('SKOLEMAAAV2','SKOLEMAAAV4') != hazard_of_mortality('SKOLEMAAAV2','SKOLEMAAAV3'),
    inference('REWRITE',[status(thm)],[26,49]) ).

cnf(51,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[18,50,20,39]),43]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : MGT057+1 : TPTP v8.1.0. Released v2.4.0.
% 0.03/0.12  % Command  : run-snark %s %d
% 0.11/0.32  % Computer : n022.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 600
% 0.11/0.32  % DateTime : Thu Jun  9 12:16:04 EDT 2022
% 0.11/0.32  % CPUTime  : 
% 0.17/0.43  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.17/0.44  * 
% 0.17/0.44  * 
% 0.17/0.44  #<PACKAGE "SNARK-USER">
% 0.17/0.44  * 
% 0.17/0.44  SNARK-TPTP-OPTIONS
% 0.17/0.44  * 
% 0.17/0.44  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.17/0.44   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.17/0.44   (USE-FACTORING :POS)
% 0.17/0.44   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.17/0.44   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.17/0.44   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.17/0.44   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.17/0.44   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.17/0.44   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.17/0.44   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.17/0.44   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.17/0.44   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.17/0.44   (DECLARE-TPTP-SYMBOLS2))
% 0.17/0.44  * 
% 0.17/0.44  "."
% 0.17/0.44  * 
% 0.17/0.44  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-09T12:16:04
% 0.17/0.44  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n022.cluster.edu at 2022-06-09T12:16:04
% 0.17/0.48  
% 0.17/0.48  
% 0.17/0.48  #||
% 0.17/0.48  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.17/0.48  % SZS output start Refutation
% See solution above
% 0.17/0.48  ||#
% 0.17/0.48  
% 0.17/0.48  ; Summary of computation:
% 0.17/0.48  ;        86 formulas have been input or derived (from 35 formulas).
% 0.17/0.48  ;        51 (59%) were retained.  Of these,
% 0.17/0.48  ;            2 ( 4%) were simplified or subsumed later,
% 0.17/0.48  ;           49 (96%) are still being kept.
% 0.17/0.48  ; 
% 0.17/0.48  ; Run time in seconds excluding printing time:
% 0.17/0.48  ;     0.004  11%   Read assertion file          (1 call)
% 0.17/0.48  ;     0.001   3%   Assert                       (10 calls)
% 0.17/0.48  ;     0.006  16%   Process new row              (71 calls)
% 0.17/0.48  ;     0.003   8%   Resolution                   (68 calls)
% 0.17/0.48  ;     0.000   0%   Paramodulation               (34 calls)
% 0.17/0.48  ;     0.000   0%   Factoring                    (1 call)
% 0.17/0.48  ;     0.000   0%   Condensing                   (25 calls)
% 0.17/0.48  ;     0.000   0%   Forward subsumption          (25 calls)
% 0.17/0.48  ;     0.000   0%   Backward subsumption         (25 calls)
% 0.17/0.48  ;     0.000   0%   Clause clause subsumption    (1 call)
% 0.17/0.48  ;     0.000   0%   Forward simplification       (71 calls)
% 0.17/0.48  ;     0.000   0%   Backward simplification      (51 calls)
% 0.17/0.48  ;     0.000   0%   Ordering                     (22 calls)
% 0.17/0.48  ;     0.001   3%   Sortal reasoning             (32 calls)
% 0.17/0.48  ;     0.001   3%   Purity testing               (1 call)
% 0.17/0.48  ;     0.021  57%   Other
% 0.17/0.48  ;     0.037        Total
% 0.17/0.48  ;     0.040        Real time
% 0.17/0.48  ; 
% 0.17/0.48  ; Term-hash-array has 60 terms in all.
% 0.17/0.48  ; Feature-vector-row-index has 23 entries (24 at peak, 25 added, 2 deleted).
% 0.17/0.48  ; Feature-vector-row-index has 88 nodes (102 at peak, 110 added, 22 deleted).
% 0.17/0.48  ;  Retrieved 3 possibly forward subsuming rows in 25 calls.
% 0.17/0.48  ;  Retrieved 1 possibly backward subsumed row in 25 calls.
% 0.17/0.48  ; Path-index has 66 entries (66 at peak, 69 added, 3 deleted).
% 0.17/0.48  ; Path-index has 151 nodes (151 at peak, 156 added, 5 deleted).
% 0.17/0.48  ; Trie-index has 66 entries (66 at peak, 69 added, 3 deleted).
% 0.17/0.48  ; Trie-index has 143 nodes (143 at peak, 150 added, 7 deleted).
% 0.17/0.48  ; Retrieved 41 generalization terms in 81 calls.
% 0.17/0.48  ; Retrieved 32 instance terms in 25 calls.
% 0.17/0.48  ; Retrieved 621 unifiable terms in 255 calls.
% 0.17/0.48  ; 
% 0.17/0.48  ; The agenda of rows to give has 15 entries:
% 0.17/0.48  ;     1 with value (4 5)           3 with value (4 9)            2 with value (4 13)
% 0.17/0.48  ;     2 with value (4 6)           1 with value (4 11)           2 with value (4 15)
% 0.17/0.48  ;     4 with value (4 8)
% 0.17/0.48  Evaluation took:
% 0.17/0.48    0.04 seconds of real time
% 0.17/0.48    0.036051 seconds of user run time
% 0.17/0.48    0.003983 seconds of system run time
% 0.17/0.48    0 calls to %EVAL
% 0.17/0.48    0 page faults and
% 0.17/0.48    3,087,080 bytes consed.
% 0.17/0.48  :PROOF-FOUND
% 0.17/0.48  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-09T12:16:05
% 0.17/0.48  :PROOF-FOUND
% 0.17/0.48  * 
%------------------------------------------------------------------------------