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

View Problem - Process Solution

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

% Computer : n111.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:36 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.04  % Problem  : LAT016-1 : TPTP v6.4.0. Bugfixed v2.2.1.
% 0.00/0.04  % Command  : mace4 -t %d -f %s
% 0.03/0.23  % Computer : n111.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:45:01 CST 2017
% 0.03/0.23  % CPUTime  : 
% 0.06/0.49  % SZS status Satisfiable
% 0.06/0.49  ============================== Mace4 =================================
% 0.06/0.49  Mace4 (32) version 2009-11A, November 2009.
% 0.06/0.49  Process 41126 was started by sandbox2 on n111.star.cs.uiowa.edu,
% 0.06/0.49  Tue Feb  7 18:45:01 2017
% 0.06/0.49  The command was "/export/starexec/sandbox2/solver/bin/mace4 -t 300 -f /tmp/Mace4_input_41093_n111.star.cs.uiowa.edu".
% 0.06/0.49  ============================== end of head ===========================
% 0.06/0.49  
% 0.06/0.49  ============================== INPUT =================================
% 0.06/0.49  
% 0.06/0.49  % Reading from file /tmp/Mace4_input_41093_n111.star.cs.uiowa.edu
% 0.06/0.49  
% 0.06/0.49  set(prolog_style_variables).
% 0.06/0.49  set(print_models_tabular).
% 0.06/0.49      % set(print_models_tabular) -> clear(print_models).
% 0.06/0.49  
% 0.06/0.49  formulas(sos).
% 0.06/0.49  join(complement(X),X) = n1 # label(top) # label(axiom).
% 0.06/0.49  meet(complement(X),X) = n0 # label(bottom) # label(axiom).
% 0.06/0.49  join(X,meet(X,Y)) = X # label(absorption2) # label(axiom).
% 0.06/0.49  meet(X,Y) = meet(Y,X) # label(commutativity_of_meet) # label(axiom).
% 0.06/0.49  join(X,Y) = join(Y,X) # label(commutativity_of_join) # label(axiom).
% 0.06/0.49  meet(meet(X,Y),Z) = meet(X,meet(Y,Z)) # label(associativity_of_meet) # label(axiom).
% 0.06/0.49  join(join(X,Y),Z) = join(X,join(Y,Z)) # label(associativity_of_join) # label(axiom).
% 0.06/0.49  complement(complement(X)) = X # label(complement_involution) # label(axiom).
% 0.06/0.49  join(X,join(Y,complement(Y))) = join(Y,complement(Y)) # label(join_complement) # label(axiom).
% 0.06/0.49  meet(X,Y) = complement(join(complement(X),complement(Y))) # label(meet_complement) # label(axiom).
% 0.06/0.49  join(complement(join(meet(a,complement(b)),complement(a))),join(meet(a,complement(b)),join(meet(complement(a),meet(join(a,complement(b)),join(a,b))),meet(complement(a),complement(meet(join(a,complement(b)),join(a,b))))))) != n1 # label(prove_e1) # label(negated_conjecture).
% 0.06/0.49  end_of_list.
% 0.06/0.49  
% 0.06/0.49  % From the command line: assign(max_seconds, 300).
% 0.06/0.49  
% 0.06/0.49  ============================== end of input ==========================
% 0.06/0.49  
% 0.06/0.49  ============================== PROCESS NON-CLAUSAL FORMULAS ==========
% 0.06/0.49  
% 0.06/0.49  % Formulas that are not ordinary clauses:
% 0.06/0.49  
% 0.06/0.49  ============================== end of process non-clausal formulas ===
% 0.06/0.49  
% 0.06/0.49  ============================== CLAUSES FOR SEARCH ====================
% 0.06/0.49  
% 0.06/0.49  formulas(mace4_clauses).
% 0.06/0.49  join(complement(A),A) = n1 # label(top) # label(axiom).
% 0.06/0.49  meet(complement(A),A) = n0 # label(bottom) # label(axiom).
% 0.06/0.49  join(A,meet(A,B)) = A # label(absorption2) # label(axiom).
% 0.06/0.49  meet(A,B) = meet(B,A) # label(commutativity_of_meet) # label(axiom).
% 0.06/0.49  join(A,B) = join(B,A) # label(commutativity_of_join) # label(axiom).
% 0.06/0.49  meet(meet(A,B),C) = meet(A,meet(B,C)) # label(associativity_of_meet) # label(axiom).
% 0.06/0.49  join(join(A,B),C) = join(A,join(B,C)) # label(associativity_of_join) # label(axiom).
% 0.06/0.49  complement(complement(A)) = A # label(complement_involution) # label(axiom).
% 0.06/0.49  join(A,join(B,complement(B))) = join(B,complement(B)) # label(join_complement) # label(axiom).
% 0.06/0.49  meet(A,B) = complement(join(complement(A),complement(B))) # label(meet_complement) # label(axiom).
% 0.06/0.49  join(complement(join(meet(a,complement(b)),complement(a))),join(meet(a,complement(b)),join(meet(complement(a),meet(join(a,complement(b)),join(a,b))),meet(complement(a),complement(meet(join(a,complement(b)),join(a,b))))))) != n1 # label(prove_e1) # label(negated_conjecture).
% 0.06/0.49  end_of_list.
% 0.06/0.49  
% 0.06/0.49  ============================== end of clauses for search =============
% 0.06/0.49  % SZS output start FiniteModel
% 0.06/0.49  
% 0.06/0.49  % There are no natural numbers in the input.
% 0.06/0.49  
% 0.06/0.49   a : 0
% 0.06/0.49  
% 0.06/0.49   b : 1
% 0.06/0.49  
% 0.06/0.49   n0 : 2
% 0.06/0.49  
% 0.06/0.49   n1 : 3
% 0.06/0.49  
% 0.06/0.49   complement :
% 0.06/0.49          0 1 2 3 4 5 6 7 8 9
% 0.06/0.49      -----------------------
% 0.06/0.49          4 5 3 2 0 1 7 6 9 8
% 0.06/0.49  
% 0.06/0.49   join :
% 0.06/0.49        | 0 1 2 3 4 5 6 7 8 9
% 0.06/0.49      --+--------------------
% 0.06/0.49      0 | 0 6 0 3 3 3 6 3 3 0
% 0.06/0.49      1 | 6 1 1 3 8 3 6 8 8 6
% 0.06/0.49      2 | 0 1 2 3 4 5 6 7 8 9
% 0.06/0.49      3 | 3 3 3 3 3 3 3 3 3 3
% 0.06/0.49      4 | 3 8 4 3 4 3 3 4 8 3
% 0.06/0.49      5 | 3 3 5 3 3 5 3 5 3 5
% 0.06/0.49      6 | 6 6 6 3 3 3 6 3 3 6
% 0.06/0.49      7 | 3 8 7 3 4 5 3 7 8 5
% 0.06/0.49      8 | 3 8 8 3 8 3 3 8 8 3
% 0.06/0.49      9 | 0 6 9 3 3 5 6 5 3 9
% 0.06/0.49  
% 0.06/0.49   meet :
% 0.06/0.49        | 0 1 2 3 4 5 6 7 8 9
% 0.06/0.49      --+--------------------
% 0.06/0.49      0 | 0 2 2 0 2 9 0 2 2 9
% 0.06/0.49      1 | 2 1 2 1 2 2 1 2 1 2
% 0.06/0.49      2 | 2 2 2 2 2 2 2 2 2 2
% 0.06/0.49      3 | 0 1 2 3 4 5 6 7 8 9
% 0.06/0.49      4 | 2 2 2 4 4 7 2 7 4 2
% 0.06/0.49      5 | 9 2 2 5 7 5 9 7 7 9
% 0.06/0.49      6 | 0 1 2 6 2 9 6 2 1 9
% 0.06/0.49      7 | 2 2 2 7 7 7 2 7 7 2
% 0.06/0.49      8 | 2 1 2 8 4 7 1 7 8 2
% 0.06/0.49      9 | 9 2 2 9 2 9 9 2 2 9
% 0.06/0.49  
% 0.06/0.49  % SZS output end FiniteModel
% 0.06/0.49  ------ process 41126 exit (max_models) ------
% 0.06/0.49  
% 0.06/0.49  User_CPU=0.07, System_CPU=0.00, Wall_clock=0.
% 0.06/0.49  
% 0.06/0.49  Exiting with 1 model.
% 0.06/0.49  
% 0.06/0.49  Process 41126 exit (max_models) Tue Feb  7 18:45:01 2017
% 0.06/0.49  The process finished Tue Feb  7 18:45:01 2017
% 0.06/0.49  Mace4 ended
%------------------------------------------------------------------------------