The input test cases size is 68 MB. It is set to 50.
The thing is when we set the output limit for that problem, it terminates saying TLE. Is that correct? It must be run error?
________________________________________ From: DOMjudge-devel domjudge-devel-bounces@domjudge.org on behalf of Tobias Werth Tobias.Werth@fau.de Sent: Friday, December 18, 2015 8:39:04 PM To: Jaap Eldering Cc: domjudge-devel@domjudge.org Subject: Re: Output limit
Hi,
*Jaap Eldering jaap@jaapeldering.nl [15/12/18]:
On 18-12-15 12:49, Br. Anand Shenoi wrote:
What is the difference between the output limit in the global settings and that in the problem wise setting?
Their use is identical, but the problem limit is more specific and overrides the global setting if present.
When we set the Output limit for a specific problem, it gives TLE.
If the output limit for the same problem is not set, it never exits from the memory. the status shows "JUDGING".
It means, the global output limit is not being considered by DOM.
What problem specific and global limits do you have set? Are you sure that the PHP max_post_size (and also the MySQL max_allowed_packet) are large enough?
Notice that the POST request also contains other files like the diff and stderr and are base64 encoded which increases the size by approx. a third.
Anand: what's the size of all files in the testcaseXXX directory in case of failure?
Tobi