     <?php
	$salida2 = shell_exec('/usr/local/torque/bin/qstat');
	  echo '<pre>'.$salida2.'</pre>';
	
     ?>
