TSTP Solution File: NLP112+1 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : NLP112+1 : TPTP v8.1.2. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n021.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 09:55:03 EDT 2023

% Result   : CounterSatisfiable 1.16s 1.19s
% Output   : Saturation 1.16s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats fails)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X0,X1] :
      ( artifact(X0,X1)
     => object(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax1) ).

fof(f2,axiom,
    ! [X0,X1] :
      ( building(X0,X1)
     => artifact(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax2) ).

fof(f3,axiom,
    ! [X0,X1] :
      ( restaurant(X0,X1)
     => building(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax3) ).

fof(f5,axiom,
    ! [X0,X1] :
      ( human_person(X0,X1)
     => animate(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax5) ).

fof(f7,axiom,
    ! [X0,X1] :
      ( organism(X0,X1)
     => living(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax7) ).

fof(f9,axiom,
    ! [X0,X1] :
      ( organism(X0,X1)
     => entity(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax9) ).

fof(f10,axiom,
    ! [X0,X1] :
      ( human_person(X0,X1)
     => organism(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax10) ).

fof(f13,axiom,
    ! [X0,X1] :
      ( object(X0,X1)
     => nonliving(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax13) ).

fof(f14,axiom,
    ! [X0,X1] :
      ( entity(X0,X1)
     => existent(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax14) ).

fof(f17,axiom,
    ! [X0,X1] :
      ( object(X0,X1)
     => entity(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax17) ).

fof(f18,axiom,
    ! [X0,X1] :
      ( substance_matter(X0,X1)
     => object(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax18) ).

fof(f19,axiom,
    ! [X0,X1] :
      ( food(X0,X1)
     => substance_matter(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax19) ).

fof(f20,axiom,
    ! [X0,X1] :
      ( beverage(X0,X1)
     => food(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax20) ).

fof(f21,axiom,
    ! [X0,X1] :
      ( coffee(X0,X1)
     => beverage(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax21) ).

fof(f22,axiom,
    ! [X0,X1] :
      ( drink(X0,X1)
     => event(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax22) ).

fof(f24,axiom,
    ! [X0,X1] :
      ( eventuality(X0,X1)
     => nonexistent(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax24) ).

fof(f28,axiom,
    ! [X0,X1] :
      ( event(X0,X1)
     => eventuality(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax28) ).

fof(f30,axiom,
    ! [X0,X1] :
      ( animate(X0,X1)
     => ~ nonliving(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax30) ).

fof(f31,axiom,
    ! [X0,X1] :
      ( existent(X0,X1)
     => ~ nonexistent(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax31) ).

fof(f32,axiom,
    ! [X0,X1] :
      ( nonliving(X0,X1)
     => ~ living(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax32) ).

fof(f33,axiom,
    ! [X0,X1,X2,X3] :
      ( ( patient(X0,X1,X3)
        & agent(X0,X1,X2)
        & drink(X0,X1) )
     => beverage(X0,X3) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax33) ).

fof(f34,axiom,
    ! [X0,X1,X2,X3] :
      ( ( patient(X0,X1,X3)
        & agent(X0,X1,X2)
        & nonreflexive(X0,X1) )
     => X2 != X3 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax34) ).

fof(f35,conjecture,
    ~ ? [X0] :
        ( ? [X1,X2,X3,X4] :
            ( ! [X5] :
                ( ( in(X0,X5,X4)
                  & customer(X0,X5) )
               => ? [X6] :
                    ( see(X0,X6)
                    & nonreflexive(X0,X6)
                    & past(X0,X6)
                    & patient(X0,X6,X2)
                    & agent(X0,X6,X5)
                    & event(X0,X6) ) )
            & restaurant(X0,X4)
            & drink(X0,X3)
            & nonreflexive(X0,X3)
            & past(X0,X3)
            & patient(X0,X3,X1)
            & agent(X0,X3,X2)
            & event(X0,X3)
            & human_person(X0,X2)
            & coffee(X0,X1) )
        & actual_world(X0) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',co1) ).

fof(f36,negated_conjecture,
    ~ ~ ? [X0] :
          ( ? [X1,X2,X3,X4] :
              ( ! [X5] :
                  ( ( in(X0,X5,X4)
                    & customer(X0,X5) )
                 => ? [X6] :
                      ( see(X0,X6)
                      & nonreflexive(X0,X6)
                      & past(X0,X6)
                      & patient(X0,X6,X2)
                      & agent(X0,X6,X5)
                      & event(X0,X6) ) )
              & restaurant(X0,X4)
              & drink(X0,X3)
              & nonreflexive(X0,X3)
              & past(X0,X3)
              & patient(X0,X3,X1)
              & agent(X0,X3,X2)
              & event(X0,X3)
              & human_person(X0,X2)
              & coffee(X0,X1) )
          & actual_world(X0) ),
    inference(negated_conjecture,[],[f35]) ).

fof(f37,plain,
    ? [X0] :
      ( ? [X1,X2,X3,X4] :
          ( ! [X5] :
              ( ( in(X0,X5,X4)
                & customer(X0,X5) )
             => ? [X6] :
                  ( see(X0,X6)
                  & nonreflexive(X0,X6)
                  & past(X0,X6)
                  & patient(X0,X6,X2)
                  & agent(X0,X6,X5)
                  & event(X0,X6) ) )
          & restaurant(X0,X4)
          & drink(X0,X3)
          & nonreflexive(X0,X3)
          & past(X0,X3)
          & patient(X0,X3,X1)
          & agent(X0,X3,X2)
          & event(X0,X3)
          & human_person(X0,X2)
          & coffee(X0,X1) )
      & actual_world(X0) ),
    inference(flattening,[],[f36]) ).

fof(f38,plain,
    ? [X0] :
      ( ? [X1,X2,X3,X4] :
          ( restaurant(X0,X4)
          & drink(X0,X3)
          & nonreflexive(X0,X3)
          & past(X0,X3)
          & patient(X0,X3,X1)
          & agent(X0,X3,X2)
          & event(X0,X3)
          & human_person(X0,X2)
          & coffee(X0,X1) )
      & actual_world(X0) ),
    inference(pure_predicate_removal,[],[f37]) ).

fof(f40,plain,
    ? [X0] :
      ( ? [X1,X2,X3,X4] :
          ( restaurant(X0,X4)
          & drink(X0,X3)
          & nonreflexive(X0,X3)
          & patient(X0,X3,X1)
          & agent(X0,X3,X2)
          & event(X0,X3)
          & human_person(X0,X2)
          & coffee(X0,X1) )
      & actual_world(X0) ),
    inference(pure_predicate_removal,[],[f38]) ).

fof(f41,plain,
    ? [X0,X1,X2,X3,X4] :
      ( restaurant(X0,X4)
      & drink(X0,X3)
      & nonreflexive(X0,X3)
      & patient(X0,X3,X1)
      & agent(X0,X3,X2)
      & event(X0,X3)
      & human_person(X0,X2)
      & coffee(X0,X1) ),
    inference(pure_predicate_removal,[],[f40]) ).

fof(f53,plain,
    ! [X0,X1] :
      ( object(X0,X1)
      | ~ artifact(X0,X1) ),
    inference(ennf_transformation,[],[f1]) ).

fof(f54,plain,
    ! [X0,X1] :
      ( artifact(X0,X1)
      | ~ building(X0,X1) ),
    inference(ennf_transformation,[],[f2]) ).

fof(f55,plain,
    ! [X0,X1] :
      ( building(X0,X1)
      | ~ restaurant(X0,X1) ),
    inference(ennf_transformation,[],[f3]) ).

fof(f56,plain,
    ! [X0,X1] :
      ( animate(X0,X1)
      | ~ human_person(X0,X1) ),
    inference(ennf_transformation,[],[f5]) ).

fof(f57,plain,
    ! [X0,X1] :
      ( living(X0,X1)
      | ~ organism(X0,X1) ),
    inference(ennf_transformation,[],[f7]) ).

fof(f58,plain,
    ! [X0,X1] :
      ( entity(X0,X1)
      | ~ organism(X0,X1) ),
    inference(ennf_transformation,[],[f9]) ).

fof(f59,plain,
    ! [X0,X1] :
      ( organism(X0,X1)
      | ~ human_person(X0,X1) ),
    inference(ennf_transformation,[],[f10]) ).

fof(f60,plain,
    ! [X0,X1] :
      ( nonliving(X0,X1)
      | ~ object(X0,X1) ),
    inference(ennf_transformation,[],[f13]) ).

fof(f61,plain,
    ! [X0,X1] :
      ( existent(X0,X1)
      | ~ entity(X0,X1) ),
    inference(ennf_transformation,[],[f14]) ).

fof(f62,plain,
    ! [X0,X1] :
      ( entity(X0,X1)
      | ~ object(X0,X1) ),
    inference(ennf_transformation,[],[f17]) ).

fof(f63,plain,
    ! [X0,X1] :
      ( object(X0,X1)
      | ~ substance_matter(X0,X1) ),
    inference(ennf_transformation,[],[f18]) ).

fof(f64,plain,
    ! [X0,X1] :
      ( substance_matter(X0,X1)
      | ~ food(X0,X1) ),
    inference(ennf_transformation,[],[f19]) ).

fof(f65,plain,
    ! [X0,X1] :
      ( food(X0,X1)
      | ~ beverage(X0,X1) ),
    inference(ennf_transformation,[],[f20]) ).

fof(f66,plain,
    ! [X0,X1] :
      ( beverage(X0,X1)
      | ~ coffee(X0,X1) ),
    inference(ennf_transformation,[],[f21]) ).

fof(f67,plain,
    ! [X0,X1] :
      ( event(X0,X1)
      | ~ drink(X0,X1) ),
    inference(ennf_transformation,[],[f22]) ).

fof(f68,plain,
    ! [X0,X1] :
      ( nonexistent(X0,X1)
      | ~ eventuality(X0,X1) ),
    inference(ennf_transformation,[],[f24]) ).

fof(f69,plain,
    ! [X0,X1] :
      ( eventuality(X0,X1)
      | ~ event(X0,X1) ),
    inference(ennf_transformation,[],[f28]) ).

fof(f70,plain,
    ! [X0,X1] :
      ( ~ nonliving(X0,X1)
      | ~ animate(X0,X1) ),
    inference(ennf_transformation,[],[f30]) ).

fof(f71,plain,
    ! [X0,X1] :
      ( ~ nonexistent(X0,X1)
      | ~ existent(X0,X1) ),
    inference(ennf_transformation,[],[f31]) ).

fof(f72,plain,
    ! [X0,X1] :
      ( ~ living(X0,X1)
      | ~ nonliving(X0,X1) ),
    inference(ennf_transformation,[],[f32]) ).

fof(f73,plain,
    ! [X0,X1,X2,X3] :
      ( beverage(X0,X3)
      | ~ patient(X0,X1,X3)
      | ~ agent(X0,X1,X2)
      | ~ drink(X0,X1) ),
    inference(ennf_transformation,[],[f33]) ).

fof(f74,plain,
    ! [X0,X1,X2,X3] :
      ( beverage(X0,X3)
      | ~ patient(X0,X1,X3)
      | ~ agent(X0,X1,X2)
      | ~ drink(X0,X1) ),
    inference(flattening,[],[f73]) ).

fof(f75,plain,
    ! [X0,X1,X2,X3] :
      ( X2 != X3
      | ~ patient(X0,X1,X3)
      | ~ agent(X0,X1,X2)
      | ~ nonreflexive(X0,X1) ),
    inference(ennf_transformation,[],[f34]) ).

fof(f76,plain,
    ! [X0,X1,X2,X3] :
      ( X2 != X3
      | ~ patient(X0,X1,X3)
      | ~ agent(X0,X1,X2)
      | ~ nonreflexive(X0,X1) ),
    inference(flattening,[],[f75]) ).

fof(f77,plain,
    ( ? [X0,X1,X2,X3,X4] :
        ( restaurant(X0,X4)
        & drink(X0,X3)
        & nonreflexive(X0,X3)
        & patient(X0,X3,X1)
        & agent(X0,X3,X2)
        & event(X0,X3)
        & human_person(X0,X2)
        & coffee(X0,X1) )
   => ( restaurant(sK0,sK4)
      & drink(sK0,sK3)
      & nonreflexive(sK0,sK3)
      & patient(sK0,sK3,sK1)
      & agent(sK0,sK3,sK2)
      & event(sK0,sK3)
      & human_person(sK0,sK2)
      & coffee(sK0,sK1) ) ),
    introduced(choice_axiom,[]) ).

fof(f78,plain,
    ( restaurant(sK0,sK4)
    & drink(sK0,sK3)
    & nonreflexive(sK0,sK3)
    & patient(sK0,sK3,sK1)
    & agent(sK0,sK3,sK2)
    & event(sK0,sK3)
    & human_person(sK0,sK2)
    & coffee(sK0,sK1) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1,sK2,sK3,sK4])],[f41,f77]) ).

fof(f79,plain,
    ! [X0,X1] :
      ( object(X0,X1)
      | ~ artifact(X0,X1) ),
    inference(cnf_transformation,[],[f53]) ).

fof(f80,plain,
    ! [X0,X1] :
      ( artifact(X0,X1)
      | ~ building(X0,X1) ),
    inference(cnf_transformation,[],[f54]) ).

fof(f81,plain,
    ! [X0,X1] :
      ( building(X0,X1)
      | ~ restaurant(X0,X1) ),
    inference(cnf_transformation,[],[f55]) ).

fof(f82,plain,
    ! [X0,X1] :
      ( animate(X0,X1)
      | ~ human_person(X0,X1) ),
    inference(cnf_transformation,[],[f56]) ).

fof(f83,plain,
    ! [X0,X1] :
      ( living(X0,X1)
      | ~ organism(X0,X1) ),
    inference(cnf_transformation,[],[f57]) ).

fof(f84,plain,
    ! [X0,X1] :
      ( entity(X0,X1)
      | ~ organism(X0,X1) ),
    inference(cnf_transformation,[],[f58]) ).

fof(f85,plain,
    ! [X0,X1] :
      ( organism(X0,X1)
      | ~ human_person(X0,X1) ),
    inference(cnf_transformation,[],[f59]) ).

fof(f86,plain,
    ! [X0,X1] :
      ( nonliving(X0,X1)
      | ~ object(X0,X1) ),
    inference(cnf_transformation,[],[f60]) ).

fof(f87,plain,
    ! [X0,X1] :
      ( existent(X0,X1)
      | ~ entity(X0,X1) ),
    inference(cnf_transformation,[],[f61]) ).

fof(f88,plain,
    ! [X0,X1] :
      ( entity(X0,X1)
      | ~ object(X0,X1) ),
    inference(cnf_transformation,[],[f62]) ).

fof(f89,plain,
    ! [X0,X1] :
      ( object(X0,X1)
      | ~ substance_matter(X0,X1) ),
    inference(cnf_transformation,[],[f63]) ).

fof(f90,plain,
    ! [X0,X1] :
      ( substance_matter(X0,X1)
      | ~ food(X0,X1) ),
    inference(cnf_transformation,[],[f64]) ).

fof(f91,plain,
    ! [X0,X1] :
      ( food(X0,X1)
      | ~ beverage(X0,X1) ),
    inference(cnf_transformation,[],[f65]) ).

fof(f92,plain,
    ! [X0,X1] :
      ( beverage(X0,X1)
      | ~ coffee(X0,X1) ),
    inference(cnf_transformation,[],[f66]) ).

fof(f93,plain,
    ! [X0,X1] :
      ( event(X0,X1)
      | ~ drink(X0,X1) ),
    inference(cnf_transformation,[],[f67]) ).

fof(f94,plain,
    ! [X0,X1] :
      ( nonexistent(X0,X1)
      | ~ eventuality(X0,X1) ),
    inference(cnf_transformation,[],[f68]) ).

fof(f95,plain,
    ! [X0,X1] :
      ( eventuality(X0,X1)
      | ~ event(X0,X1) ),
    inference(cnf_transformation,[],[f69]) ).

fof(f96,plain,
    ! [X0,X1] :
      ( ~ nonliving(X0,X1)
      | ~ animate(X0,X1) ),
    inference(cnf_transformation,[],[f70]) ).

fof(f97,plain,
    ! [X0,X1] :
      ( ~ nonexistent(X0,X1)
      | ~ existent(X0,X1) ),
    inference(cnf_transformation,[],[f71]) ).

fof(f98,plain,
    ! [X0,X1] :
      ( ~ living(X0,X1)
      | ~ nonliving(X0,X1) ),
    inference(cnf_transformation,[],[f72]) ).

fof(f99,plain,
    ! [X2,X3,X0,X1] :
      ( beverage(X0,X3)
      | ~ patient(X0,X1,X3)
      | ~ agent(X0,X1,X2)
      | ~ drink(X0,X1) ),
    inference(cnf_transformation,[],[f74]) ).

fof(f100,plain,
    ! [X2,X3,X0,X1] :
      ( X2 != X3
      | ~ patient(X0,X1,X3)
      | ~ agent(X0,X1,X2)
      | ~ nonreflexive(X0,X1) ),
    inference(cnf_transformation,[],[f76]) ).

fof(f101,plain,
    coffee(sK0,sK1),
    inference(cnf_transformation,[],[f78]) ).

fof(f102,plain,
    human_person(sK0,sK2),
    inference(cnf_transformation,[],[f78]) ).

fof(f103,plain,
    event(sK0,sK3),
    inference(cnf_transformation,[],[f78]) ).

fof(f104,plain,
    agent(sK0,sK3,sK2),
    inference(cnf_transformation,[],[f78]) ).

fof(f105,plain,
    patient(sK0,sK3,sK1),
    inference(cnf_transformation,[],[f78]) ).

fof(f106,plain,
    nonreflexive(sK0,sK3),
    inference(cnf_transformation,[],[f78]) ).

fof(f107,plain,
    drink(sK0,sK3),
    inference(cnf_transformation,[],[f78]) ).

fof(f108,plain,
    restaurant(sK0,sK4),
    inference(cnf_transformation,[],[f78]) ).

fof(f109,plain,
    ! [X3,X0,X1] :
      ( ~ patient(X0,X1,X3)
      | ~ agent(X0,X1,X3)
      | ~ nonreflexive(X0,X1) ),
    inference(equality_resolution,[],[f100]) ).

cnf(c_49,plain,
    ( ~ artifact(X0,X1)
    | object(X0,X1) ),
    inference(cnf_transformation,[],[f79]) ).

cnf(c_50,plain,
    ( ~ building(X0,X1)
    | artifact(X0,X1) ),
    inference(cnf_transformation,[],[f80]) ).

cnf(c_51,plain,
    ( ~ restaurant(X0,X1)
    | building(X0,X1) ),
    inference(cnf_transformation,[],[f81]) ).

cnf(c_52,plain,
    ( ~ human_person(X0,X1)
    | animate(X0,X1) ),
    inference(cnf_transformation,[],[f82]) ).

cnf(c_53,plain,
    ( ~ organism(X0,X1)
    | living(X0,X1) ),
    inference(cnf_transformation,[],[f83]) ).

cnf(c_54,plain,
    ( ~ organism(X0,X1)
    | entity(X0,X1) ),
    inference(cnf_transformation,[],[f84]) ).

cnf(c_55,plain,
    ( ~ human_person(X0,X1)
    | organism(X0,X1) ),
    inference(cnf_transformation,[],[f85]) ).

cnf(c_56,plain,
    ( ~ object(X0,X1)
    | nonliving(X0,X1) ),
    inference(cnf_transformation,[],[f86]) ).

cnf(c_57,plain,
    ( ~ entity(X0,X1)
    | existent(X0,X1) ),
    inference(cnf_transformation,[],[f87]) ).

cnf(c_58,plain,
    ( ~ object(X0,X1)
    | entity(X0,X1) ),
    inference(cnf_transformation,[],[f88]) ).

cnf(c_59,plain,
    ( ~ substance_matter(X0,X1)
    | object(X0,X1) ),
    inference(cnf_transformation,[],[f89]) ).

cnf(c_60,plain,
    ( ~ food(X0,X1)
    | substance_matter(X0,X1) ),
    inference(cnf_transformation,[],[f90]) ).

cnf(c_61,plain,
    ( ~ beverage(X0,X1)
    | food(X0,X1) ),
    inference(cnf_transformation,[],[f91]) ).

cnf(c_62,plain,
    ( ~ coffee(X0,X1)
    | beverage(X0,X1) ),
    inference(cnf_transformation,[],[f92]) ).

cnf(c_63,plain,
    ( ~ drink(X0,X1)
    | event(X0,X1) ),
    inference(cnf_transformation,[],[f93]) ).

cnf(c_64,plain,
    ( ~ eventuality(X0,X1)
    | nonexistent(X0,X1) ),
    inference(cnf_transformation,[],[f94]) ).

cnf(c_65,plain,
    ( ~ event(X0,X1)
    | eventuality(X0,X1) ),
    inference(cnf_transformation,[],[f95]) ).

cnf(c_66,plain,
    ( ~ animate(X0,X1)
    | ~ nonliving(X0,X1) ),
    inference(cnf_transformation,[],[f96]) ).

cnf(c_67,plain,
    ( ~ existent(X0,X1)
    | ~ nonexistent(X0,X1) ),
    inference(cnf_transformation,[],[f97]) ).

cnf(c_68,plain,
    ( ~ living(X0,X1)
    | ~ nonliving(X0,X1) ),
    inference(cnf_transformation,[],[f98]) ).

cnf(c_69,plain,
    ( ~ patient(X0,X1,X2)
    | ~ agent(X0,X1,X3)
    | ~ drink(X0,X1)
    | beverage(X0,X2) ),
    inference(cnf_transformation,[],[f99]) ).

cnf(c_70,plain,
    ( ~ patient(X0,X1,X2)
    | ~ agent(X0,X1,X2)
    | ~ nonreflexive(X0,X1) ),
    inference(cnf_transformation,[],[f109]) ).

cnf(c_71,negated_conjecture,
    restaurant(sK0,sK4),
    inference(cnf_transformation,[],[f108]) ).

cnf(c_72,negated_conjecture,
    drink(sK0,sK3),
    inference(cnf_transformation,[],[f107]) ).

cnf(c_73,negated_conjecture,
    nonreflexive(sK0,sK3),
    inference(cnf_transformation,[],[f106]) ).

cnf(c_74,negated_conjecture,
    patient(sK0,sK3,sK1),
    inference(cnf_transformation,[],[f105]) ).

cnf(c_75,negated_conjecture,
    agent(sK0,sK3,sK2),
    inference(cnf_transformation,[],[f104]) ).

cnf(c_76,negated_conjecture,
    event(sK0,sK3),
    inference(cnf_transformation,[],[f103]) ).

cnf(c_77,negated_conjecture,
    human_person(sK0,sK2),
    inference(cnf_transformation,[],[f102]) ).

cnf(c_78,negated_conjecture,
    coffee(sK0,sK1),
    inference(cnf_transformation,[],[f101]) ).

cnf(c_101,negated_conjecture,
    coffee(sK0,sK1),
    inference(subtyping,[status(esa)],[c_78]) ).

cnf(c_102,negated_conjecture,
    human_person(sK0,sK2),
    inference(subtyping,[status(esa)],[c_77]) ).

cnf(c_103,negated_conjecture,
    event(sK0,sK3),
    inference(subtyping,[status(esa)],[c_76]) ).

cnf(c_104,negated_conjecture,
    agent(sK0,sK3,sK2),
    inference(subtyping,[status(esa)],[c_75]) ).

cnf(c_105,negated_conjecture,
    patient(sK0,sK3,sK1),
    inference(subtyping,[status(esa)],[c_74]) ).

cnf(c_106,negated_conjecture,
    nonreflexive(sK0,sK3),
    inference(subtyping,[status(esa)],[c_73]) ).

cnf(c_107,negated_conjecture,
    drink(sK0,sK3),
    inference(subtyping,[status(esa)],[c_72]) ).

cnf(c_108,negated_conjecture,
    restaurant(sK0,sK4),
    inference(subtyping,[status(esa)],[c_71]) ).

cnf(c_109,plain,
    ( ~ patient(X0_13,X0_14,X1_14)
    | ~ agent(X0_13,X0_14,X1_14)
    | ~ nonreflexive(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_70]) ).

cnf(c_110,plain,
    ( ~ patient(X0_13,X0_14,X1_14)
    | ~ agent(X0_13,X0_14,X2_14)
    | ~ drink(X0_13,X0_14)
    | beverage(X0_13,X1_14) ),
    inference(subtyping,[status(esa)],[c_69]) ).

cnf(c_111,plain,
    ( ~ living(X0_13,X0_14)
    | ~ nonliving(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_68]) ).

cnf(c_112,plain,
    ( ~ existent(X0_13,X0_14)
    | ~ nonexistent(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_67]) ).

cnf(c_113,plain,
    ( ~ animate(X0_13,X0_14)
    | ~ nonliving(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_66]) ).

cnf(c_114,plain,
    ( ~ event(X0_13,X0_14)
    | eventuality(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_65]) ).

cnf(c_115,plain,
    ( ~ eventuality(X0_13,X0_14)
    | nonexistent(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_64]) ).

cnf(c_116,plain,
    ( ~ drink(X0_13,X0_14)
    | event(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_63]) ).

cnf(c_117,plain,
    ( ~ coffee(X0_13,X0_14)
    | beverage(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_62]) ).

cnf(c_118,plain,
    ( ~ beverage(X0_13,X0_14)
    | food(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_61]) ).

cnf(c_119,plain,
    ( ~ food(X0_13,X0_14)
    | substance_matter(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_60]) ).

cnf(c_120,plain,
    ( ~ substance_matter(X0_13,X0_14)
    | object(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_59]) ).

cnf(c_121,plain,
    ( ~ object(X0_13,X0_14)
    | entity(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_58]) ).

cnf(c_122,plain,
    ( ~ entity(X0_13,X0_14)
    | existent(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_57]) ).

cnf(c_123,plain,
    ( ~ object(X0_13,X0_14)
    | nonliving(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_56]) ).

cnf(c_124,plain,
    ( ~ human_person(X0_13,X0_14)
    | organism(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_55]) ).

cnf(c_125,plain,
    ( ~ organism(X0_13,X0_14)
    | entity(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_54]) ).

cnf(c_126,plain,
    ( ~ organism(X0_13,X0_14)
    | living(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_53]) ).

cnf(c_127,plain,
    ( ~ human_person(X0_13,X0_14)
    | animate(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_52]) ).

cnf(c_128,plain,
    ( ~ restaurant(X0_13,X0_14)
    | building(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_51]) ).

cnf(c_129,plain,
    ( ~ building(X0_13,X0_14)
    | artifact(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_50]) ).

cnf(c_130,plain,
    ( ~ artifact(X0_13,X0_14)
    | object(X0_13,X0_14) ),
    inference(subtyping,[status(esa)],[c_49]) ).

cnf(c_152,plain,
    eventuality(sK0,sK3),
    inference(resolution,[status(thm)],[c_114,c_103]) ).

cnf(c_153,plain,
    nonexistent(sK0,sK3),
    inference(resolution,[status(thm)],[c_115,c_152]) ).

cnf(c_155,plain,
    beverage(sK0,sK1),
    inference(resolution,[status(thm)],[c_117,c_101]) ).

cnf(c_156,plain,
    food(sK0,sK1),
    inference(resolution,[status(thm)],[c_155,c_118]) ).

cnf(c_157,plain,
    substance_matter(sK0,sK1),
    inference(resolution,[status(thm)],[c_156,c_119]) ).

cnf(c_158,plain,
    organism(sK0,sK2),
    inference(resolution,[status(thm)],[c_124,c_102]) ).

cnf(c_159,plain,
    animate(sK0,sK2),
    inference(resolution,[status(thm)],[c_127,c_102]) ).

cnf(c_160,plain,
    building(sK0,sK4),
    inference(resolution,[status(thm)],[c_128,c_108]) ).

cnf(c_161,plain,
    object(sK0,sK1),
    inference(resolution,[status(thm)],[c_120,c_157]) ).

cnf(c_162,plain,
    entity(sK0,sK2),
    inference(resolution,[status(thm)],[c_125,c_158]) ).

cnf(c_163,plain,
    existent(sK0,sK2),
    inference(resolution,[status(thm)],[c_162,c_122]) ).

cnf(c_164,plain,
    nonliving(sK0,sK1),
    inference(resolution,[status(thm)],[c_161,c_123]) ).

cnf(c_165,plain,
    entity(sK0,sK1),
    inference(resolution,[status(thm)],[c_161,c_121]) ).

cnf(c_166,plain,
    existent(sK0,sK1),
    inference(resolution,[status(thm)],[c_165,c_122]) ).

cnf(c_167,plain,
    ( ~ patient(sK0,sK3,X0_14)
    | ~ agent(sK0,sK3,X0_14) ),
    inference(resolution,[status(thm)],[c_109,c_106]) ).

cnf(c_169,plain,
    ~ agent(sK0,sK3,sK1),
    inference(resolution,[status(thm)],[c_167,c_105]) ).

cnf(c_170,plain,
    ( ~ patient(sK0,sK3,X0_14)
    | ~ agent(sK0,sK3,X1_14)
    | beverage(sK0,X0_14) ),
    inference(resolution,[status(thm)],[c_110,c_107]) ).

cnf(c_171,plain,
    living(sK0,sK2),
    inference(resolution,[status(thm)],[c_126,c_158]) ).

cnf(c_172,plain,
    artifact(sK0,sK4),
    inference(resolution,[status(thm)],[c_129,c_160]) ).

cnf(c_173,plain,
    ~ nonexistent(sK0,sK2),
    inference(resolution,[status(thm)],[c_112,c_163]) ).

cnf(c_174,plain,
    ~ nonexistent(sK0,sK1),
    inference(resolution,[status(thm)],[c_112,c_166]) ).

cnf(c_176,plain,
    ~ nonliving(sK0,sK2),
    inference(resolution,[status(thm)],[c_171,c_111]) ).

cnf(c_177,plain,
    object(sK0,sK4),
    inference(resolution,[status(thm)],[c_172,c_130]) ).

cnf(c_178,plain,
    nonliving(sK0,sK4),
    inference(resolution,[status(thm)],[c_177,c_123]) ).

cnf(c_179,plain,
    entity(sK0,sK4),
    inference(resolution,[status(thm)],[c_177,c_121]) ).

cnf(c_180,plain,
    existent(sK0,sK4),
    inference(resolution,[status(thm)],[c_179,c_122]) ).

cnf(c_181,plain,
    ~ nonexistent(sK0,sK4),
    inference(resolution,[status(thm)],[c_180,c_112]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : NLP112+1 : TPTP v8.1.2. Released v2.4.0.
% 0.00/0.14  % Command  : run_iprover %s %d THM
% 0.15/0.35  % Computer : n021.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Thu Aug 24 13:13:40 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 0.21/0.48  Running first-order theorem proving
% 0.21/0.48  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 1.16/1.19  % SZS status Started for theBenchmark.p
% 1.16/1.19  % SZS status CounterSatisfiable for theBenchmark.p
% 1.16/1.19  
% 1.16/1.19  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 1.16/1.19  
% 1.16/1.19  ------  iProver source info
% 1.16/1.19  
% 1.16/1.19  git: date: 2023-05-31 18:12:56 +0000
% 1.16/1.19  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 1.16/1.19  git: non_committed_changes: false
% 1.16/1.19  git: last_make_outside_of_git: false
% 1.16/1.19  
% 1.16/1.19  ------ Parsing...
% 1.16/1.19  ------ Clausification by vclausify_rel  & Parsing by iProver...------  preprocesses with Option_epr_horn
% 1.16/1.19  
% 1.16/1.19  
% 1.16/1.19  ------ Preprocessing... sf_s  rm: 0 0s  sf_e 
% 1.16/1.19  
% 1.16/1.19  ------ Preprocessing...------  preprocesses with Option_epr_horn
% 1.16/1.19   gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 1.16/1.19  ------ Proving...
% 1.16/1.19  ------ Problem Properties 
% 1.16/1.19  
% 1.16/1.19  
% 1.16/1.19  clauses                                 30
% 1.16/1.19  conjectures                             8
% 1.16/1.19  EPR                                     30
% 1.16/1.19  Horn                                    30
% 1.16/1.19  unary                                   8
% 1.16/1.19  binary                                  20
% 1.16/1.19  lits                                    55
% 1.16/1.19  lits eq                                 0
% 1.16/1.19  fd_pure                                 0
% 1.16/1.19  fd_pseudo                               0
% 1.16/1.19  fd_cond                                 0
% 1.16/1.19  fd_pseudo_cond                          0
% 1.16/1.19  AC symbols                              0
% 1.16/1.19  
% 1.16/1.19  ------ Schedule EPR Horn non eq is on
% 1.16/1.19  
% 1.16/1.19  ------ no equalities: superposition off 
% 1.16/1.19  
% 1.16/1.19  ------ Option_epr_horn Time Limit: Unbounded
% 1.16/1.19  
% 1.16/1.19  
% 1.16/1.19  ------ 
% 1.16/1.19  Current options:
% 1.16/1.19  ------ 
% 1.16/1.19  
% 1.16/1.19  
% 1.16/1.19  
% 1.16/1.19  
% 1.16/1.19  ------ Proving...
% 1.16/1.19  
% 1.16/1.19  
% 1.16/1.19  % SZS status CounterSatisfiable for theBenchmark.p
% 1.16/1.19  
% 1.16/1.19  % SZS output start Saturation for theBenchmark.p
% See solution above
% 1.16/1.19  
% 1.16/1.19  
%------------------------------------------------------------------------------