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

View Problem - Process Solution

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

% Computer : n017.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:20 EDT 2022

% Result   : Unsatisfiable 0.20s 0.57s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   15
% Syntax   : Number of clauses     :   30 (  16 unt;   0 nHn;  27 RR)
%            Number of literals    :   44 (   2 equ;  21 neg)
%            Maximal clause size   :    2 (   1 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :   15 (  13 usr;   1 prp; 0-4 aty)
%            Number of functors    :    5 (   5 usr;   2 con; 0-2 aty)
%            Number of variables   :   30 (   6 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(clause2,axiom,
    ( ~ fellow(X,Y)
    | man(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause2) ).

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

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

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

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

cnf(clause48,axiom,
    ( ~ frontseat(X,Y)
    | seat(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause48) ).

cnf(clause49,axiom,
    ( ~ seat(X,Y)
    | furniture(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause49) ).

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

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

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

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

cnf(clause75,negated_conjecture,
    two(skc6,skc7),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause75) ).

cnf(clause88,negated_conjecture,
    ( ~ member(skc6,X,skc7)
    | fellow(skc6,X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause88) ).

cnf(clause89,negated_conjecture,
    ( ~ member(skc6,X,skc7)
    | frontseat(skc6,skf5(Y)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause89) ).

cnf(clause92,negated_conjecture,
    ( ~ member(skc6,X,skc7)
    | be(skc6,skf6(X),X,skf5(X)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',clause92) ).

cnf(89,plain,
    member(skc6,skf10(skc7,skc6),skc7),
    inference('HYPERRESOLVE',[status(thm)],[clause60,clause75]) ).

cnf(148,plain,
    frontseat(skc6,skf5(X)),
    inference('HYPERRESOLVE',[status(thm)],[clause89,89]) ).

cnf(149,plain,
    fellow(skc6,skf10(skc7,skc6)),
    inference('HYPERRESOLVE',[status(thm)],[clause88,89]) ).

cnf(151,plain,
    be(skc6,skf6(skf10(skc7,skc6)),skf10(skc7,skc6),skf5(skf10(skc7,skc6))),
    inference('HYPERRESOLVE',[status(thm)],[clause92,89]) ).

cnf(154,plain,
    seat(skc6,skf5(X)),
    inference('HYPERRESOLVE',[status(thm)],[clause48,148]) ).

cnf(179,plain,
    man(skc6,skf10(skc7,skc6)),
    inference('HYPERRESOLVE',[status(thm)],[clause2,149]) ).

cnf(214,plain,
    male(skc6,skf10(skc7,skc6)),
    inference('HYPERRESOLVE',[status(thm)],[clause14,179]) ).

cnf(246,plain,
    ~ unisex(skc6,skf10(skc7,skc6)),
    inference('UR-RESOLVE',[status(thm)],[clause52,214]) ).

cnf(279,plain,
    ~ object(skc6,skf10(skc7,skc6)),
    inference('UR-RESOLVE',[status(thm)],[clause35,246]) ).

cnf(312,plain,
    ~ artifact(skc6,skf10(skc7,skc6)),
    inference('UR-RESOLVE',[status(thm)],[clause31,279]) ).

cnf(347,plain,
    ~ instrumentality(skc6,skf10(skc7,skc6)),
    inference('UR-RESOLVE',[status(thm)],[clause30,312]) ).

cnf(379,plain,
    ~ furniture(skc6,skf10(skc7,skc6)),
    inference('UR-RESOLVE',[status(thm)],[clause50,347]) ).

cnf(401,plain,
    ~ seat(skc6,skf10(skc7,skc6)),
    inference('UR-RESOLVE',[status(thm)],[clause49,379]) ).

cnf(428,plain,
    skf10(skc7,skc6) = skf5(skf10(skc7,skc6)),
    inference('HYPERRESOLVE',[status(thm)],[clause59,151]) ).

cnf(430,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('PARAMODULATE',[status(thm)],[154,428,theory(equality)]),401]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : NLP141-1 : TPTP v8.1.0. Released v2.4.0.
% 0.11/0.13  % Command  : run-snark %s %d
% 0.14/0.34  % Computer : n017.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Fri Jul  1 03:30:09 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.20/0.45  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.46  * 
% 0.20/0.46  * 
% 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-07-01T03:30:09
% 0.20/0.47  ; Running SNARK from /davis/home/graph/tptp/Systems/SNARK---20120808r022/Source/snark-system.lisp in SBCL 1.0.12 on n017.cluster.edu at 2022-07-01T03:30:09
% 0.20/0.49  WARNING:
% 0.20/0.49     |impartial| is a 2-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.49  WARNING:
% 0.20/0.49     |actual_world| is a 1-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.49  WARNING:
% 0.20/0.49     |lonely| is a 2-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.49  WARNING:
% 0.20/0.49     |white| is a 2-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.49  WARNING:
% 0.20/0.49     |dirty| is a 2-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.49  WARNING:
% 0.20/0.49     |present| is a 2-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.49  WARNING:
% 0.20/0.49     |down| is a 3-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.49  WARNING:
% 0.20/0.49     |in| is a 3-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.49  WARNING:
% 0.20/0.49     |agent| is a 3-ary relation that occurs only positively; disabling rows that contain it.
% 0.20/0.57  
% 0.20/0.57  
% 0.20/0.57  #||
% 0.20/0.57  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.57  % SZS output start Refutation
% See solution above
% 0.20/0.57  ||#
% 0.20/0.57  
% 0.20/0.57  ; Summary of computation:
% 0.20/0.57  ;       611 formulas have been input or derived (from 414 formulas).
% 0.20/0.57  ;       430 (70%) were retained.  Of these,
% 0.20/0.57  ;            3 ( 1%) were simplified or subsumed later,
% 0.20/0.57  ;          427 (99%) are still being kept.
% 0.20/0.57  ; 
% 0.20/0.57  ; Run time in seconds excluding printing time:
% 0.20/0.57  ;     0.012  12%   Read assertion file          (1 call)
% 0.20/0.57  ;     0.002   2%   Assert                       (92 calls)
% 0.20/0.57  ;     0.023  24%   Process new row              (544 calls)
% 0.20/0.57  ;     0.018  19%   Resolution                   (826 calls)
% 0.20/0.57  ;     0.001   1%   Paramodulation               (413 calls)
% 0.20/0.57  ;     0.001   1%   Condensing                   (69 calls)
% 0.20/0.57  ;     0.000   0%   Forward subsumption          (69 calls)
% 0.20/0.57  ;     0.001   1%   Backward subsumption         (69 calls)
% 0.20/0.57  ;     0.000   0%   Clause clause subsumption    (2 calls)
% 0.20/0.57  ;     0.006   6%   Forward simplification       (531 calls)
% 0.20/0.57  ;     0.002   2%   Backward simplification      (430 calls)
% 0.20/0.57  ;     0.000   0%   Ordering                     (12 calls)
% 0.20/0.57  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.20/0.57  ;     0.001   1%   Purity testing               (1 call)
% 0.20/0.57  ;     0.029  30%   Other
% 0.20/0.57  ;     0.096        Total
% 0.20/0.57  ;     0.100        Real time
% 0.20/0.57  ; 
% 0.20/0.57  ; Term-hash-array has 457 terms in all.
% 0.20/0.57  ; Feature-vector-row-index has 67 entries (69 at peak, 69 added, 2 deleted).
% 0.20/0.57  ; Feature-vector-row-index has 91 nodes (103 at peak, 103 added, 12 deleted).
% 0.20/0.57  ;  Retrieved 30 possibly forward subsuming rows in 69 calls.
% 0.20/0.57  ;  Retrieved 28 possibly backward subsumed rows in 69 calls.
% 0.20/0.57  ; Path-index has 458 entries (458 at peak, 464 added, 6 deleted).
% 0.20/0.57  ; Path-index has 1,239 nodes (1,241 at peak, 1,245 added, 6 deleted).
% 0.20/0.57  ; Trie-index has 458 entries (458 at peak, 464 added, 6 deleted).
% 0.20/0.57  ; Trie-index has 940 nodes (941 at peak, 953 added, 13 deleted).
% 0.20/0.57  ; Retrieved 127 generalization terms in 428 calls.
% 0.20/0.57  ; Retrieved 362 instance terms in 360 calls.
% 0.20/0.57  ; Retrieved 2,594 unifiable terms in 2,703 calls.
% 0.20/0.57  ; 
% 0.20/0.57  ; The agenda of rows to process has 25 entries:
% 0.20/0.57  ;     1 with value 11              1 with value 14               6 with value 17
% 0.20/0.57  ;     1 with value 12              1 with value 15               6 with value 18
% 0.20/0.57  ;     2 with value 13              3 with value 16               4 with value 19
% 0.20/0.57  ; The agenda of rows to give has 16 entries:
% 0.20/0.57  ;     1 with value (4 17)         14 with value (4 18)           1 with value (4 19)
% 0.20/0.57  Evaluation took:
% 0.20/0.57    0.1 seconds of real time
% 0.20/0.57    0.087313 seconds of user run time
% 0.20/0.57    0.012976 seconds of system run time
% 0.20/0.57    0 calls to %EVAL
% 0.20/0.57    0 page faults and
% 0.20/0.57    6,039,288 bytes consed.
% 0.20/0.57  :PROOF-FOUND
% 0.20/0.57  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-07-01T03:30:09
% 0.20/0.57  :PROOF-FOUND
% 0.20/0.57  * 
%------------------------------------------------------------------------------