TSTP Solution File: NLP104+1 by Paradox---4.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Paradox---4.0
% Problem  : NLP104+1 : TPTP v8.1.0. Released v2.4.0.
% Transfm  : none
% Format   : tptp:short
% Command  : paradox --no-progress --time %d --tstp --model %s

% Computer : n013.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  : 600s
% DateTime : Mon Jul 18 05:00:07 EDT 2022

% Result   : CounterSatisfiable 0.13s 0.35s
% Output   : FiniteModel 0.13s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    1

% Comments : 
%------------------------------------------------------------------------------
% domain size is 1
fof(domain,fi_domain,
    ! [X] : X = "1" ).

fof(actual_world,fi_predicates,
    ! [X1] :
      ( actual_world(X1)
    <=> $true ) ).

fof(agent,fi_predicates,
    ! [X1,X2,X3] :
      ( agent(X1,X2,X3)
    <=> $false ) ).

fof(animate,fi_predicates,
    ! [X1,X2] :
      ( animate(X1,X2)
    <=> $false ) ).

fof(artifact,fi_predicates,
    ! [X1,X2] :
      ( artifact(X1,X2)
    <=> $false ) ).

fof(beverage,fi_predicates,
    ! [X1,X2] :
      ( beverage(X1,X2)
    <=> $false ) ).

fof(building,fi_predicates,
    ! [X1,X2] :
      ( building(X1,X2)
    <=> $false ) ).

fof(coffee,fi_predicates,
    ! [X1,X2] :
      ( coffee(X1,X2)
    <=> $false ) ).

fof(customer,fi_predicates,
    ! [X1,X2] :
      ( customer(X1,X2)
    <=> $false ) ).

fof(drink,fi_predicates,
    ! [X1,X2] :
      ( drink(X1,X2)
    <=> $false ) ).

fof(event,fi_predicates,
    ! [X1,X2] :
      ( event(X1,X2)
    <=> $false ) ).

fof(eventuality,fi_predicates,
    ! [X1,X2] :
      ( eventuality(X1,X2)
    <=> $false ) ).

fof(existent,fi_predicates,
    ! [X1,X2] :
      ( existent(X1,X2)
    <=> $true ) ).

fof(food,fi_predicates,
    ! [X1,X2] :
      ( food(X1,X2)
    <=> $false ) ).

fof(human,fi_predicates,
    ! [X1,X2] :
      ( human(X1,X2)
    <=> $true ) ).

fof(human_person,fi_predicates,
    ! [X1,X2] :
      ( human_person(X1,X2)
    <=> $false ) ).

fof(impartial,fi_predicates,
    ! [X1,X2] :
      ( impartial(X1,X2)
    <=> $true ) ).

fof(in,fi_predicates,
    ! [X1,X2,X3] :
      ( in(X1,X2,X3)
    <=> $false ) ).

fof(living,fi_predicates,
    ! [X1,X2] :
      ( living(X1,X2)
    <=> $false ) ).

fof(nonexistent,fi_predicates,
    ! [X1,X2] :
      ( nonexistent(X1,X2)
    <=> $false ) ).

fof(nonliving,fi_predicates,
    ! [X1,X2] :
      ( nonliving(X1,X2)
    <=> $true ) ).

fof(nonreflexive,fi_predicates,
    ! [X1,X2] :
      ( nonreflexive(X1,X2)
    <=> $false ) ).

fof(object,fi_predicates,
    ! [X1,X2] :
      ( object(X1,X2)
    <=> $false ) ).

fof(organism,fi_predicates,
    ! [X1,X2] :
      ( organism(X1,X2)
    <=> $false ) ).

fof(past,fi_predicates,
    ! [X1,X2] :
      ( past(X1,X2)
    <=> $true ) ).

fof(patient,fi_predicates,
    ! [X1,X2,X3] :
      ( patient(X1,X2,X3)
    <=> $false ) ).

fof(restaurant,fi_predicates,
    ! [X1,X2] :
      ( restaurant(X1,X2)
    <=> $false ) ).

fof(see,fi_predicates,
    ! [X1,X2] :
      ( see(X1,X2)
    <=> $false ) ).

fof(singleton,fi_predicates,
    ! [X1,X2] :
      ( singleton(X1,X2)
    <=> $true ) ).

fof(specific,fi_predicates,
    ! [X1,X2] :
      ( specific(X1,X2)
    <=> $true ) ).

fof(substance_matter,fi_predicates,
    ! [X1,X2] :
      ( substance_matter(X1,X2)
    <=> $false ) ).

fof(thing,fi_predicates,
    ! [X1,X2] :
      ( thing(X1,X2)
    <=> $true ) ).

fof(unisex,fi_predicates,
    ! [X1,X2] :
      ( unisex(X1,X2)
    <=> $true ) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : NLP104+1 : TPTP v8.1.0. Released v2.4.0.
% 0.07/0.12  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.13/0.33  % Computer : n013.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 600
% 0.13/0.33  % DateTime : Thu Jun 30 23:01:44 EDT 2022
% 0.13/0.33  % CPUTime  : 
% 0.13/0.33  Paradox, version 4.0, 2010-06-29.
% 0.13/0.33  +++ PROBLEM: /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.33  Reading '/export/starexec/sandbox2/benchmark/theBenchmark.p' ... OK
% 0.13/0.35  +++ SOLVING: /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.35  +++ BEGIN MODEL
% 0.13/0.35  SZS output start FiniteModel for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 0.13/0.35  +++ END MODEL
% 0.13/0.35  +++ RESULT: CounterSatisfiable
% 0.13/0.35  SZS status CounterSatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
%------------------------------------------------------------------------------