<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">It worked!<br>Now all jobs ran without problem, and the queue emptied.<br><br>Thanks for the help, specially both Chris!<br><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Mensaje original ----<br>De: "rcbord@wm.edu" <rcbord@wm.edu><br>Para: Fernando Malick <fmalick@yahoo.com.ar><br>Enviado: jueves 24 de enero de 2008, 13:11:31<br>Asunto: Re: [torqueusers] jobs remain in Q state<br><br>try adding the scheduing attribute<br>and see if your jobs don't start then....<br><br>qmgr -c 's s scheduling true'<br><br>Chris Bording<br>Application Analyst<br>High Performance Computing Group <br>Information Technology<br>The College of William and
Mary<br>(757)-221-3488<br><a ymailto="mailto:rcbord@wm.edu" href="mailto:rcbord@wm.edu">rcbord@wm.edu</a><br><br>On Thu, 24 Jan 2008, Fernando Malick wrote:<br><br>> Chris, first of all thanks for your help.<br>I added the default_queue as you suggested and submitted another script
to run..<br><br>qmgr -c 'p s' <br>#<br># Create queues and set their attributes.<br>#<br>#<br># Create and define queue batch<br>#<br>create queue batch<br>set queue batch queue_type = Execution<br>set queue batch resources_max.walltime = 01:00:00<br>set queue batch resources_default.nodes = 1<br>set queue batch resources_default.walltime = 00:01:00<br>set queue batch enabled = True<br>set queue batch started = True<br>#<br># Set server attributes.<br>#<br>set server acl_roots = root@*<br>set server managers = <a ymailto="mailto:root@gandalf.xx.yy.zz" href="mailto:root@gandalf.xx.yy.zz">root@gandalf.xx.yy.zz</a><br>set server operators = <a ymailto="mailto:root@gandalf.xx.yy.zz" href="mailto:root@gandalf.xx.yy.zz">root@gandalf.xx.yy.zz</a><br>set server default_queue = batch<br>set server log_events = 511<br>set server mail_from = adm<br>set server scheduler_iteration = 600<br>set server node_check_rate = 150<br>set server tcp_timeout = 6<br>set server
pbs_version = 2.2.1<br><br>Now if I run qstat I get:<br><br>qstat<br>Job id Name User Time Use S
Queue<br>------------------------- ---------------- --------------- -------- -
-----<br>6.gandalf nada root 0 Q
batch<br>7.gandalf nada root 0 Q
batch<br>8.gandalf script.sh root 0 Q
batch<br><br>and a tracejob of the last one gives:<br><br>tracejob 8.gandalf <br>/var/spool/torque/mom_logs/20080124: No matching job records located<br>/var/spool/torque/sched_logs/20080124: No matching job records located<br><br>Job: 8.gandalf.xx.yy.zz<br><br>01/24/2008 09:52:01 S enqueuing into batch, state 1 hop 1<br>01/24/2008 09:52:01 S Job Queued at request of
<a ymailto="mailto:root@gandalf.xx.yy.zz" href="mailto:root@gandalf.xx.yy.zz">root@gandalf.xx.yy.zz</a>, owner = <a ymailto="mailto:root@gandalf.xx.yy.zz" href="mailto:root@gandalf.xx.yy.zz">root@gandalf.xx.yy.zz</a>, job name =
script.sh, queue = batch<br>01/24/2008 09:52:01 A queue=batch<br><br>all jobs remain queued and nothing happens.<br><br>----- Mensaje original ----<br>De: Chris Vaughan <<a ymailto="mailto:chris@clusterresources.com" href="mailto:chris@clusterresources.com">chris@clusterresources.com</a>><br>Para: Fernando Malick <<a ymailto="mailto:fmalick@yahoo.com.ar" href="mailto:fmalick@yahoo.com.ar">fmalick@yahoo.com.ar</a>><br>CC: <a ymailto="mailto:torqueusers@supercluster.org" href="mailto:torqueusers@supercluster.org">torqueusers@supercluster.org</a><br>Enviado: jueves 24 de enero de 2008, 11:08:57<br>Asunto: Re: [torqueusers] jobs remain in Q state<br><br>Fernando,<br><br>Looking at qmgr I notice that you don't have a default queue setup,<br> when <br>I take that out of my qmgr settings jobs fail to run. Try qmgr -c 'set<br><br>server default_queue=batch' and try submitting a job again. Could you <br>post the
output of tracejob as well.<br><br>Regards,<br><br><br>Fernando Malick wrote:<br>> #<br>> # Create queues and set their attributes.<br>> #<br>> #<br>> # Create and define queue batch<br>> #<br>> qmgr -c 'p s'<br>> create queue batch<br>> set queue batch queue_type = Execution<br>> set queue batch resources_max.walltime = 01:00:00<br>> set queue batch resources_default.nodes = 1<br>> set queue batch resources_default.walltime = 00:01:00<br>> set queue batch enabled = True<br>> set queue batch started = True<br>> #<br>> # Set server attributes.<br>> #<br>> set server acl_roots = root@*<br>> set server managers = <a ymailto="mailto:root@gandalf.xx.yy.zz" href="mailto:root@gandalf.xx.yy.zz">root@gandalf.xx.yy.zz</a><br>> set server operators = <a ymailto="mailto:root@gandalf.xx.yy.zz" href="mailto:root@gandalf.xx.yy.zz">root@gandalf.xx.yy.zz</a><br>> set server log_events = 511<br>> set
server mail_from = adm<br>> set server scheduler_iteration = 600<br>> set server node_check_rate = 150<br>> set server tcp_timeout = 6<br>> set server pbs_version = 2.2.1<br>><br>><br>> ----- Mensaje original ----<br>> De: Chris Vaughan <<a ymailto="mailto:chris@clusterresources.com" href="mailto:chris@clusterresources.com">chris@clusterresources.com</a>><br>> Para: Fernando Malick <<a ymailto="mailto:fmalick@yahoo.com.ar" href="mailto:fmalick@yahoo.com.ar">fmalick@yahoo.com.ar</a>><br>> CC: <a ymailto="mailto:torqueusers@supercluster.org" href="mailto:torqueusers@supercluster.org">torqueusers@supercluster.org</a><br>> Enviado: martes 22 de enero de 2008, 9:33:02<br>> Asunto: Re: [torqueusers] jobs remain in Q state<br>><br>> Fernando,<br>><br>> Can you provide the output of qmgr -c 'p s', thanks.<br>><br>> Fernando Malick wrote:<br>> > Hi, I'm new to torque, and I'm having a
problem getting jobs done.<br>> ><br>> > I compiled and installed torque 2.2.1, followed configuration<br> steps,<br>> > created a queue named "batch" in a server named "gandalf". Then I<br>> > wrote a very primitive script to send to the queue, and when I ask<br> for<br>> > the queue stats I get this:<br>> ><br>> ><br>> > qstat<br>> > Job id Name User Time Use<br> S<br>> > Queue<br>> > ------------------------- ---------------- --------------- --------<br> -<br>> > -----<br>> > 6.gandalf nada root 0 Q<br>> > batch<br>> > 7.gandalf
nada root 0 Q<br>> > batch<br>> ><br>> ><br>> > I have pbs_server, pbs_mom and pbs_sched running, but something is<br>> > happening that jobs remain in queue and don't get executed.<br>> ><br>> > If someone is able to guide me or give me a clue as to what is<br>> > happening, I will be very grateful.<br>> > I'm including the logs,<br>> > <br>><br>
-----------------------------------------------------------------------------------------------------------------------<br>> > server_logs:<br>> > 01/21/2008 16:25:57;0002;PBS_Server;Svr;Log;Log opened<br>> > 01/21/2008 16:25:57;0006;PBS_Server;Svr;PBS_Server;Server<br>> > gandalf.xxx.yyy started, initialization type = 1<br>> > 01/21/2008 16:25:57;0002;PBS_Server;Svr;Act;Account file<br>> > /var/spool/torque/server_priv/accounting/20080121 opened<br>> > 01/21/2008 16:25:57;0040;PBS_Server;Req;setup_nodes;setup_nodes()<br>> > 01/21/2008 16:25:57;0086;PBS_Server;Svr;PBS_Server;Recovered queue<br> batch<br>> > 01/21/2008 16:25:57;0002;PBS_Server;Svr;PBS_Server;Expected 1,<br>> > recovered 1 queues<br>> > 01/21/2008 16:25:57;0100;PBS_Server;Job;7.gandalf.xxx.yyy;enqueuing<br>> > into batch, state 1 hop 1<br>> > 01/21/2008<br>
16:25:57;0086;PBS_Server;Job;7.gandalf.xxx.yyy;Requeueing<br>> > job, substate: 10 Requeued in queue: batch<br>> > 01/21/2008 16:25:57;0100;PBS_Server;Job;6.gandalf.xxx.yyy;enqueuing<br>> > into batch, state 1 hop 1<br>> > 01/21/2008<br> 16:25:57;0086;PBS_Server;Job;6.gandalf.xxx.yyy;Requeueing<br>> > job, substate: 10 Requeued in queue: batch<br>> > 01/21/2008 16:25:57;0002;PBS_Server;Svr;PBS_Server;Expected 2,<br>> > recovered 2 jobs<br>> > 01/21/2008 16:25:57;0006;PBS_Server;Svr;PBS_Server;Using ports<br>> > Server:15001 Scheduler:15004 MOM:15002<br>> > 01/21/2008 16:25:57;0002;PBS_Server;Svr;PBS_Server;Server Ready,<br> pid =<br>> > 6180, loglevel=0<br>> > 01/21/2008 16:26:02;0040;PBS_Server;Req;ping_nodes;ping attempting<br> to<br>> > contact 1 nodes<br>> > 01/21/2008 16:26:15;0100;PBS_Server;Req;;Type AuthenticateUser<br>
request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:26:15;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:31:12;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf..xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>>
sock=10<br>> > 01/21/2008 16:31:12;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:31:38;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:31:38;0100;PBS_Server;Req;;Type StatusServer request<br>> > received from <a ymailto="mailto:root@gandalf..xxx.yyy" href="mailto:root@gandalf..xxx.yyy">root@gandalf..xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:31:38;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:32:21;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx..yyy" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:32:21;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:33:35;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:33:35;0100;PBS_Server;Req;;Type StatusServer request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf..xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:33:35;0100;PBS_Server;Req;;Type StatusJob
request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:34:07;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:34:07;0100;PBS_Server;Req;;Type StatusServer request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf..xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br>
sock=9<br>> > 01/21/2008 16:34:07;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf..xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:34:13;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:34:13;0100;PBS_Server;Req;;Type StatusServer request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:34:13;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:34:59;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:34:59;0100;PBS_Server;Req;;Type StatusServer request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:34:59;0100;PBS_Server;Req;;Type SelStat request<br> received<br>> > from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, sock=9<br>> > 01/21/2008 16:35:07;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:35:07;0100;PBS_Server;Req;;Type StatusServer
request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:35:07;0100;PBS_Server;Req;;Type SelStat request<br> received<br>> > from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, sock=9<br>> > 01/21/2008 16:35:27;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>>
sock=10<br>> > 01/21/2008 16:35:27;0100;PBS_Server;Req;;Type StatusQueue request<br>> > received from <a ymailto="mailto:root@gandalf..xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:36:25;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:36:25;0100;PBS_Server;Req;;Type StatusServer request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:38:22;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf..xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:38:22;0100;PBS_Server;Req;;Type ModifyJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:38:25;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:38:25;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:41:13;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:41:13;0100;PBS_Server;Req;;Type Manager
request<br> received<br>> > from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, sock=9<br>> > 01/21/2008 16:41:13;0004;PBS_Server;Que;batch;attributes set: at<br>> > request of <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>><br>> > 01/21/2008 16:41:13;0004;PBS_Server;Que;batch;attributes set:<br> enabled<br>> > = TRUE<br>> > 01/21/2008 16:41:15;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a
ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:41:15;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:41:25;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx..yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:41:25;0100;PBS_Server;Req;;Type Manager request<br> received<br>> > from <a ymailto="mailto:root@gandalf.xxx.yyy"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, sock=9<br>> > 01/21/2008 16:41:25;0004;PBS_Server;Que;batch;attributes set: at<br>> > request of <a ymailto="mailto:root@gandalf.xxx..yyy" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>><br>> > 01/21/2008 16:41:25;0004;PBS_Server;Que;batch;attributes set:<br> enabled<br>> > = TRUE<br>> > 01/21/2008 16:41:27;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,
<br>> sock=10<br>> > 01/21/2008 16:41:27;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:41:57;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:41:57;0100;PBS_Server;Req;;Type Manager request<br> received<br>> > from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a
ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, sock=9<br>> > 01/21/2008 16:41:57;0004;PBS_Server;Que;batch;attributes set: at<br>> > request of <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>><br>> > 01/21/2008 16:41:57;0004;PBS_Server;Que;batch;attributes set:<br> started<br>> > = TRUE<br>> > 01/21/2008 16:42:00;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:42:00;0100;PBS_Server;Req;;Type
StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx..yyy" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:42:06;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:42:06;0100;PBS_Server;Req;;Type Manager request<br> received<br>> > from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, sock=9<br>> > 01/21/2008 16:42:06;0004;PBS_Server;Que;batch;attributes set: at<br>> > request of <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx.yyy</a>><br>> > 01/21/2008 16:42:06;0004;PBS_Server;Que;batch;attributes set:<br> started<br>> > = TRUE<br>> > 01/21/2008 16:42:09;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:42:09;0100;PBS_Server;Req;;Type Manager request<br> received<br>>
> from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, sock=9<br>> > 01/21/2008 16:42:09;0004;PBS_Server;Que;batch;attributes set: at<br>> > request of <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx..yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>><br>> > 01/21/2008 16:42:09;0004;PBS_Server;Que;batch;attributes set:<br> started<br>> > = TRUE<br>> > 01/21/2008 16:42:13;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:42:13;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:42:46;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:42:46;0100;PBS_Server;Req;;Type OrderJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:42:48;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:42:48;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:42:59;0100;PBS_Server;Req;;Type
AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx..yyy" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:42:59;0100;PBS_Server;Req;;Type OrderJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:43:00;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf..xxx..yyy" href="mailto:root@gandalf..xxx..yyy">root@gandalf..xxx..yyy</a><br> <mailto:<a ymailto="mailto:root@gandalf.xxx..yyy"
href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:43:00;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 16:51:55;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 16:51:55;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> > 01/21/2008 17:17:57;0100;PBS_Server;Req;;Type AuthenticateUser<br> request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>, <br>> sock=10<br>> > 01/21/2008 17:17:57;0100;PBS_Server;Req;;Type StatusJob request<br>> > received from <a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a ymailto="mailto:root@gandalf.xxx.yyy" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>,<br> sock=9<br>> ><br>> > <br>><br>
----------------------------------------------------------------------------------------------------------------<br>> > mom_logs:<br>> ><br>> > 01/21/2008 16:25:08;0002; pbs_mom;Svr;Log;Log opened<br>> > 01/21/2008 16:25:08;0002; pbs_mom;Svr;setpbsserver;gandalf.xxx.yyy<br>> > 01/21/2008 16:25:08;0002; pbs_mom;Svr;setpbsserver;server<br>> > gandalf.xxx..yyy added<br>> > 01/21/2008 16:25:08;0002; pbs_mom;n/a;initialize;independent<br>> > 01/21/2008 16:25:08;0080; pbs_mom;Svr;pbs_mom;before<br> init_abort_jobs<br>> > 01/21/2008 16:25:08;0002; pbs_mom;Svr;pbs_mom;Is up<br>> > 01/21/2008 16:25:08;0002; pbs_mom;Svr;mom_main;MOM executable path<br>> > and mtime at launch: /usr/local/sbin/pbs_mom 1200328428<br>> > 01/21/2008 16:25:08;0002; pbs_mom;n/a;mom_main;hello sent to<br> server<br>> > gandalf.xxx..yyy<br>>
> 01/21/2008 16:25:54;0002; pbs_mom;Svr;im_eof;End of File from addr<br><span>> > <a target="_blank" href="http://www.xxx.yyy.zzz:15001">www.xxx.yyy.zzz:15001</a> <</span><a href="http://www.xxx.yyy.zzz:15001" target="_blank">http://www.xxx.yyy.zzz:15001</a>> <br>> <<a href="http://www.xxx.yyy.zzz:15001" target="_blank">http://www.xxx.yyy.zzz:15001</a>><br>> > 01/21/2008 16:25:54;0002; pbs_mom;n/a;mom_main;hello sent to<br> server<br>> > gandalf.xxx.yyy<br>> ><br>> > <br>><br>
------------------------------------------------------------------------------------------------------------------<br>> > sched_logs:<br>> > 01/21/2008 16:25:35;0002; pbs_sched;Svr;Log;Log opened<br>> > 01/21/2008 16:25:35;0002; pbs_sched;Svr;TokenAct;Account file<br>> > /var/spool/torque/sched_priv/accounting/20080121 opened<br>> > 01/21/2008 16:25:35;0002; pbs_sched;Svr;main;pbs_sched startup pid<br> 6175<br>> ><br>> ><br>> ><br>> ><br>> ><br>> ><br>> ><br>> ><br>
------------------------------------------------------------------------<br>> ><br>> > Yahoo! Encuentros<br>> > Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo!<br>> > Encuentros.<br>> > Visitá <a href="http://yahoo.cupidovirtual.com/servlet/NewRegistration" target="_blank">http://yahoo.cupidovirtual.com/servlet/NewRegistration</a><br>> ><br>
------------------------------------------------------------------------<br>> ><br>> > _______________________________________________<br>> > torqueusers mailing list<br>> > <a ymailto="mailto:torqueusers@supercluster.org" href="mailto:torqueusers@supercluster.org">torqueusers@supercluster.org</a> <mailto:<a ymailto="mailto:torqueusers@supercluster..org" href="mailto:torqueusers@supercluster.org">torqueusers@supercluster..org</a>><br>> > <a href="http://www.supercluster.org/mailman/listinfo/torqueusers" target="_blank">http://www.supercluster.org/mailman/listinfo/torqueusers</a><br>> > <br>><br>><br>> -- <br>> Chris Vaughan<br>> EMEA Systems Engineer<br>> Cluster Resources, Ltd.<br>> Direct - UK Office: +44 (0)1223 437 132<br>> Mobile - +44 (0)7800 973 062<br>> US Headquarters: +1 801 717 3700<br>> Skype: supercomputer1<br><span>> <a target="_blank"
href="http://www.clusterresources.co.uk">www.clusterresources.co.uk</a> <</span><a href="http://www.clusterresources.co.uk" target="_blank">http://www.clusterresources.co.uk</a>><br>> -- <br>><br>> Evaluate Our Products, Free 45-Day Evaluation<br>> <a href="http://www.clusterresources.com/pages/products/evaluate.php" target="_blank">http://www.clusterresources.com/pages/products/evaluate.php</a> <br>> <<a href="http://www..clusterresources.com/pages/products/evaluate.php" target="_blank">http://www..clusterresources.com/pages/products/evaluate.php</a>><br>><br>><br>><br>><br>
------------------------------------------------------------------------<br>><br>> Yahoo! Encuentros<br>> Ahora encontrar pareja es mucho más fácil, probá el nuevo Yahoo! <br>> Encuentros.<br>> Visitá <a href="http://yahoo.cupidovirtual.com/servlet/NewRegistration" target="_blank">http://yahoo.cupidovirtual.com/servlet/NewRegistration</a><br><br><br>-- <br>Chris Vaughan<br>EMEA Systems Engineer<br>Cluster Resources, Ltd.<br>Direct - UK Office: +44 (0)1223 437 132<br>Mobile - +44 (0)7800 973 062<br>US Headquarters: +1 801 717 3700<br>Skype: supercomputer1<br><span><a target="_blank" href="http://www.clusterresources.co.uk">www.clusterresources.co.uk</a></span><br>-- <br><br>Evaluate Our Products, Free 45-Day Evaluation<br><a href="http://www.clusterresources.com/pages/products/evaluate.php" target="_blank">http://www.clusterresources.com/pages/products/evaluate.php</a><br><br><br><br><br><br><br><br>
Tarjeta de crédito Yahoo! de Banco Supervielle.<br><span>Solicitá tu nueva Tarjeta de crédito. De tu PC directo a tu casa.
<a target="_blank" href="http://www.tuprimeratarjeta.com.ar">www.tuprimeratarjeta.com.ar</a></span></div><br></div></div><br>
<hr size=1><br><font face="Verdana" size="-2">Los referentes más importantes en compra/venta de autos se juntaron:<br>Demotores y Yahoo!.
Ahora comprar o vender tu auto es más fácil. <br> Visitá http://ar.autos.yahoo.com/</font></body></html>