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

View Problem - Process Solution

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

% Computer : n006.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:57:56 EDT 2022

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

% Comments : 
%------------------------------------------------------------------------------
cnf(something_is_here_now,axiom,
    at(something,here,now),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',something_is_here_now) ).

cnf(cant_hold_and_let_go,axiom,
    ~ held(X,let_go(Y)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cant_hold_and_let_go) ).

cnf(everything_is_red,axiom,
    ( ~ at(X,here,Y)
    | red(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',everything_is_red) ).

cnf(situation_let_go,axiom,
    ( ~ at(X,Y,Z)
    | at(X,Y,let_go(Z)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',situation_let_go) ).

cnf(situation_pick_up,axiom,
    ( ~ at(X,Y,Z)
    | at(X,Y,pick_up(Z)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',situation_pick_up) ).

cnf(can_grab_if_previously_let_go,axiom,
    ( ~ at(X,Y,Z)
    | grabbed(X,pick_up(go(Y,let_go(Z)))) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',can_grab_if_previously_let_go) ).

cnf(answer_if_red_and_put_there,axiom,
    ( ~ red(X)
    | ~ put(X,there,Y)
    | answer(Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',answer_if_red_and_put_there) ).

cnf(can_put_somewhere_if_grab_and_go_there,axiom,
    ( ~ at(X,Y,Z)
    | ~ grabbed(X,Z)
    | put(X,U,go(U,Z)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',can_put_somewhere_if_grab_and_go_there) ).

cnf(thing_either_held_or_went_there,axiom,
    ( held(X,Y)
    | ~ at(X,Z,Y)
    | at(X,Z,go(U,Y)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',thing_either_held_or_went_there) ).

cnf(prove_there_is_an_answer_situation,negated_conjecture,
    ~ answer(X),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_there_is_an_answer_situation) ).

cnf(15,plain,
    ( ~ red(X)
    | ~ put(X,there,Y) ),
    inference('REWRITE',[status(thm)],[answer_if_red_and_put_there,prove_there_is_an_answer_situation]) ).

cnf(16,plain,
    red(something),
    inference('HYPERRESOLVE',[status(thm)],[everything_is_red,something_is_here_now]) ).

cnf(17,plain,
    at(something,here,let_go(now)),
    inference('HYPERRESOLVE',[status(thm)],[situation_let_go,something_is_here_now]) ).

cnf(19,plain,
    grabbed(something,pick_up(go(here,let_go(now)))),
    inference('HYPERRESOLVE',[status(thm)],[can_grab_if_previously_let_go,something_is_here_now]) ).

cnf(21,plain,
    ~ put(something,there,X),
    inference('UR-RESOLVE',[status(thm)],[15,16]) ).

cnf(26,plain,
    at(something,here,go(X,let_go(now))),
    inference('UR-RESOLVE',[status(thm)],[thing_either_held_or_went_there,17,cant_hold_and_let_go]) ).

cnf(53,plain,
    ~ at(something,X,pick_up(go(here,let_go(now)))),
    inference('UR-RESOLVE',[status(thm)],[can_put_somewhere_if_grab_and_go_there,19,21]) ).

cnf(115,plain,
    $false,
    inference('UR-RESOLVE',[status(thm)],[situation_pick_up,53,26]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : MSC002-1 : TPTP v8.1.0. Released v1.0.0.
% 0.03/0.12  % Command  : run-snark %s %d
% 0.12/0.31  % Computer : n006.cluster.edu
% 0.12/0.31  % Model    : x86_64 x86_64
% 0.12/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.31  % Memory   : 8042.1875MB
% 0.12/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.31  % CPULimit : 300
% 0.12/0.31  % WCLimit  : 600
% 0.12/0.31  % DateTime : Fri Jul  1 14:59:52 EDT 2022
% 0.12/0.32  % CPUTime  : 
% 0.18/0.42  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.18/0.43  * 
% 0.18/0.43  * 
% 0.18/0.44  #<PACKAGE "SNARK-USER">
% 0.18/0.44  * 
% 0.18/0.44  SNARK-TPTP-OPTIONS
% 0.18/0.44  * 
% 0.18/0.44  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.18/0.44   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.18/0.44   (USE-FACTORING :POS)
% 0.18/0.44   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.18/0.44   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.18/0.44   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.18/0.44   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.18/0.44   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.18/0.44   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.18/0.44   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.18/0.44   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.18/0.44   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.18/0.44   (DECLARE-TPTP-SYMBOLS2))
% 0.18/0.44  * 
% 0.18/0.44  "."
% 0.18/0.44  * 
% 0.18/0.44  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-01T14:59:53
% 0.18/0.44  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n006.cluster.edu at 2022-07-01T14:59:53
% 0.18/0.49  
% 0.18/0.49  
% 0.18/0.49  #||
% 0.18/0.49  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.18/0.49  % SZS output start Refutation
% See solution above
% 0.18/0.49  ||#
% 0.18/0.49  
% 0.18/0.49  ; Summary of computation:
% 0.18/0.49  ;       213 formulas have been input or derived (from 55 formulas).
% 0.18/0.49  ;       115 (54%) were retained.  Of these,
% 0.18/0.49  ;            1 ( 1%) were simplified or subsumed later,
% 0.18/0.49  ;          114 (99%) are still being kept.
% 0.18/0.49  ; 
% 0.18/0.49  ; Run time in seconds excluding printing time:
% 0.18/0.49  ;     0.002   4%   Read assertion file          (1 call)
% 0.18/0.49  ;     0.001   2%   Assert                       (14 calls)
% 0.18/0.49  ;     0.008  17%   Process new row              (174 calls)
% 0.18/0.49  ;     0.004   8%   Resolution                   (108 calls)
% 0.18/0.49  ;     0.001   2%   Paramodulation               (54 calls)
% 0.18/0.49  ;     0.000   0%   Factoring                    (1 call)
% 0.18/0.49  ;     0.000   0%   Condensing                   (27 calls)
% 0.18/0.49  ;     0.000   0%   Forward subsumption          (27 calls)
% 0.18/0.49  ;     0.001   2%   Backward subsumption         (27 calls)
% 0.18/0.49  ;     0.000   0%   Clause clause subsumption    (1 call)
% 0.18/0.49  ;     0.006  12%   Forward simplification       (174 calls)
% 0.18/0.49  ;     0.002   4%   Backward simplification      (115 calls)
% 0.18/0.49  ;     0.000   0%   Ordering                     (2 calls)
% 0.18/0.49  ;     0.001   2%   Sortal reasoning             (32 calls)
% 0.18/0.49  ;     0.000   0%   Purity testing               (1 call)
% 0.18/0.49  ;     0.022  46%   Other
% 0.18/0.49  ;     0.048        Total
% 0.18/0.49  ;     0.050        Real time
% 0.18/0.49  ; 
% 0.18/0.49  ; Term-hash-array has 238 terms in all.
% 0.18/0.49  ; Feature-vector-row-index has 26 entries (26 at peak, 27 added, 1 deleted).
% 0.18/0.49  ; Feature-vector-row-index has 153 nodes (153 at peak, 157 added, 4 deleted).
% 0.18/0.49  ;  Retrieved 1 possibly forward subsuming row in 27 calls.
% 0.18/0.49  ;  Retrieved 0 possibly backward subsumed rows in 27 calls.
% 0.18/0.49  ; Path-index has 241 entries (241 at peak, 244 added, 3 deleted).
% 0.18/0.49  ; Path-index has 498 nodes (498 at peak, 501 added, 3 deleted).
% 0.18/0.49  ; Trie-index has 241 entries (241 at peak, 244 added, 3 deleted).
% 0.18/0.49  ; Trie-index has 495 nodes (495 at peak, 498 added, 3 deleted).
% 0.18/0.49  ; Retrieved 66 generalization terms in 193 calls.
% 0.18/0.49  ; Retrieved 88 instance terms in 87 calls.
% 0.18/0.49  ; Retrieved 783 unifiable terms in 601 calls.
% 0.18/0.49  ; 
% 0.18/0.49  ; The agenda of rows to process has 1 entry:
% 0.18/0.49  ;     1 with value 14
% 0.18/0.49  ; The agenda of rows to give has 59 entries:
% 0.18/0.49  ;     4 with value (4 15)          1 with value (4 20)           1 with value (4 24)
% 0.18/0.49  ;     2 with value (4 16)          8 with value (4 21)           1 with value (4 25)
% 0.18/0.49  ;    18 with value (4 17)          2 with value (4 22)           4 with value (4 28)
% 0.18/0.49  ;    13 with value (4 18)          2 with value (4 23)           2 with value (4 30)
% 0.18/0.49  ;     1 with value (4 19)
% 0.18/0.49  Evaluation took:
% 0.18/0.49    0.051 seconds of real time
% 0.18/0.49    0.041952 seconds of user run time
% 0.18/0.49    0.008796 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    3,361,616 bytes consed.
% 0.18/0.49  :PROOF-FOUND
% 0.18/0.49  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-01T14:59:53
% 0.18/0.49  :PROOF-FOUND
% 0.18/0.49  * 
%------------------------------------------------------------------------------