YES
by ttt2 (version ttt2 1.15)
The rewrite relation of the following TRS is considered.
| b(a(a(x0))) | → | a(b(c(x0))) | 
| c(a(x0)) | → | a(c(x0)) | 
| b(c(a(x0))) | → | a(b(c(x0))) | 
| c(b(x0)) | → | b(a(x0)) | 
| a(c(b(x0))) | → | c(b(a(x0))) | 
| [b(x1)] | = | 1 · x1 + 1 | 
| [a(x1)] | = | 4 · x1 + 1 | 
| [c(x1)] | = | 4 · x1 + 0 | 
| b(c(a(x0))) | → | a(b(c(x0))) | 
| prec(c) | = | 0 | weight(c) | = | 1 | ||||
| prec(b) | = | 1 | weight(b) | = | 0 | ||||
| prec(a) | = | 0 | weight(a) | = | 1 | 
There are no rules in the TRS. Hence, it is terminating.