Currently the information in the status column is in this format
Retry: 'R' Next Retry : 'NR' 'P'%: Completed
Which results in
Retry: 3 Next Retry : 150 5%: Completed
Can this be changed to
Retry: 'R' Next Retry : 'NR' Completed: 'P'%
So we get
Retry: 3 Next Retry : 150 Completed: 5%
Which is more readable