TSTP Solution File: ROB015-1 by Mace4---1109a

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Mace4---1109a
% Problem  : ROB015-1 : TPTP v6.4.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : mace4 -t %d -f %s

% Computer : n031.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 10:02:22 EST 2017

% Result   : Satisfiable 0.07s
% Output   : FiniteModel 0.07s
% 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  : ROB015-1 : TPTP v6.4.0. Released v1.0.0.
% 0.00/0.04  % Command  : mace4 -t %d -f %s
% 0.02/0.23  % Computer : n031.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 21:37:15 CST 2017
% 0.02/0.23  % CPUTime  : 
% 0.07/0.42  % SZS status Satisfiable
% 0.07/0.42  ============================== Mace4 =================================
% 0.07/0.42  Mace4 (32) version 2009-11A, November 2009.
% 0.07/0.42  Process 23576 was started by sandbox on n031.star.cs.uiowa.edu,
% 0.07/0.42  Tue Feb  7 21:37:16 2017
% 0.07/0.42  The command was "/export/starexec/sandbox/solver/bin/mace4 -t 300 -f /tmp/Mace4_input_23543_n031.star.cs.uiowa.edu".
% 0.07/0.42  ============================== end of head ===========================
% 0.07/0.42  
% 0.07/0.42  ============================== INPUT =================================
% 0.07/0.42  
% 0.07/0.42  % Reading from file /tmp/Mace4_input_23543_n031.star.cs.uiowa.edu
% 0.07/0.42  
% 0.07/0.42  set(prolog_style_variables).
% 0.07/0.42  set(print_models_tabular).
% 0.07/0.42      % set(print_models_tabular) -> clear(print_models).
% 0.07/0.42  
% 0.07/0.42  formulas(sos).
% 0.07/0.42  add(X,Y) = add(Y,X) # label(commutativity_of_add) # label(axiom).
% 0.07/0.42  add(add(X,Y),Z) = add(X,add(Y,Z)) # label(associativity_of_add) # label(axiom).
% 0.07/0.42  negate(add(negate(add(X,Y)),negate(add(X,negate(Y))))) = X # label(robbins_axiom) # label(axiom).
% 0.07/0.42  multiply(one,X) = X # label(one_times_x) # label(axiom).
% 0.07/0.42  -positive_integer(X) | multiply(successor(V),X) = add(X,multiply(V,X)) # label(times_by_adding) # label(axiom).
% 0.07/0.42  positive_integer(one) # label(one) # label(axiom).
% 0.07/0.42  -positive_integer(X) | positive_integer(successor(X)) # label(next_integer) # label(axiom).
% 0.07/0.42  negate(add(negate(e),negate(add(d,negate(e))))) = d # label(condition) # label(hypothesis).
% 0.07/0.42  positive_integer(k) # label(k_positive) # label(axiom).
% 0.07/0.42  negate(add(e,multiply(k,add(d,negate(add(d,negate(e))))))) != negate(e) # label(base_step) # label(axiom).
% 0.07/0.42  negate(add(e,multiply(successor(k),add(d,negate(add(d,negate(e))))))) != negate(e) # label(prove_induction_step) # label(negated_conjecture).
% 0.07/0.42  end_of_list.
% 0.07/0.42  
% 0.07/0.42  % From the command line: assign(max_seconds, 300).
% 0.07/0.42  
% 0.07/0.42  ============================== end of input ==========================
% 0.07/0.42  
% 0.07/0.42  ============================== PROCESS NON-CLAUSAL FORMULAS ==========
% 0.07/0.42  
% 0.07/0.42  % Formulas that are not ordinary clauses:
% 0.07/0.42  
% 0.07/0.42  ============================== end of process non-clausal formulas ===
% 0.07/0.42  
% 0.07/0.42  ============================== CLAUSES FOR SEARCH ====================
% 0.07/0.42  
% 0.07/0.42  formulas(mace4_clauses).
% 0.07/0.42  add(A,B) = add(B,A) # label(commutativity_of_add) # label(axiom).
% 0.07/0.42  add(add(A,B),C) = add(A,add(B,C)) # label(associativity_of_add) # label(axiom).
% 0.07/0.42  negate(add(negate(add(A,B)),negate(add(A,negate(B))))) = A # label(robbins_axiom) # label(axiom).
% 0.07/0.42  multiply(one,A) = A # label(one_times_x) # label(axiom).
% 0.07/0.42  -positive_integer(A) | multiply(successor(B),A) = add(A,multiply(B,A)) # label(times_by_adding) # label(axiom).
% 0.07/0.42  positive_integer(one) # label(one) # label(axiom).
% 0.07/0.42  -positive_integer(A) | positive_integer(successor(A)) # label(next_integer) # label(axiom).
% 0.07/0.42  negate(add(negate(e),negate(add(d,negate(e))))) = d # label(condition) # label(hypothesis).
% 0.07/0.42  positive_integer(k) # label(k_positive) # label(axiom).
% 0.07/0.42  negate(add(e,multiply(k,add(d,negate(add(d,negate(e))))))) != negate(e) # label(base_step) # label(axiom).
% 0.07/0.42  negate(add(e,multiply(successor(k),add(d,negate(add(d,negate(e))))))) != negate(e) # label(prove_induction_step) # label(negated_conjecture).
% 0.07/0.42  end_of_list.
% 0.07/0.42  
% 0.07/0.42  ============================== end of clauses for search =============
% 0.07/0.42  % SZS output start FiniteModel
% 0.07/0.42  
% 0.07/0.42  % There are no natural numbers in the input.
% 0.07/0.42  
% 0.07/0.42   d : 0
% 0.07/0.42  
% 0.07/0.42   e : 0
% 0.07/0.42  
% 0.07/0.42   k : 0
% 0.07/0.42  
% 0.07/0.42   one : 1
% 0.07/0.42  
% 0.07/0.42   negate :
% 0.07/0.42          0 1
% 0.07/0.42      -------
% 0.07/0.42          1 0
% 0.07/0.42  
% 0.07/0.42   successor :
% 0.07/0.42          0 1
% 0.07/0.42      -------
% 0.07/0.42          0 1
% 0.07/0.42  
% 0.07/0.42   add :
% 0.07/0.42        | 0 1
% 0.07/0.42      --+----
% 0.07/0.42      0 | 0 1
% 0.07/0.42      1 | 1 1
% 0.07/0.42  
% 0.07/0.42   multiply :
% 0.07/0.42        | 0 1
% 0.07/0.42      --+----
% 0.07/0.42      0 | 1 1
% 0.07/0.42      1 | 0 1
% 0.07/0.42  
% 0.07/0.42   positive_integer :
% 0.07/0.42          0 1
% 0.07/0.42      -------
% 0.07/0.42          1 1
% 0.07/0.42  
% 0.07/0.42  % SZS output end FiniteModel
% 0.07/0.42  ------ process 23576 exit (max_models) ------
% 0.07/0.42  
% 0.07/0.42  User_CPU=0.01, System_CPU=0.00, Wall_clock=0.
% 0.07/0.42  
% 0.07/0.42  Exiting with 1 model.
% 0.07/0.42  
% 0.07/0.42  Process 23576 exit (max_models) Tue Feb  7 21:37:16 2017
% 0.07/0.42  The process finished Tue Feb  7 21:37:16 2017
% 0.07/0.42  Mace4 ended
%------------------------------------------------------------------------------