TSTP Solution File: CSR083+1 by Leo-III-SAT---1.7.10

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III-SAT---1.7.10
% Problem  : CSR083+1 : TPTP v8.1.2. Bugfixed v7.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n010.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  : 300s
% DateTime : Tue May  7 10:29:00 EDT 2024

% Result   : Theorem 58.58s 10.12s
% Output   : Refutation 58.77s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :    7
% Syntax   : Number of formulae    :   18 (   7 unt;   4 typ;   0 def)
%            Number of atoms       :   26 (   5 equ;   0 cnn)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   61 (  13   ~;   6   |;   6   &;  36   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    2 (   2   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    7 (   4 usr;   5 con; 0-2 aty)
%            Number of variables   :    5 (   0   ^   2   !;   3   ?;   5   :)

% Comments : 
%------------------------------------------------------------------------------
thf(s__subclass_type,type,
    s__subclass: $i > $i > $o ).

thf(s__Animal_type,type,
    s__Animal: $i ).

thf(s__CognitiveAgent_type,type,
    s__CognitiveAgent: $i ).

thf(s__Human_type,type,
    s__Human: $i ).

thf(413,axiom,
    s__subclass @ s__Human @ s__Animal,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',kb_SUMOcache_6048) ).

thf(867,plain,
    s__subclass @ s__Human @ s__Animal,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[413]) ).

thf(1,conjecture,
    ? [A: $i] :
      ( ( s__subclass @ A @ s__Animal )
      & ( s__subclass @ A @ s__CognitiveAgent )
      & ( A = s__Human ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_from_SUMO) ).

thf(2,negated_conjecture,
    ~ ? [A: $i] :
        ( ( s__subclass @ A @ s__Animal )
        & ( s__subclass @ A @ s__CognitiveAgent )
        & ( A = s__Human ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(453,plain,
    ~ ? [A: $i] :
        ( ( s__subclass @ A @ s__Animal )
        & ( s__subclass @ A @ s__CognitiveAgent )
        & ( A = s__Human ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(454,plain,
    ! [A: $i] :
      ( ~ ( s__subclass @ A @ s__Animal )
      | ~ ( s__subclass @ A @ s__CognitiveAgent )
      | ( A != s__Human ) ),
    inference(cnf,[status(esa)],[453]) ).

thf(455,plain,
    ! [A: $i] :
      ( ( A != s__Human )
      | ~ ( s__subclass @ A @ s__Animal )
      | ~ ( s__subclass @ A @ s__CognitiveAgent ) ),
    inference(lifteq,[status(thm)],[454]) ).

thf(456,plain,
    ( ~ ( s__subclass @ s__Human @ s__Animal )
    | ~ ( s__subclass @ s__Human @ s__CognitiveAgent ) ),
    inference(simp,[status(thm)],[455]) ).

thf(386,axiom,
    s__subclass @ s__Human @ s__CognitiveAgent,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',kb_SUMO_6087) ).

thf(840,plain,
    s__subclass @ s__Human @ s__CognitiveAgent,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[386]) ).

thf(3167,plain,
    ( ~ ( s__subclass @ s__Human @ s__Animal )
    | ~ $true ),
    inference(rewrite,[status(thm)],[456,840]) ).

thf(3168,plain,
    ~ ( s__subclass @ s__Human @ s__Animal ),
    inference(simp,[status(thm)],[3167]) ).

thf(3999,plain,
    $false,
    inference(rewrite,[status(thm)],[867,3168]) ).

thf(4000,plain,
    $false,
    inference(simp,[status(thm)],[3999]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.09  % Problem  : CSR083+1 : TPTP v8.1.2. Bugfixed v7.3.0.
% 0.09/0.12  % Command  : run_Leo-III %s %d
% 0.11/0.31  % Computer : n010.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit : 300
% 0.11/0.31  % WCLimit  : 300
% 0.11/0.31  % DateTime : Mon May  6 23:16:09 EDT 2024
% 0.11/0.31  % CPUTime  : 
% 0.76/0.73  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 3.22/1.34  % [INFO] 	 Parsing done (609ms). 
% 3.22/1.36  % [INFO] 	 Running in sequential loop mode. 
% 3.72/1.56  % [INFO] 	 nitpick registered as external prover. 
% 3.72/1.56  % [INFO] 	 Scanning for conjecture ... 
% 4.78/1.85  % [INFO] 	 Found a conjecture and 14787 axioms. Running axiom selection ... 
% 5.54/2.11  % [INFO] 	 Axiom selection finished. Selected 450 axioms (removed 14337 axioms). 
% 5.69/2.17  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 5.69/2.18  % [INFO] 	 Type checking passed. 
% 5.69/2.18  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 58.58/10.12  % [INFO] 	 Killing All external provers ... 
% 58.58/10.12  % Time passed: 9717ms (effective reasoning time: 8759ms)
% 58.58/10.12  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 58.58/10.12  % Axioms used in derivation (2): kb_SUMOcache_6048, kb_SUMO_6087
% 58.58/10.12  % No. of inferences in proof: 14
% 58.58/10.12  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 9717 ms resp. 8759 ms w/o parsing
% 58.77/10.13  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 58.77/10.13  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------