Check the reservation.
<mauicomm version="0.5" comm="checkres" ts="[TIMESTAMP]">
<checkres user="[USER]" resid="[RESID]"/>
</mauicomm>
You will receive something similar to the following XML document:
<mauiupdate version="0.5" update="resupdate" ts="1012853878">
<resupdate>
<resid id="group:systems:1013725454:2"/>
<resstart val="1013680800"/>
<resduration val="86400"/>
<resstate val="Active"/>
<restype val="Hard"/>
<authtype val="group"/>
<auth val="systems"/>
<reslimits>
<reslimit key="SlotLimit" val="16"/>
<reslimit key="UserLimit" val="2"/>
<reslimit key="NodeLimit" val="8"/>
</reslimits>
<nodes nodescount='16' slotscount='32'>
<node id='Node:hn008'>
<slot id='Node:hn008:s0'/> <slot id='Node:hn008:s1'/> </node>
<node id='Node:hn009'>
<slot id='Node:hn009:s0'/> <slot id='Node:hn009:s1'/> </node>
<node id='Node:hn010'>
<slot id='Node:hn010:s0'/> <slot id='Node:hn010:s1'/> </node>
<node id='Node:hn011'>
<slot id='Node:hn011:s0'/> <slot id='Node:hn011:s1'/> </node>
<node id='Node:hn012'>
<slot id='Node:hn012:s0'/> <slot id='Node:hn012:s1'/> </node>
<node id='Node:hn013'>
<slot id='Node:hn013:s0'/> <slot id='Node:hn013:s1'/> </node>
<node id='Node:hn014'>
<slot id='Node:hn014:s0'/> <slot id='Node:hn014:s1'/> </node>
<node id='Node:hn015'>
<slot id='Node:hn015:s0'/> <slot id='Node:hn015:s1'/> </node>
<node id='Node:hn016'>
<slot id='Node:hn016:s0'/> <slot id='Node:hn016:s1'/> </node>
<node id='Node:hn017'>
<slot id='Node:hn017:s0'/> <slot id='Node:hn017:s1'/> </node>
<node id='Node:hn018'>
<slot id='Node:hn018:s0'/> <slot id='Node:hn018:s1'/> </node>
<node id='Node:hn025'>
<slot id='Node:hn025:s0'/> <slot id='Node:hn025:s1'/> </node>
<node id='Node:hn030'>
<slot id='Node:hn030:s0'/> <slot id='Node:hn030:s1'/> </node>
<node id='Node:hn031'>
<slot id='Node:hn031:s0'/> <slot id='Node:hn031:s1'/> </node>
<node id='Node:hn032'>
<slot id='Node:hn032:s0'/> <slot id='Node:hn032:s1'/> </node>
<node id='Node:hn033'>
<slot id='Node:hn033:s0'/> <slot id='Node:hn033:s1'/> </node>
</nodes>
</resupdate>
</mauiupdate>
NOTES: