TSTP Solution File: LCL884-10 by Paradox---4.0

View Problem - Process Solution

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

% Computer : n016.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 13:35:43 EDT 2022

% Result   : Satisfiable 0.20s 0.37s
% Output   : FiniteModel 0.20s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    3

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

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

fof('0',fi_functors,
    '0' = "2" ).

fof('1',fi_functors,
    '1' = "3" ).

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : LCL884-10 : TPTP v8.1.0. Released v7.5.0.
% 0.03/0.13  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.12/0.34  % Computer : n016.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Sun Jul  3 02:07:59 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  Paradox, version 4.0, 2010-06-29.
% 0.12/0.34  +++ PROBLEM: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.12/0.34  Reading '/export/starexec/sandbox/benchmark/theBenchmark.p' ... OK
% 0.12/0.35  +++ SOLVING: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.37  +++ BEGIN MODEL
% 0.20/0.37  SZS output start FiniteModel for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.20/0.37  +++ END MODEL
% 0.20/0.37  +++ RESULT: Satisfiable
% 0.20/0.37  SZS status Satisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
%------------------------------------------------------------------------------