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

View Problem - Process Solution

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

% Computer : n019.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.48s 0.66s
% Output   : Refutation 0.48s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   11
% Syntax   : Number of clauses     :   20 (  11 unt;   1 nHn;  13 RR)
%            Number of literals    :   33 (   0 equ;  16 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :   10 (  10 usr;   6 con; 0-2 aty)
%            Number of variables   :   39 (   9 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(clause_2,axiom,
    ~ hold(thing(X),do(let_go,Y)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_2) ).

cnf(clause_5,axiom,
    at(hand,X,do(go(X),Y)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_5) ).

cnf(clause_7,axiom,
    ( ~ at(thing(X),Y,do(go(Y),Z))
    | at(thing(X),Y,Z)
    | hold(thing(X),Z) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_7) ).

cnf(clause_8,axiom,
    ( ~ at(hand,X,Y)
    | ~ at(thing(Z),X,Y)
    | hold(thing(taken(Y)),do(pick_up,Y)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_8) ).

cnf(clause_9,axiom,
    ( ~ hold(thing(X),Y)
    | ~ at(hand,Z,Y)
    | at(thing(X),Z,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_9) ).

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

cnf(clause_13,axiom,
    ( ~ hold(thing(X),Y)
    | hold(thing(X),do(go(Z),Y)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_13) ).

cnf(clause_14,axiom,
    ( ~ at(hand,X,Y)
    | at(thing(taken(Y)),X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause_14) ).

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

cnf(things_here_now_are_red,hypothesis,
    ( ~ at(X,here,now)
    | red(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',things_here_now_are_red) ).

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

cnf(19,plain,
    ( ~ red(X)
    | ~ at(X,there,Y) ),
    inference('REWRITE',[status(thm)],[clause_11,prove_there_is_a_red_thing]) ).

cnf(29,plain,
    at(thing(taken(do(go(X),Y))),X,do(go(X),Y)),
    inference('HYPERRESOLVE',[status(thm)],[clause_14,clause_5]) ).

cnf(97,plain,
    hold(thing(taken(do(go(X),Y))),do(pick_up,do(go(X),Y))),
    inference('HYPERRESOLVE',[status(thm)],[clause_8,29,clause_5]) ).

cnf(98,plain,
    at(thing(taken(do(go(X),do(let_go,Y)))),X,do(let_go,Y)),
    inference('UR-RESOLVE',[status(thm)],[clause_7,29,clause_2]) ).

cnf(208,plain,
    hold(thing(taken(do(go(X),Y))),do(go(Z),do(pick_up,do(go(X),Y)))),
    inference('HYPERRESOLVE',[status(thm)],[clause_13,97]) ).

cnf(209,plain,
    at(thing(taken(do(go(X),do(let_go,Y)))),X,Y),
    inference('HYPERRESOLVE',[status(thm)],[clause_17,98]) ).

cnf(217,plain,
    red(thing(taken(do(go(here),do(let_go,now))))),
    inference('HYPERRESOLVE',[status(thm)],[things_here_now_are_red,209]) ).

cnf(237,plain,
    ~ at(thing(taken(do(go(here),do(let_go,now)))),there,X),
    inference('UR-RESOLVE',[status(thm)],[19,217]) ).

cnf(628,plain,
    $false,
    inference('UR-RESOLVE',[status(thm)],[clause_9,208,clause_5,237]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : MSC001-1 : TPTP v8.1.0. Released v1.0.0.
% 0.12/0.13  % Command  : run-snark %s %d
% 0.12/0.34  % Computer : n019.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Fri Jul  1 16:30:08 EDT 2022
% 0.19/0.34  % CPUTime  : 
% 0.19/0.45  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.19/0.46  * 
% 0.19/0.46  * 
% 0.19/0.47  #<PACKAGE "SNARK-USER">
% 0.19/0.47  * 
% 0.19/0.47  SNARK-TPTP-OPTIONS
% 0.19/0.47  * 
% 0.19/0.47  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.19/0.47   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.19/0.47   (USE-FACTORING :POS)
% 0.19/0.47   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.19/0.47   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.19/0.47   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.19/0.47   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.19/0.47   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.19/0.47   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.19/0.47   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.19/0.47   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.19/0.47   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.19/0.47   (DECLARE-TPTP-SYMBOLS2))
% 0.19/0.47  * 
% 0.19/0.47  "."
% 0.19/0.47  * 
% 0.19/0.47  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-01T16:30:09
% 0.19/0.47  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n019.cluster.edu at 2022-07-01T16:30:09
% 0.48/0.66  
% 0.48/0.66  
% 0.48/0.66  #||
% 0.48/0.66  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.48/0.66  % SZS output start Refutation
% See solution above
% 0.48/0.67  ||#
% 0.48/0.67  
% 0.48/0.67  ; Summary of computation:
% 0.48/0.67  ;      1783 formulas have been input or derived (from 215 formulas).
% 0.48/0.67  ;       628 (35%) were retained.  Of these,
% 0.48/0.67  ;           18 ( 3%) were simplified or subsumed later,
% 0.48/0.67  ;          610 (97%) are still being kept.
% 0.48/0.67  ; 
% 0.48/0.67  ; Run time in seconds excluding printing time:
% 0.48/0.67  ;     0.003   2%   Read assertion file          (1 call)
% 0.48/0.67  ;     0.001   1%   Assert                       (18 calls)
% 0.48/0.67  ;     0.055  29%   Process new row              (1,490 calls)
% 0.48/0.67  ;     0.059  31%   Resolution                   (428 calls)
% 0.48/0.67  ;     0.009   5%   Paramodulation               (214 calls)
% 0.48/0.67  ;     0.000   0%   Condensing                   (18 calls)
% 0.48/0.67  ;     0.000   0%   Forward subsumption          (18 calls)
% 0.48/0.67  ;     0.000   0%   Backward subsumption         (18 calls)
% 0.48/0.67  ;     0.000   0%   Clause clause subsumption    (3 calls)
% 0.48/0.67  ;     0.025  13%   Forward simplification       (1,489 calls)
% 0.48/0.67  ;     0.005   3%   Backward simplification      (628 calls)
% 0.48/0.67  ;     0.000   0%   Ordering                     (3 calls)
% 0.48/0.67  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.48/0.67  ;     0.000   0%   Purity testing               (1 call)
% 0.48/0.67  ;     0.035  18%   Other
% 0.48/0.67  ;     0.192        Total
% 0.48/0.67  ;     0.194        Real time
% 0.48/0.67  ; 
% 0.48/0.67  ; Term-hash-array has 1,279 terms in all.
% 0.48/0.67  ; Feature-vector-row-index has 17 entries (17 at peak, 18 added, 1 deleted).
% 0.48/0.67  ; Feature-vector-row-index has 116 nodes (116 at peak, 120 added, 4 deleted).
% 0.48/0.67  ;  Retrieved 3 possibly forward subsuming rows in 18 calls.
% 0.48/0.67  ;  Retrieved 0 possibly backward subsumed rows in 18 calls.
% 0.48/0.67  ; Path-index has 1,242 entries (1,242 at peak, 1,288 added, 46 deleted).
% 0.48/0.67  ; Path-index has 490 nodes (490 at peak, 522 added, 32 deleted).
% 0.48/0.67  ; Trie-index has 1,242 entries (1,242 at peak, 1,288 added, 46 deleted).
% 0.48/0.67  ; Trie-index has 4,527 nodes (4,527 at peak, 4,754 added, 227 deleted).
% 0.48/0.67  ; Retrieved 1,145 generalization terms in 1,535 calls.
% 0.48/0.67  ; Retrieved 635 instance terms in 609 calls.
% 0.48/0.67  ; Retrieved 14,744 unifiable terms in 4,438 calls.
% 0.48/0.67  ; 
% 0.48/0.67  ; The agenda of rows to process has 6 entries:
% 0.48/0.67  ;     1 with value 25              4 with value 26               1 with value 29
% 0.48/0.67  ; The agenda of rows to give has 397 entries:
% 0.48/0.67  ;    20 with value (4 24)         10 with value (4 31)           8 with value (4 40)
% 0.48/0.67  ;    32 with value (4 25)          4 with value (4 32)           4 with value (4 41)
% 0.48/0.67  ;    76 with value (4 26)          1 with value (4 33)           8 with value (4 43)
% 0.48/0.67  ;    95 with value (4 27)          4 with value (4 35)           1 with value (4 45)
% 0.48/0.67  ;    68 with value (4 28)         10 with value (4 36)           8 with value (4 46)
% 0.48/0.67  ;    24 with value (4 29)         17 with value (4 37)           1 with value (4 52)
% 0.48/0.67  ;     6 with value (4 30)
% 0.48/0.67  Evaluation took:
% 0.48/0.67    0.195 seconds of real time
% 0.48/0.67    0.180861 seconds of user run time
% 0.48/0.67    0.01375 seconds of system run time
% 0.48/0.67    0 calls to %EVAL
% 0.48/0.67    0 page faults and
% 0.48/0.67    12,237,704 bytes consed.
% 0.48/0.67  :PROOF-FOUND
% 0.48/0.67  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-01T16:30:09
% 0.48/0.67  :PROOF-FOUND
% 0.48/0.67  * 
%------------------------------------------------------------------------------