I have a Python script that I've designed to sleep throughout the day and occasionally perform a few tasks. Sometimes I'll log in to check on it, only to find it's cleared the console and exited to the ">>>" prompt. There's no explanation from P.A. about what happened, and there's nothing in my code to create this state intentionally. I only use about 50 cycles a day with this script alone, so I can't blame the tar pit. It'll just be running perfectly fine and then... nothing. Is there any way I can find out what's going on to create these conditions?