Well-formatted and improved trace system calls and signals (when the debugger does not help).
```ctrace``` are indispensable in the following cases
- Debugging complex performance issues or not identified unhandled errors and exceptions in own code or someone else's code
- Learning OS kernel
Closes#519