TSTP Solution File: KRS137+1 by SNARK---20120808r022

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SNARK---20120808r022
% Problem  : KRS137+1 : TPTP v8.1.0. Released v3.1.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 03:28:41 EDT 2022

% Result   : Theorem 0.10s 0.35s
% Output   : Refutation 0.10s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   10
% Syntax   : Number of clauses     :   21 (   9 unt;   3 nHn;  19 RR)
%            Number of literals    :   51 (   0 equ;  29 neg)
%            Maximal clause size   :    8 (   2 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    7 (   6 usr;   1 prp; 0-1 aty)
%            Number of functors    :    4 (   4 usr;   4 con; 0-0 aty)
%            Number of variables   :    6 (   2 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    cowlThing(X),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_0) ).

cnf(2,axiom,
    ~ cowlNothing(X),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_0) ).

cnf(3,axiom,
    ( ~ xsd_string(X)
    | ~ xsd_integer(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_1) ).

cnf(4,axiom,
    ( xsd_string(X)
    | xsd_integer(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_1) ).

cnf(5,axiom,
    ( ~ cCar(X)
    | cAutomobile(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_2) ).

cnf(6,axiom,
    ( cCar(X)
    | ~ cAutomobile(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_2) ).

cnf(7,axiom,
    cAutomobile(iauto),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_4) ).

cnf(8,axiom,
    cCar(icar),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',axiom_6) ).

cnf(9,negated_conjecture,
    ( ~ cowlThing('SKOLEMAAAM1')
    | cowlNothing('SKOLEMAAAM1')
    | ~ xsd_string('SKOLEMAAAM2')
    | xsd_integer('SKOLEMAAAM2')
    | ~ cCar(iauto)
    | ~ cowlThing(iauto)
    | ~ cowlThing(icar)
    | ~ cAutomobile(icar) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',the_axiom) ).

cnf(10,plain,
    ( ~ xsd_string('SKOLEMAAAM2')
    | xsd_integer('SKOLEMAAAM2')
    | ~ cCar(iauto)
    | ~ cAutomobile(icar) ),
    inference('REWRITE',[status(thm)],[9,2,1]) ).

cnf(11,negated_conjecture,
    ( ~ cowlThing('SKOLEMAAAM1')
    | cowlNothing('SKOLEMAAAM1')
    | xsd_string('SKOLEMAAAM2')
    | ~ xsd_integer('SKOLEMAAAM2')
    | ~ cCar(iauto)
    | ~ cowlThing(iauto)
    | ~ cowlThing(icar)
    | ~ cAutomobile(icar) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',the_axiom) ).

cnf(12,plain,
    ( xsd_string('SKOLEMAAAM2')
    | ~ xsd_integer('SKOLEMAAAM2')
    | ~ cCar(iauto)
    | ~ cAutomobile(icar) ),
    inference('REWRITE',[status(thm)],[11,2,1]) ).

cnf(13,plain,
    cAutomobile(icar),
    inference('HYPERRESOLVE',[status(thm)],[5,8]) ).

cnf(14,plain,
    ( ~ xsd_string('SKOLEMAAAM2')
    | xsd_integer('SKOLEMAAAM2')
    | ~ cCar(iauto) ),
    inference('REWRITE',[status(thm)],[10,13]) ).

cnf(15,plain,
    ( xsd_string('SKOLEMAAAM2')
    | ~ xsd_integer('SKOLEMAAAM2')
    | ~ cCar(iauto) ),
    inference('REWRITE',[status(thm)],[12,13]) ).

cnf(16,plain,
    cCar(iauto),
    inference('HYPERRESOLVE',[status(thm)],[6,7]) ).

cnf(17,plain,
    ( ~ xsd_string('SKOLEMAAAM2')
    | xsd_integer('SKOLEMAAAM2') ),
    inference('REWRITE',[status(thm)],[14,16]) ).

cnf(18,plain,
    ( xsd_string('SKOLEMAAAM2')
    | ~ xsd_integer('SKOLEMAAAM2') ),
    inference('REWRITE',[status(thm)],[15,16]) ).

cnf(19,plain,
    xsd_integer('SKOLEMAAAM2'),
    inference('HYPERRESOLVE',[status(thm)],[17,4]) ).

cnf(20,plain,
    xsd_string('SKOLEMAAAM2'),
    inference('REWRITE',[status(thm)],[18,19]) ).

cnf(21,plain,
    $false,
    inference('REWRITE',[status(thm)],[inference('UR-RESOLVE',[status(thm)],[3,20]),19]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.07  % Problem  : KRS137+1 : TPTP v8.1.0. Released v3.1.0.
% 0.04/0.07  % Command  : run-snark %s %d
% 0.07/0.26  % Computer : n019.cluster.edu
% 0.07/0.26  % Model    : x86_64 x86_64
% 0.07/0.26  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.07/0.26  % Memory   : 8042.1875MB
% 0.07/0.26  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.07/0.26  % CPULimit : 300
% 0.07/0.26  % WCLimit  : 600
% 0.07/0.26  % DateTime : Tue Jun  7 16:03:10 EDT 2022
% 0.07/0.26  % CPUTime  : 
% 0.10/0.33  /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.10/0.33  * 
% 0.10/0.33  * 
% 0.10/0.34  #<PACKAGE "SNARK-USER">
% 0.10/0.34  * 
% 0.10/0.34  SNARK-TPTP-OPTIONS
% 0.10/0.34  * 
% 0.10/0.34  ((AGENDA-LENGTH-LIMIT NIL) (AGENDA-LENGTH-BEFORE-SIMPLIFICATION-LIMIT NIL)
% 0.10/0.34   (USE-HYPERRESOLUTION T) (USE-UR-RESOLUTION T) (USE-PARAMODULATION T)
% 0.10/0.34   (USE-FACTORING :POS)
% 0.10/0.34   (USE-LITERAL-ORDERING-WITH-HYPERRESOLUTION 'LITERAL-ORDERING-P)
% 0.10/0.34   (USE-LITERAL-ORDERING-WITH-PARAMODULATION 'LITERAL-ORDERING-P)
% 0.10/0.34   (ORDERING-FUNCTIONS>CONSTANTS T) (ASSERT-CONTEXT :CURRENT)
% 0.10/0.34   (RUN-TIME-LIMIT 300) (LISTEN-FOR-COMMANDS NIL)
% 0.10/0.34   (USE-CLOSURE-WHEN-SATISFIABLE T) (PRINT-ROWS-WHEN-GIVEN NIL)
% 0.10/0.34   (PRINT-ROWS-WHEN-DERIVED NIL) (PRINT-UNORIENTABLE-ROWS NIL)
% 0.10/0.34   (PRINT-ROW-WFFS-PRETTILY NIL) (PRINT-FINAL-ROWS :TPTP)
% 0.10/0.34   (PRINT-OPTIONS-WHEN-STARTING NIL) (USE-VARIABLE-NAME-SORTS NIL)
% 0.10/0.34   (USE-PURITY-TEST T) (USE-RELEVANCE-TEST T) (DECLARE-TPTP-SYMBOLS1)
% 0.10/0.34   (DECLARE-TPTP-SYMBOLS2))
% 0.10/0.34  * 
% 0.10/0.34  "."
% 0.10/0.34  * 
% 0.10/0.34  ; Begin refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-07T16:03:10
% 0.10/0.34  ; 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-06-07T16:03:10
% 0.10/0.35  
% 0.10/0.35  
% 0.10/0.35  #||
% 0.10/0.35  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.10/0.35  % SZS output start Refutation
% See solution above
% 0.10/0.35  ||#
% 0.10/0.35  
% 0.10/0.35  ; Summary of computation:
% 0.10/0.35  ;        25 formulas have been input or derived (from 11 formulas).
% 0.10/0.35  ;        21 (84%) were retained.  Of these,
% 0.10/0.35  ;            8 (38%) were simplified or subsumed later,
% 0.10/0.35  ;           13 (62%) are still being kept.
% 0.10/0.35  ; 
% 0.10/0.35  ; Run time in seconds excluding printing time:
% 0.10/0.35  ;     0.001   8%   Read assertion file          (1 call)
% 0.10/0.35  ;     0.000   0%   Assert                       (8 calls)
% 0.10/0.35  ;     0.001   8%   Process new row              (21 calls)
% 0.10/0.35  ;     0.000   0%   Resolution                   (20 calls)
% 0.10/0.35  ;     0.000   0%   Paramodulation               (10 calls)
% 0.10/0.35  ;     0.000   0%   Factoring                    (1 call)
% 0.10/0.35  ;     0.000   0%   Condensing                   (10 calls)
% 0.10/0.35  ;     0.000   0%   Forward subsumption          (10 calls)
% 0.10/0.35  ;     0.000   0%   Backward subsumption         (10 calls)
% 0.10/0.35  ;     0.000   0%   Forward simplification       (21 calls)
% 0.10/0.35  ;     0.000   0%   Backward simplification      (19 calls)
% 0.10/0.35  ;     0.000   0%   Ordering                     (1 call)
% 0.10/0.35  ;     0.000   0%   Sortal reasoning             (32 calls)
% 0.10/0.35  ;     0.000   0%   Purity testing               (1 call)
% 0.10/0.35  ;     0.011  85%   Other
% 0.10/0.35  ;     0.013        Total
% 0.10/0.35  ;     0.015        Real time
% 0.10/0.35  ; 
% 0.10/0.35  ; Term-hash-array has 12 terms in all.
% 0.10/0.35  ; Feature-vector-row-index has 4 entries (6 at peak, 10 added, 6 deleted).
% 0.10/0.35  ; Feature-vector-row-index has 9 nodes (26 at peak, 50 added, 41 deleted).
% 0.10/0.35  ;  Retrieved 0 possibly forward subsuming rows in 10 calls.
% 0.10/0.35  ;  Retrieved 0 possibly backward subsumed rows in 10 calls.
% 0.10/0.35  ; Path-index has 16 entries (16 at peak, 24 added, 8 deleted).
% 0.10/0.35  ; Path-index has 23 nodes (23 at peak, 31 added, 8 deleted).
% 0.10/0.35  ; Trie-index has 16 entries (16 at peak, 24 added, 8 deleted).
% 0.10/0.35  ; Trie-index has 23 nodes (23 at peak, 31 added, 8 deleted).
% 0.10/0.35  ; Retrieved 11 generalization terms in 19 calls.
% 0.10/0.35  ; Retrieved 8 instance terms in 8 calls.
% 0.10/0.35  ; Retrieved 49 unifiable terms in 38 calls.
% 0.10/0.35  ; 
% 0.10/0.35  ; The agenda of rows to give has 3 entries:
% 0.10/0.35  ;     3 with value (4 4)
% 0.10/0.35  Evaluation took:
% 0.10/0.35    0.015 seconds of real time
% 0.10/0.35    0.011199 seconds of user run time
% 0.10/0.35    0.00409 seconds of system run time
% 0.10/0.35    0 calls to %EVAL
% 0.10/0.35    0 page faults and
% 0.10/0.35    2,542,528 bytes consed.
% 0.10/0.35  :PROOF-FOUND
% 0.10/0.35  ; End refute-file /export/starexec/sandbox/benchmark/theBenchmark.p 2022-06-07T16:03:10
% 0.10/0.35  :PROOF-FOUND
% 0.10/0.35  * 
%------------------------------------------------------------------------------