The way I was finally able to "solve" this problem was to process the
log files in one-month increments. For each month I first configured
the profile to look only at the "A" load-balanced server. When it
finished processing I edited the profile to add the "B" server logs
in, and ran it again. I was able to successfully process several
months of data this way. Day forward, the profile is configured to
process both the "A" and "B" servers in one run, which it process OK
because it can handle a daily amount of data without hanging.
Will