<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;"><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Mensaje reenviado ----<br>De: Fernando Malick <fmalick@yahoo.com.ar><br>Para: Chris Vaughan <chris@clusterresources.com><br>Enviado: jueves 24 de enero de 2008, 12:16:22<br>Asunto: Re: [torqueusers] jobs remain in Q state<br><br><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;">Chris: yes I am, but probably there is no communication between pbs_server and pbs_sched. ¿How can I check that?<br><br>Here is the output of netstat:<br><br>netstat -nlp|grep
pbs<br>tcp 0 0 0.0.0.0:15001 0.0.0.0:* LISTEN 8745/pbs_server<br>tcp 0 0 0.0.0.0:15002
0.0.0.0:* LISTEN 8747/pbs_mom<br>tcp 0 0 0.0.0.0:15003 0.0.0.0:* LISTEN 8747/pbs_mom<br>tcp 0 0 xxx.yyy.zzz.11:15004 0.0.0.0:* LISTEN 8743/pbs_sched<br>udp 0 0 0.0.0.0:15001
0.0.0.0:* 8745/pbs_server<br>udp 0 0 0.0.0.0:15003 0.0.0.0:* 8747/pbs_mom<br>udp 0 0 0.0.0.0:1022 0.0.0.0:* 8745/pbs_server<br>udp 0 0
0.0.0.0:1023 0.0.0.0:* 8747/pbs_mom<br><br>The only thing I see is that pbs_sched is bound to the server IP, while all other processes are bound to all interfaces.<br><br><br><br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">----- Mensaje original ----<br>De: Chris Vaughan <chris@clusterresources.com><br>Para: Fernando Malick <fmalick@yahoo.com.ar><br>Enviado: jueves 24 de enero de 2008, 12:03:02<br>Asunto: Re: [torqueusers] jobs remain in Q state<br><br>Fenando,<br><br>Are you positive pbs_sched is running?<br><br>Fernando Malick wrote:<br>> Chris, first of all thanks for your help.<br>> I added the default_queue as you suggested and submitted another <br>> 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 rel="nofollow" ymailto="mailto:root@gandalf.xx.yy.zz" target="_blank" href="mailto:root@gandalf.xx.yy.zz">root@gandalf.xx.yy.zz</a><br>> set server operators = <a rel="nofollow" ymailto="mailto:root@gandalf.xx.yy.zz" target="_blank" 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
<br>> Queue<br>> ------------------------- ---------------- --------------- -------- -
<br>> -----<br>> 6.gandalf nada root 0 Q
<br>> batch<br>> 7.gandalf nada root 0 Q
<br>> batch<br>> 8.gandalf script.sh root 0 Q
<br>> 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 <br>> <a rel="nofollow" ymailto="mailto:root@gandalf.xx.yy.zz" target="_blank" href="mailto:root@gandalf.xx.yy.zz">root@gandalf.xx.yy.zz</a>, owner = <a rel="nofollow" ymailto="mailto:root@gandalf.xx.yy.zz" target="_blank" href="mailto:root@gandalf.xx.yy.zz">root@gandalf.xx.yy.zz</a>, job name = <br>> 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 rel="nofollow" ymailto="mailto:chris@clusterresources.com" target="_blank" href="mailto:chris@clusterresources.com">chris@clusterresources.com</a>><br>> Para: Fernando Malick <<a rel="nofollow"
ymailto="mailto:fmalick@yahoo.com.ar" target="_blank" href="mailto:fmalick@yahoo.com.ar">fmalick@yahoo.com.ar</a>><br>> CC: <a rel="nofollow" ymailto="mailto:torqueusers@supercluster.org" target="_blank" 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,
when<br>> I take that out of my qmgr settings jobs fail to run. Try qmgr -c
'set<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 rel="nofollow" ymailto="mailto:root@gandalf.xx.yy.zz" target="_blank" href="mailto:root@gandalf.xx.yy.zz">root@gandalf.xx.yy.zz</a> <br>>
<mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xx.yy.zz" target="_blank" href="mailto:root@gandalf.xx.yy.zz">root@gandalf.xx.yy.zz</a>><br>> > set server operators = <a rel="nofollow" ymailto="mailto:root@gandalf.xx.yy.zz" target="_blank" href="mailto:root@gandalf.xx.yy.zz">root@gandalf.xx.yy.zz</a> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xx.yy.zz" target="_blank" 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 rel="nofollow" ymailto="mailto:chris@clusterresources.com" target="_blank"
href="mailto:chris@clusterresources.com">chris@clusterresources.com</a> <br>> <mailto:<a rel="nofollow" ymailto="mailto:chris@clusterresources.com" target="_blank" href="mailto:chris@clusterresources.com">chris@clusterresources.com</a>>><br>> > Para: Fernando Malick <<a rel="nofollow" ymailto="mailto:fmalick@yahoo.com.ar" target="_blank" href="mailto:fmalick@yahoo.com.ar">fmalick@yahoo.com.ar</a> <br>> <mailto:<a rel="nofollow" ymailto="mailto:fmalick@yahoo.com.ar" target="_blank" href="mailto:fmalick@yahoo.com.ar">fmalick@yahoo.com.ar</a>>><br>> > CC: <a rel="nofollow" ymailto="mailto:torqueusers@supercluster.org" target="_blank" href="mailto:torqueusers@supercluster..org">torqueusers@supercluster.org</a>
<mailto:<a rel="nofollow" ymailto="mailto:torqueusers@supercluster.org" target="_blank" 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
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 for<br>> > > the queue stats I get this:<br>> > ><br>> > ><br>> > > qstat<br>> > > Job id Name User Time
Use S<br>> > > Queue<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
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
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,
pid =<br>> > > 6180, loglevel=0<br>> > > 01/21/2008 16:26:02;0040;PBS_Server;Req;ping_nodes;ping
attempting to<br>> > > contact 1 nodes<br>> > > 01/21/2008 16:26:15;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy"
target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:31:12;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a>>
<br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:31:38;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf..xxx.yyy" target="_blank" href="mailto:root@gandalf..xxx.yyy">root@gandalf..xxx.yyy</a>>
<br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:31:38;0100;PBS_Server;Req;;Type StatusJob request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:32:21;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a>
<mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a>>
<br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:33:35;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:33:35;0100;PBS_Server;Req;;Type StatusJob request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>
<mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:34:07;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf..xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:34:07;0100;PBS_Server;Req;;Type StatusJob request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>
<mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:34:13;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf..xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:34:13;0100;PBS_Server;Req;;Type StatusJob request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>
<mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:34:59;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf..xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:34:59;0100;PBS_Server;Req;;Type SelStat request
received<br>> > > from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf..xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf..xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 SelStat request
received<br>> > > from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy"
target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:36:25;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf..xxx.yyy" target="_blank" href="mailto:root@gandalf..xxx.yyy">root@gandalf..xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:38:22;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf..xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf..xxx.yyy"
target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:38:25;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy"
target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:41:13;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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
received<br>> > > from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a>
<mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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:
enabled<br>> > > = TRUE<br>> > > 01/21/2008 16:41:15;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy"
target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:41:25;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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
received<br>> > > from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank"
href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>
<mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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:
enabled<br>> > > = TRUE<br>> > > 01/21/2008 16:41:27;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>
<br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:41:57;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf..xxx.yyy" target="_blank" href="mailto:root@gandalf..xxx.yyy">root@gandalf..xxx.yyy</a>>
<br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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
received<br>> > > from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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:
started<br>> > > = TRUE<br>> > > 01/21/2008 16:42:00;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy"
target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:42:06;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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
received<br>> > > from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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:
started<br>> > > = TRUE<br>> > > 01/21/2008 16:42:09;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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
received<br>> > > from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf..xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank"
href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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:
started<br>> > > = TRUE<br>> > > 01/21/2008 16:42:13;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf..xxx.yyy" target="_blank" href="mailto:root@gandalf..xxx.yyy">root@gandalf..xxx.yyy</a>>
<br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>
<br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:42:46;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy"
target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:42:48;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy"
target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:42:59;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf..xxx..yyy" target="_blank" href="mailto:root@gandalf..xxx.yyy">root@gandalf...xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy"
target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>
<br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:43:00;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf..xxx..yyy" target="_blank" href="mailto:root@gandalf..xxx..yyy">root@gandalf..xxx..yyy</a> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf..xxx..yyy" target="_blank" href="mailto:root@gandalf..xxx..yyy">root@gandalf..xxx..yyy</a>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" href="mailto:root@gandalf.xxx..yyy">root@gandalf.xxx..yyy</a> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx..yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf..xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow"
ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 16:51:55;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy"
target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, sock=9<br>> > > 01/21/2008 17:17:57;0100;PBS_Server;Req;;Type AuthenticateUser
request<br>> > > received from <a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" 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 rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy"
target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a> <mailto:<a rel="nofollow" ymailto="mailto:root@gandalf.xxx.yyy" target="_blank" href="mailto:root@gandalf.xxx.yyy">root@gandalf.xxx.yyy</a>>>, 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
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
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 rel="nofollow" target="_blank" href="http://www.xxx.yyy.zzz:15001">www.xxx.yyy.zzz:15001</a> <</span><a rel="nofollow" target="_blank" href="http://www.xxx.yyy.zzz:15001">http://www.xxx.yyy.zzz:15001</a>> <br>> <<a rel="nofollow" target="_blank" href="http://www.xxx.yyy.zzz:15001">http://www.xxx.yyy.zzz:15001</a>><br>> > <<a rel="nofollow" target="_blank" href="http://www.xxx.yyy.zzz:15001">http://www.xxx.yyy.zzz:15001</a>><br>> > > 01/21/2008 16:25:54;0002; pbs_mom;n/a;mom_main;hello sent to
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 rel="nofollow" target="_blank" href="http://yahoo.cupidovirtual.com/servlet/NewRegistration">http://yahoo.cupidovirtual.com/servlet/NewRegistration</a><br>> > > <br>>
------------------------------------------------------------------------<br>> > ><br>> > > _______________________________________________<br>> > > torqueusers mailing list<br>> > > <a rel="nofollow" ymailto="mailto:torqueusers@supercluster.org" target="_blank" href="mailto:torqueusers@supercluster.org">torqueusers@supercluster.org</a>
<mailto:<a rel="nofollow" ymailto="mailto:torqueusers@supercluster.org" target="_blank" href="mailto:torqueusers@supercluster.org">torqueusers@supercluster.org</a>> <br>> <mailto:<a rel="nofollow" ymailto="mailto:torqueusers@supercluster.org" target="_blank" href="mailto:torqueusers@supercluster.org">torqueusers@supercluster.org</a> <br>> <mailto:<a rel="nofollow" ymailto="mailto:torqueusers@supercluster.org" target="_blank" href="mailto:torqueusers@supercluster.org">torqueusers@supercluster.org</a>>><br>> > > <a rel="nofollow" target="_blank" href="http://www.supercluster.org/mailman/listinfo/torqueusers">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 rel="nofollow" target="_blank" href="http://www.clusterresources.co.uk">www.clusterresources.co.uk</a> <</span><a rel="nofollow" target="_blank" href="http://www.clusterresources.co.uk">http://www.clusterresources.co.uk</a>> <br>> <<a rel="nofollow" target="_blank" href="http://www.clusterresources.co.uk">http://www.clusterresources.co.uk</a>><br>> > --<br>> ><br>> > Evaluate Our Products, Free 45-Day Evaluation<br>> > <a rel="nofollow" target="_blank" href="http://www.clusterresources.com/pages/products/evaluate.php">http://www.clusterresources.com/pages/products/evaluate.php</a><br>> > <<a rel="nofollow" target="_blank" href="http://www..clusterresources.com/pages/products/evaluate.php">http://www..clusterresources.com/pages/products/evaluate.php</a>><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 rel="nofollow" target="_blank" href="http://yahoo.cupidovirtual.com/servlet/NewRegistration">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 rel="nofollow" target="_blank" href="http://www.clusterresources.co.uk">www.clusterresources.co.uk</a> <</span><a rel="nofollow" target="_blank" href="http://www.clusterresources.co.uk">http://www.clusterresources.co.uk</a>><br>> -- <br>><br>> Evaluate Our
Products, Free 45-Day Evaluation<br>> <a rel="nofollow" target="_blank" href="http://www.clusterresources.com/pages/products/evaluate.php">http://www.clusterresources.com/pages/products/evaluate.php</a><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 rel="nofollow" target="_blank" href="http://yahoo.cupidovirtual.com/servlet/NewRegistration">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 rel="nofollow" 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 rel="nofollow" target="_blank"
href="http://www.clusterresources.com/pages/products/evaluate.php">http://www.clusterresources.com/pages/products/evaluate.php</a><br><br></div><br></div></div><br>
<hr size="1"><br><font face="Verdana" size="-2">Tarjeta de crédito Yahoo! de Banco Supervielle.
Solicitá tu nueva Tarjeta de crédito. De tu PC directo a tu casa. <br><span> Visitá <a target="_blank" href="http://www.tuprimeratarjeta.com.ar">www.tuprimeratarjeta.com.ar</a></span></font></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>