TSTP Solution File: MGT066+1 by DarwinFM---1.4.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : DarwinFM---1.4.5
% Problem  : MGT066+1 : TPTP v8.1.0. Released v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : darwin -fd true -ppp true -pl 0 -to %d -pmtptp true %s

% Computer : n024.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  : 0s
% DateTime : Sun Jul 17 22:03:31 EDT 2022

% Result   : Satisfiable 0.12s 0.36s
% Output   : FiniteModel 0.12s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    1

% Comments : 
%------------------------------------------------------------------------------
fof(interpretation_domain,fi_domain,
    ! [X] : X = e1 ).

fof(interpretation_atoms,fi_predicates,
    ( ! [X0,X1] :
        ( greater(X0,X1)
      <=> $false )
    & ! [X0,X1] :
        ( greater_or_equal(X0,X1)
      <=> X1 = X0 )
    & ! [X0,X1] :
        ( smaller(X0,X1)
      <=> $false )
    & ! [X0,X1] :
        ( smaller_or_equal(X0,X1)
      <=> X1 = X0 ) ) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem  : MGT066+1 : TPTP v8.1.0. Released v2.5.0.
% 0.11/0.12  % Command  : darwin -fd true -ppp true -pl 0 -to %d -pmtptp true %s
% 0.12/0.33  % Computer : n024.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  % DateTime : Thu Jun  9 09:51:19 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.33  Defaulting to tptp format.
% 0.12/0.36  SZS status Satisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.12/0.36  
% 0.12/0.36  MODEL (TPTP):
% 0.12/0.36  SZS output start FiniteModel for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
%------------------------------------------------------------------------------