Index  | Recent Threads  | Unanswered Threads  | Who's Active  | Guidelines  | Search
 

Quick Go »
No member browsing this thread
Thread Status: Active
Total posts in this thread: 2901
Posts: 2901   Pages: 291   [ Previous Page | 282 283 284 285 286 287 288 289 290 291 | Next Page ]
[ Jump to Last Post ]
Post new Thread
Author
Previous Thread This topic has been viewed 1630916 times and has 2900 replies Next Thread
spRocket
Senior Cruncher
Joined: Mar 25, 2020
Post Count: 251
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Work Available

I've decided to run just one ARP at a time per host for now. I don't want to stop crunching, but the logjam is just too much for now.
[Nov 6, 2024 3:59:12 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Mike.Gibson
Ace Cruncher
England
Joined: Aug 23, 2007
Post Count: 12120
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Work Available

Have you ever been stuck in a wide queue which then narrows and everyone is struggling to get through so very few do? Well that is what we have here. And every unsuccessful reclick slows down even more.

Patience is a virtue and we must help them out if they can't.

Mike
[Nov 6, 2024 9:55:07 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Mike.Gibson
Ace Cruncher
England
Joined: Aug 23, 2007
Post Count: 12120
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Work Available

Sunday Report

In the last 7 days, there have been 7,029 units validated. That is 1,004.1 per day.

There are still 3 ultras in generations 21 &22.

There are now 2,684 extremes in generations 102 to 130. 694 have moved on to accelerated.

There are now 3,581 accelerated units in generations 131 to 135. This includes the 694 from extreme less 6 that have moved on to normal classification.

The highest generation to have had validations is 144.

Based on this one week, we would complete ARP1 in 2029. Over the next few weeks I will average the weekly validations until there are 5 full weeks to average and will then use a rolling 5 week average.

Upload/download seems to be improving but not as fast as I expected.

Mike
----------------------------------------
[Edit 2 times, last edit by Mike.Gibson at Nov 18, 2024 12:35:15 AM]
[Nov 11, 2024 1:35:41 AM]   Link   Report threatening or abusive post: please login first  Go to top 
gj82854
Advanced Cruncher
Joined: Sep 26, 2022
Post Count: 57
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Work Available

What is the Max Concurrent Job Limit?

Wed 13 Nov 2024 10:16:07 AM CST | World Community Grid | Sending scheduler request: Requested by user.
Wed 13 Nov 2024 10:16:07 AM CST | World Community Grid | Reporting 1 completed tasks
Wed 13 Nov 2024 10:16:07 AM CST | World Community Grid | Not requesting tasks: don't need (max concurrent job limit)
Wed 13 Nov 2024 10:16:10 AM CST | World Community Grid | Scheduler request completed
Wed 13 Nov 2024 10:16:10 AM CST | World Community Grid | Project requested delay of 121 seconds
[Nov 13, 2024 4:18:15 PM]   Link   Report threatening or abusive post: please login first  Go to top 
imakuni
Advanced Cruncher
Joined: Jun 11, 2009
Post Count: 102
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Work Available

What is the Max Concurrent Job Limit?

Wed 13 Nov 2024 10:16:07 AM CST | World Community Grid | Sending scheduler request: Requested by user.
Wed 13 Nov 2024 10:16:07 AM CST | World Community Grid | Reporting 1 completed tasks
Wed 13 Nov 2024 10:16:07 AM CST | World Community Grid | Not requesting tasks: don't need (max concurrent job limit)
Wed 13 Nov 2024 10:16:10 AM CST | World Community Grid | Scheduler request completed
Wed 13 Nov 2024 10:16:10 AM CST | World Community Grid | Project requested delay of 121 seconds

BOINC has support to limit the number of running tasks on a per project / subproject basis. I believe this is being set through your profiles, you can use that to put the limits through the website rather than have to deal with creating an app_config file in your computer directly.
----------------------------------------

Want to have an image of yourself like this on? Check this thread: https://secure.worldcommunitygrid.org/forums/wcg/viewthread_thread,29840
[Nov 13, 2024 5:30:27 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Crystal Pellet
Veteran Cruncher
Joined: May 21, 2008
Post Count: 1313
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Work Available

What is the Max Concurrent Job Limit?

Wed 13 Nov 2024 10:16:07 AM CST | World Community Grid | Sending scheduler request: Requested by user.
Wed 13 Nov 2024 10:16:07 AM CST | World Community Grid | Reporting 1 completed tasks
Wed 13 Nov 2024 10:16:07 AM CST | World Community Grid | Not requesting tasks: don't need (max concurrent job limit)
Wed 13 Nov 2024 10:16:10 AM CST | World Community Grid | Scheduler request completed
Wed 13 Nov 2024 10:16:10 AM CST | World Community Grid | Project requested delay of 121 seconds

That means that you have an app_confg.xml in use.
Have a look in your project folder.
Probably you have set a number for the project overall or specifc for arp1.
app_config.xml looks like e.g.:

<app_config>
<project_max_concurrent>4</project_max_concurrent>
<app>
<name>arp1</name>
<max_concurrent>2</max_concurrent>
</app>
</app_config>

----------------------------------------

[Nov 13, 2024 6:21:52 PM]   Link   Report threatening or abusive post: please login first  Go to top 
gj82854
Advanced Cruncher
Joined: Sep 26, 2022
Post Count: 57
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Work Available

I believe it is related to the app_config.xml file. This is the only machine that has one specified to limit the number of ARP1 tasks due to memory constraints with other work. However, this is the only project where I have seen this implemented in this way. I have never seen app_config.xml limit the number of downloads. Interestingly, the app_config.xml has specified 21 as the limit but I was able to download 30 before I got the message so I'm not sure how or where the check is being made.
[Nov 13, 2024 6:43:11 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Mike.Gibson
Ace Cruncher
England
Joined: Aug 23, 2007
Post Count: 12120
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Work Available

The app_config from Crystal Pellet limits the number of ARP1 units that can crunch at any one time.

If you set a limit in your Profile, that restricts the number of units that you can hold at any one time.

I set app_config to half my threads for ARP1 and profile to twice that. It keeps a good reserve and avoids overloading my machine.

Mike
[Nov 13, 2024 8:10:16 PM]   Link   Report threatening or abusive post: please login first  Go to top 
gj82854
Advanced Cruncher
Joined: Sep 26, 2022
Post Count: 57
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Work Available

The app_config from Crystal Pellet limits the number of ARP1 units that can crunch at any one time.

If you set a limit in your Profile, that restricts the number of units that you can hold at any one time.

I set app_config to half my threads for ARP1 and profile to twice that. It keeps a good reserve and avoids overloading my machine.

Mike

That was my understanding but it seems to limit downloads also regardless of what was set in the WCG profile. My profile is set to unlimited.
[Nov 13, 2024 8:52:30 PM]   Link   Report threatening or abusive post: please login first  Go to top 
catchercradle
Advanced Cruncher
Joined: Jan 16, 2009
Post Count: 95
Status: Offline
Project Badges:
Reply to this Post  Reply with Quote 
Re: Work Available

That was my understanding but it seems to limit downloads also regardless of what was set in the WCG profile. My profile is set to unlimited.

Seems to let me download as many as I need to fill my empty slots and have a small queue.
[Nov 13, 2024 9:08:49 PM]   Link   Report threatening or abusive post: please login first  Go to top 
Posts: 2901   Pages: 291   [ Previous Page | 282 283 284 285 286 287 288 289 290 291 | Next Page ]
[ Jump to Last Post ]
Post new Thread