Hello,
I am experiencing sometimes the same problem (even if it is not with tracers) and might have some clues, as I looked into the code.
This error occurs while using the MURD Schemes (number 3, 4 or 5). It means that the maximum number of iteration is reached during the advection step.
Some time sub-iterations are done during this step. The new time step used there is approximately the time step you chose in the .cas file multiplied by alpha. In your case the max number of iterations was reached. (100*alpha<1 in your case).
The first thing to check is your time step :it might be too big so that 100 iterations are not enough.
But it also might be convergence difficulties.
Best regards,
Vincent