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

View Problem - Process Solution

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

% Computer : n024.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:40 EDT 2022

% Result   : Unsatisfiable 0.16s 0.49s
% Output   : Refutation 0.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   14
% Syntax   : Number of clauses     :   21 (  16 unt;   2 nHn;  21 RR)
%            Number of literals    :   53 (   0 equ;  31 neg)
%            Maximal clause size   :   11 (   2 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    7 (   6 usr;   1 prp; 0-3 aty)
%            Number of functors    :    9 (   9 usr;   7 con; 0-2 aty)
%            Number of variables   :   32 (   4 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(mp1_1,axiom,
    ( ~ organization(X,Y)
    | reliability(X,sk1(Y,X),Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp1_1) ).

cnf(mp2_2,axiom,
    ( ~ organization(X,Y)
    | accountability(X,sk2(Y,X),Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp2_2) ).

cnf(a2_FOL_6,hypothesis,
    ( ~ organization(X,Y)
    | ~ organization(Z,U)
    | ~ reliability(X,V,Y)
    | ~ reliability(Z,W,U)
    | ~ accountability(X,X1,Y)
    | ~ accountability(Z,Y1,U)
    | ~ reproducibility(X,Z1,Y)
    | ~ reproducibility(Z,U1,U)
    | ~ greater(W,V)
    | ~ greater(Y1,X1)
    | greater(U1,Z1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a2_FOL_6) ).

cnf(a6_FOL_7,hypothesis,
    ( ~ organization(X,Y)
    | ~ organization(X,Z)
    | ~ reorganization(X,U,V)
    | ~ reliability(X,W,Y)
    | ~ reliability(X,X1,Z)
    | ~ accountability(X,Y1,Y)
    | ~ accountability(X,Z1,Z)
    | greater(U,Y)
    | ~ greater(Z,Y)
    | greater(Z,V)
    | greater(W,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a6_FOL_7) ).

cnf(a6_FOL_8,hypothesis,
    ( ~ organization(X,Y)
    | ~ organization(X,Z)
    | ~ reorganization(X,U,V)
    | ~ reliability(X,W,Y)
    | ~ reliability(X,X1,Z)
    | ~ accountability(X,Y1,Y)
    | ~ accountability(X,Z1,Z)
    | greater(U,Y)
    | ~ greater(Z,Y)
    | greater(Z,V)
    | greater(Y1,Z1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a6_FOL_8) ).

cnf(t7_FOL_9,negated_conjecture,
    organization(sk4,sk7),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t7_FOL_9) ).

cnf(t7_FOL_10,negated_conjecture,
    organization(sk4,sk8),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t7_FOL_10) ).

cnf(t7_FOL_11,negated_conjecture,
    reorganization(sk4,sk9,sk10),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t7_FOL_11) ).

cnf(t7_FOL_12,negated_conjecture,
    reproducibility(sk4,sk5,sk7),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t7_FOL_12) ).

cnf(t7_FOL_13,negated_conjecture,
    reproducibility(sk4,sk6,sk8),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t7_FOL_13) ).

cnf(t7_FOL_14,negated_conjecture,
    ~ greater(sk9,sk7),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t7_FOL_14) ).

cnf(t7_FOL_15,negated_conjecture,
    greater(sk8,sk7),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t7_FOL_15) ).

cnf(t7_FOL_16,negated_conjecture,
    ~ greater(sk8,sk10),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t7_FOL_16) ).

cnf(t7_FOL_17,negated_conjecture,
    ~ greater(sk5,sk6),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t7_FOL_17) ).

cnf(18,plain,
    reliability(sk4,sk1(sk8,sk4),sk8),
    inference('HYPERRESOLVE',[status(thm)],[mp1_1,t7_FOL_10]) ).

cnf(19,plain,
    reliability(sk4,sk1(sk7,sk4),sk7),
    inference('HYPERRESOLVE',[status(thm)],[mp1_1,t7_FOL_9]) ).

cnf(20,plain,
    accountability(sk4,sk2(sk8,sk4),sk8),
    inference('HYPERRESOLVE',[status(thm)],[mp2_2,t7_FOL_10]) ).

cnf(21,plain,
    accountability(sk4,sk2(sk7,sk4),sk7),
    inference('HYPERRESOLVE',[status(thm)],[mp2_2,t7_FOL_9]) ).

cnf(24,plain,
    greater(sk2(sk7,sk4),sk2(sk8,sk4)),
    inference('UR-RESOLVE',[status(thm)],[a6_FOL_8,21,t7_FOL_9,t7_FOL_10,t7_FOL_11,19,18,20,t7_FOL_14,t7_FOL_15,t7_FOL_16]) ).

cnf(25,plain,
    greater(sk1(sk7,sk4),sk1(sk8,sk4)),
    inference('UR-RESOLVE',[status(thm)],[a6_FOL_7,21,t7_FOL_9,t7_FOL_10,t7_FOL_11,19,18,20,t7_FOL_14,t7_FOL_15,t7_FOL_16]) ).

