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

View Problem - Process Solution

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

% Computer : n059.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:43 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  : LAT107-1 : TPTP v6.4.0. Released v3.1.0.
% 0.00/0.04  % Command  : mace4 -t %d -f %s
% 0.03/0.23  % Computer : n059.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:30 CST 2017
% 0.03/0.23  % CPUTime  : 
% 0.06/0.68  % SZS status Satisfiable
% 0.06/0.69  ============================== Mace4 =================================
% 0.06/0.69  Mace4 (32) version 2009-11A, November 2009.
% 0.06/0.69  Process 59731 was started by sandbox on n059.star.cs.uiowa.edu,
% 0.06/0.69  Tue Feb  7 18:47:31 2017
% 0.06/0.69  The command was "/export/starexec/sandbox/solver/bin/mace4 -t 300 -f /tmp/Mace4_input_59698_n059.star.cs.uiowa.edu".
% 0.06/0.69  ============================== end of head ===========================
% 0.06/0.69  
% 0.06/0.69  ============================== INPUT =================================
% 0.06/0.69  
% 0.06/0.69  % Reading from file /tmp/Mace4_input_59698_n059.star.cs.uiowa.edu
% 0.06/0.69  
% 0.06/0.69  set(prolog_style_variables).
% 0.06/0.69  set(print_models_tabular).
% 0.06/0.69      % set(print_models_tabular) -> clear(print_models).
% 0.06/0.69  
% 0.06/0.69  formulas(sos).
% 0.06/0.69  meet(X,X) = X # label(idempotence_of_meet) # label(axiom).
% 0.06/0.69  join(X,X) = X # label(idempotence_of_join) # label(axiom).
% 0.06/0.69  meet(X,join(X,Y)) = X # label(absorption1) # label(axiom).
% 0.06/0.69  join(X,meet(X,Y)) = X # label(absorption2) # label(axiom).
% 0.06/0.69  meet(X,Y) = meet(Y,X) # label(commutativity_of_meet) # label(axiom).
% 0.06/0.69  join(X,Y) = join(Y,X) # label(commutativity_of_join) # label(axiom).
% 0.06/0.69  meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) # label(associativity_of_meet) # label(axiom).
% 0.06/0.69  join(join(X,Y),Z) = join(X,join(Y,Z)) # label(associativity_of_join) # label(axiom).
% 0.06/0.69  join(meet(X,Y),meet(X,Z)) = meet(X,join(meet(Y,join(Z,meet(X,Y))),meet(Z,join(X,Y)))) # label(equation_H22) # label(axiom).
% 0.06/0.69  meet(a,join(meet(a,b),meet(a,c))) != meet(a,join(meet(b,join(a,meet(b,c))),meet(c,join(a,b)))) # label(prove_H17) # label(negated_conjecture).
% 0.06/0.69  end_of_list.
% 0.06/0.69  
% 0.06/0.69  % From the command line: assign(max_seconds, 300).
% 0.06/0.69  
% 0.06/0.69  ============================== end of input ==========================
% 0.06/0.69  
% 0.06/0.69  ============================== PROCESS NON-CLAUSAL FORMULAS ==========
% 0.06/0.69  
% 0.06/0.69  % Formulas that are not ordinary clauses:
% 0.06/0.69  
% 0.06/0.69  ============================== end of process non-clausal formulas ===
% 0.06/0.69  
% 0.06/0.69  ============================== CLAUSES FOR SEARCH ====================
% 0.06/0.69  
% 0.06/0.69  formulas(mace4_clauses).
% 0.06/0.69  meet(A,A) = A # label(idempotence_of_meet) # label(axiom).
% 0.06/0.69  join(A,A) = A # label(idempotence_of_join) # label(axiom).
% 0.06/0.69  meet(A,join(A,B)) = A # label(absorption1) # label(axiom).
% 0.06/0.69  join(A,meet(A,B)) = A # label(absorption2) # label(axiom).
% 0.06/0.69  meet(A,B) = meet(B,A) # label(commutativity_of_meet) # label(axiom).
% 0.06/0.69  join(A,B) = join(B,A) # label(commutativity_of_join) # label(axiom).
% 0.06/0.69  meet(meet(A,B),C) = meet(A,meet(B,C)) # label(associativity_of_meet) # label(axiom).
% 0.06/0.69  join(join(A,B),C) = join(A,join(B,C)) # label(associativity_of_join) # label(axiom).
% 0.06/0.69  join(meet(A,B),meet(A,C)) = meet(A,join(meet(B,join(C,meet(A,B))),meet(C,join(A,B)))) # label(equation_H22) # label(axiom).
% 0.06/0.69  meet(a,join(meet(a,b),meet(a,c))) != meet(a,join(meet(b,join(a,meet(b,c))),meet(c,join(a,b)))) # label(prove_H17) # label(negated_conjecture).
% 0.06/0.69  end_of_list.
% 0.06/0.69  
% 0.06/0.69  ============================== end of clauses for search =============
% 0.06/0.69  % SZS output start FiniteModel
% 0.06/0.69  
% 0.06/0.69  % There are no natural numbers in the input.
% 0.06/0.69  
% 0.06/0.69   a : 0
% 0.06/0.69  
% 0.06/0.69   b : 1
% 0.06/0.69  
% 0.06/0.69   c : 2
% 0.06/0.69  
% 0.06/0.69   join :
% 0.06/0.69        |  0  1  2  3  4  5  6  7  8  9 10
% 0.06/0.69      --+---------------------------------
% 0.06/0.69      0 |  0  3  3  3  0  3  0  3  3  3  3
% 0.06/0.69      1 |  3  1  5  3  1  5  7  7  5  1  7
% 0.06/0.69      2 |  3  5  2  3  2  5  8  5  8  2  8
% 0.06/0.69      3 |  3  3  3  3  3  3  3  3  3  3  3
% 0.06/0.69      4 |  0  1  2  3  4  5  6  7  8  9 10
% 0.06/0.69      5 |  3  5  5  3  5  5  5  5  5  5  5
% 0.06/0.69      6 |  0  7  8  3  6  5  6  7  8 10 10
% 0.06/0.69      7 |  3  7  5  3  7  5  7  7  5  7  7
% 0.06/0.69      8 |  3  5  8  3  8  5  8  5  8  8  8
% 0.06/0.69      9 |  3  1  2  3  9  5 10  7  8  9 10
% 0.06/0.69     10 |  3  7  8  3 10  5 10  7  8 10 10
% 0.06/0.69  
% 0.06/0.69   meet :
% 0.06/0.69        |  0  1  2  3  4  5  6  7  8  9 10
% 0.06/0.69      --+---------------------------------
% 0.06/0.69      0 |  0  4  4  0  4  6  6  6  6  4  6
% 0.06/0.69      1 |  4  1  9  1  4  1  4  1  9  9  9
% 0.06/0.69      2 |  4  9  2  2  4  2  4  9  2  9  9
% 0.06/0.69      3 |  0  1  2  3  4  5  6  7  8  9 10
% 0.06/0.69      4 |  4  4  4  4  4  4  4  4  4  4  4
% 0.06/0.69      5 |  6  1  2  5  4  5  6  7  8  9 10
% 0.06/0.69      6 |  6  4  4  6  4  6  6  6  6  4  6
% 0.06/0.69      7 |  6  1  9  7  4  7  6  7 10  9 10
% 0.06/0.69      8 |  6  9  2  8  4  8  6 10  8  9 10
% 0.06/0.69      9 |  4  9  9  9  4  9  4  9  9  9  9
% 0.06/0.69     10 |  6  9  9 10  4 10  6 10 10  9 10
% 0.06/0.69  
% 0.06/0.69  % SZS output end FiniteModel
% 0.06/0.69  ------ process 59731 exit (max_models) ------
% 0.06/0.69  
% 0.06/0.69  User_CPU=0.26, System_CPU=0.00, Wall_clock=0.
% 0.06/0.69  
% 0.06/0.69  Exiting with 1 model.
% 0.06/0.69  
% 0.06/0.69  Process 59731 exit (max_models) Tue Feb  7 18:47:31 2017
% 0.06/0.69  The process finished Tue Feb  7 18:47:31 2017
% 0.06/0.69  Mace4 ended
%------------------------------------------------------------------------------