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

View Problem - Process Solution

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

% Computer : n020.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 18:23:27 EDT 2022

% Result   : Satisfiable 0.21s 0.40s
% Output   : FiniteModel 0.21s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    3

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

fof(fits,fi_predicates,
    ( ( fits("1","1")
    <=> $true )
    & ( fits("1","2")
    <=> $true )
    & ( fits("1","3")
    <=> $true )
    & ( fits("2","1")
    <=> $true )
    & ( fits("2","2")
    <=> $true )
    & ( fits("2","3")
    <=> $true )
    & ( fits("3","1")
    <=> $true )
    & ( fits("3","2")
    <=> $false )
    & ( fits("3","3")
    <=> $true ) ) ).

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

fof(medium,fi_functors,
    medium = "3" ).

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

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

fof(n3,fi_functors,
    n3 = "3" ).

fof(nextto,fi_functors,
    ( nextto("1","1") = "3"
    & nextto("1","2") = "1"
    & nextto("1","3") = "1"
    & nextto("2","1") = "1"
    & nextto("2","2") = "2"
    & nextto("2","3") = "3"
    & nextto("3","1") = "1"
    & nextto("3","2") = "3"
    & nextto("3","3") = "3" ) ).

fof(on,fi_functors,
    ( on("1","1") = "3"
    & on("1","2") = "1"
    & on("1","3") = "1"
    & on("2","1") = "1"
    & on("2","2") = "2"
    & on("2","3") = "3"
    & on("3","1") = "1"
    & on("3","2") = "3"
    & on("3","3") = "2" ) ).

fof(pin,fi_functors,
    ( pin("1") = "2"
    & pin("2") = "1"
    & pin("3") = "1" ) ).

fof(small,fi_functors,
    small = "2" ).

fof(state,fi_predicates,
    ( ( state("1")
    <=> $false )
    & ( state("2")
    <=> $false )
    & ( state("3")
    <=> $true ) ) ).

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