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

View Problem - Process Solution

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

% Computer : n104.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:56:44 EST 2017

% Result   : Satisfiable 5.27s
% Output   : FiniteModel 5.27s
% 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  : LAT118-1 : TPTP v6.4.0. Released v3.1.0.
% 0.00/0.04  % Command  : mace4 -t %d -f %s
% 0.03/0.23  % Computer : n104.star.cs.uiowa.edu
% 0.03/0.23  % Model    : x86_64 x86_64
% 0.03/0.23  % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% 0.03/0.23  % Memory   : 32218.75MB
% 0.03/0.23  % OS       : Linux 3.10.0-327.36.3.el7.x86_64
% 0.03/0.23  % CPULimit : 300
% 0.03/0.23  % DateTime : Tue Feb  7 18:47:00 CST 2017
% 0.03/0.23  % CPUTime  : 
% 5.27/5.52  % SZS status Satisfiable
% 5.27/5.52  ============================== Mace4 =================================
% 5.27/5.52  Mace4 (32) version 2009-11A, November 2009.
% 5.27/5.52  Process 36091 was started by sandbox on n104.star.cs.uiowa.edu,
% 5.27/5.52  Tue Feb  7 18:47:01 2017
% 5.27/5.52  The command was "/export/starexec/sandbox/solver/bin/mace4 -t 300 -f /tmp/Mace4_input_36058_n104.star.cs.uiowa.edu".
% 5.27/5.52  ============================== end of head ===========================
% 5.27/5.52  
% 5.27/5.52  ============================== INPUT =================================
% 5.27/5.52  
% 5.27/5.52  % Reading from file /tmp/Mace4_input_36058_n104.star.cs.uiowa.edu
% 5.27/5.52  
% 5.27/5.52  set(prolog_style_variables).
% 5.27/5.52  set(print_models_tabular).
% 5.27/5.52      % set(print_models_tabular) -> clear(print_models).
% 5.27/5.52  
% 5.27/5.52  formulas(sos).
% 5.27/5.52  meet(X,X) = X # label(idempotence_of_meet) # label(axiom).
% 5.27/5.52  join(X,X) = X # label(idempotence_of_join) # label(axiom).
% 5.27/5.52  meet(X,join(X,Y)) = X # label(absorption1) # label(axiom).
% 5.27/5.52  join(X,meet(X,Y)) = X # label(absorption2) # label(axiom).
% 5.27/5.52  meet(X,Y) = meet(Y,X) # label(commutativity_of_meet) # label(axiom).
% 5.27/5.52  join(X,Y) = join(Y,X) # label(commutativity_of_join) # label(axiom).
% 5.27/5.52  meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) # label(associativity_of_meet) # label(axiom).
% 5.27/5.52  join(join(X,Y),Z) = join(X,join(Y,Z)) # label(associativity_of_join) # label(axiom).
% 5.27/5.52  meet(X,join(Y,meet(Z,join(X,U)))) = meet(X,join(meet(X,join(Y,meet(X,Z))),meet(Z,U))) # label(equation_H79) # label(axiom).
% 5.27/5.52  meet(a,join(b,c)) != join(meet(a,join(c,meet(a,b))),meet(a,join(b,meet(a,c)))) # label(prove_H69) # label(negated_conjecture).
% 5.27/5.52  end_of_list.
% 5.27/5.52  
% 5.27/5.52  % From the command line: assign(max_seconds, 300).
% 5.27/5.52  
% 5.27/5.52  ============================== end of input ==========================
% 5.27/5.52  
% 5.27/5.52  ============================== PROCESS NON-CLAUSAL FORMULAS ==========
% 5.27/5.52  
% 5.27/5.52  % Formulas that are not ordinary clauses:
% 5.27/5.52  
% 5.27/5.52  ============================== end of process non-clausal formulas ===
% 5.27/5.52  
% 5.27/5.52  ============================== CLAUSES FOR SEARCH ====================
% 5.27/5.52  
% 5.27/5.52  formulas(mace4_clauses).
% 5.27/5.52  meet(A,A) = A # label(idempotence_of_meet) # label(axiom).
% 5.27/5.52  join(A,A) = A # label(idempotence_of_join) # label(axiom).
% 5.27/5.52  meet(A,join(A,B)) = A # label(absorption1) # label(axiom).
% 5.27/5.52  join(A,meet(A,B)) = A # label(absorption2) # label(axiom).
% 5.27/5.52  meet(A,B) = meet(B,A) # label(commutativity_of_meet) # label(axiom).
% 5.27/5.52  join(A,B) = join(B,A) # label(commutativity_of_join) # label(axiom).
% 5.27/5.52  meet(meet(A,B),C) = meet(A,meet(B,C)) # label(associativity_of_meet) # label(axiom).
% 5.27/5.52  join(join(A,B),C) = join(A,join(B,C)) # label(associativity_of_join) # label(axiom).
% 5.27/5.52  meet(A,join(B,meet(C,join(A,D)))) = meet(A,join(meet(A,join(B,meet(A,C))),meet(C,D))) # label(equation_H79) # label(axiom).
% 5.27/5.52  meet(a,join(b,c)) != join(meet(a,join(c,meet(a,b))),meet(a,join(b,meet(a,c)))) # label(prove_H69) # label(negated_conjecture).
% 5.27/5.52  end_of_list.
% 5.27/5.52  
% 5.27/5.52  ============================== end of clauses for search =============
% 5.27/5.52  % SZS output start FiniteModel
% 5.27/5.52  
% 5.27/5.52  % There are no natural numbers in the input.
% 5.27/5.52  
% 5.27/5.52   a : 0
% 5.27/5.52  
% 5.27/5.52   b : 1
% 5.27/5.52  
% 5.27/5.52   c : 2
% 5.27/5.52  
% 5.27/5.52   join :
% 5.27/5.52        |  0  1  2  3  4  5  6  7  8  9 10 11 12 13 14
% 5.27/5.52      --+---------------------------------------------
% 5.27/5.52      0 |  0  3  7  3  0  5  0  7  0  7  0  3  0  0  0
% 5.27/5.52      1 |  3  1  5  3  1  5  1  5 11  5 11 11  3 11  3
% 5.27/5.52      2 |  7  5  2  5  9  5  2  7  2  9  9  5  9  7  7
% 5.27/5.52      3 |  3  3  5  3  3  5  3  5  3  5  3  3  3  3  3
% 5.27/5.52      4 |  0  1  9  3  4  5  4  7 10  9 10 11 12 13 14
% 5.27/5.52      5 |  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5
% 5.27/5.52      6 |  0  1  2  3  4  5  6  7  8  9 10 11 12 13 14
% 5.27/5.52      7 |  7  5  7  5  7  5  7  7  7  7  7  5  7  7  7
% 5.27/5.52      8 |  0 11  2  3 10  5  8  7  8  9 10 11 12 13 14
% 5.27/5.52      9 |  7  5  9  5  9  5  9  7  9  9  9  5  9  7  7
% 5.27/5.52     10 |  0 11  9  3 10  5 10  7 10  9 10 11 12 13 14
% 5.27/5.52     11 |  3 11  5  3 11  5 11  5 11  5 11 11  3 11  3
% 5.27/5.52     12 |  0  3  9  3 12  5 12  7 12  9 12  3 12 14 14
% 5.27/5.52     13 |  0 11  7  3 13  5 13  7 13  7 13 11 14 13 14
% 5.27/5.52     14 |  0  3  7  3 14  5 14  7 14  7 14  3 14 14 14
% 5.27/5.52  
% 5.27/5.52   meet :
% 5.27/5.52        |  0  1  2  3  4  5  6  7  8  9 10 11 12 13 14
% 5.27/5.52      --+---------------------------------------------
% 5.27/5.52      0 |  0  4  8  0  4  0  6  0  8 12 10 13 12 13 14
% 5.27/5.52      1 |  4  1  6  1  4  1  6  4  6  4  4  1  4  4  4
% 5.27/5.52      2 |  8  6  2  8  6  2  6  2  8  2  8  8  8  8  8
% 5.27/5.52      3 |  0  1  8  3  4  3  6  0  8 12 10 11 12 13 14
% 5.27/5.52      4 |  4  4  6  4  4  4  6  4  6  4  4  4  4  4  4
% 5.27/5.52      5 |  0  1  2  3  4  5  6  7  8  9 10 11 12 13 14
% 5.27/5.52      6 |  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6
% 5.27/5.52      7 |  0  4  2  0  4  7  6  7  8  9 10 13 12 13 14
% 5.27/5.52      8 |  8  6  8  8  6  8  6  8  8  8  8  8  8  8  8
% 5.27/5.52      9 | 12  4  2 12  4  9  6  9  8  9 10 10 12 10 12
% 5.27/5.52     10 | 10  4  8 10  4 10  6 10  8 10 10 10 10 10 10
% 5.27/5.52     11 | 13  1  8 11  4 11  6 13  8 10 10 11 10 13 13
% 5.27/5.52     12 | 12  4  8 12  4 12  6 12  8 12 10 10 12 10 12
% 5.27/5.52     13 | 13  4  8 13  4 13  6 13  8 10 10 13 10 13 13
% 5.27/5.52     14 | 14  4  8 14  4 14  6 14  8 12 10 13 12 13 14
% 5.27/5.52  
% 5.27/5.52  % SZS output end FiniteModel
% 5.27/5.52  ------ process 36091 exit (max_models) ------
% 5.27/5.52  
% 5.27/5.52  User_CPU=5.09, System_CPU=0.02, Wall_clock=5.
% 5.27/5.52  
% 5.27/5.52  Exiting with 1 model.
% 5.27/5.52  
% 5.27/5.52  Process 36091 exit (max_models) Tue Feb  7 18:47:06 2017
% 5.27/5.52  The process finished Tue Feb  7 18:47:06 2017
% 5.27/5.52  Mace4 ended
%------------------------------------------------------------------------------