TSTP Solution File: MGT022+2 by SNARK---20120808r022

View Problem - Process Solution

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

% Computer : n028.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:24:45 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ( ~ constant(X)
    | ~ decreases(X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp_constant_not_decrease) ).

cnf(2,hypothesis,
    ( ~ environment(X)
    | ~ subpopulations(Y,Z,X,U)
    | ~ greater(resilience(Z),resilience(Y))
    | ~ decreases(resources(X,U))
    | increases(difference(disbanding_rate(Y,U),disbanding_rate(Z,U))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a6) ).

cnf(3,hypothesis,
    ( ~ environment(X)
    | ~ subpopulations(Y,Z,X,U)
    | ~ greater(resilience(Z),resilience(Y))
    | ~ constant(resources(X,U))
    | constant(difference(disbanding_rate(Y,U),disbanding_rate(Z,U))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a6) ).

cnf(4,hypothesis,
    greater(resilience(efficient_producers),resilience(first_movers)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a2) ).

cnf(5,negated_conjecture,
    environment('SKOLEMAAAU1'),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_l4) ).

cnf(6,negated_conjecture,
    subpopulations(first_movers,efficient_producers,'SKOLEMAAAU1','SKOLEMAAAU2'),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_l4) ).

cnf(7,negated_conjecture,
    ( decreases(resources('SKOLEMAAAU1','SKOLEMAAAU2'))
    | constant(resources('SKOLEMAAAU1','SKOLEMAAAU2')) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_l4) ).

cnf(8,negated_conjecture,
    ( decreases(resources('SKOLEMAAAU1','SKOLEMAAAU2'))
    | decreases(difference(disbanding_rate(first_movers,'SKOLEMAAAU2'),disbanding_rate(efficient_producers,'SKOLEMAAAU2'))) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_l4) ).

cnf(9,negated_conjecture,
    ( ~ increases(difference(disbanding_rate(first_movers,'SKOLEMAAAU2'),disbanding_rate(efficient_producers,'SKOLEMAAAU2')))
    | constant(resources('SKOLEMAAAU1','SKOLEMAAAU2')) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_l4) ).

cnf(11,plain,
    ( constant(resources('SKOLEMAAAU1','SKOLEMAAAU2'))
    | increases(difference(disbanding_rate(first_movers,'SKOLEMAAAU2'),disbanding_rate(efficient_producers,'SKOLEMAAAU2'))) ),
    inference('HYPERRESOLVE',[status(thm)],[2,5,6,4,7]) ).

cnf(13,plain,
    constant(resources('SKOLEMAAAU1','SKOLEMAAAU2')),
    inference('HYPERRESOLVE',[status(thm)],[9,11]) ).

cnf(14,plain,
    ~ decreases(resources('SKOLEMAAAU1','SKOLEMAAAU2')),
    inference('UR-RESOLVE',[status(thm)],[1,13]) ).

cnf(15,plain,
    decreases(difference(disbanding_rate(first_movers,'SKOLEMAAAU2'),disbanding_rate(efficient_producers,'SKOLEMAAAU2'))),
    inference('REWRITE',[status(thm)],[8,14]) ).

cnf(16,plain,
    constant(difference(disbanding_rate(first_movers,'SKOLEMAAAU2'),disbanding_rate(efficient_producers,'SKOLEMAAAU2'))),
    inference('HYPERRESOLVE',[status(thm)],[3,13,5,6,4]) ).

