<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hello,<div>  I am trying to use a reservation I have on Beagle.  Here is my sites file:</div><div><div><config></div><div><br></div><div>  <pool handle="local" ></div><div>    <execution provider="local" url="none" /></div><div>    <profile namespace="karajan" key="jobThrottle">0.5</profile></div><div>    <profile namespace="karajan" key="initialScore">10000</profile></div><div>    <filesystem provider="local"/></div><div>    <workdirectory>_WORK_/local</workdirectory></div><div>  </pool></div><div><br></div><div>  <pool handle="beagleRes"></div><div><br></div><div>    <execution provider="coaster" jobmanager="local:pbs"/></div><div><br></div><div>    <profile namespace="env" key="SWIFT_GEN_SCRIPTS">KEEP</profile></div><div><br></div><div>    <profile namespace="globus" key="project">CI-MCB000119</profile></div><div>    <profile namespace="globus" key="jobsPerNode">1</profile></div><div>    <profile namespace="globus" key="workerLoggingLevel">DEBUG</profile></div><div>    <profile namespace="globus" key="workerLoggingDirectory">_WORK_/beagleRes/workers</profile></div><div>    <profile namespace="globus" key="lowOverAllocation">100</profile></div><div>    <profile namespace="globus" key="highOverAllocation">100</profile></div><div>    <profile namespace="globus" key="providerAttributes">pbs.aprun;pbs.mpp;depth=24</profile></div><div>    <profile namespace="globus" key="maxTime">86400</profile></div><div>    <profile namespace="globus" key="waxWallTime">00:04:00</profile></div><div>    <profile namespace="globus" key="slots">1</profile></div><div>    <profile namespace="globus" key="nodeGranularity">20</profile></div><div>    <profile namespace="globus" key="maxNodes">20</profile></div><div><br></div><div>    <profile namespace="globus" key="pbs.properties">advres=18833.687</profile></div><div><br></div><div>    <profile namespace="karajan" key="jobThrottle">12.00</profile></div><div>    <profile namespace="karajan" key="initialScore">10000</profile></div><div><br></div><div>    <filesystem provider="local"/></div><div>    <workdirectory>_WORK_/beagleRes</workdirectory></div><div><br></div><div>  </pool></div><div><br></div><div></config></div></div><div><br></div><div>I have tried both pbs.properties and pbs.resources as a sites entry, I got this information from <a href="https://sites.google.com/site/swiftdevel/sites/pbs">https://sites.google.com/site/swiftdevel/sites/pbs</a></div><div>However here is the pbs script that has been generated:</div><div><br></div><div><div>#CoG This script generated by CoG</div><div>#CoG   by class: class org.globus.cog.abstraction.impl.scheduler.pbs.PBSExecutor</div><div>#CoG   on date: 2012/03/21 23:22:35</div><div><br></div><div>#PBS -S /bin/bash</div><div>#PBS -N Block-0321-2211</div><div>#PBS -m n</div><div>#PBS -A CI-MCB000119</div><div>#PBS -l mppwidth=20,mppnppn=1,mppdepth=24</div><div>#PBS -l walltime=17:00:00</div><div>#PBS -o /home/jonmon/.globus/scripts/PBS1332885235909759395.submit.stdout</div><div>#PBS -e /home/jonmon/.globus/scripts/PBS1332885235909759395.submit.stderr</div><div>WORKER_LOGGING_LEVEL=DEBUG</div><div>#PBS -v WORKER_LOGGING_LEVEL</div><div>cd / && aprun -n 20 -N 1 -cc none -d 24 -F exclusive /bin/sh -c '/usr/bin/perl /home/jonmon/.globus/coasters/cscript9177561070598799820.pl <a href="http://10.128.2.243:40904,http://127.0.0.2:40904,http://192.5.86.103:40904">http://10.128.2.243:40904,http://127.0.0.2:40904,http://192.5.86.103:40904</a> 0321-221135-000000 /lustre/beagle/jonmon/Swift/SciColSim/run163/swiftwork/beagleRes/workers'</div><div>/bin/echo $? >/home/jonmon/.globus/scripts/PBS1332885235909759395.submit.exitcode</div></div><div><br></div><div>I have asked for a coaster block of 24 hours(my reservation is 96 hours) but it shows a wall time of 17 hours.  Furthermore, the line #PBS -l advres=<res_id> is missing so I am not using my reservation, I just get added to the batch queue and sit there.  Does any remember how to specify a reservation in the sites file for PBS?</div></body></html>