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

View Problem - Process Solution

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

% Computer : n124.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:57:50 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  : LCL410-1 : TPTP v6.4.0. Released v2.5.0.
% 0.00/0.04  % Command  : mace4 -t %d -f %s
% 0.02/0.23  % Computer : n124.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 19:17:15 CST 2017
% 0.06/0.23  % CPUTime  : 
% 0.06/0.44  % SZS status Satisfiable
% 0.06/0.44  ============================== Mace4 =================================
% 0.06/0.44  Mace4 (32) version 2009-11A, November 2009.
% 0.06/0.44  Process 44352 was started by sandbox2 on n124.star.cs.uiowa.edu,
% 0.06/0.44  Tue Feb  7 19:17:16 2017
% 0.06/0.44  The command was "/export/starexec/sandbox2/solver/bin/mace4 -t 300 -f /tmp/Mace4_input_44319_n124.star.cs.uiowa.edu".
% 0.06/0.44  ============================== end of head ===========================
% 0.06/0.44  
% 0.06/0.44  ============================== INPUT =================================
% 0.06/0.44  
% 0.06/0.44  % Reading from file /tmp/Mace4_input_44319_n124.star.cs.uiowa.edu
% 0.06/0.44  
% 0.06/0.44  set(prolog_style_variables).
% 0.06/0.44  set(print_models_tabular).
% 0.06/0.44      % set(print_models_tabular) -> clear(print_models).
% 0.06/0.44  
% 0.06/0.44  formulas(sos).
% 0.06/0.44  not(X) = xor(X,truth) # label(axiom_1) # label(axiom).
% 0.06/0.44  xor(X,falsehood) = X # label(axiom_2) # label(axiom).
% 0.06/0.44  xor(X,X) = falsehood # label(axiom_3) # label(axiom).
% 0.06/0.44  and_star(X,truth) = X # label(axiom_4) # label(axiom).
% 0.06/0.44  and_star(X,falsehood) = falsehood # label(axiom_5) # label(axiom).
% 0.06/0.44  and_star(xor(truth,X),X) = falsehood # label(axiom_6) # label(axiom).
% 0.06/0.44  xor(X,xor(truth,Y)) = xor(xor(X,truth),Y) # label(axiom_7) # label(axiom).
% 0.06/0.44  and_star(xor(and_star(xor(truth,X),Y),truth),Y) = and_star(xor(and_star(xor(truth,Y),X),truth),X) # label(axiom_8) # label(axiom).
% 0.06/0.44  or(X,Y) = implies(not(X),Y) # label(or_definition) # label(axiom).
% 0.06/0.44  or(or(X,Y),Z) = or(X,or(Y,Z)) # label(or_associativity) # label(axiom).
% 0.06/0.44  or(X,Y) = or(Y,X) # label(or_commutativity) # label(axiom).
% 0.06/0.44  and(X,Y) = not(or(not(X),not(Y))) # label(and_definition) # label(axiom).
% 0.06/0.44  and(and(X,Y),Z) = and(X,and(Y,Z)) # label(and_associativity) # label(axiom).
% 0.06/0.44  and(X,Y) = and(Y,X) # label(and_commutativity) # label(axiom).
% 0.06/0.44  xor(X,Y) = or(and(X,not(Y)),and(not(X),Y)) # label(xor_definition) # label(axiom).
% 0.06/0.44  xor(X,Y) = xor(Y,X) # label(xor_commutativity) # label(axiom).
% 0.06/0.44  and_star(X,Y) = not(or(not(X),not(Y))) # label(and_star_definition) # label(axiom).
% 0.06/0.44  and_star(and_star(X,Y),Z) = and_star(X,and_star(Y,Z)) # label(and_star_associativity) # label(axiom).
% 0.06/0.44  and_star(X,Y) = and_star(Y,X) # label(and_star_commutativity) # label(axiom).
% 0.06/0.44  not(truth) = falsehood # label(false_definition) # label(axiom).
% 0.06/0.44  end_of_list.
% 0.06/0.44  
% 0.06/0.44  % From the command line: assign(max_seconds, 300).
% 0.06/0.44  
% 0.06/0.44  ============================== end of input ==========================
% 0.06/0.44  
% 0.06/0.44  ============================== PROCESS NON-CLAUSAL FORMULAS ==========
% 0.06/0.44  
% 0.06/0.44  % Formulas that are not ordinary clauses:
% 0.06/0.44  
% 0.06/0.44  ============================== end of process non-clausal formulas ===
% 0.06/0.44  
% 0.06/0.44  ============================== CLAUSES FOR SEARCH ====================
% 0.06/0.44  
% 0.06/0.44  formulas(mace4_clauses).
% 0.06/0.44  not(A) = xor(A,truth) # label(axiom_1) # label(axiom).
% 0.06/0.44  xor(A,falsehood) = A # label(axiom_2) # label(axiom).
% 0.06/0.44  xor(A,A) = falsehood # label(axiom_3) # label(axiom).
% 0.06/0.44  and_star(A,truth) = A # label(axiom_4) # label(axiom).
% 0.06/0.44  and_star(A,falsehood) = falsehood # label(axiom_5) # label(axiom).
% 0.06/0.44  and_star(xor(truth,A),A) = falsehood # label(axiom_6) # label(axiom).
% 0.06/0.44  xor(A,xor(truth,B)) = xor(xor(A,truth),B) # label(axiom_7) # label(axiom).
% 0.06/0.44  and_star(xor(and_star(xor(truth,A),B),truth),B) = and_star(xor(and_star(xor(truth,B),A),truth),A) # label(axiom_8) # label(axiom).
% 0.06/0.44  or(A,B) = implies(not(A),B) # label(or_definition) # label(axiom).
% 0.06/0.44  or(or(A,B),C) = or(A,or(B,C)) # label(or_associativity) # label(axiom).
% 0.06/0.44  or(A,B) = or(B,A) # label(or_commutativity) # label(axiom).
% 0.06/0.44  and(A,B) = not(or(not(A),not(B))) # label(and_definition) # label(axiom).
% 0.06/0.44  and(and(A,B),C) = and(A,and(B,C)) # label(and_associativity) # label(axiom).
% 0.06/0.44  and(A,B) = and(B,A) # label(and_commutativity) # label(axiom).
% 0.06/0.44  xor(A,B) = or(and(A,not(B)),and(not(A),B)) # label(xor_definition) # label(axiom).
% 0.06/0.44  xor(A,B) = xor(B,A) # label(xor_commutativity) # label(axiom).
% 0.06/0.44  and_star(A,B) = not(or(not(A),not(B))) # label(and_star_definition) # label(axiom).
% 0.06/0.44  and_star(and_star(A,B),C) = and_star(A,and_star(B,C)) # label(and_star_associativity) # label(axiom).
% 0.06/0.44  and_star(A,B) = and_star(B,A) # label(and_star_commutativity) # label(axiom).
% 0.06/0.44  not(truth) = falsehood # label(false_definition) # label(axiom).
% 0.06/0.44  end_of_list.
% 0.06/0.44  
% 0.06/0.44  ============================== end of clauses for search =============
% 0.06/0.44  % SZS output start FiniteModel
% 0.06/0.44  
% 0.06/0.44  % There are no natural numbers in the input.
% 0.06/0.44  
% 0.06/0.44   falsehood : 0
% 0.06/0.44  
% 0.06/0.44   truth : 1
% 0.06/0.44  
% 0.06/0.44   not :
% 0.06/0.44          0 1
% 0.06/0.44      -------
% 0.06/0.44          1 0
% 0.06/0.44  
% 0.06/0.44   and :
% 0.06/0.44        | 0 1
% 0.06/0.44      --+----
% 0.06/0.44      0 | 0 0
% 0.06/0.44      1 | 0 1
% 0.06/0.44  
% 0.06/0.44   and_star :
% 0.06/0.44        | 0 1
% 0.06/0.44      --+----
% 0.06/0.44      0 | 0 0
% 0.06/0.44      1 | 0 1
% 0.06/0.44  
% 0.06/0.44   implies :
% 0.06/0.44        | 0 1
% 0.06/0.44      --+----
% 0.06/0.44      0 | 1 1
% 0.06/0.44      1 | 0 1
% 0.06/0.44  
% 0.06/0.44   or :
% 0.06/0.44        | 0 1
% 0.06/0.44      --+----
% 0.06/0.44      0 | 0 1
% 0.06/0.44      1 | 1 1
% 0.06/0.44  
% 0.06/0.44   xor :
% 0.06/0.44        | 0 1
% 0.06/0.44      --+----
% 0.06/0.44      0 | 0 1
% 0.06/0.44      1 | 1 0
% 0.06/0.44  
% 0.06/0.44  % SZS output end FiniteModel
% 0.06/0.44  ------ process 44352 exit (max_models) ------
% 0.06/0.44  
% 0.06/0.44  User_CPU=0.01, System_CPU=0.00, Wall_clock=0.
% 0.06/0.44  
% 0.06/0.44  Exiting with 1 model.
% 0.06/0.44  
% 0.06/0.44  Process 44352 exit (max_models) Tue Feb  7 19:17:16 2017
% 0.06/0.44  The process finished Tue Feb  7 19:17:16 2017
% 0.06/0.44  Mace4 ended
%------------------------------------------------------------------------------