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

View Problem - Process Solution

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

% Computer : n020.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 : Thu Jul 21 03:57:14 EDT 2022

% Result   : CounterSatisfiable 0.11s 0.35s
% Output   : FiniteModel 0.11s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    2

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

fof(interpretation_domain_distinct,fi_domain,
    e1 != e2 ).

fof(interpretation_terms,fi_functors,
    ( esk1_0 = e1
    & ! [X0,X1] :
        ( esk2_1(X0) = X1
      <=> ( ( X1 = e1
            & X0 != e1 )
          | ( X0 = e1
            & X1 = e2 ) ) ) ) ).

fof(interpretation_atoms,fi_predicates,
    ! [X0,X1,X2] :
      ( big_f(X0,X1,X2)
    <=> ( ( X0 = e1
          & X1 = e1
          & X2 = e2 )
        | ( X0 = e1
          & X2 = e1
          & X1 != e1 ) ) ) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.11  % Problem  : SYN342+1 : TPTP v8.1.0. Released v2.0.0.
% 0.11/0.12  % Command  : darwin -fd true -ppp true -pl 0 -to %d -pmtptp true %s
% 0.11/0.33  % Computer : n020.cluster.edu
% 0.11/0.33  % Model    : x86_64 x86_64
% 0.11/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.33  % Memory   : 8042.1875MB
% 0.11/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.33  % CPULimit : 300
% 0.11/0.33  % DateTime : Mon Jul 11 17:48:12 EDT 2022
% 0.11/0.33  % CPUTime  : 
% 0.11/0.33  Defaulting to tptp format.
% 0.11/0.35  SZS status CounterSatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.11/0.35  
% 0.11/0.35  MODEL (TPTP):
% 0.11/0.35  SZS output start FiniteModel for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
%------------------------------------------------------------------------------