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

View Problem - Process Solution

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

% Computer : n006.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:00 EDT 2022

% Result   : Satisfiable 0.06s 0.26s
% Output   : FiniteModel 0.06s
% 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_thesis____,fi_predicates,
    ( v_thesis____
  <=> $false ) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.07  % Problem  : SCT072-1 : TPTP v8.1.0. Released v4.1.0.
% 0.04/0.07  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.06/0.25  % Computer : n006.cluster.edu
% 0.06/0.25  % Model    : x86_64 x86_64
% 0.06/0.25  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.06/0.25  % Memory   : 8042.1875MB
% 0.06/0.25  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.06/0.25  % CPULimit : 300
% 0.06/0.25  % WCLimit  : 600
% 0.06/0.25  % DateTime : Sat Jul  2 06:44:07 EDT 2022
% 0.06/0.25  % CPUTime  : 
% 0.06/0.26  Paradox, version 4.0, 2010-06-29.
% 0.06/0.26  +++ PROBLEM: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.06/0.26  Reading '/export/starexec/sandbox/benchmark/theBenchmark.p' ... OK
% 0.06/0.26  +++ SOLVING: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.06/0.26  +++ BEGIN MODEL
% 0.06/0.26  SZS output start FiniteModel for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.06/0.26  +++ END MODEL
% 0.06/0.26  +++ RESULT: Satisfiable
% 0.06/0.26  SZS status Satisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
%------------------------------------------------------------------------------