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

View Problem - Process Solution

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

% Computer : n029.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 09:46:14 EDT 2022

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SYN320+1 : TPTP v8.1.0. Released v2.0.0.
% 0.07/0.13  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.13/0.34  % Computer : n029.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 : Mon Jul 11 20:02:17 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  Paradox, version 4.0, 2010-06-29.
% 0.13/0.35  +++ PROBLEM: /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.35  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
%------------------------------------------------------------------------------