Fix MCL long runtime
It was discovered by Zhitian Wu that pantools group
increases the inflation of MCL up in a for-loop when it doesn't finish in time without notifying the user either. This hanging of MCL seems to be caused by it writing a lot of output that is not captured by Java. Therefore, implementing the following:
-
Remove the for-loop that increases the inflation parameter -
Reduce the output of MCL by adding -V all
. -
Capture both STDOUT and STDERR of MCL properly.