...
If the post processing (*_DX_*) job crashed and still exists you can simply resubmit it by hand.
If the post processing script still exists it will be in the directory:
~/delayed_jobs/${TRUE_HOST}
The name of the job-script will look like:
experiment_name_YYYYMM_DX_number
To find the command to execute this job look into for the job-script name in the *_PP* listings in your listing directory. For example:
grep -a job-script_name ~listings/${TRUE_HOST}/experiment_name_YYYYMM_PP* | tail -1
You should find something like this
...