2012-02-10 01:35:23.919558 Processing 1001 shares from 72.14.191.28:9333...
2012-02-10 01:36:49.833442 Requesting parent share 27a81904 from 168.7.116.243:9333
2012-02-10 01:36:49.837495 ... done processing 1001 shares. New: 1001 Have: 9027/~17280
2012-02-10 01:36:49.842651 > Watchdog timer went off at:
2012-02-10 01:36:49.843077 > File "run_p2pool.py", line 5, in
2012-02-10 01:36:49.843437 > main.run()
2012-02-10 01:36:49.843760 > File "/home/user/p2pool/p2pool/main.py", line 1134, in run
2012-02-10 01:36:49.844139 > reactor.run()
2012-02-10 01:36:49.844464 > File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line 1169, in run
2012-02-10 01:36:49.844881 > self.mainLoop()
2012-02-10 01:36:49.845235 > File "/usr/lib/python2.7/site-packages/twisted/internet/base.py", line 1181, in mainLoop
2012-02-10 01:36:49.845602 > self.doIteration(t)
2012-02-10 01:36:49.845937 > File "/usr/lib/python2.7/site-packages/twisted/internet/pollreactor.py", line 167, in doPoll
2012-02-10 01:36:49.846259 > log.callWithLogger(selectable, _drdw, selectable, fd, event)
2012-02-10 01:36:49.846646 > File "/usr/lib/python2.7/site-packages/twisted/python/log.py", line 84, in callWithLogger
2012-02-10 01:36:49.846974 > return callWithContext({"system": lp}, func, *args, **kw)
2012-02-10 01:36:49.847333 > File "/usr/lib/python2.7/site-packages/twisted/python/log.py", line 69, in callWithContext
2012-02-10 01:36:49.847671 > return context.call({ILogContext: newCtx}, func, *args, **kw)
2012-02-10 01:36:49.847990 > File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 118, in callWithContext
2012-02-10 01:36:49.848439 > return self.currentContext().callWithContext(ctx, func, *args, **kw)
2012-02-10 01:36:49.848827 > File "/usr/lib/python2.7/site-packages/twisted/python/context.py", line 81, in callWithContext
2012-02-10 01:36:49.849235 > return func(*args,**kw)
2012-02-10 01:36:49.849561 > File "/usr/lib/python2.7/site-packages/twisted/internet/posixbase.py", line 581, in _doReadOrWrite
2012-02-10 01:36:49.849948 > why = selectable.doRead()
2012-02-10 01:36:49.850265 > File "/usr/lib/python2.7/site-packages/twisted/internet/tcp.py", line 199, in doRead
2012-02-10 01:36:49.850625 > rval = self.protocol.dataReceived(data)
2012-02-10 01:36:49.850957 > File "/home/user/p2pool/p2pool/p2p.py", line 62, in
2012-02-10 01:36:49.851275 > self.dataReceived = lambda data: (self.timeout_delayed.reset(100) if not self.timeout_delayed.called else None, old_dataReceived(data))[0]
2012-02-10 01:36:49.851738 > File "/home/user/p2pool/p2pool/util/datachunker.py", line 40, in _DataChunker
2012-02-10 01:36:49.852078 > wants = receiver.send(buf.get(wants))
2012-02-10 01:36:49.852455 > File "/home/user/p2pool/p2pool/bitcoin/p2p.py", line 64, in dataReceiver
2012-02-10 01:36:49.852779 > self.packetReceived(command, payload2)
2012-02-10 01:36:49.853155 > File "/home/user/p2pool/p2pool/p2p.py", line 74, in packetReceived
2012-02-10 01:36:49.853482 > bitcoin_p2p.BaseProtocol.packetReceived(self, command, payload2)
2012-02-10 01:36:49.853837 > File "/home/user/p2pool/p2pool/bitcoin/p2p.py", line 74, in packetReceived
2012-02-10 01:36:49.854172 > handler(**payload2)
2012-02-10 01:36:49.854487 > File "/home/user/p2pool/p2pool/p2p.py", line 206, in handle_shares
2012-02-10 01:36:49.854910 > self.node.handle_shares(res, self)
2012-02-10 01:36:49.855246 > File "/home/user/p2pool/p2pool/main.py", line 269, in handle_shares
2012-02-10 01:36:49.855614 > set_real_work2()
2012-02-10 01:36:49.855933 > File "/home/user/p2pool/p2pool/main.py", line 184, in set_real_work2
2012-02-10 01:36:49.856295 > best, desired = tracker.think(get_height_rel_highest, pre_current_work.value['previous_block'], pre_current_work.value['bits'])
2012-02-10 01:36:49.856639 > File "/home/user/p2pool/p2pool/data.py", line 289, in think
2012-02-10 01:36:49.856960 > if self.attempt_verify(share):
2012-02-10 01:36:49.857331 > File "/home/user/p2pool/p2pool/data.py", line 268, in attempt_verify
2012-02-10 01:36:49.857652 > share.check(self)
2012-02-10 01:36:49.858012 > File "/home/user/p2pool/p2pool/data.py", line 133, in check
2012-02-10 01:36:49.858425 > share_info, gentx = generate_transaction(tracker, self.share_info['share_data'], self.header['bits'].target, self.share_info['timestamp'], self.net)
2012-02-10 01:36:49.858811 > File "/home/user/p2pool/p2pool/data.py", line 209, in generate_transaction
2012-02-10 01:36:49.859152 > other_weights, other_total_weight, other_donation_weight = tracker.get_cumulative_weights(previous_share_hash, min(height, chain_length), 65535*max(0, max_att - this_att))
2012-02-10 01:36:49.859488 > File "/home/user/p2pool/p2pool/util/skiplist.py", line 55, in __call__
2012-02-10 01:36:49.859865 > updates[x] = updates[x][0], self.combine_deltas(updates[x][1], delta) if updates[x][1] is not None else delta
2012-02-10 01:36:49.860201 > File "/home/user/p2pool/p2pool/skiplists.py", line 13, in combine_deltas
2012-02-10 01:36:49.860570 > return share_count1 + share_count2, math.add_dicts(weights1, weights2), total_weight1 + total_weight2, total_donation_weight1 + total_donation_weight2
2012-02-10 01:36:49.860911 > File "/home/user/p2pool/p2pool/util/math.py", line 64, in add_dicts
2012-02-10 01:36:49.861269 > res[k] = res.get(k, 0) + v
2012-02-10 01:36:49.861655 > File "/home/user/p2pool/p2pool/main.py", line 840, in
2012-02-10 01:36:49.862016 > sys.stderr.write, 'Watchdog timer went off at:\n' + ''.join(traceback.format_stack())
2012-02-10 01:36:49.863502 > ---> LOST CONTACT WITH BITCOIND for 1.6 minutes! Check that it isn't frozen or dead! <---