TSTP Solution File: MGT066+1 by Mace4---1109a

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Mace4---1109a
% Problem  : MGT066+1 : TPTP v6.4.0. Released v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : mace4 -t %d -f %s

% Computer : n050.star.cs.uiowa.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory   : 32218.75MB
% OS       : Linux 3.10.0-327.36.3.el7.x86_64
% CPULimit : 300s
% DateTime : Wed Feb  8 09:59:03 EST 2017

% Result   : Satisfiable 0.06s
% Output   : FiniteModel 0.06s
% Verified : 
% SZS Type : None (Parsing solution fails)
% Syntax   : Number of formulae    : 0

% Comments : 
%------------------------------------------------------------------------------
%----WARNING: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.03  % Problem  : MGT066+1 : TPTP v6.4.0. Released v2.5.0.
% 0.00/0.04  % Command  : mace4 -t %d -f %s
% 0.02/0.23  % Computer : n050.star.cs.uiowa.edu
% 0.02/0.23  % Model    : x86_64 x86_64
% 0.02/0.23  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.02/0.23  % Memory   : 32218.75MB
% 0.02/0.23  % OS       : Linux 3.10.0-327.36.3.el7.x86_64
% 0.02/0.23  % CPULimit : 300
% 0.02/0.23  % DateTime : Tue Feb  7 19:47:45 CST 2017
% 0.02/0.23  % CPUTime  : 
% 0.06/0.42  % SZS status Satisfiable
% 0.06/0.43  ============================== Mace4 =================================
% 0.06/0.43  Mace4 (32) version 2009-11A, November 2009.
% 0.06/0.43  Process 22447 was started by sandbox on n050.star.cs.uiowa.edu,
% 0.06/0.43  Tue Feb  7 19:47:46 2017
% 0.06/0.43  The command was "/export/starexec/sandbox/solver/bin/mace4 -t 300 -f /tmp/Mace4_input_22414_n050.star.cs.uiowa.edu".
% 0.06/0.43  ============================== end of head ===========================
% 0.06/0.43  
% 0.06/0.43  ============================== INPUT =================================
% 0.06/0.43  
% 0.06/0.43  % Reading from file /tmp/Mace4_input_22414_n050.star.cs.uiowa.edu
% 0.06/0.43  
% 0.06/0.43  set(prolog_style_variables).
% 0.06/0.43  set(print_models_tabular).
% 0.06/0.43      % set(print_models_tabular) -> clear(print_models).
% 0.06/0.43  
% 0.06/0.43  formulas(sos).
% 0.06/0.43  (all X all Y (smaller_or_equal(X,Y) <-> smaller(X,Y) | X = Y)) # label(definition_smaller_or_equal) # label(axiom).
% 0.06/0.43  (all X all Y (greater_or_equal(X,Y) <-> greater(X,Y) | X = Y)) # label(definition_greater_or_equal) # label(axiom).
% 0.06/0.43  (all X all Y (smaller(X,Y) <-> greater(Y,X))) # label(definition_smaller) # label(axiom).
% 0.06/0.43  (all X all Y -(greater(X,Y) & greater(Y,X))) # label(meaning_postulate_greater_strict) # label(axiom).
% 0.06/0.43  (all X all Y all Z (greater(X,Y) & greater(Y,Z) -> greater(X,Z))) # label(meaning_postulate_greater_transitive) # label(axiom).
% 0.06/0.43  (all X all Y (smaller(X,Y) | X = Y | greater(X,Y))) # label(meaning_postulate_greater_comparable) # label(axiom).
% 0.06/0.43  end_of_list.
% 0.06/0.43  
% 0.06/0.43  % From the command line: assign(max_seconds, 300).
% 0.06/0.43  
% 0.06/0.43  ============================== end of input ==========================
% 0.06/0.43  
% 0.06/0.43  ============================== PROCESS NON-CLAUSAL FORMULAS ==========
% 0.06/0.43  
% 0.06/0.43  % Formulas that are not ordinary clauses:
% 0.06/0.43  1 (all X all Y (smaller_or_equal(X,Y) <-> smaller(X,Y) | X = Y)) # label(definition_smaller_or_equal) # label(axiom) # label(non_clause).  [assumption].
% 0.06/0.43  2 (all X all Y (greater_or_equal(X,Y) <-> greater(X,Y) | X = Y)) # label(definition_greater_or_equal) # label(axiom) # label(non_clause).  [assumption].
% 0.06/0.43  3 (all X all Y (smaller(X,Y) <-> greater(Y,X))) # label(definition_smaller) # label(axiom) # label(non_clause).  [assumption].
% 0.06/0.43  4 (all X all Y -(greater(X,Y) & greater(Y,X))) # label(meaning_postulate_greater_strict) # label(axiom) # label(non_clause).  [assumption].
% 0.06/0.43  5 (all X all Y all Z (greater(X,Y) & greater(Y,Z) -> greater(X,Z))) # label(meaning_postulate_greater_transitive) # label(axiom) # label(non_clause).  [assumption].
% 0.06/0.43  6 (all X all Y (smaller(X,Y) | X = Y | greater(X,Y))) # label(meaning_postulate_greater_comparable) # label(axiom) # label(non_clause).  [assumption].
% 0.06/0.43  
% 0.06/0.43  ============================== end of process non-clausal formulas ===
% 0.06/0.43  
% 0.06/0.43  ============================== CLAUSES FOR SEARCH ====================
% 0.06/0.43  
% 0.06/0.43  formulas(mace4_clauses).
% 0.06/0.43  -smaller_or_equal(A,B) | smaller(A,B) | B = A # label(definition_smaller_or_equal) # label(axiom).
% 0.06/0.43  smaller_or_equal(A,B) | -smaller(A,B) # label(definition_smaller_or_equal) # label(axiom).
% 0.06/0.43  smaller_or_equal(A,B) | B != A # label(definition_smaller_or_equal) # label(axiom).
% 0.06/0.43  -greater_or_equal(A,B) | greater(A,B) | B = A # label(definition_greater_or_equal) # label(axiom).
% 0.06/0.43  greater_or_equal(A,B) | -greater(A,B) # label(definition_greater_or_equal) # label(axiom).
% 0.06/0.43  greater_or_equal(A,B) | B != A # label(definition_greater_or_equal) # label(axiom).
% 0.06/0.43  -smaller(A,B) | greater(B,A) # label(definition_smaller) # label(axiom).
% 0.06/0.43  smaller(A,B) | -greater(B,A) # label(definition_smaller) # label(axiom).
% 0.06/0.43  -greater(A,B) | -greater(B,A) # label(meaning_postulate_greater_strict) # label(axiom).
% 0.06/0.43  -greater(A,B) | -greater(B,C) | greater(A,C) # label(meaning_postulate_greater_transitive) # label(axiom).
% 0.06/0.43  smaller(A,B) | B = A | greater(A,B) # label(meaning_postulate_greater_comparable) # label(axiom).
% 0.06/0.43  end_of_list.
% 0.06/0.43  
% 0.06/0.43  ============================== end of clauses for search =============
% 0.06/0.43  % SZS output start FiniteModel
% 0.06/0.43  
% 0.06/0.43  % There are no natural numbers in the input.
% 0.06/0.43  
% 0.06/0.43   greater :
% 0.06/0.43        | 0 1
% 0.06/0.43      --+----
% 0.06/0.43      0 | 0 0
% 0.06/0.43      1 | 1 0
% 0.06/0.43  
% 0.06/0.43   greater_or_equal :
% 0.06/0.43        | 0 1
% 0.06/0.43      --+----
% 0.06/0.43      0 | 1 0
% 0.06/0.43      1 | 1 1
% 0.06/0.43  
% 0.06/0.43   smaller :
% 0.06/0.43        | 0 1
% 0.06/0.43      --+----
% 0.06/0.43      0 | 0 1
% 0.06/0.43      1 | 0 0
% 0.06/0.43  
% 0.06/0.43   smaller_or_equal :
% 0.06/0.43        | 0 1
% 0.06/0.43      --+----
% 0.06/0.43      0 | 1 1
% 0.06/0.43      1 | 0 1
% 0.06/0.43  
% 0.06/0.43  % SZS output end FiniteModel
% 0.06/0.43  ------ process 22447 exit (max_models) ------
% 0.06/0.43  
% 0.06/0.43  User_CPU=0.01, System_CPU=0.00, Wall_clock=0.
% 0.06/0.43  
% 0.06/0.43  Exiting with 1 model.
% 0.06/0.43  
% 0.06/0.43  Process 22447 exit (max_models) Tue Feb  7 19:47:46 2017
% 0.06/0.43  The process finished Tue Feb  7 19:47:46 2017
% 0.06/0.43  Mace4 ended
%------------------------------------------------------------------------------