TMTP Model File: MGT066+1.002-FMo

View Problem - Process Model

%------------------------------------------------------------------------------
% File       : Paradox---4.0
% Problem    : MGT066+1 : TPTP v6.2.0. Released v2.5.0.
% Transform  : none
% Format     : tptp:short
% Command    : paradox --no-progress --time %d --tstp --model %s

% Computer   : n170.star.cs.uiowa.edu
% Model      : x86_64 x86_64
% CPU        : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory     : 32286.75MB
% OS         : Linux 2.6.32-573.1.1.el6.x86_64
% CPULimit   : 300s
% DateTime   : Wed Aug  5 05:34:07 EDT 2015

% Result     : Satisfiable 0.01s
% Output     : FiniteModel 0.01s
% Verified   : 
% Statistics : Number of formulae       :    5 (   5 expanded)
%              Number of leaves         :    5 (   5 expanded)
%              Depth                    :    0
%              Number of atoms          :    9 (   9 expanded)
%              Number of equality atoms :    1 (   1 expanded)
%              Maximal formula depth    :    2 (   2 average)
%              Maximal term depth       :    1 (   1 average)

% Comments   : 
%------------------------------------------------------------------------------
%----WARNING: Paradox---4.0 format not known, defaulting to TPTP
% domain size is 1
fof(domain,fi_domain,(
    ! [X] : X = "1" )).

fof(greater,fi_predicates,
    ( greater("1","1")
  <=> $false )).

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

fof(smaller,fi_predicates,
    ( smaller("1","1")
  <=> $false )).

fof(smaller_or_equal,fi_predicates,
    ( smaller_or_equal("1","1")
  <=> $true )).
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.02  % Problem    : MGT066+1 : TPTP v6.2.0. Released v2.5.0.
% 0.00/0.02  % Command    : paradox --no-progress --time %d --tstp --model %s
% 0.01/1.05  % Computer   : n170.star.cs.uiowa.edu
% 0.01/1.05  % Model      : x86_64 x86_64
% 0.01/1.05  % CPU        : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.01/1.05  % Memory     : 32286.75MB
% 0.01/1.05  % OS         : Linux 2.6.32-573.1.1.el6.x86_64
% 0.01/1.05  % CPULimit   : 300
% 0.01/1.07  % DateTime   : Mon Aug  3 20:40:31 CDT 2015
% 0.01/1.07  % CPUTime    : 
% 0.01/1.07  Paradox, version 4.0, 2010-06-29.
% 0.01/1.07  +++ PROBLEM: /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.01/1.07  Reading '/export/starexec/sandbox2/benchmark/theBenchmark.p' ... OK
% 0.01/1.07  Reading 'Axioms/MGT001+0.ax' ... ('/export/starexec/sandbox2/benchmark/Axioms/MGT001+0.ax') OK
% 0.01/1.07  +++ SOLVING: /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.01/1.08  +++ BEGIN MODEL
% 0.01/1.08  SZS output start FiniteModel for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.01/1.08  % domain size is 1
% 0.01/1.08  fof(domain, fi_domain,
% 0.01/1.08    (![X] : (X = "1"))
% 0.01/1.08  ).
% 0.01/1.08  
% 0.01/1.08  fof(greater, fi_predicates,
% 0.01/1.08    ( (greater("1","1") <=> $false)
% 0.01/1.08    )
% 0.01/1.08  ).
% 0.01/1.08  
% 0.01/1.08  fof(greater_or_equal, fi_predicates,
% 0.01/1.08    ( (greater_or_equal("1","1") <=> $true)
% 0.01/1.08    )
% 0.01/1.08  ).
% 0.01/1.08  
% 0.01/1.08  fof(smaller, fi_predicates,
% 0.01/1.08    ( (smaller("1","1") <=> $false)
% 0.01/1.08    )
% 0.01/1.08  ).
% 0.01/1.08  
% 0.01/1.08  fof(smaller_or_equal, fi_predicates,
% 0.01/1.08    ( (smaller_or_equal("1","1") <=> $true)
% 0.01/1.08    )
% 0.01/1.08  ).
% 0.01/1.08  SZS output end FiniteModel for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.01/1.08  +++ END MODEL
% 0.01/1.08  +++ RESULT: Satisfiable
% 0.01/1.08  SZS status Satisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p
%------------------------------------------------------------------------------