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

View Problem - Process Solution

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

% Computer : n006.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 : Sat Jul 16 11:13:11 EDT 2022

% Result   : CounterSatisfiable 0.19s 0.43s
% Output   : FiniteModel 0.19s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    2

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

fof(b,fi_functors,
    ( b("1","1") = "2"
    & b("1","2") = "1"
    & b("2","1") = "1"
    & b("2","2") = "2" ) ).

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

fof(i1,fi_functors,
    ( i1("1","1") = "1"
    & i1("1","2") = "2"
    & i1("2","1") = "1"
    & i1("2","2") = "2" ) ).

fof(i2,fi_functors,
    ( i2("1","1") = "1"
    & i2("1","2") = "2"
    & i2("2","1") = "1"
    & i2("2","2") = "2" ) ).

fof(j1,fi_functors,
    ( j1("1","1") = "1"
    & j1("1","2") = "2"
    & j1("2","1") = "1"
    & j1("2","2") = "2" ) ).

fof(j2,fi_functors,
    ( j2("1","1") = "1"
    & j2("1","2") = "2"
    & j2("2","1") = "1"
    & j2("2","2") = "2" ) ).

fof(k,fi_functors,
    ( k("1","1") = "1"
    & k("2","1") = "1"
    & ! [X1] : k(X1,"2") = k(X1,"1") ) ).

fof(l,fi_functors,
    ( l("1","1","1") = "1"
    & l("1","1","2") = "2"
    & l("1","2","1") = "1"
    & l("1","2","2") = "2"
    & l("2","1","1") = "1"
    & l("2","1","2") = "2"
    & l("2","2","1") = "1"
    & l("2","2","2") = "2" ) ).

fof(m,fi_functors,
    ( m("1","1") = "2"
    & m("1","2") = "1"
    & m("2","1") = "1"
    & m("2","2") = "2" ) ).

fof(r,fi_functors,
    ( r("1","1","1") = "1"
    & r("1","1","2") = "2"
    & r("1","2","1") = "1"
    & r("1","2","2") = "2"
    & r("2","1","1") = "1"
    & r("2","1","2") = "2"
    & r("2","2","1") = "1"
    & r("2","2","2") = "2" ) ).

fof(s,fi_functors,
    ( s("1","1") = "2"
    & s("1","2") = "1"
    & s("2","1") = "1"
    & s("2","2") = "2" ) ).

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

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

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

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

fof(t,fi_functors,
    ( t("1","1") = "1"
    & t("1","2") = "2"
    & t("2","1") = "1"
    & t("2","2") = "2" ) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : GRP800+1 : TPTP v8.1.0. Released v7.5.0.
% 0.11/0.12  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.12/0.33  % Computer : n006.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 : Mon Jun 13 19:31:41 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.19/0.43  +++ BEGIN MODEL
% 0.19/0.43  SZS output start FiniteModel for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.19/0.43  +++ END MODEL
% 0.19/0.43  +++ RESULT: CounterSatisfiable
% 0.19/0.43  SZS status CounterSatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
%------------------------------------------------------------------------------