Releasing Raspberry Pi application
Message boards :
News :
Releasing Raspberry Pi application
Message board moderation
Author | Message |
---|---|
Send message Joined: 9 Jun 12 Posts: 584 Credit: 52,667,664 RAC: 0 |
|
Send message Joined: 8 Jan 13 Posts: 3 Credit: 990,000 RAC: 0 |
* My boinc-manager says, that the raspi need over 600 hours for the task, but I have only 10 days = 240 hours to finish it. * After which time the application writes a breakpoint to the SD-Card? I have restart my pi after 2 hours and now it begin from start. :( Greetings Peter |
Send message Joined: 19 Jun 12 Posts: 221 Credit: 623,640 RAC: 0 |
Last modified: 12 Jan 2013, 18:24:22 UTC My boinc-manager says, that the raspi need over 600 hours for the task Do not pay much attention to this - BOINC often overestimates the 'To completion' time. The shown 600 hours may be 10 times overestimated (and be in reality 60 hours) BOINC needs several (5-15) tasks completed before it knows better. Another Raspberry Pi (check it later when it finishes the task to see the 'Run time'): http://asteroidsathome.net/boinc/show_host_detail.php?hostid=5293 Checkpoints: On my computer (AMD Athlon II X3 455 Processor 3.3GHz, Win XP): http://asteroidsathome.net/boinc/show_host_detail.php?hostid=110 I noticed very long (~15 minutes) startup time (before the first checkpoint) of Asteroids@home tasks (this happens on start/restart of tasks) Next checkpoints are done in a timely manner (every 1-1.5 minutes) To see the time of last checkpoint you may: - in BOINC Manager select the Running task and click [Properties] button: look for 'CPU time at last checkpoint' and compare with 'CPU time' - go to <BOINC-Data>\projects\asteroidsathome.net_boinc\ and sort by Date/Time (you can also look in <BOINC-Data>\slots\ for 'period_search_state' files) I use eFMer BoincTasks (on Win XP): http://www.efmer.eu/boinc/boinc_tasks/ ("The program should run on Windows 2003 / Windows XP / Windows Vista / Windows 7 / Windows 8 as well as on Linux and Mac, with Wine.") ... which have 'Checkpoint' column (shows in red when checkpoint is late) - ALF - "Find out what you don't do well ..... then don't do it!" :) |
Send message Joined: 19 Jun 12 Posts: 7 Credit: 840 RAC: 0 |
heres my Raspberry Pi host http://asteroidsathome.net/boinc/show_host_detail.php?hostid=7458 lets hope it doesn't time out before completion It would be good to id the machine as a rasberry pi in the stats too, for that added kudos great stuff folks thanks for providing another interesting boinc project :-) |
Send message Joined: 8 Jan 13 Posts: 3 Credit: 990,000 RAC: 0 |
heres my Raspberry Pi host Your pi runs powerful. How much MHz is it? Now I have 7.5% and PI runs 11 hours, so I can also hope the WU is ready before the time is out. :) |
Send message Joined: 19 Jun 12 Posts: 7 Credit: 840 RAC: 0 |
Last modified: 13 Jan 2013, 12:37:09 UTC its in turbo boost so it max's out at 1000mhz heres the live system stats from the server http://93.97.163.97:82/sysinfo/index.php i think its had about 10-12 hours and is only 0.2 % done ! according to boin_task_state.xml |
Send message Joined: 9 Jun 12 Posts: 584 Credit: 52,667,664 RAC: 0 |
|
Send message Joined: 19 Jun 12 Posts: 7 Credit: 840 RAC: 0 |
|
Send message Joined: 19 Jun 12 Posts: 221 Credit: 623,640 RAC: 0 |
can someone confirm what this means about my checkpoints ? Yes, the picture shows ~1.5 h since last checkpoint. The checkpoint interval depends on 2 things: - BOINC setting: 'Tasks checkpoint to disk at most every ... seconds' - ability of the app: Apps have to reach certain point in the calculation (depends on the programmer/algorithm of the app) to be able to write intermediate results/checkpoint. At that 'point in the calculation' the app checks if the above 'at most every ... seconds' has passed and if yes then write intermediate results/checkpoint. (so on slower computer the second case (app ability) may delay the checkpoint, e.g. SETI AstroPulse ATI GPU tasks on my computer checkpoint every ~2.5 minutes despite my BOINC setting of 77 s) Check: <disk_interval>677</disk_interval> <disk_interval>77.000000</disk_interval> in: global_prefs.xml global_prefs_override.xml (mine value is set to 77 s locally which overrides the web setting of 677 s, the default is 60 s) - ALF - "Find out what you don't do well ..... then don't do it!" :) |
Send message Joined: 19 Jun 12 Posts: 7 Credit: 840 RAC: 0 |
Thanks for the detailed reply, i understand now note: my raspberry pi has completed a unit http://asteroidsathome.net/boinc/results.php?hostid=7458 completed in 51.34 hours :-) anyone done one faster ? 120 stats points he heh, look out top computer list |
Send message Joined: 8 Jan 13 Posts: 3 Credit: 990,000 RAC: 0 |
|
Send message Joined: 13 Jan 13 Posts: 14 Credit: 149,266,757 RAC: 531 |
Thanks for the detailed reply, i understand now This is my host: http://asteroidsathome.net/boinc/show_host_detail.php?hostid=7663 no OC (700MHz) and Radioactive and QCN clients running on their sensors, it's at 73% afer 2d 10h Despite the low consumption rasPi not seem to have an efficiency flops / watt interesting. But in the next few months could be interesting to evaluate this: http://www.gizmag.com/parallella-supercomputing-for-the-masses/24764/ |
Send message Joined: 21 Jun 12 Posts: 1 Credit: 132,532 RAC: 0 |
|
Send message Joined: 27 Jun 12 Posts: 129 Credit: 62,725,780 RAC: 0 |
Application needs 244.14 MB RAM but only 121.76 MB is available for use. Have you tried it without X-windows running? That is turn it off via raspi-config, however it means you'll have to run it from a command prompt which you may not want to do. BOINC blog |
Send message Joined: 19 Jun 12 Posts: 221 Credit: 623,640 RAC: 0 |
This requirement was supposed to be fixed: http://asteroidsathome.net/boinc/forum_thread.php?id=11&postid=620#620 (in reality the app uses <10 MB (for me on WinXP, for Dagorath: "The app is using slightly less than 7 MB RAM on both my Linux and Windows hosts")) I don't know when the "next batch of results" will be sent (reach the top of the 'Tasks ready to send' queue?) http://asteroidsathome.net/boinc/server_status.php - ALF - "Find out what you don't do well ..... then don't do it!" :) |
Send message Joined: 9 Jun 12 Posts: 584 Credit: 52,667,664 RAC: 0 |
Last modified: 22 Jan 2013, 17:21:34 UTC |
Send message Joined: 3 Feb 13 Posts: 3 Credit: 11,827,412 RAC: 75 |
|
Send message Joined: 9 Jun 12 Posts: 584 Credit: 52,667,664 RAC: 0 |
|
Send message Joined: 22 Jun 12 Posts: 21 Credit: 6,288,600 RAC: 0 |
|
Send message Joined: 9 Jun 12 Posts: 584 Credit: 52,667,664 RAC: 0 |
|
Message boards :
News :
Releasing Raspberry Pi application