TSTP Solution File: SYN059-1 by Paradox---4.0

View Problem - Process Solution

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

% Computer : n028.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:44:18 EDT 2022

% Result   : Satisfiable 0.11s 0.35s
% 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(a,fi_functors,
    a = "1" ).

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

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

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

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

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

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

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

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : SYN059-1 : TPTP v8.1.0. Released v1.0.0.
% 0.10/0.11  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.11/0.32  % Computer : n028.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.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 600
% 0.11/0.32  % DateTime : Tue Jul 12 04:12:14 EDT 2022
% 0.11/0.32  % CPUTime  : 
% 0.11/0.32  Paradox, version 4.0, 2010-06-29.
% 0.11/0.32  +++ PROBLEM: /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.11/0.32  Reading '/export/starexec/sandbox2/benchmark/theBenchmark.p' ... OK
% 0.11/0.33  +++ SOLVING: /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.11/0.35  +++ BEGIN MODEL
% 0.11/0.35  SZS output start FiniteModel for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 0.11/0.35  +++ END MODEL
% 0.11/0.35  +++ RESULT: Satisfiable
% 0.11/0.35  SZS status Satisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
%------------------------------------------------------------------------------