TSTP Solution File: NLP040-1 by Paradox---4.0

View Problem - Process Solution

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

% Computer : n005.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 03:33:04 EDT 2022

% Result   : Satisfiable 0.12s 0.37s
% Output   : FiniteModel 0.12s
% 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)
    <=> $true ) ).

fof(animate,fi_predicates,
    ( animate("1","1")
  <=> $false ) ).

fof(artifact,fi_predicates,
    ( artifact("1","1")
  <=> $false ) ).

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

fof(burger,fi_predicates,
    ( burger("1","1")
  <=> $false ) ).

fof(entity,fi_predicates,
    ( entity("1","1")
  <=> $false ) ).

fof(event,fi_predicates,
    ( event("1","1")
  <=> $false ) ).

fof(eventuality,fi_predicates,
    ( eventuality("1","1")
  <=> $false ) ).

fof(existent,fi_predicates,
    ( existent("1","1")
  <=> $false ) ).

fof(food,fi_predicates,
    ( food("1","1")
  <=> $false ) ).

fof(furniture,fi_predicates,
    ( furniture("1","1")
  <=> $false ) ).

fof(group,fi_predicates,
    ( group("1","1")
  <=> $true ) ).

fof(guy,fi_predicates,
    ( guy("1","1")
  <=> $false ) ).

fof(hamburger,fi_predicates,
    ( hamburger("1","1")
  <=> $false ) ).

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

fof(human_person,fi_predicates,
    ( human_person("1","1")
  <=> $false ) ).

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

fof(instrumentality,fi_predicates,
    ( instrumentality("1","1")
  <=> $false ) ).

fof(living,fi_predicates,
    ( living("1","1")
  <=> $false ) ).

fof(male,fi_predicates,
    ( male("1","1")
  <=> $false ) ).

fof(man,fi_predicates,
    ( man("1","1")
  <=> $false ) ).

fof(meat,fi_predicates,
    ( meat("1","1")
  <=> $false ) ).

fof(member,fi_predicates,
    ( member("1","1","1")
  <=> $false ) ).

fof(multiple,fi_predicates,
    ( multiple("1","1")
  <=> $true ) ).

fof(nonexistent,fi_predicates,
    ( nonexistent("1","1")
  <=> $false ) ).

fof(nonliving,fi_predicates,
    ( nonliving("1","1")
  <=> $false ) ).

fof(object,fi_predicates,
    ( object("1","1")
  <=> $false ) ).

fof(organism,fi_predicates,
    ( organism("1","1")
  <=> $false ) ).

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

fof(set,fi_predicates,
    ( set("1","1")
  <=> $true ) ).

fof(singleton,fi_predicates,
    ( singleton("1","1")
  <=> $false ) ).

fof(sit,fi_predicates,
    ( sit("1","1")
  <=> $false ) ).

fof(skc2,fi_functors,
    skc2 = "1" ).

fof(skc3,fi_functors,
    skc3 = "1" ).

fof(skf11,fi_functors,
    skf11("1") = "1" ).

fof(skf12,fi_functors,
    skf12("1","1") = "1" ).

fof(skf14,fi_functors,
    skf14("1","1") = "1" ).

fof(skf16,fi_functors,
    skf16("1","1") = "1" ).

fof(skf18,fi_functors,
    skf18("1","1") = "1" ).

fof(skf19,fi_functors,
    skf19("1","1","1","1","1") = "1" ).

fof(skf9,fi_functors,
    skf9("1") = "1" ).

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

fof(substance_matter,fi_predicates,
    ( substance_matter("1","1")
  <=> $false ) ).

fof(table,fi_predicates,
    ( table("1","1")
  <=> $false ) ).

fof(thing,fi_predicates,
    ( thing("1","1")
  <=> $false ) ).

fof(three,fi_predicates,
    ( three("1","1")
  <=> $false ) ).

fof(unisex,fi_predicates,
    ( unisex("1","1")
  <=> $false ) ).

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : NLP040-1 : TPTP v8.1.0. Released v2.4.0.
% 0.11/0.12  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.12/0.33  % Computer : n005.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  : 600
% 0.12/0.33  % DateTime : Thu Jun 30 23:50:22 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.33  Paradox, version 4.0, 2010-06-29.
% 0.12/0.33  +++ PROBLEM: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.12/0.33  Reading '/export/starexec/sandbox/benchmark/theBenchmark.p' ... OK
% 0.12/0.35  +++ SOLVING: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.12/0.36  +++ BEGIN MODEL
% 0.12/0.36  SZS output start FiniteModel for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.12/0.37  +++ END MODEL
% 0.12/0.37  +++ RESULT: Satisfiable
% 0.12/0.37  SZS status Satisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
%------------------------------------------------------------------------------