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

View Problem - Process Solution

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

% Computer : n013.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 : Mon Jul 18 05:21:58 EDT 2022

% Result   : Unsatisfiable 0.37s 0.54s
% Output   : Refutation 0.37s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   11
% Syntax   : Number of clauses     :   20 (  12 unt;   0 nHn;  20 RR)
%            Number of literals    :   28 (   2 equ;  11 neg)
%            Maximal clause size   :    2 (   1 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :   11 (   9 usr;   1 prp; 0-4 aty)
%            Number of functors    :    4 (   4 usr;   4 con; 0-0 aty)
%            Number of variables   :   18 (   2 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(clause10,axiom,
    ( ~ wheel(X,Y)
    | device(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause10) ).

cnf(clause11,axiom,
    ( ~ device(X,Y)
    | instrumentality(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause11) ).

cnf(clause12,axiom,
    ( ~ instrumentality(X,Y)
    | artifact(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause12) ).

cnf(clause13,axiom,
    ( ~ artifact(X,Y)
    | object(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause13) ).

cnf(clause20,axiom,
    ( ~ object(X,Y)
    | unisex(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause20) ).

cnf(clause34,axiom,
    ( ~ man(X,Y)
    | male(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause34) ).

cnf(clause60,axiom,
    ( ~ male(X,Y)
    | ~ unisex(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause60) ).

cnf(clause67,axiom,
    ( ~ be(X,Y,Z,U)
    | Z = U ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause67) ).

cnf(clause94,negated_conjecture,
    man(skc11,skc15),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause94) ).

cnf(clause98,negated_conjecture,
    wheel(skc11,skc12),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause98) ).

cnf(clause106,negated_conjecture,
    be(skc11,skc13,skc15,skc12),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause106) ).

cnf(112,plain,
    device(skc11,skc12),
    inference('HYPERRESOLVE',[status(thm)],[clause10,clause98]) ).

cnf(116,plain,
    male(skc11,skc15),
    inference('HYPERRESOLVE',[status(thm)],[clause34,clause94]) ).

cnf(125,plain,
    skc15 = skc12,
    inference('HYPERRESOLVE',[status(thm)],[clause67,clause106]) ).

cnf(130,plain,
    male(skc11,skc12),
    inference('REWRITE',[status(thm)],[116,125,theory(equality)]) ).

cnf(142,plain,
    instrumentality(skc11,skc12),
    inference('HYPERRESOLVE',[status(thm)],[clause11,112]) ).

cnf(156,plain,
    ~ unisex(skc11,skc12),
    inference('UR-RESOLVE',[status(thm)],[clause60,130]) ).

cnf(165,plain,
    artifact(skc11,skc12),
    inference('HYPERRESOLVE',[status(thm)],[clause12,142]) ).

cnf(180,plain,
    ~ object(skc11,skc12),
    inference('UR-RESOLVE',[status(thm)],[clause20,156]) ).

cnf(190,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('HYPERRESOLVE',[status(thm)],[clause13,165]),180]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : NLP208-1 : TPTP v8.1.0. Released v2.4.0.
% 0.07/0.13  % Command  : run-snark %s %d
% 0.13/0.34  % Computer : n013.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 30 23:11:29 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.20/0.46  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.47  * 
% 0.20/0.47  * 
% 0.20/0.47  #<PACKAGE "SNARK-USER">
% 0.20/0.47  * 
% 0.20/0.47  SNARK-TPTP-OPTIONS
% 0.20/0.47  * 
% 0.20/0.47  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.20/0.47   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.20/0.47   (USE-FACTORING :POS)
% 0.20/0.47   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.20/0.47   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.20/0.47   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.20/0.47   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.20/0.47   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.20/0.47   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.20/0.47   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.20/0.47   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.20/0.47   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.20/0.47   (DECLARE-TPTP-SYMBOLS2))
% 0.20/0.47  * 
% 0.20/0.47  "."
% 0.20/0.47  * 
% 0.20/0.47  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-30T23:11:29
% 0.20/0.47  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n013.cluster.edu at 2022-06-30T23:11:29
% 0.20/0.50  WARNING:
% 0.20/0.50     |impartial| is a 2-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.50  WARNING:
% 0.20/0.50     |actual_world| is a 1-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.50  WARNING:
% 0.20/0.50     |lonely| is a 2-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.51  WARNING:
% 0.20/0.51     |dirty| is a 2-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.51  WARNING:
% 0.20/0.51     |present| is a 2-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.51  WARNING:
% 0.20/0.51     |down| is a 3-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.51  WARNING:
% 0.20/0.51     |in| is a 3-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.51  WARNING:
% 0.20/0.51     |behind| is a 3-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.51  WARNING:
% 0.20/0.51     |cheap| is a 2-ary relation that occurs only positively; disabling rows that contain it.
% 0.37/0.54  
% 0.37/0.54  
% 0.37/0.54  #||
% 0.37/0.54  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.37/0.54  % SZS output start Refutation
% See solution above
% 0.37/0.54  ||#
% 0.37/0.54  
% 0.37/0.54  ; Summary of computation:
% 0.37/0.54  ;       271 formulas have been input or derived (from 161 formulas).
% 0.37/0.54  ;       190 (70%) were retained.  Of these,
% 0.37/0.54  ;            5 ( 3%) were simplified or subsumed later,
% 0.37/0.54  ;          185 (97%) are still being kept.
% 0.37/0.54  ; 
% 0.37/0.54  ; Run time in seconds excluding printing time:
% 0.37/0.54  ;     0.016  23%   Read assertion file          (1 call)
% 0.37/0.54  ;     0.002   3%   Assert                       (120 calls)
% 0.37/0.54  ;     0.009  13%   Process new row              (232 calls)
% 0.37/0.54  ;     0.005   7%   Resolution                   (320 calls)
% 0.37/0.54  ;     0.001   1%   Paramodulation               (160 calls)
% 0.37/0.54  ;     0.001   1%   Condensing                   (85 calls)
% 0.37/0.54  ;     0.001   1%   Forward subsumption          (85 calls)
% 0.37/0.54  ;     0.002   3%   Backward subsumption         (85 calls)
% 0.37/0.54  ;     0.000   0%   Clause clause subsumption    (2 calls)
% 0.37/0.54  ;     0.002   3%   Forward simplification       (220 calls)
% 0.37/0.54  ;     0.001   1%   Backward simplification      (190 calls)
% 0.37/0.54  ;     0.000   0%   Ordering                     (13 calls)
% 0.37/0.54  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.37/0.54  ;     0.002   3%   Purity testing               (1 call)
% 0.37/0.54  ;     0.027  39%   Other
% 0.37/0.54  ;     0.069        Total
% 0.37/0.54  ;     0.071        Real time
% 0.37/0.54  ; 
% 0.37/0.54  ; Term-hash-array has 220 terms in all.
% 0.37/0.54  ; Feature-vector-row-index has 85 entries (85 at peak, 85 added, 0 deleted).
% 0.37/0.54  ; Feature-vector-row-index has 153 nodes (153 at peak, 153 added, 0 deleted).
% 0.37/0.54  ;  Retrieved 48 possibly forward subsuming rows in 85 calls.
% 0.37/0.54  ;  Retrieved 34 possibly backward subsumed rows in 85 calls.
% 0.37/0.54  ; Path-index has 226 entries (226 at peak, 231 added, 5 deleted).
% 0.37/0.54  ; Path-index has 608 nodes (608 at peak, 619 added, 11 deleted).
% 0.37/0.54  ; Trie-index has 226 entries (226 at peak, 231 added, 5 deleted).
% 0.37/0.54  ; Trie-index has 468 nodes (468 at peak, 479 added, 11 deleted).
% 0.37/0.54  ; Retrieved 59 generalization terms in 105 calls.
% 0.37/0.54  ; Retrieved 104 instance terms in 104 calls.
% 0.37/0.54  ; Retrieved 937 unifiable terms in 821 calls.
% 0.37/0.54  ; 
% 0.37/0.54  ; The agenda of rows to give has 27 entries:
% 0.37/0.54  ;    16 with value (4 7)           2 with value (4 9)            1 with value (4 10)
% 0.37/0.55  ;     8 with value (4 8)
% 0.37/0.55  Evaluation took:
% 0.37/0.55    0.071 seconds of real time
% 0.37/0.55    0.060595 seconds of user run time
% 0.37/0.55    0.011091 seconds of system run time
% 0.37/0.55    0 calls to %EVAL
% 0.37/0.55    0 page faults and
% 0.37/0.55    4,020,440 bytes consed.
% 0.37/0.55  :PROOF-FOUND
% 0.37/0.55  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-30T23:11:29
% 0.37/0.55  :PROOF-FOUND
% 0.37/0.55  * 
%------------------------------------------------------------------------------