TSTP Solution File: MGT041-2 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : MGT041-2 : 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:35 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(mp_not_high_and_low_1,axiom,
    ( ~ number_of_routines(X,Y,low)
    | ~ number_of_routines(X,Y,high) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_not_high_and_low_1) ).

cnf(a14_2,hypothesis,
    ( ~ organisation_at_time(X,Y)
    | ~ efficient_producer(X)
    | ~ founding_time(X,Y)
    | has_elaborated_routines(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a14_2) ).

cnf(a15_3,hypothesis,
    ( ~ organisation_at_time(X,Y)
    | ~ first_mover(X)
    | ~ founding_time(X,Y)
    | number_of_routines(X,Y,low) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a15_3) ).

cnf(a16_4,hypothesis,
    organisation_at_time(sk1,sk2),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a16_4) ).

cnf(a16_5,hypothesis,
    founding_time(sk1,sk2),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a16_5) ).

cnf(a16_6,hypothesis,
    number_of_routines(sk1,sk2,high),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a16_6) ).

cnf(a16_7,hypothesis,
    ~ has_elaborated_routines(sk1,sk2),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a16_7) ).

cnf(prove_t10_8,negated_conjecture,
    ( ~ organisation_at_time(X,Y)
    | first_mover(X)
    | efficient_producer(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_t10_8) ).

cnf(9,plain,
    ~ number_of_routines(sk1,sk2,low),
    inference('UR-RESOLVE',[status(thm)],[mp_not_high_and_low_1,a16_6]) ).

cnf(10,plain,
    ( first_mover(sk1)
    | efficient_producer(sk1) ),
    inference('HYPERRESOLVE',[status(thm)],[prove_t10_8,a16_4]) ).

cnf(11,plain,
    ~ efficient_producer(sk1),
    inference('UR-RESOLVE',[status(thm)],[a14_2,a16_4,a16_5,a16_7]) ).

cnf(12,plain,
    first_mover(sk1),
    inference('REWRITE',[status(thm)],[10,11]) ).

cnf(13,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[a15_3,12,a16_4,a16_5]),9]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : MGT041-2 : TPTP v8.1.0. Released v2.4.0.
% 0.03/0.13  % Command  : run-snark %s %d
% 0.13/0.34  % Computer : n026.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Thu Jun  9 07:40:32 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.21/0.45  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.21/0.46  * 
% 0.21/0.46  * 
% 0.21/0.47  #<PACKAGE "SNARK-USER">
% 0.21/0.47  * 
% 0.21/0.47  SNARK-TPTP-OPTIONS
% 0.21/0.47  * 
% 0.21/0.47  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.21/0.47   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.21/0.47   (USE-FACTORING :POS)
% 0.21/0.47   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.21/0.47   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.21/0.47   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.21/0.47   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.21/0.47   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.21/0.47   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.21/0.47   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.21/0.47   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.21/0.47   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.21/0.47   (DECLARE-TPTP-SYMBOLS2))
% 0.21/0.47  * 
% 0.21/0.47  "."
% 0.21/0.47  * 
% 0.21/0.47  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-09T07:40:33
% 0.21/0.47  ; 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-09T07:40:33
% 0.21/0.49  
% 0.21/0.49  
% 0.21/0.49  #||
% 0.21/0.49  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.21/0.49  % SZS output start Refutation
% See solution above
% 0.21/0.50  ||#
% 0.21/0.50  
% 0.21/0.50  ; Summary of computation:
% 0.21/0.50  ;        15 formulas have been input or derived (from 11 formulas).
% 0.21/0.50  ;        13 (87%) were retained.  Of these,
% 0.21/0.50  ;            1 ( 8%) were simplified or subsumed later,
% 0.21/0.50  ;           12 (92%) are still being kept.
% 0.21/0.50  ; 
% 0.21/0.50  ; Run time in seconds excluding printing time:
% 0.21/0.50  ;     0.001   4%   Read assertion file          (1 call)
% 0.21/0.50  ;     0.001   4%   Assert                       (8 calls)
% 0.21/0.50  ;     0.000   0%   Process new row              (14 calls)
% 0.21/0.50  ;     0.000   0%   Resolution                   (20 calls)
% 0.21/0.50  ;     0.001   4%   Paramodulation               (10 calls)
% 0.21/0.50  ;     0.000   0%   Condensing                   (5 calls)
% 0.21/0.50  ;     0.000   0%   Forward subsumption          (5 calls)
% 0.21/0.50  ;     0.000   0%   Backward subsumption         (5 calls)
% 0.21/0.50  ;     0.001   4%   Forward simplification       (14 calls)
% 0.21/0.50  ;     0.000   0%   Backward simplification      (13 calls)
% 0.21/0.50  ;     0.000   0%   Ordering                     (1 call)
% 0.21/0.50  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.21/0.50  ;     0.000   0%   Purity testing               (1 call)
% 0.21/0.50  ;     0.020  83%   Other
% 0.21/0.50  ;     0.024        Total
% 0.21/0.50  ;     0.027        Real time
% 0.21/0.50  ; 
% 0.21/0.50  ; Term-hash-array has 14 terms in all.
% 0.21/0.50  ; Feature-vector-row-index has 4 entries (5 at peak, 5 added, 1 deleted).
% 0.21/0.50  ; Feature-vector-row-index has 16 nodes (21 at peak, 21 added, 5 deleted).
% 0.21/0.50  ;  Retrieved 0 possibly forward subsuming rows in 5 calls.
% 0.21/0.50  ;  Retrieved 0 possibly backward subsumed rows in 5 calls.
% 0.21/0.50  ; Path-index has 18 entries (18 at peak, 19 added, 1 deleted).
% 0.21/0.50  ; Path-index has 42 nodes (42 at peak, 43 added, 1 deleted).
% 0.21/0.50  ; Trie-index has 18 entries (18 at peak, 19 added, 1 deleted).
% 0.21/0.50  ; Trie-index has 35 nodes (35 at peak, 36 added, 1 deleted).
% 0.21/0.50  ; Retrieved 2 generalization terms in 4 calls.
% 0.21/0.50  ; Retrieved 7 instance terms in 7 calls.
% 0.21/0.50  ; Retrieved 64 unifiable terms in 64 calls.
% 0.21/0.50  ; 
% 0.21/0.50  ; The agenda of rows to give has 1 entry:
% 0.21/0.50  ;     1 with value (4 6)
% 0.21/0.50  Evaluation took:
% 0.21/0.50    0.028 seconds of real time
% 0.21/0.50    0.025602 seconds of user run time
% 0.21/0.50    0.001634 seconds of system run time
% 0.21/0.50    0 calls to %EVAL
% 0.21/0.50    0 page faults and
% 0.21/0.50    1,928,448 bytes consed.
% 0.21/0.50  :PROOF-FOUND
% 0.21/0.50  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-09T07:40:33
% 0.21/0.50  :PROOF-FOUND
% 0.21/0.50  * 
%------------------------------------------------------------------------------