TSTP Solution File: PUZ002-1 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : PUZ002-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n024.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 : Wed May 31 12:31:44 EDT 2023

% Result   : Unsatisfiable 0.12s 0.35s
% Output   : CNFRefutation 0.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   35 (  11 unt;   0 def)
%            Number of atoms       :   59 (   0 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :   53 (  29   ~;  24   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   3 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :   12 (  11 usr;   1 prp; 0-1 aty)
%            Number of functors    :    1 (   1 usr;   1 con; 0-0 aty)
%            Number of variables   :   24 (;  24   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [Cat] :
      ( ~ in_house(Cat)
      | cat(Cat) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f2,axiom,
    ! [Gazer] :
      ( ~ gazer(Gazer)
      | suitable_pet(Gazer) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f3,axiom,
    ! [Detested] :
      ( ~ detested(Detested)
      | avoided(Detested) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f4,axiom,
    ! [Carnivore] :
      ( ~ carnivore(Carnivore)
      | prowler(Carnivore) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f5,axiom,
    ! [Cat] :
      ( ~ cat(Cat)
      | mouse_killer(Cat) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f6,axiom,
    ! [Taken_animal] :
      ( ~ takes_to_me(Taken_animal)
      | in_house(Taken_animal) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f7,axiom,
    ! [Kangaroo] :
      ( ~ kangaroo(Kangaroo)
      | ~ suitable_pet(Kangaroo) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f8,axiom,
    ! [Killer] :
      ( ~ mouse_killer(Killer)
      | carnivore(Killer) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f9,axiom,
    ! [Animal] :
      ( takes_to_me(Animal)
      | detested(Animal) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f10,axiom,
    ! [Prowler] :
      ( ~ prowler(Prowler)
      | gazer(Prowler) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f11,axiom,
    kangaroo(the_kangaroo),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f12,negated_conjecture,
    ~ avoided(the_kangaroo),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f13,plain,
    ! [X0] :
      ( ~ in_house(X0)
      | cat(X0) ),
    inference(cnf_transformation,[status(esa)],[f1]) ).

fof(f14,plain,
    ! [X0] :
      ( ~ gazer(X0)
      | suitable_pet(X0) ),
    inference(cnf_transformation,[status(esa)],[f2]) ).

fof(f15,plain,
    ! [X0] :
      ( ~ detested(X0)
      | avoided(X0) ),
    inference(cnf_transformation,[status(esa)],[f3]) ).

fof(f16,plain,
    ! [X0] :
      ( ~ carnivore(X0)
      | prowler(X0) ),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f17,plain,
    ! [X0] :
      ( ~ cat(X0)
      | mouse_killer(X0) ),
    inference(cnf_transformation,[status(esa)],[f5]) ).

fof(f18,plain,
    ! [X0] :
      ( ~ takes_to_me(X0)
      | in_house(X0) ),
    inference(cnf_transformation,[status(esa)],[f6]) ).

fof(f19,plain,
    ! [X0] :
      ( ~ kangaroo(X0)
      | ~ suitable_pet(X0) ),
    inference(cnf_transformation,[status(esa)],[f7]) ).

fof(f20,plain,
    ! [X0] :
      ( ~ mouse_killer(X0)
      | carnivore(X0) ),
    inference(cnf_transformation,[status(esa)],[f8]) ).

fof(f21,plain,
    ! [X0] :
      ( takes_to_me(X0)
      | detested(X0) ),
    inference(cnf_transformation,[status(esa)],[f9]) ).

fof(f22,plain,
    ! [X0] :
      ( ~ prowler(X0)
      | gazer(X0) ),
    inference(cnf_transformation,[status(esa)],[f10]) ).

fof(f23,plain,
    kangaroo(the_kangaroo),
    inference(cnf_transformation,[status(esa)],[f11]) ).

fof(f24,plain,
    ~ avoided(the_kangaroo),
    inference(cnf_transformation,[status(esa)],[f12]) ).

fof(f25,plain,
    ~ suitable_pet(the_kangaroo),
    inference(resolution,[status(thm)],[f19,f23]) ).

fof(f26,plain,
    ~ gazer(the_kangaroo),
    inference(resolution,[status(thm)],[f25,f14]) ).

fof(f27,plain,
    ! [X0] :
      ( detested(X0)
      | in_house(X0) ),
    inference(resolution,[status(thm)],[f21,f18]) ).

fof(f28,plain,
    ! [X0] :
      ( gazer(X0)
      | ~ carnivore(X0) ),
    inference(resolution,[status(thm)],[f22,f16]) ).

fof(f29,plain,
    ! [X0] :
      ( gazer(X0)
      | ~ mouse_killer(X0) ),
    inference(resolution,[status(thm)],[f28,f20]) ).

fof(f30,plain,
    ! [X0] :
      ( gazer(X0)
      | ~ cat(X0) ),
    inference(resolution,[status(thm)],[f29,f17]) ).

fof(f31,plain,
    ~ cat(the_kangaroo),
    inference(resolution,[status(thm)],[f30,f26]) ).

fof(f32,plain,
    ~ in_house(the_kangaroo),
    inference(resolution,[status(thm)],[f31,f13]) ).

fof(f33,plain,
    detested(the_kangaroo),
    inference(resolution,[status(thm)],[f32,f27]) ).

fof(f34,plain,
    avoided(the_kangaroo),
    inference(resolution,[status(thm)],[f33,f15]) ).

fof(f35,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f34,f24]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : PUZ002-1 : TPTP v8.1.2. Released v1.0.0.
% 0.06/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.12/0.34  % Computer : n024.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Tue May 30 10:31:18 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.35  % Drodi V3.5.1
% 0.12/0.35  % Refutation found
% 0.12/0.35  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.12/0.35  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.19/0.57  % Elapsed time: 0.010114 seconds
% 0.19/0.57  % CPU time: 0.026401 seconds
% 0.19/0.57  % Memory used: 1.863 MB
%------------------------------------------------------------------------------