Are you pushing buttons on your front panel when emplode is reporting this? It looks like this is now a background application, allowing the player to restart but doesn't give enough CPU for panel button executes.
When you push a button, CPU time is split which cause the database retrieval to eventually time out.
If you just let it go until it's done without trying to push anything, it seems to finish reliably.

Does this differ from your findings?