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

View Problem - Process Solution

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

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