The output I get seems to suggest that about 75% of the pixels in some channels are being rejected:
Your "RAW Format Preferences" are "Create RAW Bayer image (RGB image)", so you have 75% black pixels in the Red and Blue color plane, which all get rejected during ImageIntegration.
The new Batchprocessing script instead uses "RAW Bayer CFA image (monochrome)", so the rejection values are much smaller.
Monochrome RAW images save a lot of hard disk space (and time for reading/writing) and still lead to the same results. So you might change your RAW Format Preferences (or use "input hints" when possible)
Rüdiger