TSTP Solution File: CSR083+1 by Drodi---3.6.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.6.0
% Problem  : CSR083+1 : TPTP v8.1.2. Bugfixed v7.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n004.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 Apr 30 20:14:59 EDT 2024

% Result   : Theorem 0.44s 0.83s
% Output   : CNFRefutation 0.44s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :    3
% Syntax   : Number of formulae    :   11 (   6 unt;   0 def)
%            Number of atoms       :   20 (   4 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   19 (  10   ~;   5   |;   4   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   3 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    3 (   3 usr;   3 con; 0-0 aty)
%            Number of variables   :    4 (   2   !;   2   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f6013,axiom,
    s__subclass(s__Human,s__CognitiveAgent),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f13265,axiom,
    s__subclass(s__Human,s__Animal),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f14788,conjecture,
    ? [V_ENTITY] :
      ( s__subclass(V_ENTITY,s__Animal)
      & s__subclass(V_ENTITY,s__CognitiveAgent)
      & V_ENTITY = s__Human ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f14789,negated_conjecture,
    ~ ? [V_ENTITY] :
        ( s__subclass(V_ENTITY,s__Animal)
        & s__subclass(V_ENTITY,s__CognitiveAgent)
        & V_ENTITY = s__Human ),
    inference(negated_conjecture,[status(cth)],[f14788]) ).

fof(f25074,plain,
    s__subclass(s__Human,s__CognitiveAgent),
    inference(cnf_transformation,[status(esa)],[f6013]) ).

fof(f32836,plain,
    s__subclass(s__Human,s__Animal),
    inference(cnf_transformation,[status(esa)],[f13265]) ).

fof(f34359,plain,
    ! [V_ENTITY] :
      ( ~ s__subclass(V_ENTITY,s__Animal)
      | ~ s__subclass(V_ENTITY,s__CognitiveAgent)
      | V_ENTITY != s__Human ),
    inference(pre_NNF_transformation,[status(esa)],[f14789]) ).

fof(f34360,plain,
    ! [X0] :
      ( ~ s__subclass(X0,s__Animal)
      | ~ s__subclass(X0,s__CognitiveAgent)
      | X0 != s__Human ),
    inference(cnf_transformation,[status(esa)],[f34359]) ).

fof(f34978,plain,
    ( ~ s__subclass(s__Human,s__Animal)
    | ~ s__subclass(s__Human,s__CognitiveAgent) ),
    inference(destructive_equality_resolution,[status(esa)],[f34360]) ).

fof(f34980,plain,
    ~ s__subclass(s__Human,s__Animal),
    inference(backward_subsumption_resolution,[status(thm)],[f34978,f25074]) ).

fof(f34981,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f32836,f34980]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.17  % Problem  : CSR083+1 : TPTP v8.1.2. Bugfixed v7.3.0.
% 0.13/0.18  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.39  % Computer : n004.cluster.edu
% 0.13/0.39  % Model    : x86_64 x86_64
% 0.13/0.39  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.39  % Memory   : 8042.1875MB
% 0.13/0.39  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.39  % CPULimit : 300
% 0.13/0.39  % WCLimit  : 300
% 0.13/0.39  % DateTime : Mon Apr 29 23:37:04 EDT 2024
% 0.13/0.40  % CPUTime  : 
% 0.38/0.60  % Drodi V3.6.0
% 0.44/0.83  % Refutation found
% 0.44/0.83  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.44/0.83  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.44/0.84  % Elapsed time: 0.434461 seconds
% 0.44/0.84  % CPU time: 1.531206 seconds
% 0.44/0.84  % Total memory used: 703.519 MB
% 0.44/0.84  % Net memory used: 700.849 MB
%------------------------------------------------------------------------------