Yes, there is a problem, and a quite typical one. ATK is running 4 master processors, instead of a calculation parallelized on 4 nodes.
Most likely you are using the wrong MPI library. So, the first thing to check is what version of MPICH you are using. It should be MPICH2 1.0.x (anything from 1.0.5 to 1.0.8 works fine), whereas MPICH1 1.2.7 etc will
not work.
Also, what is the command used to start the parallel calculation? If you use "mpirun" then you have MPICH1 (which is wrong), if you use "mpiexec" then actually you might have MPICH2 (which is right), and the problem may be a different one.
There is a very simple test to check if the parallel environment is set up properly for ATK; see
this post.