cnf(26,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[a2_FOL_6,24,t7_FOL_10,t7_FOL_9,18,19,20,21,t7_FOL_13,t7_FOL_12,t7_FOL_17]),25]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : MGT007-1 : TPTP v8.1.0. Released v2.4.0.
% 0.06/0.12  % Command  : run-snark %s %d
% 0.11/0.31  % Computer : n024.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit : 300
% 0.11/0.31  % WCLimit  : 600
% 0.11/0.31  % DateTime : Thu Jun  9 08:25:19 EDT 2022
% 0.11/0.31  % CPUTime  : 
% 0.16/0.42  /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.16/0.43  * 
% 0.16/0.43  * 
% 0.16/0.44  #<PACKAGE "SNARK-USER">
% 0.16/0.44  * 
% 0.16/0.44  SNARK-TPTP-OPTIONS
% 0.16/0.44  * 
% 0.16/0.44  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.16/0.44   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.16/0.44   (USE-FACTORING :POS)
% 0.16/0.44   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.16/0.44   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.16/0.44   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.16/0.44   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.16/0.44   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.16/0.44   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.16/0.44   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.16/0.44   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.16/0.44   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.16/0.44   (DECLARE-TPTP-SYMBOLS2))
% 0.16/0.44  * 
% 0.16/0.44  "."
% 0.16/0.44  * 
% 0.16/0.44  ; Begin refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-09T08:25:19
% 0.16/0.44  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n024.cluster.edu at 2022-06-09T08:25:19
% 0.16/0.49  
% 0.16/0.49  
% 0.16/0.49  #||
% 0.16/0.49  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.16/0.49  % SZS output start Refutation
% See solution above
% 0.16/0.50  ||#
% 0.16/0.50  
% 0.16/0.50  ; Summary of computation:
% 0.16/0.50  ;        34 formulas have been input or derived (from 25 formulas).
% 0.16/0.50  ;        26 (76%) were retained.  Of these,
% 0.16/0.50  ;           26 (100%) are still being kept.
% 0.16/0.50  ; 
% 0.16/0.50  ; Run time in seconds excluding printing time:
% 0.16/0.50  ;     0.005   9%   Read assertion file          (1 call)
% 0.16/0.50  ;     0.001   2%   Assert                       (17 calls)
% 0.16/0.50  ;     0.002   4%   Process new row              (34 calls)
% 0.16/0.50  ;     0.019  35%   Resolution                   (48 calls)
% 0.16/0.50  ;     0.000   0%   Paramodulation               (24 calls)
% 0.16/0.50  ;     0.000   0%   Condensing                   (8 calls)
% 0.16/0.50  ;     0.000   0%   Forward subsumption          (8 calls)
% 0.16/0.50  ;     0.001   2%   Backward subsumption         (8 calls)
% 0.16/0.50  ;     0.000   0%   Clause clause subsumption    (6 calls)
% 0.16/0.50  ;     0.001   2%   Forward simplification       (34 calls)
% 0.16/0.50  ;     0.000   0%   Backward simplification      (26 calls)
% 0.16/0.50  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.16/0.50  ;     0.000   0%   Purity testing               (1 call)
% 0.16/0.50  ;     0.025  46%   Other
% 0.16/0.50  ;     0.054        Total
% 0.16/0.50  ;     0.057        Real time
% 0.16/0.50  ; 
% 0.16/0.50  ; Term-hash-array has 51 terms in all.
% 0.16/0.50  ; Feature-vector-row-index has 8 entries (8 at peak, 8 added, 0 deleted).
% 0.16/0.50  ; Feature-vector-row-index has 25 nodes (25 at peak, 25 added, 0 deleted).
% 0.16/0.50  ;  Retrieved 4 possibly forward subsuming rows in 8 calls.
% 0.16/0.50  ;  Retrieved 2 possibly backward subsumed rows in 8 calls.
% 0.16/0.50  ; Path-index has 58 entries (58 at peak, 58 added, 0 deleted).
% 0.16/0.50  ; Path-index has 137 nodes (137 at peak, 137 added, 0 deleted).
% 0.16/0.50  ; Trie-index has 58 entries (58 at peak, 58 added, 0 deleted).
% 0.16/0.50  ; Trie-index has 116 nodes (116 at peak, 116 added, 0 deleted).
% 0.16/0.50  ; Retrieved 13 generalization terms in 24 calls.
% 0.16/0.50  ; Retrieved 17 instance terms in 17 calls.
% 0.16/0.50  ; Retrieved 13,491 unifiable terms in 4,396 calls.
% 0.16/0.50  ; 
% 0.16/0.50  ; The agenda of rows to give has 1 entry:
% 0.16/0.50  ;     1 with value (4 11)
% 0.16/0.50  Evaluation took:
% 0.16/0.50    0.058 seconds of real time
% 0.16/0.50    0.049526 seconds of user run time
% 0.16/0.50    0.008311 seconds of system run time
% 0.16/0.50    0 calls to %EVAL
% 0.16/0.50    0 page faults and
% 0.16/0.50    4,282,352 bytes consed.
% 0.16/0.50  :PROOF-FOUND
% 0.16/0.50  ; End refute-file /export/starexec/sandbox2/benchmark/theBenchmark.p 2022-06-09T08:25:19
% 0.16/0.50  :PROOF-FOUND
% 0.16/0.50  * 
%------------------------------------------------------------------------------