Regional Warmup Contest Shifted to 5th October

Post here if you don't find any other place for your post. But please, stay on-topic: algorithms, programming or something related to this web site and its services.

Moderator: Board moderators

Post Reply
shahriar_manzoor
System administrator & Problemsetter
Posts: 399
Joined: Sat Jan 12, 2002 2:00 am

Regional Warmup Contest Shifted to 5th October

Post by shahriar_manzoor »

Due to some personal problem (Saturday is not a holiday in Bangladesh)
I had to request Prof. Miguel to shift the first regional warmup contest to 5th October (Sunday), 2003 at 9 GMT. Previously it was scheduled on 4th October. I am sorry for this change.
Last edited by shahriar_manzoor on Mon Oct 06, 2003 2:40 am, edited 1 time in total.
Julien Cornebise
Experienced poster
Posts: 145
Joined: Sat Feb 23, 2002 2:00 am
Location: Paris, France
Contact:

Post by Julien Cornebise »

I guess nobody will mind, and I think that I can assume that I speak for the majority of people here if I tell that we're so grateful to you and all people involved in acm, acm.uva.es, and icpc, to organize all this !!
:D
shahriar_manzoor
System administrator & Problemsetter
Posts: 399
Joined: Sat Jan 12, 2002 2:00 am

Thanks

Post by shahriar_manzoor »

Thanks! :oops: :) And we are also grateful to you all for participating in large numbers. Actually a good problemset and large participation is necessary to make a contest successful.
cauchy
New poster
Posts: 9
Joined: Thu May 29, 2003 11:37 pm
Location: Poznan

Post by cauchy »

I also think that you and the whole team make really good job! :D
But large participation in the last contest (Warmup 1) caused some troubles with the testing system (400 submission waiting in the queue).
Will it be fixed in the next contest?
chenyue
New poster
Posts: 11
Joined: Sun Oct 05, 2003 11:36 am
Location: http://acm.zju.edu.cn Hangzhou, China

Post by chenyue »

Just curious: what scheduling algorithm are you using on UVA-OJ?

Last contest there were 2000 submissions. Given 5 hours, that is, 18000 seconds, there should be approximately 9 seconds for each run. But a lot of them finished in less than a second.... how could the system be possibly that slow?
cauchy
New poster
Posts: 9
Joined: Thu May 29, 2003 11:37 pm
Location: Poznan

Post by cauchy »

I am also curiuos about that. But, i think, your calculations are not realistic. You have to add the compilation time and the fact, that in the first 2 hours the system was quite idle.

I've noticed that many programs have been running at the same time. I wonder if simple FIFO algorithm could be better for the system.
contest_clarificator
Online Contest Administrator
Posts: 20
Joined: Fri Nov 30, 2001 2:00 am

It is difficult

Post by contest_clarificator »

It is very difficult to make sure that a contest will finish successfully. For example the two waterloo contest and the contest before that ended successfully but the regional warmup did not. It had some problems with high time limit.

To ensure that a contest runs successfully a contestant can do the following:

a) Be sure that his solution is correct. I mean not submitting just after getting the sample right. I will try to put some samples which are critical so that people can understand that their program will fail even before submitting.

b) Wait for the judge response before submitting another one. When the judge response delay is say 5 minutes, if quite a number of contestants submit before they get the response, the queue gets longer and the judge response becomes even slower. So once the response gets slow there is no way to recover.

c) I am thinking about stop accepting submissions until the queue is empty. This may be the only solution to save a slowed down contest.

-Shahriar Manzoor
Arnold
New poster
Posts: 10
Joined: Sun Aug 03, 2003 2:46 pm

Post by Arnold »

Yes,that's a good thinking from Manzoor.Onething is clear that there is a large participants during the contest time and sometimes it makes collapse in submission.So this typical problem should be overcome in the upcoming contest.

ALL the best for ACM.

ARNOLD VAJNA
Post Reply

Return to “Other words”