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

View Problem - Process Solution

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

% Computer : n044.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:37 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  : LAT046-1 : TPTP v6.4.0. Released v2.5.0.
% 0.00/0.04  % Command  : mace4 -t %d -f %s
% 0.02/0.23  % Computer : n044.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 18:45:45 CST 2017
% 0.02/0.23  % CPUTime  : 
% 0.07/0.44  % SZS status Satisfiable
% 0.07/0.44  ============================== Mace4 =================================
% 0.07/0.44  Mace4 (32) version 2009-11A, November 2009.
% 0.07/0.44  Process 48879 was started by sandbox on n044.star.cs.uiowa.edu,
% 0.07/0.44  Tue Feb  7 18:45:46 2017
% 0.07/0.44  The command was "/export/starexec/sandbox/solver/bin/mace4 -t 300 -f /tmp/Mace4_input_48846_n044.star.cs.uiowa.edu".
% 0.07/0.44  ============================== end of head ===========================
% 0.07/0.44  
% 0.07/0.44  ============================== INPUT =================================
% 0.07/0.44  
% 0.07/0.44  % Reading from file /tmp/Mace4_input_48846_n044.star.cs.uiowa.edu
% 0.07/0.44  
% 0.07/0.44  set(prolog_style_variables).
% 0.07/0.44  set(print_models_tabular).
% 0.07/0.44      % set(print_models_tabular) -> clear(print_models).
% 0.07/0.44  
% 0.07/0.44  formulas(sos).
% 0.07/0.44  meet(X,X) = X # label(idempotence_of_meet) # label(axiom).
% 0.07/0.44  join(X,X) = X # label(idempotence_of_join) # label(axiom).
% 0.07/0.44  meet(X,join(X,Y)) = X # label(absorption1) # label(axiom).
% 0.07/0.44  join(X,meet(X,Y)) = X # label(absorption2) # label(axiom).
% 0.07/0.44  meet(X,Y) = meet(Y,X) # label(commutativity_of_meet) # label(axiom).
% 0.07/0.44  join(X,Y) = join(Y,X) # label(commutativity_of_join) # label(axiom).
% 0.07/0.44  meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) # label(associativity_of_meet) # label(axiom).
% 0.07/0.44  join(join(X,Y),Z) = join(X,join(Y,Z)) # label(associativity_of_join) # label(axiom).
% 0.07/0.44  complement(join(X,Y)) = meet(complement(X),complement(Y)) # label(compatibility1) # label(axiom).
% 0.07/0.44  complement(meet(X,Y)) = join(complement(X),complement(Y)) # label(compatibility2) # label(axiom).
% 0.07/0.44  join(complement(X),X) = n1 # label(invertability1) # label(axiom).
% 0.07/0.44  meet(complement(X),X) = n0 # label(invertability2) # label(axiom).
% 0.07/0.44  complement(complement(X)) = X # label(invertability3) # label(axiom).
% 0.07/0.44  join(X,meet(Y,join(X,Z))) = meet(join(X,Y),join(X,Z)) # label(modular_law) # label(axiom).
% 0.07/0.44  meet(a,join(b,c)) != join(meet(a,b),meet(a,c)) # label(prove_distributivity) # label(negated_conjecture).
% 0.07/0.44  end_of_list.
% 0.07/0.44  
% 0.07/0.44  % From the command line: assign(max_seconds, 300).
% 0.07/0.44  
% 0.07/0.44  ============================== end of input ==========================
% 0.07/0.44  
% 0.07/0.44  ============================== PROCESS NON-CLAUSAL FORMULAS ==========
% 0.07/0.44  
% 0.07/0.44  % Formulas that are not ordinary clauses:
% 0.07/0.44  
% 0.07/0.44  ============================== end of process non-clausal formulas ===
% 0.07/0.44  
% 0.07/0.44  ============================== CLAUSES FOR SEARCH ====================
% 0.07/0.44  
% 0.07/0.44  formulas(mace4_clauses).
% 0.07/0.44  meet(A,A) = A # label(idempotence_of_meet) # label(axiom).
% 0.07/0.44  join(A,A) = A # label(idempotence_of_join) # label(axiom).
% 0.07/0.44  meet(A,join(A,B)) = A # label(absorption1) # label(axiom).
% 0.07/0.44  join(A,meet(A,B)) = A # label(absorption2) # label(axiom).
% 0.07/0.44  meet(A,B) = meet(B,A) # label(commutativity_of_meet) # label(axiom).
% 0.07/0.44  join(A,B) = join(B,A) # label(commutativity_of_join) # label(axiom).
% 0.07/0.44  meet(meet(A,B),C) = meet(A,meet(B,C)) # label(associativity_of_meet) # label(axiom).
% 0.07/0.44  join(join(A,B),C) = join(A,join(B,C)) # label(associativity_of_join) # label(axiom).
% 0.07/0.44  complement(join(A,B)) = meet(complement(A),complement(B)) # label(compatibility1) # label(axiom).
% 0.07/0.44  complement(meet(A,B)) = join(complement(A),complement(B)) # label(compatibility2) # label(axiom).
% 0.07/0.44  join(complement(A),A) = n1 # label(invertability1) # label(axiom).
% 0.07/0.44  meet(complement(A),A) = n0 # label(invertability2) # label(axiom).
% 0.07/0.44  complement(complement(A)) = A # label(invertability3) # label(axiom).
% 0.07/0.44  join(A,meet(B,join(A,C))) = meet(join(A,B),join(A,C)) # label(modular_law) # label(axiom).
% 0.07/0.44  meet(a,join(b,c)) != join(meet(a,b),meet(a,c)) # label(prove_distributivity) # label(negated_conjecture).
% 0.07/0.44  end_of_list.
% 0.07/0.44  
% 0.07/0.44  ============================== end of clauses for search =============
% 0.07/0.44  % SZS output start FiniteModel
% 0.07/0.44  
% 0.07/0.44  % There are no natural numbers in the input.
% 0.07/0.44  
% 0.07/0.44   a : 0
% 0.07/0.44  
% 0.07/0.44   b : 1
% 0.07/0.44  
% 0.07/0.44   c : 2
% 0.07/0.44  
% 0.07/0.44   n0 : 3
% 0.07/0.44  
% 0.07/0.44   n1 : 4
% 0.07/0.44  
% 0.07/0.44   complement :
% 0.07/0.44          0 1 2 3 4 5
% 0.07/0.44      ---------------
% 0.07/0.44          1 0 5 4 3 2
% 0.07/0.44  
% 0.07/0.44   join :
% 0.07/0.44        | 0 1 2 3 4 5
% 0.07/0.44      --+------------
% 0.07/0.44      0 | 0 4 4 0 4 4
% 0.07/0.44      1 | 4 1 4 1 4 4
% 0.07/0.44      2 | 4 4 2 2 4 4
% 0.07/0.44      3 | 0 1 2 3 4 5
% 0.07/0.44      4 | 4 4 4 4 4 4
% 0.07/0.44      5 | 4 4 4 5 4 5
% 0.07/0.44  
% 0.07/0.44   meet :
% 0.07/0.44        | 0 1 2 3 4 5
% 0.07/0.44      --+------------
% 0.07/0.44      0 | 0 3 3 3 0 3
% 0.07/0.44      1 | 3 1 3 3 1 3
% 0.07/0.44      2 | 3 3 2 3 2 3
% 0.07/0.44      3 | 3 3 3 3 3 3
% 0.07/0.44      4 | 0 1 2 3 4 5
% 0.07/0.44      5 | 3 3 3 3 5 5
% 0.07/0.44  
% 0.07/0.44  % SZS output end FiniteModel
% 0.07/0.44  ------ process 48879 exit (max_models) ------
% 0.07/0.44  
% 0.07/0.44  User_CPU=0.02, System_CPU=0.00, Wall_clock=0.
% 0.07/0.44  
% 0.07/0.44  Exiting with 1 model.
% 0.07/0.44  
% 0.07/0.44  Process 48879 exit (max_models) Tue Feb  7 18:45:46 2017
% 0.07/0.44  The process finished Tue Feb  7 18:45:46 2017
% 0.07/0.44  Mace4 ended
%------------------------------------------------------------------------------