TSTP Solution File: COL048-1 by CiME---2.01

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CiME---2.01
% Problem  : COL048-1 : TPTP v6.0.0. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : tptp2X_and_run_cime %s

% Computer : n036.star.cs.uiowa.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2609 0 2.40GHz
% Memory   : 32286.75MB
% OS       : Linux 2.6.32-431.11.2.el6.x86_64
% CPULimit : 300s
% DateTime : Tue Jun 10 00:19:53 EDT 2014

% Result   : Unsatisfiable 1.19s
% Output   : Refutation 1.19s
% Verified : 
% SZS Type : None (Parsing solution fails)
% Syntax   : Number of formulae    : 0

% Comments : 
%------------------------------------------------------------------------------
%----ERROR: Could not form TPTP format derivation
%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % Problem  : COL048-1 : TPTP v6.0.0. Released v1.0.0.
% % Command  : tptp2X_and_run_cime %s
% % Computer : n036.star.cs.uiowa.edu
% % Model    : x86_64 x86_64
% % CPU      : Intel(R) Xeon(R) CPU E5-2609 0 @ 2.40GHz
% % Memory   : 32286.75MB
% % OS       : Linux 2.6.32-431.11.2.el6.x86_64
% % CPULimit : 300
% % DateTime : Thu Jun  5 21:32:03 CDT 2014
% % CPUTime  : 1.19 
% Processing problem /tmp/CiME_48576_n036.star.cs.uiowa.edu
% #verbose 1;
% let F = signature " combinator,m,w,b : constant;  apply : 2;";
% let X = vars "X Y Z";
% let Axioms = equations F X "
% apply(apply(apply(b,X),Y),Z) = apply(X,apply(Y,Z));
% apply(apply(w,X),Y) = apply(apply(X,Y),Y);
% apply(m,X) = apply(X,X);
% ";
% 
% let s1 = status F "
% combinator lr_lex;
% m lr_lex;
% w lr_lex;
% apply lr_lex;
% b lr_lex;
% ";
% 
% let p1 = precedence F "
% apply > b > w > m > combinator";
% 
% let s2 = status F "
% combinator mul;
% m mul;
% w mul;
% apply mul;
% b mul;
% ";
% 
% let p2 = precedence F "
% apply > b = w = m = combinator";
% 
% let o_auto = AUTO Axioms;
% 
% let o = LEX o_auto (LEX (ACRPO s1 p1) (ACRPO s2 p2));
% 
% let Conjectures = equations F X " Y = apply(combinator,Y);"
% ;
% (*
% let Red_Axioms = normalize_equations Defining_rules Axioms;
% 
% let Red_Conjectures =  normalize_equations Defining_rules Conjectures;
% *)
% #time on;
% 
% let res = prove_conj_by_ordered_completion o Axioms Conjectures;
% 
% #time off;
% 
% 
% let status = if res then "unsatisfiable" else "satisfiable";
% #quit;
% Verbose level is now 1
% 
% F : signature = <signature>
% X : variable_set = <variable set>
% 
% Axioms : (F,X) equations = { apply(apply(apply(b,X),Y),Z) =
% apply(X,apply(Y,Z)),
% apply(apply(w,X),Y) = apply(apply(X,Y),Y),
% apply(m,X) = apply(X,X) } (3 equation(s))
% s1 : F status = <status>
% p1 : F precedence = <precedence>
% s2 : F status = <status>
% p2 : F precedence = <precedence>
% 
% [combinator] = 1;
% [m] = 2;
% [w] = 3;
% [b] = 4;
% [apply](x1,x2) = 1 + x1 + x2;
% Chosen ordering : KBO
% o_auto : F term_ordering = <term ordering>
% o : F term_ordering = <term ordering>
% Conjectures : (F,X) equations = { Y = apply(combinator,Y) } (1 equation(s))
% time is now on
% 
% Initializing completion ...
% New rule produced : [1] (eq)(Y,apply(combinator,Y)) -> (false)
% Current number of equations to process: 0
% Current number of ordered equations: 6
% Current number of rules: 1
% New rule produced : [2] (eq)(X,X) -> (true)
% Current number of equations to process: 0
% Current number of ordered equations: 5
% Current number of rules: 2
% New rule produced : [3] apply(X,X) <-> apply(m,X)
% Current number of equations to process: 0
% Current number of ordered equations: 4
% Current number of rules: 3
% New rule produced : [4] apply(m,X) <-> apply(X,X)
% Current number of equations to process: 0
% Current number of ordered equations: 3
% Current number of rules: 4
% New rule produced : [5] apply(apply(X,Y),Y) <-> apply(apply(w,X),Y)
% Current number of equations to process: 0
% Current number of ordered equations: 3
% Current number of rules: 5
% New rule produced : [6] apply(apply(w,X),Y) <-> apply(apply(X,Y),Y)
% Current number of equations to process: 0
% Current number of ordered equations: 2
% Current number of rules: 6
% New rule produced : [7] apply(apply(apply(b,X),Y),Z) -> apply(X,apply(Y,Z))
% Current number of equations to process: 0
% Current number of ordered equations: 1
% Current number of rules: 7
% New rule produced : [8] (eq)(combinator,apply(m,combinator)) -> (false)
% Current number of equations to process: 0
% Current number of ordered equations: 0
% Current number of rules: 8
% New rule produced : [9] apply(apply(w,X),X) <-> apply(apply(m,X),X)
% Current number of equations to process: 5
% Current number of ordered equations: 1
% Current number of rules: 9
% New rule produced : [10] apply(apply(m,X),X) <-> apply(apply(w,X),X)
% Current number of equations to process: 5
% Current number of ordered equations: 0
% Current number of rules: 10
% New rule produced : [11] apply(apply(X,X),X) <-> apply(apply(w,m),X)
% Current number of equations to process: 4
% Current number of ordered equations: 1
% Current number of rules: 11
% New rule produced : [12] apply(apply(w,m),X) <-> apply(apply(X,X),X)
% Current number of equations to process: 4
% Current number of ordered equations: 0
% Current number of rules: 12
% New rule produced : [13] apply(apply(w,X),X) <-> apply(apply(m,w),X)
% Current number of equations to process: 3
% Current number of ordered equations: 1
% Current number of rules: 13
% New rule produced : [14] apply(apply(m,w),X) <-> apply(apply(w,X),X)
% Current number of equations to process: 3
% Current number of ordered equations: 0
% Current number of rules: 14
% New rule produced : [15] apply(apply(X,X),X) <-> apply(apply(w,w),X)
% Current number of equations to process: 2
% Current number of ordered equations: 1
% Current number of rules: 15
% New rule produced : [16] apply(apply(w,w),X) <-> apply(apply(X,X),X)
% Current number of equations to process: 2
% Current number of ordered equations: 0
% Current number of rules: 16
% New rule produced : [17] apply(apply(m,X),X) <-> apply(apply(w,w),X)
% Current number of equations to process: 9
% Current number of ordered equations: 1
% Current number of rules: 17
% New rule produced : [18] apply(apply(w,w),X) <-> apply(apply(m,X),X)
% Current number of equations to process: 9
% Current number of ordered equations: 0
% Current number of rules: 18
% New rule produced : [19] apply(apply(w,X),X) <-> apply(apply(w,m),X)
% Current number of equations to process: 10
% Current number of ordered equations: 1
% Current number of rules: 19
% New rule produced : [20] apply(apply(w,m),X) <-> apply(apply(w,X),X)
% Current number of equations to process: 10
% Current number of ordered equations: 0
% Current number of rules: 20
% New rule produced : [21] apply(apply(X,X),X) <-> apply(apply(m,w),X)
% Current number of equations to process: 14
% Current number of ordered equations: 1
% Current number of rules: 21
% New rule produced : [22] apply(apply(m,w),X) <-> apply(apply(X,X),X)
% Current number of equations to process: 14
% Current number of ordered equations: 0
% Current number of rules: 22
% New rule produced : [23] apply(apply(m,X),X) <-> apply(apply(m,w),X)
% Current number of equations to process: 16
% Current number of ordered equations: 1
% Current number of rules: 23
% New rule produced : [24] apply(apply(m,w),X) <-> apply(apply(m,X),X)
% Current number of equations to process: 16
% Current number of ordered equations: 0
% Current number of rules: 24
% New rule produced : [25] apply(apply(w,m),X) <-> apply(apply(w,w),X)
% Current number of equations to process: 18
% Current number of ordered equations: 1
% Current number of rules: 25
% New rule produced : [26] apply(apply(w,w),X) <-> apply(apply(w,m),X)
% Current number of equations to process: 18
% Current number of ordered equations: 0
% Current number of rules: 26
% New rule produced : [27] apply(apply(w,m),X) <-> apply(apply(m,w),X)
% Current number of equations to process: 23
% Current number of ordered equations: 1
% Current number of rules: 27
% New rule produced : [28] apply(apply(m,w),X) <-> apply(apply(w,m),X)
% Current number of equations to process: 23
% Current number of ordered equations: 0
% Current number of rules: 28
% New rule produced : [29] apply(apply(apply(m,b),X),Y) -> apply(b,apply(X,Y))
% Current number of equations to process: 35
% Current number of ordered equations: 0
% Current number of rules: 29
% New rule produced : [30] apply(X,apply(X,Y)) <-> apply(apply(apply(w,b),X),Y)
% Current number of equations to process: 40
% Current number of ordered equations: 3
% Current number of rules: 30
% New rule produced : [31] apply(X,apply(Y,Y)) <-> apply(apply(w,apply(b,X)),Y)
% Current number of equations to process: 40
% Current number of ordered equations: 2
% Current number of rules: 31
% New rule produced : [32] apply(apply(apply(w,b),X),Y) <-> apply(X,apply(X,Y))
% Current number of equations to process: 40
% Current number of ordered equations: 1
% Current number of rules: 32
% New rule produced : [33] apply(apply(w,apply(b,X)),Y) <-> apply(X,apply(Y,Y))
% Current number of equations to process: 40
% Current number of ordered equations: 0
% Current number of rules: 33
% New rule produced :
% [34] (eq)(apply(X,X),apply(apply(w,apply(b,combinator)),X)) -> (false)
% Current number of equations to process: 59
% Current number of ordered equations: 0
% Current number of rules: 34
% Rule [34] (eq)(apply(X,X),apply(apply(w,apply(b,combinator)),X)) -> (false) is composed into 
% [34] (eq)(apply(X,X),apply(apply(w,apply(b,combinator)),X)) -> (true)
% Rule [8] (eq)(combinator,apply(m,combinator)) -> (false) is composed into 
% [8] (eq)(combinator,apply(m,combinator)) -> (true)
% Rule [1] (eq)(Y,apply(combinator,Y)) -> (false) is composed into [1]
% (eq)(Y,
% apply(combinator,Y))
% -> (true)
% New rule produced : [35] (false) -> (true)
% The conjecture has been reduced. 
% Conjecture is now:
% Trivial
% 
% Current number of equations to process: 121
% Current number of ordered equations: 0
% Current number of rules: 35
% The current conjecture is true and the solution is the identity
% % SZS output start Refutation
% 
% The following 7 rules have been used:
% [1] 
% (eq)(Y,apply(combinator,Y)) -> (false); trace = in the starting set
% [3] apply(X,X) <-> apply(m,X); trace = in the starting set
% [5] apply(apply(X,Y),Y) <-> apply(apply(w,X),Y); trace = in the starting set
% [7] apply(apply(apply(b,X),Y),Z) -> apply(X,apply(Y,Z)); trace = in the starting set
% [31] apply(X,apply(Y,Y)) <-> apply(apply(w,apply(b,X)),Y); trace = Cp of 7 and 5
% [34] (eq)(apply(X,X),apply(apply(w,apply(b,combinator)),X)) -> (false); trace = Cp of 31 and 1
% [35] (false) -> (true); trace = Cp of 34 and 3
% % SZS output end Refutation
% All conjectures have been proven
% 
% Execution time: 0.080000 sec
% res : bool = true
% time is now off
% 
% status : string = "unsatisfiable"
% % SZS status Unsatisfiable
% CiME interrupted
% 
% EOF
%------------------------------------------------------------------------------