TSTP Solution File: HEN013-2 by Paradox---4.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Paradox---4.0
% Problem  : HEN013-2 : TPTP v8.1.0. Released v2.5.0.
% Transfm  : none
% Format   : tptp:short
% Command  : paradox --no-progress --time %d --tstp --model %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  : 600s
% DateTime : Sat Jul 16 13:00:24 EDT 2022

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

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

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

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

fof(less_equal,fi_predicates,
    ( less_equal("1","1")
  <=> $true ) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.13/0.12  % Problem  : HEN013-2 : TPTP v8.1.0. Released v2.5.0.
% 0.13/0.13  % Command  : paradox --no-progress --time %d --tstp --model %s
% 0.14/0.34  % Computer : n020.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 600
% 0.14/0.34  % DateTime : Fri Jul  1 14:09:15 EDT 2022
% 0.14/0.34  % CPUTime  : 
% 0.14/0.35  Paradox, version 4.0, 2010-06-29.
% 0.14/0.35  +++ PROBLEM: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.35  Reading '/export/starexec/sandbox/benchmark/theBenchmark.p' ... OK
% 0.14/0.35  Reading 'Axioms/HEN002-0.ax' ... ('/export/starexec/sandbox/benchmark/Axioms/HEN002-0.ax') OK
% 0.14/0.35  +++ SOLVING: /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.14/0.36  +++ BEGIN MODEL
% 0.14/0.36  SZS output start FiniteModel for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.14/0.36  +++ END MODEL
% 0.14/0.36  +++ RESULT: Satisfiable
% 0.14/0.36  SZS status Satisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p
%------------------------------------------------------------------------------