Post
Topic
Board Mining (Altcoins)
Re: Swedish ASIC miner company kncminer.com
by
Biffa
on 08/11/2013, 00:55:45 UTC
Well isn't this a nice familiar site...someone says blah blah blah and another says you are wrong, blah blah blah...

and now sorry for being off topic *ahem!*...

but anyone noticing that their Jupiters stop hashing randomly?  The miner webpage inaccessible and the putty window crashes.  When i reboot it starts up fine again, but 2 of the 3 crashed again after 4 hours.  Will keep track of how long it takes for the next crash.



I get this maybe once every two days.

Seems likely it is same problem I have: running out of RAM. The handler for that chooses something to kill and does nto always kill cgminer, last time mine had that it was something to do with the web page that was killed so instead of a working web page saying the miner was stopped I had a not-working web page. Actually maybe even a cannot be pinged machine. I powered down and back up to get it running again.

I think we need a new "firmware" upgrade that gets rid of any RAM usage that isn't absolutely system-critical, as software bloat seems to have hit the limits of the beaglebone's RAM or some item of software in there has a memory leak.

-MarkM-


Tracking the memory on mine its getting low after 25 hours.

Start 23:47:
Code:
Mem: 223984K used, 286588K free, 0K shrd, 28K buff, 203096K cached
CPU:   4% usr   8% sys   0% nic  86% idle   0% io   0% irq   0% sirq
Load average: 2.00 2.01 2.04 1/68 12077

Ater 12 Hrs:
Code:
Mem: 383664K used, 126908K free, 0K shrd, 28K buff, 351112K cached
CPU:   0% usr  10% sys   0% nic  90% idle   0% io   0% irq   0% sirq
Load average: 2.00 2.01 2.04 1/67 2816
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
 2816 31147 root     R     2148   0%  10% top
 8322  8321 root     S     123m  25%   0% ./cgminer -c /config/cgminer.conf
 

After 25 Hrs:

Code:
Mem: 488260K used, 22312K free, 0K shrd, 20K buff, 475988K cached
CPU:  15% usr   9% sys   0% nic  74% idle   0% io   0% irq   0% sirq
Load average: 1.88 1.90 1.82 1/67 21144
  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND
29828 29827 root     S     103m  21%  16% /usr/bin/cgminer --default-config /con

Heres the output from meminfo:

Code:
After 12 Hrs kB After 25 Hrs kB Difference
MemTotal 510572 510572 0
MemFree 125852 20040 -105812
Buffers 28 20 -8
Cached 352044 478276 126232
SwapCached 0 0 0
Active 356396 16136 -340260
Inactive 20312 300 -20012
Active(anon) 24636 4044 -20592
Inactive(anon) 0 0 0
Active(file) 331760 12092 -319668
Inactive(file) 20312 300 -20012
Unevictable 0 465904 465904
Mlocked 0 0 0
HighTotal 0 0 0
HighFree 0 0 0
LowTotal 510572 510572 0
LowFree 125852 20040 -105812
SwapTotal 0 0 0
SwapFree 0 0 0
Dirty 0 0 0
Writeback 0 0 0
AnonPages 24652 4088 -20564
Mapped 3664 3544 -120
Shmem 0 0 0
Slab 5092 5240 148
SReclaimable 2060 2212 152
SUnreclaim 3032 3028 -4
KernelStack 592 584 -8
PageTables 360 316 -44
NFS_Unstable 0 0 0
Bounce 0 0 0
WritebackTmp 0 0 0
CommitLimit 255284 255284 0
Committed_AS 127684 107388 -20296
VmallocTotal 499712 499712 0
VmallocUsed 27484 27484 0
VmallocChunk 389116 389116 0


Interestingly somewhere between 12 and 24 hours it killed the cgminer I was running 3.7.2 and ran the default one instead.  Huh