cnf(17,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[1,15]),16]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : MGT022+2 : TPTP v8.1.0. Released v2.0.0.
% 0.12/0.12  % Command  : run-snark %s %d
% 0.12/0.33  % Computer : n028.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 12:34:32 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.44  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.18/0.45  * 
% 0.18/0.45  * 
% 0.18/0.45  #<PACKAGE "SNARK-USER">
% 0.18/0.45  * 
% 0.18/0.45  SNARK-TPTP-OPTIONS
% 0.18/0.45  * 
% 0.18/0.45  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.18/0.45   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.18/0.45   (USE-FACTORING :POS)
% 0.18/0.45   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.18/0.45   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.18/0.45   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.18/0.45   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.18/0.45   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.18/0.45   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.18/0.45   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.18/0.45   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.18/0.45   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.18/0.45   (DECLARE-TPTP-SYMBOLS2))
% 0.18/0.45  * 
% 0.18/0.45  "."
% 0.18/0.45  * 
% 0.18/0.46  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-09T12:34:32
% 0.18/0.46  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n028.cluster.edu at 2022-06-09T12:34:32
% 0.18/0.48  
% 0.18/0.48  
% 0.18/0.48  #||
% 0.18/0.48  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.18/0.48  % SZS output start Refutation
% See solution above
% 0.18/0.48  ||#
% 0.18/0.48  
% 0.18/0.48  ; Summary of computation:
% 0.18/0.48  ;        20 formulas have been input or derived (from 14 formulas).
% 0.18/0.48  ;        17 (85%) were retained.  Of these,
% 0.18/0.48  ;            6 (35%) were simplified or subsumed later,
% 0.18/0.48  ;           11 (65%) are still being kept.
% 0.18/0.48  ; 
% 0.18/0.49  ; Run time in seconds excluding printing time:
% 0.18/0.49  ;     0.002   7%   Read assertion file          (1 call)
% 0.18/0.49  ;     0.000   0%   Assert                       (4 calls)
% 0.18/0.49  ;     0.000   0%   Process new row              (20 calls)
% 0.18/0.49  ;     0.000   0%   Resolution                   (26 calls)
% 0.18/0.49  ;     0.000   0%   Paramodulation               (13 calls)
% 0.18/0.49  ;     0.000   0%   Factoring                    (3 calls)
% 0.18/0.49  ;     0.000   0%   Condensing                   (9 calls)
% 0.18/0.49  ;     0.000   0%   Forward subsumption          (9 calls)
% 0.18/0.49  ;     0.000   0%   Backward subsumption         (9 calls)
% 0.18/0.49  ;     0.002   7%   Forward simplification       (18 calls)
% 0.18/0.49  ;     0.001   4%   Backward simplification      (17 calls)
% 0.18/0.49  ;     0.000   0%   Ordering                     (4 calls)
% 0.18/0.49  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.18/0.49  ;     0.001   4%   Purity testing               (1 call)
% 0.18/0.49  ;     0.022  79%   Other
% 0.18/0.49  ;     0.028        Total
% 0.18/0.49  ;     0.030        Real time
% 0.18/0.49  ; 
% 0.18/0.49  ; Term-hash-array has 29 terms in all.
% 0.18/0.49  ; Feature-vector-row-index has 3 entries (9 at peak, 9 added, 6 deleted).
% 0.18/0.49  ; Feature-vector-row-index has 27 nodes (127 at peak, 127 added, 100 deleted).
% 0.18/0.49  ;  Retrieved 0 possibly forward subsuming rows in 9 calls.
% 0.18/0.49  ;  Retrieved 0 possibly backward subsumed rows in 9 calls.
% 0.18/0.49  ; Path-index has 32 entries (32 at peak, 33 added, 1 deleted).
% 0.18/0.49  ; Path-index has 128 nodes (128 at peak, 132 added, 4 deleted).
% 0.18/0.49  ; Trie-index has 32 entries (32 at peak, 33 added, 1 deleted).
% 0.18/0.49  ; Trie-index has 94 nodes (94 at peak, 99 added, 5 deleted).
% 0.18/0.49  ; Retrieved 2 generalization terms in 4 calls.
% 0.18/0.49  ; Retrieved 7 instance terms in 7 calls.
% 0.18/0.49  ; Retrieved 97 unifiable terms in 130 calls.
% 0.18/0.49  ; 
% 0.18/0.49  ; The agenda of rows to give has 2 entries:
% 0.18/0.49  ;     1 with value (4 9)           1 with value (4 14)
% 0.18/0.49  Evaluation took:
% 0.18/0.49    0.03 seconds of real time
% 0.18/0.49    0.02378 seconds of user run time
% 0.18/0.49    0.006783 seconds of system run time
% 0.18/0.49    0 calls to %EVAL
% 0.18/0.49    0 page faults and
% 0.18/0.49    2,575,048 bytes consed.
% 0.18/0.49  :PROOF-FOUND
% 0.18/0.49  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-09T12:34:32
% 0.18/0.49  :PROOF-FOUND
% 0.18/0.49  * 
%------------------------------------------------------------------------------