TSTP Solution File: LCL687-10.001 by Paradox---4.0

View Problem - Process Solution

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

% Computer : n019.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:34:17 EDT 2022

% Result   : Satisfiable 0.11s 0.34s
% Output   : FiniteModel 0.11s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    2

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

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

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

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

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

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

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : LCL687-10.001 : TPTP v8.1.0. Released v7.3.0.
% 0.10/0.11  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.11/0.32  % Computer : n019.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit : 300
% 0.11/0.33  % WCLimit  : 600
% 0.11/0.33  % DateTime : Mon Jul  4 19:40:53 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 0.11/0.33  Paradox, version 4.0, 2010-06-29.
% 0.11/0.33  +++ PROBLEM: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.11/0.33  Reading '/export/starexec/sandbox/benchmark/theBenchmark.p' ... OK
% 0.11/0.33  +++ SOLVING: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.11/0.34  +++ BEGIN MODEL
% 0.11/0.34  SZS output start FiniteModel for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.11/0.34  +++ END MODEL
% 0.11/0.34  +++ RESULT: Satisfiable
% 0.11/0.34  SZS status Satisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
%------------------------------------------------------------------------------