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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Paradox---4.0
% Problem  : SYN317-1 : TPTP v8.1.0. Released v1.2.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 : Thu Jul 21 09:46:12 EDT 2022

% Result   : Satisfiable 0.13s 0.34s
% Output   : FiniteModel 0.13s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    1

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

fof(f,fi_predicates,
    ! [X1] :
      ( f(X1)
    <=> $true ) ).

fof(g,fi_predicates,
    ! [X1] :
      ( g(X1)
    <=> $false ) ).

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