Index: trunk/src/series.xml.default
===================================================================
--- trunk/src/series.xml.default	(revision 996)
+++ trunk/src/series.xml.default	(revision 997)
@@ -3,8 +3,10 @@
    <DiskQuotaCmd>quota -s -g -A</DiskQuotaCmd> 
 <OarParam>
-   <NbCoreDefault>16</NbCoreDefault><!--proposed default number of parallel cores for a job -->
-   <MinEstimatedCPUTime unit="minute">20</MinEstimatedCPUTime><!--used to group the iterations into jobs of sufficient CPU time-->
-   <MaxJobNumber>500</MaxJobNumber><!--maximum number of jobs allowed (will group the iterations to fit in)-->
-   <JobStatCmd>oarstat |grep N=UVmat</JobStatCmd>   
+  <NbCoreAdvised>16</NbCoreAdvised><!--proposed default number of parallel cores attributed for the computations -->
+  <NbCoreMax>36</NbCoreMax><!--maximum number of cores allowed for the computations -->
+  <JobCPUTimeAdvised unit="minute">20</JobCPUTimeAdvised><!--used to group the iterations into jobs of sufficient CPU time-->
+  <JobNumberMax>500</JobNumberMax><!--maximum number of jobs allowed (will group the iterations to fit in)-->
+  <WallTimeMax unit="hour">23</WallTimeMax> <!--maximum allowed time for a job -->  
+  <JobStatCmd>oarstat |grep N=UVmat</JobStatCmd> <!--command to know the number of active and waiting job launches-->  
 </OarParam>
 <SgeParam>
