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

View Problem - Process Solution

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

% 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  : 600s
% DateTime : Sun Jul 17 22:55:59 EDT 2022

% Result   : Satisfiable 0.12s 0.35s
% Output   : FiniteModel 0.12s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : MSC009-1 : TPTP v8.1.0. Released v1.2.0.
% 0.07/0.12  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.12/0.33  % Computer : n021.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 : Fri Jul  1 16:00:14 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  Paradox, version 4.0, 2010-06-29.
% 0.12/0.34  +++ PROBLEM: /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.12/0.34  Reading '/export/starexec/sandbox2/benchmark/theBenchmark.p' ... OK
% 0.12/0.34  +++ SOLVING: /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.12/0.35  +++ BEGIN MODEL
% 0.12/0.35  SZS output start FiniteModel for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 0.12/0.35  +++ END MODEL
% 0.12/0.35  +++ RESULT: Satisfiable
% 0.12/0.35  SZS status Satisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
%------------------------------------------------------------------------------