I have a similar issue running bitcoind on VPS (weloveservers.net)
bitcoind runs for a minute or 2 and then stops and becomes completely unresponsive.
from top:
404 root 20 0 1306m 59m 12m T 0 5.8 0:02.69 bitcoind
* bitcoind stop/start/getinfo/etc does nothing.
* process status = T (Traced or stopped)
* killing the process using 'kill' or 'pkill' does nothing. (EDIT: 'kill -SIGKILL 404' worked)
* debug.log does not show any warnings.
* I have 1GB RAM & 1.5 GB Swap so it should not be a memory issue.
Last 2 messages in debug.log are:
2014-06-21 23:20:20 ProcessBlock: ACCEPTED
2014-06-21 23:20:21 ProcessBlock: ORPHAN BLOCK 0, prev=00000000000000004003e37d09bc0b26c00e799bb661405cc6457174af68e147
version info:
root@cryptonode:~/.bitcoin# bitcoind getinfo
{
"version" : 90100,
"protocolversion" : 70002,
"walletversion" : 60000,
"balance" : 0.00000000,
"blocks" : 64085,
"timeoffset" : 0,
"connections" : 1,
"proxy" : "",
"difficulty" : 19.40479633,
"testnet" : false,
"keypoololdest" : 1403389725,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"errors" : ""
What could be causing this? (bug, VPS provider blocking bitcoind, etc)