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

View Problem - Process Solution

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

% Computer : n009.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 : Mon Jul 18 22:01:08 EDT 2022

% Result   : Satisfiable 0.11s 0.33s
% Output   : FiniteModel 0.11s
% Verified : 
% SZS Type : FiniteModel
%            Domain size           :    1

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

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

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.11  % Problem  : SCT101-1 : TPTP v8.1.0. Released v4.1.0.
% 0.09/0.11  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.11/0.32  % Computer : n009.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 : Fri Jul  1 21:39:52 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/sandbox/benchmark/theBenchmark.p
% 0.11/0.32  Reading '/export/starexec/sandbox/benchmark/theBenchmark.p' ... OK
% 0.11/0.33  +++ SOLVING: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.11/0.33  +++ BEGIN MODEL
% 0.11/0.33  SZS output start FiniteModel for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.11/0.33  +++ END MODEL
% 0.11/0.33  +++ RESULT: Satisfiable
% 0.11/0.33  SZS status Satisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
%------------------------------------------------------------------------------