TSTP Solution File: PUZ002-1 by CSE---1.6

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE---1.6
% Problem  : PUZ002-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %s %d

% Computer : n009.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 : Thu Aug 31 13:10:49 EDT 2023

% Result   : Unsatisfiable 0.18s 0.59s
% Output   : CNFRefutation 0.18s
% Verified : 
% SZS Type : -

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem    : PUZ002-1 : TPTP v8.1.2. Released v1.0.0.
% 0.06/0.12  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %s %d
% 0.12/0.33  % Computer : n009.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit   : 300
% 0.12/0.33  % WCLimit    : 300
% 0.12/0.33  % DateTime   : Sat Aug 26 22:41:05 EDT 2023
% 0.12/0.33  % CPUTime    : 
% 0.18/0.55  start to proof:theBenchmark
% 0.18/0.58  %-------------------------------------------
% 0.18/0.58  % File        :CSE---1.6
% 0.18/0.58  % Problem     :theBenchmark
% 0.18/0.58  % Transform   :cnf
% 0.18/0.58  % Format      :tptp:raw
% 0.18/0.58  % Command     :java -jar mcs_scs.jar %d %s
% 0.18/0.58  
% 0.18/0.58  % Result      :Theorem 0.000000s
% 0.18/0.58  % Output      :CNFRefutation 0.000000s
% 0.18/0.58  %-------------------------------------------
% 0.18/0.58  %--------------------------------------------------------------------------
% 0.18/0.58  % File     : PUZ002-1 : TPTP v8.1.2. Released v1.0.0.
% 0.18/0.58  % Domain   : Puzzles
% 0.18/0.59  % Problem  : The Animals Puzzle
% 0.18/0.59  % Version  : Especial.
% 0.18/0.59  % English  : 1)  The only animals in this house are cats.
% 0.18/0.59  %            2)  Every animal is suitable for a pet, that loves to gaze at
% 0.18/0.59  %                the moon.
% 0.18/0.59  %            3)  When I detest an animal, I avoid it.
% 0.18/0.59  %            4)  No animals are carnivorous, unless they prowl at night.
% 0.18/0.59  %            5)  No cat fails to kill mice.
% 0.18/0.59  %            6)  No animals ever take to me, except what are in this house.
% 0.18/0.59  %            7)  Kangaroos are not suitable for pets.
% 0.18/0.59  %            8)  None but carnivora kill mice.
% 0.18/0.59  %            9)  I detest animals that do not take to me.
% 0.18/0.59  %            10) Animals that prowl at night always love to gaze at the moon.
% 0.18/0.59  %            The problem is to prove that "I always avoid a kangaroo".
% 0.18/0.59  
% 0.18/0.59  % Refs     : [Car86] Carroll (1986), Lewis Carroll's Symbolic Logic
% 0.18/0.59  % Source   : [ANL]
% 0.18/0.59  % Names    : animals.ver1.in [ANL]
% 0.18/0.59  
% 0.18/0.59  % Status   : Unsatisfiable
% 0.18/0.59  % Rating   : 0.00 v2.0.0
% 0.18/0.59  % Syntax   : Number of clauses     :   12 (   2 unt;   1 nHn;  11 RR)
% 0.18/0.59  %            Number of literals    :   22 (   0 equ;  11 neg)
% 0.18/0.59  %            Maximal clause size   :    2 (   1 avg)
% 0.18/0.59  %            Maximal term depth    :    1 (   1 avg)
% 0.18/0.59  %            Number of predicates  :   11 (  11 usr;   0 prp; 1-1 aty)
% 0.18/0.59  %            Number of functors    :    1 (   1 usr;   1 con; 0-0 aty)
% 0.18/0.59  %            Number of variables   :   10 (   0 sgn)
% 0.18/0.59  % SPC      : CNF_UNS_EPR_NEQ_NHN
% 0.18/0.59  
% 0.18/0.59  % Comments :
% 0.18/0.59  %--------------------------------------------------------------------------
% 0.18/0.59  cnf(only_cats_in_house,axiom,
% 0.18/0.59      ( ~ in_house(Cat)
% 0.18/0.59      | cat(Cat) ) ).
% 0.18/0.59  
% 0.18/0.59  cnf(gazers_are_suitable_pets,axiom,
% 0.18/0.59      ( ~ gazer(Gazer)
% 0.18/0.59      | suitable_pet(Gazer) ) ).
% 0.18/0.59  
% 0.18/0.59  cnf(avoid_detested,axiom,
% 0.18/0.59      ( ~ detested(Detested)
% 0.18/0.59      | avoided(Detested) ) ).
% 0.18/0.59  
% 0.18/0.59  cnf(carnivores_are_prowlers,axiom,
% 0.18/0.59      ( ~ carnivore(Carnivore)
% 0.18/0.59      | prowler(Carnivore) ) ).
% 0.18/0.59  
% 0.18/0.59  cnf(cats_are_mice_killers,axiom,
% 0.18/0.59      ( ~ cat(Cat)
% 0.18/0.59      | mouse_killer(Cat) ) ).
% 0.18/0.59  
% 0.18/0.59  cnf(in_house_if_takes_to_me,axiom,
% 0.18/0.59      ( ~ takes_to_me(Taken_animal)
% 0.18/0.59      | in_house(Taken_animal) ) ).
% 0.18/0.59  
% 0.18/0.59  cnf(kangaroos_are_not_pets,axiom,
% 0.18/0.59      ( ~ kangaroo(Kangaroo)
% 0.18/0.59      | ~ suitable_pet(Kangaroo) ) ).
% 0.18/0.59  
% 0.18/0.59  cnf(mouse_killers_are_carnivores,axiom,
% 0.18/0.59      ( ~ mouse_killer(Killer)
% 0.18/0.59      | carnivore(Killer) ) ).
% 0.18/0.59  
% 0.18/0.59  cnf(takes_to_me_or_detested,axiom,
% 0.18/0.59      ( takes_to_me(Animal)
% 0.18/0.59      | detested(Animal) ) ).
% 0.18/0.59  
% 0.18/0.59  cnf(prowlers_are_gazers,axiom,
% 0.18/0.59      ( ~ prowler(Prowler)
% 0.18/0.59      | gazer(Prowler) ) ).
% 0.18/0.59  
% 0.18/0.59  cnf(kangaroo_is_a_kangaroo,axiom,
% 0.18/0.59      kangaroo(the_kangaroo) ).
% 0.18/0.59  
% 0.18/0.59  cnf(avoid_kangaroo,negated_conjecture,
% 0.18/0.59      ~ avoided(the_kangaroo) ).
% 0.18/0.59  
% 0.18/0.59  %--------------------------------------------------------------------------
% 0.18/0.59  %-------------------------------------------
% 0.18/0.59  % Proof found
% 0.18/0.59  % SZS status Theorem for theBenchmark
% 0.18/0.59  % SZS output start Proof
% 0.18/0.59  %ClaNum:12(EqnAxiom:0)
% 0.18/0.59  %VarNum:20(SingletonVarNum:10)
% 0.18/0.59  %MaxLitNum:2
% 0.18/0.59  %MaxfuncDepth:0
% 0.18/0.59  %SharedTerms:3
% 0.18/0.59  %goalClause: 2
% 0.18/0.59  %singleGoalClaCount:1
% 0.18/0.59  [1]P1(a1)
% 0.18/0.59  [2]~P2(a1)
% 0.18/0.59  [3]P8(x31)+P3(x31)
% 0.18/0.59  [4]~P8(x41)+P6(x41)
% 0.18/0.59  [5]~P6(x51)+P4(x51)
% 0.18/0.59  [6]~P9(x61)+P7(x61)
% 0.18/0.59  [7]~P7(x71)+P11(x71)
% 0.18/0.59  [8]~P3(x81)+P2(x81)
% 0.18/0.59  [9]~P10(x91)+P5(x91)
% 0.18/0.59  [10]~P5(x101)+P9(x101)
% 0.18/0.59  [11]~P4(x111)+P10(x111)
% 0.18/0.59  [12]~P1(x121)+~P11(x121)
% 0.18/0.59  %EqnAxiom
% 0.18/0.59  
% 0.18/0.59  %-------------------------------------------
% 0.18/0.59  cnf(17,plain,
% 0.18/0.59     (P6(a1)),
% 0.18/0.59     inference(scs_inference,[],[2,1,8,3,12,4])).
% 0.18/0.59  cnf(21,plain,
% 0.18/0.59     (~P9(a1)),
% 0.18/0.59     inference(scs_inference,[],[2,1,8,3,12,4,7,6])).
% 0.18/0.59  cnf(29,plain,
% 0.18/0.59     ($false),
% 0.18/0.59     inference(scs_inference,[],[17,21,5,10,9,11]),
% 0.18/0.59     ['proof']).
% 0.18/0.59  % SZS output end Proof
% 0.18/0.59  % Total time :0.000000s
%------------------------------------------------------------------------------