Do not throw exceptions in case of cancel job
Final method _postprocess_solution
is common for normal finish and cancel job/task. If we manually cancel the job, errors are expected, because the corresponding processes are killed. So, do not throw exceptions in this case.
Fixes #48 (closed)