The timer on the jackpot ran out and the lucky winner can now claim it. However, as part of paying out the jackpot, the contract clears internal storage with these instructions:
creditorAddresses = new address[](0);
creditorAmounts = new uint[](0);
This compiles to code which iterates over the storage locations and deletes them one by one. The list of creditors is so long, that this would require a gas amount of 5057945, but the current maximum gas amount for a transaction is only 4712388.
So: PonziGovernmental is stuck for the moment and 1100 ETH are in limbo.
Can miners help by lowering requirements or something?