TSTP Solution File: GRP024-4 by Mace4---1109a

View Problem - Process Solution

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

% Computer : n109.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:54:14 EST 2017

% Result   : Satisfiable 0.88s
% Output   : FiniteModel 0.88s
% 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  : GRP024-4 : TPTP v6.4.0. Released v1.0.0.
% 0.00/0.04  % Command  : mace4 -t %d -f %s
% 0.02/0.23  % Computer : n109.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 17:06:16 CST 2017
% 0.02/0.23  % CPUTime  : 
% 0.88/1.10  % SZS status Satisfiable
% 0.88/1.10  ============================== Mace4 =================================
% 0.88/1.10  Mace4 (32) version 2009-11A, November 2009.
% 0.88/1.10  Process 8611 was started by sandbox2 on n109.star.cs.uiowa.edu,
% 0.88/1.10  Tue Feb  7 17:06:16 2017
% 0.88/1.10  The command was "/export/starexec/sandbox2/solver/bin/mace4 -t 300 -f /tmp/Mace4_input_8578_n109.star.cs.uiowa.edu".
% 0.88/1.10  ============================== end of head ===========================
% 0.88/1.10  
% 0.88/1.10  ============================== INPUT =================================
% 0.88/1.10  
% 0.88/1.10  % Reading from file /tmp/Mace4_input_8578_n109.star.cs.uiowa.edu
% 0.88/1.10  
% 0.88/1.10  set(prolog_style_variables).
% 0.88/1.10  set(print_models_tabular).
% 0.88/1.10      % set(print_models_tabular) -> clear(print_models).
% 0.88/1.10  
% 0.88/1.10  formulas(sos).
% 0.88/1.10  multiply(identity,X) = X # label(left_identity) # label(axiom).
% 0.88/1.10  multiply(inverse(X),X) = identity # label(left_inverse) # label(axiom).
% 0.88/1.10  multiply(multiply(X,Y),Z) = multiply(X,multiply(Y,Z)) # label(associativity) # label(axiom).
% 0.88/1.10  multiply(X,identity) = X # label(right_identity) # label(axiom).
% 0.88/1.10  multiply(X,inverse(X)) = identity # label(right_inverse) # label(axiom).
% 0.88/1.10  commutator(X,Y) = multiply(X,multiply(Y,multiply(inverse(X),inverse(Y)))) # label(commutator) # label(axiom).
% 0.88/1.10  commutator(commutator(a,b),c) = commutator(a,commutator(b,c)) | multiply(commutator(e,f),g) = multiply(g,commutator(e,f)) # label(associativity_or_center) # label(negated_conjecture).
% 0.88/1.10  commutator(commutator(a,b),c) != commutator(a,commutator(b,c)) | multiply(commutator(e,f),g) != multiply(g,commutator(e,f)) # label(not_both_associativity_and_center) # label(negated_conjecture).
% 0.88/1.10  end_of_list.
% 0.88/1.10  
% 0.88/1.10  % From the command line: assign(max_seconds, 300).
% 0.88/1.10  
% 0.88/1.10  ============================== end of input ==========================
% 0.88/1.10  
% 0.88/1.10  ============================== PROCESS NON-CLAUSAL FORMULAS ==========
% 0.88/1.10  
% 0.88/1.10  % Formulas that are not ordinary clauses:
% 0.88/1.10  
% 0.88/1.10  ============================== end of process non-clausal formulas ===
% 0.88/1.10  
% 0.88/1.10  ============================== CLAUSES FOR SEARCH ====================
% 0.88/1.10  
% 0.88/1.10  formulas(mace4_clauses).
% 0.88/1.10  multiply(identity,A) = A # label(left_identity) # label(axiom).
% 0.88/1.10  multiply(inverse(A),A) = identity # label(left_inverse) # label(axiom).
% 0.88/1.10  multiply(multiply(A,B),C) = multiply(A,multiply(B,C)) # label(associativity) # label(axiom).
% 0.88/1.10  multiply(A,identity) = A # label(right_identity) # label(axiom).
% 0.88/1.10  multiply(A,inverse(A)) = identity # label(right_inverse) # label(axiom).
% 0.88/1.10  commutator(A,B) = multiply(A,multiply(B,multiply(inverse(A),inverse(B)))) # label(commutator) # label(axiom).
% 0.88/1.10  commutator(commutator(a,b),c) = commutator(a,commutator(b,c)) | multiply(commutator(e,f),g) = multiply(g,commutator(e,f)) # label(associativity_or_center) # label(negated_conjecture).
% 0.88/1.10  commutator(commutator(a,b),c) != commutator(a,commutator(b,c)) | multiply(commutator(e,f),g) != multiply(g,commutator(e,f)) # label(not_both_associativity_and_center) # label(negated_conjecture).
% 0.88/1.10  end_of_list.
% 0.88/1.10  
% 0.88/1.10  ============================== end of clauses for search =============
% 0.88/1.10  % SZS output start FiniteModel
% 0.88/1.10  
% 0.88/1.10  % There are no natural numbers in the input.
% 0.88/1.10  
% 0.88/1.10   a : 0
% 0.88/1.10  
% 0.88/1.10   b : 0
% 0.88/1.10  
% 0.88/1.10   c : 0
% 0.88/1.10  
% 0.88/1.10   e : 0
% 0.88/1.10  
% 0.88/1.10   f : 1
% 0.88/1.10  
% 0.88/1.10   g : 0
% 0.88/1.10  
% 0.88/1.10   identity : 2
% 0.88/1.10  
% 0.88/1.10   inverse :
% 0.88/1.10          0 1 2 3 4 5
% 0.88/1.10      ---------------
% 0.88/1.10          0 1 2 4 3 5
% 0.88/1.10  
% 0.88/1.10   commutator :
% 0.88/1.10        | 0 1 2 3 4 5
% 0.88/1.10      --+------------
% 0.88/1.10      0 | 2 4 2 3 4 3
% 0.88/1.10      1 | 3 2 2 3 4 4
% 0.88/1.10      2 | 2 2 2 2 2 2
% 0.88/1.10      3 | 4 4 2 2 2 4
% 0.88/1.10      4 | 3 3 2 2 2 3
% 0.88/1.10      5 | 4 3 2 3 4 2
% 0.88/1.10  
% 0.88/1.10   multiply :
% 0.88/1.10        | 0 1 2 3 4 5
% 0.88/1.10      --+------------
% 0.88/1.10      0 | 2 3 0 1 5 4
% 0.88/1.10      1 | 4 2 1 5 0 3
% 0.88/1.10      2 | 0 1 2 3 4 5
% 0.88/1.10      3 | 5 0 3 4 2 1
% 0.88/1.10      4 | 1 5 4 2 3 0
% 0.88/1.10      5 | 3 4 5 0 1 2
% 0.88/1.10  
% 0.88/1.10  % SZS output end FiniteModel
% 0.88/1.10  ------ process 8611 exit (max_models) ------
% 0.88/1.10  
% 0.88/1.10  User_CPU=0.68, System_CPU=0.01, Wall_clock=1.
% 0.88/1.10  
% 0.88/1.10  Exiting with 1 model.
% 0.88/1.10  
% 0.88/1.10  Process 8611 exit (max_models) Tue Feb  7 17:06:17 2017
% 0.88/1.10  The process finished Tue Feb  7 17:06:17 2017
% 0.88/1.10  Mace4 ended
%------------------------------------------------------------------------------