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

View Problem - Process Solution

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

% Computer : n022.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 : Thu Jul 21 19:07:12 EDT 2022

% Result   : Satisfiable 0.13s 0.35s
% Output   : FiniteModel 0.13s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    2

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

fof(f,fi_predicates,
    ( ( f("1","1","1")
    <=> $false )
    & ( f("1","2","1")
    <=> $false )
    & ( f("2","1","1")
    <=> $false )
    & ( f("2","2","1")
    <=> $true )
    & ! [X1,X2] :
        ( f(X1,X2,"2")
      <=> f(X1,X2,"1") ) ) ).

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : SYO640+1 : TPTP v8.1.0. Released v7.1.0.
% 0.06/0.13  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.13/0.34  % Computer : n022.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Sat Jul  9 02:48:56 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  Paradox, version 4.0, 2010-06-29.
% 0.13/0.34  +++ PROBLEM: /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.34  Reading '/export/starexec/sandbox2/benchmark/theBenchmark.p' ... OK
% 0.13/0.34  +++ 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: Satisfiable
% 0.13/0.35  SZS status Satisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
%------------------------------------------------------------------------------