Panic Mode On (62) Server problems? |
![]() |
| log in |
Message boards : Number crunching : Panic Mode On (62) Server problems?
Previous · 1 · 2 · 3 · 4 · 5 · 6 . . . 11 · Next
| Author | Message |
|---|---|
My top rig has about 3 hours worth of GPU work left. Well, with the multitude of hosts on the project, even if up/down and work requests are only successful for a small percentage of them, it's enough to keep the bandwidth filled. That, and the fact that what ever is issued has mostly been shorties. (I suspect as well that a lot of the bandwidth is being wasted on idle chatter between the servers and hosts with partial downloads and repeated retries). I did just get one work request successfully through for my top rig by spending some quality time with my mouse and the retry button. And they were of the 5-6 minute variety rather than 2 minute shorties. That will help extend the GPU cache a little bit. So maybe there is some hope. Meow meow meow! ____________ ****** "Ask not, what your kitty can do for you. Ask what you can do for your kitty." As it is kitten, so shall it be done. | |
| ID: 1175614 · | |
I did just get one work request successfully through for my top rig by spending some quality time with my mouse and the retry button. I tried that but mine was too far gone, I only had shorties left and I could not press the button fast enough to keep up with them. ____________ Kevin | |
| ID: 1175621 · | |
I am looking at about an hour per VLAR on GPU, so x41g looks as good as or slightly better than previous releases on 470's. ____________ Kevin | |
| ID: 1175623 · | |
|
No uploads and no downloads of any kind now. | |
| ID: 1175643 · | |
|
Well things here are business as usual with my 3 rigs bouncing on/off the limits still. | |
| ID: 1175702 · | |
I did just get one work request successfully through for my top rig by spending some quality time with my mouse and the retry button. To save having to monitor the Retry button I made up a little cron job and a wee awk script: crontab entry: * * * * * source /home/Compaq_Owner/retryfiles retryfiles: cd c: cd 'Program Files/BOINC' ./boinccmd.exe --get_file_transfers | gawk -f retry.awk Program Files\BOINC\retry.awk: /name/ { n = $2;} / xfer active: no/ { system("./boinccmd --file_transfer http://setiathome.berkeley.edu/ " n " retry");} In other words, every minute cron runs retryfiles; retryfiles lists the files awaiting transfer and hands the results to retry.awk. The awk script stores the name of each file as the data passes through it, then if it sees that that file has an inactive transfer it spawns a system command to tell boinccmd to retry the transfer... The nice thing about doing it this way is that I only bother the Berkeley servers if I find a transfer that's in a wait-for-retry state. This is working well on my two main Windows/NVIDIA boxes; their tasks in progress are slowly rising whereas this morning they both had empty caches. The commands as given should work out-of-the-box with most Linux installations; for Windows you need to install cygwin and its cron service -- or other equivalent software. To run the script less often than every minute use */<n> as the first entry in the crontab line, where <n> is however many minutes you want to delay between instances, e.g. */5 for every fifth minute. | |
| ID: 1175706 · | |
Well things here are business as usual with my 3 rigs bouncing on/off the limits still. Same here, the two "faster" ones, are at their limits, and the ATOM doesn't want any more, it's so slow that it stays well below the server limits. I have a combined WU count of 1679 WU's in progress. So no problems here in uploading or downloading. ____________ /The grumpy old Swede. "I'm so old, that 98% of all trees in the forest, are younger than I am" | |
| ID: 1175708 · | |
Snip. This may be useful to some, a little basic to others, but its way above my head, mouse clicking is about my limit:-) ____________ Kevin | |
| ID: 1175710 · | |
Each to his own, Kev. You know I need to understand this sort of thing for my job; the beauty of computers is that they can relieve us of button-clicking duty, they never get tired. So ultimately a little bit of time spent learning something like awk (or python, or perl if you want even more capability) _can_ pay you back in added flexibility. But it's not compulsory... Cheers, mate! | |
| ID: 1175720 · | |
I am just a lorry driver by trade, yes they are sneeking into the cabs, there is even a bunch of electronics between my right foot and the engine now but the thing I have to worry about is whats on the dash (ie: call out tow truck). I only dabble with computers for pleasure and due to other commitments time is in very short supply, If or when I can find the time increasing my capabilities with a computer is on my to do list. ____________ Kevin | |
| ID: 1175734 · | |
|
My APs upload first try every time one finishes. Scheduler requests go through every time, but about 99.5% of the time respond with "no tasks available" or "your app_info.xml file doesn't have a usable version of Seti@Home Enhanced." On the rare occasion that I do get issued an AP, it instant-fails 1-10 times and then finally goes through. I haven't hit any buttons in at least a month. | |
| ID: 1175767 · | |
|
| |
| ID: 1175798 · | |
|
And it would appear it was too much for too long- the uploads are backing up yet again. | |
| ID: 1175805 · | |
|
One, and a third of an astropulse left to go. I'm starting to panic a bit. | |
| ID: 1175917 · | |
|
Oops, Looks like uploads have gone MGD again. | |
| ID: 1175976 · | |
To save having to monitor the Retry button I made up a little cron job and a wee awk script: Great job, Ivan, thank you! | |
| ID: 1176024 · | |
|
| |
| ID: 1176044 · | |
|
Cricket graph has just base lined for uploads and downloads. Thats probably that until after the weekly outage. | |
| ID: 1176067 · | |
|
I'm still dreaming of the day when my GPU's don't run dry 2-3 times a week. | |
| ID: 1176070 · | |
Message boards : Number crunching : Panic Mode On (62) Server problems?
| Copyright © 2013 University of California |