Usually it means you have run out of memory. Your first lines seem to indicate that your run 10 MPI processes on 5 nodes. That means each node runs two processes, and this doubles the memory requirement (each processes uses about the same amount as a serial process). The rule of thumb is one MPI process per physical node, unless the calculation is small (compared to the available RAM).
Also, if this is ATK 10.8, you can consider upgrading to 11.2 which uses less memory for two-probe calculations.