Yet we don't even know for sure when / what was found.
Your p2pool log shows everything!
Something like
cat path-to-p2pool/data/bitcoin/log | grep BLOCK
will show you all the blocks found by you (
GOT BLOCK FROM MINER) and found by others (
GOT BLOCK FROM PEER).
Example:
2012-02-09 17:16:28.953245 GOT BLOCK FROM PEER! Passing to bitcoind! fd031bab bitcoin: 6bdb99d5aab93a5cc5b36c427eb07657011f7354e92d81b47b1You can search block explorer for the block hash (eg 6bdb99d5aab93a5cc5b36c427eb07657011f7354e92d81b47b1) to find details of the block. This one was 166064, the most recent one found by p2pool.