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

View Problem - Process Solution

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

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